CapersProject/Assets/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Scripts/All1VfxDemoTextureCollection.cs
Nam Tae Gun dd9ea77427 Ui관련 패키지들 추가
+ Ui Particle package
+ Unity UI Extensions package
+ AnimateUIMaterials-main package
+ AllIn1VfxToolkit package

+ Title 변경 중 오류 수정
+ 전투 플레이어 죽을 때, 플레이어의 스킬 모두 중단
+ 전투 플레이어의 스킬 게이지 Ui가 100%가 되었을 때, 하이라이트 효과 추가
+ Bloom Volume 추가
2024-06-24 00:57:47 +09:00

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;
}
}