+ Ui Particle package + Unity UI Extensions package + AnimateUIMaterials-main package + AllIn1VfxToolkit package + Title 변경 중 오류 수정 + 전투 플레이어 죽을 때, 플레이어의 스킬 모두 중단 + 전투 플레이어의 스킬 게이지 Ui가 100%가 되었을 때, 하이라이트 효과 추가 + Bloom Volume 추가
11 lines
359 B
C#
11 lines
359 B
C#
using UnityEngine;
|
|
|
|
namespace AllIn1VfxToolkit.DemoAssets.TexturesDemo.Scripts
|
|
{
|
|
[CreateAssetMenu(fileName = "All1VfxDemoTextureCollection", menuName = "AllIn1Vfx/DemoTextureCollection")]
|
|
public class All1VfxDemoTextureCollection : ScriptableObject
|
|
{
|
|
public string collectionName;
|
|
public Texture[] demoTextureCollection;
|
|
}
|
|
} |