├── .gitattributes ├── .gitignore ├── Assets ├── 1007 │ ├── Ring.metamesh │ ├── Ring.metamesh.meta │ ├── Ring.shadergraph │ ├── Ring.shadergraph.meta │ ├── Sketch.unity │ ├── Sketch.unity.meta │ ├── Streak.metamesh │ ├── Streak.metamesh.meta │ ├── Test.vfx │ ├── Test.vfx.meta │ ├── VFX.vfx │ └── VFX.vfx.meta ├── 1019 │ ├── Arrow.png │ ├── Arrow.png.meta │ ├── Sketch.unity │ ├── Sketch.unity.meta │ ├── VFX.vfx │ └── VFX.vfx.meta ├── 0220.meta ├── 0220 │ ├── Sketch.unity │ ├── Sketch.unity.meta │ ├── VFX.vfx │ └── VFX.vfx.meta ├── 0221.meta ├── 0221 │ ├── BG.mat │ ├── BG.mat.meta │ ├── BG.metamesh │ ├── BG.metamesh.meta │ ├── BG.shadergraph │ ├── BG.shadergraph.meta │ ├── Curl.vfx │ ├── Curl.vfx.meta │ ├── Post.asset │ ├── Post.asset.meta │ ├── Sketch.unity │ ├── Sketch.unity.meta │ ├── Sky.asset │ └── Sky.asset.meta ├── 0225.meta ├── 0225 │ ├── Cube.metamesh │ ├── Cube.metamesh.meta │ ├── Sketch.unity │ ├── Sketch.unity.meta │ ├── VFX.vfx │ └── VFX.vfx.meta ├── 0506.meta ├── 0506 │ ├── Ivy.vfx │ ├── Ivy.vfx.meta │ ├── Sketch.unity │ └── Sketch.unity.meta ├── 0507.meta ├── 0507 │ ├── Fall.unity │ ├── Fall.unity.meta │ ├── Fall.vfx │ ├── Fall.vfx.meta │ ├── Flame.unity │ ├── Flame.unity.meta │ ├── Flame.vfx │ └── Flame.vfx.meta ├── 0508.meta ├── 0508 │ ├── Flower.unity │ ├── Flower.unity.meta │ ├── Flower.vfx │ └── Flower.vfx.meta ├── 0512.meta ├── 0512 │ ├── Profile.asset │ ├── Profile.asset.meta │ ├── Ribbon.vfx │ ├── Ribbon.vfx.meta │ ├── Sketch.unity │ ├── Sketch.unity.meta │ ├── pexels-karolina-grabowska-4041230.jpg │ └── pexels-karolina-grabowska-4041230.jpg.meta ├── 0513.meta ├── 0513 │ ├── Butterfly.obj │ ├── Butterfly.obj.meta │ ├── Butterfly.unity │ ├── Butterfly.unity.meta │ ├── Butterfly.vfx │ ├── Butterfly.vfx.meta │ ├── Cloud.unity │ ├── Cloud.unity.meta │ ├── Cloud.vfx │ ├── Cloud.vfx.meta │ ├── Profile.asset │ ├── Profile.asset.meta │ ├── Splash.unity │ ├── Splash.unity.meta │ ├── Splash.vfx │ └── Splash.vfx.meta ├── 0514.meta ├── 0514 │ ├── Core.shadergraph │ ├── Core.shadergraph.meta │ ├── Core.vfx │ ├── Core.vfx.meta │ ├── Ribbon.unity │ ├── Ribbon.unity.meta │ ├── Ribbon.vfx │ ├── Ribbon.vfx.meta │ ├── Timeline.playable │ └── Timeline.playable.meta ├── 0515.meta ├── 0515 │ ├── Ivy.unity │ ├── Ivy.unity.meta │ ├── Ivy.vfx │ ├── Ivy.vfx.meta │ ├── Petal.unity │ ├── Petal.unity.meta │ ├── Petal.vfx │ └── Petal.vfx.meta ├── 0516.meta ├── 0516 │ ├── Flower.unity │ ├── Flower.unity.meta │ ├── Flower.vfx │ └── Flower.vfx.meta ├── 0517.meta ├── 0517 │ ├── Core.mat │ ├── Core.mat.meta │ ├── Cover.mat │ ├── Cover.mat.meta │ ├── Guide.ogg │ ├── Guide.ogg.meta │ ├── Particle.vfx │ ├── Particle.vfx.meta │ ├── Ribbon.vfx │ ├── Ribbon.vfx.meta │ ├── Sphere.shadergraph │ ├── Sphere.shadergraph.meta │ ├── Sphere.unity │ ├── Sphere.unity.meta │ ├── Splash.vfx │ ├── Splash.vfx.meta │ ├── Timeline.playable │ └── Timeline.playable.meta ├── 0523.meta ├── 0523 │ ├── Petal.unity │ ├── Petal.unity.meta │ ├── Petal.vfx │ └── Petal.vfx.meta ├── 0524.meta ├── 0524 │ ├── Galaxy.vfx │ ├── Galaxy.vfx.meta │ ├── Meteor.vfx │ ├── Meteor.vfx.meta │ ├── Night.asset │ ├── Night.asset.meta │ ├── Night.unity │ └── Night.unity.meta ├── 0526.meta ├── 0526 │ ├── Cubes.asset │ ├── Cubes.asset.meta │ ├── Cubes.unity │ ├── Cubes.unity.meta │ ├── Cubes.vfx │ ├── Cubes.vfx.meta │ ├── Flow.unity │ ├── Flow.unity.meta │ ├── Flow.vfx │ └── Flow.vfx.meta ├── 0531.meta ├── 0531 │ ├── Confetti.playable │ ├── Confetti.playable.meta │ ├── Confetti.unity │ ├── Confetti.unity.meta │ ├── Confetti.vfx │ ├── Confetti.vfx.meta │ ├── Profile.asset │ └── Profile.asset.meta ├── 0602.meta ├── 0602 │ ├── Bloom.asset │ ├── Bloom.asset.meta │ ├── Sparkle.unity │ ├── Sparkle.unity.meta │ ├── Sparkle.vfx │ └── Sparkle.vfx.meta ├── 0604.meta ├── 0604 │ ├── Flame.asset │ ├── Flame.asset.meta │ ├── Flame.unity │ ├── Flame.unity.meta │ ├── Flame1.vfx │ ├── Flame1.vfx.meta │ ├── Flame2.vfx │ └── Flame2.vfx.meta ├── 0813.meta ├── 0813 │ ├── NN.unity │ ├── NN.unity.meta │ ├── NN.vfx │ ├── NN.vfx.meta │ ├── Node Position.vfxoperator │ └── Node Position.vfxoperator.meta ├── 1007.meta ├── 1019.meta ├── Common.meta ├── Common │ ├── Bloom.asset │ ├── Bloom.asset.meta │ ├── GradientNoise.hlsl │ ├── GradientNoise.hlsl.meta │ ├── Kick.signal │ └── Kick.signal.meta ├── Empty.unity ├── Empty.unity.meta ├── HDRP.meta └── HDRP │ ├── DefaultLookDevProfile.asset │ ├── DefaultLookDevProfile.asset.meta │ ├── DefaultSettingsVolumeProfile.asset │ ├── DefaultSettingsVolumeProfile.asset.meta │ ├── FoliageDiffusionProfile.asset │ ├── FoliageDiffusionProfile.asset.meta │ ├── HDRenderPipelineAsset.asset │ ├── HDRenderPipelineAsset.asset.meta │ ├── HDRenderPipelineGlobalSettings.asset │ ├── HDRenderPipelineGlobalSettings.asset.meta │ ├── SkinDiffusionProfile.asset │ └── SkinDiffusionProfile.asset.meta ├── Extra └── Butterfly.blend ├── LICENSE ├── Packages ├── manifest.json └── packages-lock.json ├── ProjectSettings ├── AudioManager.asset ├── ClusterInputManager.asset ├── DynamicsManager.asset ├── EditorBuildSettings.asset ├── EditorSettings.asset ├── GraphicsSettings.asset ├── HDRPProjectSettings.asset ├── InputManager.asset ├── MemorySettings.asset ├── NavMeshAreas.asset ├── PackageManagerSettings.asset ├── Physics2DSettings.asset ├── PresetManager.asset ├── ProjectSettings.asset ├── ProjectVersion.txt ├── QualitySettings.asset ├── SceneTemplateSettings.json ├── ShaderGraphSettings.asset ├── TagManager.asset ├── TimeManager.asset ├── TimelineSettings.asset ├── UnityConnectSettings.asset ├── VFXManager.asset ├── VersionControlSettings.asset ├── XRSettings.asset └── boot.config └── README.md /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/.gitignore -------------------------------------------------------------------------------- /Assets/0220.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0220.meta -------------------------------------------------------------------------------- /Assets/0220/Sketch.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0220/Sketch.unity -------------------------------------------------------------------------------- /Assets/0220/Sketch.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0220/Sketch.unity.meta -------------------------------------------------------------------------------- /Assets/0220/VFX.vfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0220/VFX.vfx -------------------------------------------------------------------------------- /Assets/0220/VFX.vfx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0220/VFX.vfx.meta -------------------------------------------------------------------------------- /Assets/0221.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0221.meta -------------------------------------------------------------------------------- /Assets/0221/BG.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0221/BG.mat -------------------------------------------------------------------------------- /Assets/0221/BG.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0221/BG.mat.meta -------------------------------------------------------------------------------- /Assets/0221/BG.metamesh: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Assets/0221/BG.metamesh.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0221/BG.metamesh.meta -------------------------------------------------------------------------------- /Assets/0221/BG.shadergraph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0221/BG.shadergraph -------------------------------------------------------------------------------- /Assets/0221/BG.shadergraph.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0221/BG.shadergraph.meta -------------------------------------------------------------------------------- /Assets/0221/Curl.vfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0221/Curl.vfx -------------------------------------------------------------------------------- /Assets/0221/Curl.vfx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0221/Curl.vfx.meta -------------------------------------------------------------------------------- /Assets/0221/Post.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0221/Post.asset -------------------------------------------------------------------------------- /Assets/0221/Post.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0221/Post.asset.meta -------------------------------------------------------------------------------- /Assets/0221/Sketch.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0221/Sketch.unity -------------------------------------------------------------------------------- /Assets/0221/Sketch.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0221/Sketch.unity.meta -------------------------------------------------------------------------------- /Assets/0221/Sky.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0221/Sky.asset -------------------------------------------------------------------------------- /Assets/0221/Sky.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0221/Sky.asset.meta -------------------------------------------------------------------------------- /Assets/0225.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0225.meta -------------------------------------------------------------------------------- /Assets/0225/Cube.metamesh: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Assets/0225/Cube.metamesh.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0225/Cube.metamesh.meta -------------------------------------------------------------------------------- /Assets/0225/Sketch.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0225/Sketch.unity -------------------------------------------------------------------------------- /Assets/0225/Sketch.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0225/Sketch.unity.meta -------------------------------------------------------------------------------- /Assets/0225/VFX.vfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0225/VFX.vfx -------------------------------------------------------------------------------- /Assets/0225/VFX.vfx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0225/VFX.vfx.meta -------------------------------------------------------------------------------- /Assets/0506.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0506.meta -------------------------------------------------------------------------------- /Assets/0506/Ivy.vfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0506/Ivy.vfx -------------------------------------------------------------------------------- /Assets/0506/Ivy.vfx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0506/Ivy.vfx.meta -------------------------------------------------------------------------------- /Assets/0506/Sketch.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0506/Sketch.unity -------------------------------------------------------------------------------- /Assets/0506/Sketch.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0506/Sketch.unity.meta -------------------------------------------------------------------------------- /Assets/0507.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0507.meta -------------------------------------------------------------------------------- /Assets/0507/Fall.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0507/Fall.unity -------------------------------------------------------------------------------- /Assets/0507/Fall.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0507/Fall.unity.meta -------------------------------------------------------------------------------- /Assets/0507/Fall.vfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0507/Fall.vfx -------------------------------------------------------------------------------- /Assets/0507/Fall.vfx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0507/Fall.vfx.meta -------------------------------------------------------------------------------- /Assets/0507/Flame.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0507/Flame.unity -------------------------------------------------------------------------------- /Assets/0507/Flame.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0507/Flame.unity.meta -------------------------------------------------------------------------------- /Assets/0507/Flame.vfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0507/Flame.vfx -------------------------------------------------------------------------------- /Assets/0507/Flame.vfx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0507/Flame.vfx.meta -------------------------------------------------------------------------------- /Assets/0508.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0508.meta -------------------------------------------------------------------------------- /Assets/0508/Flower.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0508/Flower.unity -------------------------------------------------------------------------------- /Assets/0508/Flower.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0508/Flower.unity.meta -------------------------------------------------------------------------------- /Assets/0508/Flower.vfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0508/Flower.vfx -------------------------------------------------------------------------------- /Assets/0508/Flower.vfx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0508/Flower.vfx.meta -------------------------------------------------------------------------------- /Assets/0512.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0512.meta -------------------------------------------------------------------------------- /Assets/0512/Profile.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0512/Profile.asset -------------------------------------------------------------------------------- /Assets/0512/Profile.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0512/Profile.asset.meta -------------------------------------------------------------------------------- /Assets/0512/Ribbon.vfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0512/Ribbon.vfx -------------------------------------------------------------------------------- /Assets/0512/Ribbon.vfx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0512/Ribbon.vfx.meta -------------------------------------------------------------------------------- /Assets/0512/Sketch.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0512/Sketch.unity -------------------------------------------------------------------------------- /Assets/0512/Sketch.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0512/Sketch.unity.meta -------------------------------------------------------------------------------- /Assets/0512/pexels-karolina-grabowska-4041230.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0512/pexels-karolina-grabowska-4041230.jpg -------------------------------------------------------------------------------- /Assets/0512/pexels-karolina-grabowska-4041230.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0512/pexels-karolina-grabowska-4041230.jpg.meta -------------------------------------------------------------------------------- /Assets/0513.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0513.meta -------------------------------------------------------------------------------- /Assets/0513/Butterfly.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0513/Butterfly.obj -------------------------------------------------------------------------------- /Assets/0513/Butterfly.obj.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0513/Butterfly.obj.meta -------------------------------------------------------------------------------- /Assets/0513/Butterfly.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0513/Butterfly.unity -------------------------------------------------------------------------------- /Assets/0513/Butterfly.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0513/Butterfly.unity.meta -------------------------------------------------------------------------------- /Assets/0513/Butterfly.vfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0513/Butterfly.vfx -------------------------------------------------------------------------------- /Assets/0513/Butterfly.vfx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0513/Butterfly.vfx.meta -------------------------------------------------------------------------------- /Assets/0513/Cloud.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0513/Cloud.unity -------------------------------------------------------------------------------- /Assets/0513/Cloud.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0513/Cloud.unity.meta -------------------------------------------------------------------------------- /Assets/0513/Cloud.vfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0513/Cloud.vfx -------------------------------------------------------------------------------- /Assets/0513/Cloud.vfx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0513/Cloud.vfx.meta -------------------------------------------------------------------------------- /Assets/0513/Profile.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0513/Profile.asset -------------------------------------------------------------------------------- /Assets/0513/Profile.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0513/Profile.asset.meta -------------------------------------------------------------------------------- /Assets/0513/Splash.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0513/Splash.unity -------------------------------------------------------------------------------- /Assets/0513/Splash.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0513/Splash.unity.meta -------------------------------------------------------------------------------- /Assets/0513/Splash.vfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0513/Splash.vfx -------------------------------------------------------------------------------- /Assets/0513/Splash.vfx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0513/Splash.vfx.meta -------------------------------------------------------------------------------- /Assets/0514.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0514.meta -------------------------------------------------------------------------------- /Assets/0514/Core.shadergraph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0514/Core.shadergraph -------------------------------------------------------------------------------- /Assets/0514/Core.shadergraph.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0514/Core.shadergraph.meta -------------------------------------------------------------------------------- /Assets/0514/Core.vfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0514/Core.vfx -------------------------------------------------------------------------------- /Assets/0514/Core.vfx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0514/Core.vfx.meta -------------------------------------------------------------------------------- /Assets/0514/Ribbon.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0514/Ribbon.unity -------------------------------------------------------------------------------- /Assets/0514/Ribbon.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0514/Ribbon.unity.meta -------------------------------------------------------------------------------- /Assets/0514/Ribbon.vfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0514/Ribbon.vfx -------------------------------------------------------------------------------- /Assets/0514/Ribbon.vfx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0514/Ribbon.vfx.meta -------------------------------------------------------------------------------- /Assets/0514/Timeline.playable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0514/Timeline.playable -------------------------------------------------------------------------------- /Assets/0514/Timeline.playable.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0514/Timeline.playable.meta -------------------------------------------------------------------------------- /Assets/0515.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0515.meta -------------------------------------------------------------------------------- /Assets/0515/Ivy.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0515/Ivy.unity -------------------------------------------------------------------------------- /Assets/0515/Ivy.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0515/Ivy.unity.meta -------------------------------------------------------------------------------- /Assets/0515/Ivy.vfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0515/Ivy.vfx -------------------------------------------------------------------------------- /Assets/0515/Ivy.vfx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0515/Ivy.vfx.meta -------------------------------------------------------------------------------- /Assets/0515/Petal.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0515/Petal.unity -------------------------------------------------------------------------------- /Assets/0515/Petal.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0515/Petal.unity.meta -------------------------------------------------------------------------------- /Assets/0515/Petal.vfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0515/Petal.vfx -------------------------------------------------------------------------------- /Assets/0515/Petal.vfx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0515/Petal.vfx.meta -------------------------------------------------------------------------------- /Assets/0516.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0516.meta -------------------------------------------------------------------------------- /Assets/0516/Flower.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0516/Flower.unity -------------------------------------------------------------------------------- /Assets/0516/Flower.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0516/Flower.unity.meta -------------------------------------------------------------------------------- /Assets/0516/Flower.vfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0516/Flower.vfx -------------------------------------------------------------------------------- /Assets/0516/Flower.vfx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0516/Flower.vfx.meta -------------------------------------------------------------------------------- /Assets/0517.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0517.meta -------------------------------------------------------------------------------- /Assets/0517/Core.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0517/Core.mat -------------------------------------------------------------------------------- /Assets/0517/Core.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0517/Core.mat.meta -------------------------------------------------------------------------------- /Assets/0517/Cover.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0517/Cover.mat -------------------------------------------------------------------------------- /Assets/0517/Cover.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0517/Cover.mat.meta -------------------------------------------------------------------------------- /Assets/0517/Guide.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0517/Guide.ogg -------------------------------------------------------------------------------- /Assets/0517/Guide.ogg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0517/Guide.ogg.meta -------------------------------------------------------------------------------- /Assets/0517/Particle.vfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0517/Particle.vfx -------------------------------------------------------------------------------- /Assets/0517/Particle.vfx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0517/Particle.vfx.meta -------------------------------------------------------------------------------- /Assets/0517/Ribbon.vfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0517/Ribbon.vfx -------------------------------------------------------------------------------- /Assets/0517/Ribbon.vfx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0517/Ribbon.vfx.meta -------------------------------------------------------------------------------- /Assets/0517/Sphere.shadergraph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0517/Sphere.shadergraph -------------------------------------------------------------------------------- /Assets/0517/Sphere.shadergraph.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0517/Sphere.shadergraph.meta -------------------------------------------------------------------------------- /Assets/0517/Sphere.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0517/Sphere.unity -------------------------------------------------------------------------------- /Assets/0517/Sphere.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0517/Sphere.unity.meta -------------------------------------------------------------------------------- /Assets/0517/Splash.vfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0517/Splash.vfx -------------------------------------------------------------------------------- /Assets/0517/Splash.vfx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0517/Splash.vfx.meta -------------------------------------------------------------------------------- /Assets/0517/Timeline.playable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0517/Timeline.playable -------------------------------------------------------------------------------- /Assets/0517/Timeline.playable.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0517/Timeline.playable.meta -------------------------------------------------------------------------------- /Assets/0523.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0523.meta -------------------------------------------------------------------------------- /Assets/0523/Petal.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0523/Petal.unity -------------------------------------------------------------------------------- /Assets/0523/Petal.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0523/Petal.unity.meta -------------------------------------------------------------------------------- /Assets/0523/Petal.vfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0523/Petal.vfx -------------------------------------------------------------------------------- /Assets/0523/Petal.vfx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0523/Petal.vfx.meta -------------------------------------------------------------------------------- /Assets/0524.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0524.meta -------------------------------------------------------------------------------- /Assets/0524/Galaxy.vfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0524/Galaxy.vfx -------------------------------------------------------------------------------- /Assets/0524/Galaxy.vfx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0524/Galaxy.vfx.meta -------------------------------------------------------------------------------- /Assets/0524/Meteor.vfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0524/Meteor.vfx -------------------------------------------------------------------------------- /Assets/0524/Meteor.vfx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0524/Meteor.vfx.meta -------------------------------------------------------------------------------- /Assets/0524/Night.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0524/Night.asset -------------------------------------------------------------------------------- /Assets/0524/Night.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0524/Night.asset.meta -------------------------------------------------------------------------------- /Assets/0524/Night.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0524/Night.unity -------------------------------------------------------------------------------- /Assets/0524/Night.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0524/Night.unity.meta -------------------------------------------------------------------------------- /Assets/0526.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0526.meta -------------------------------------------------------------------------------- /Assets/0526/Cubes.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0526/Cubes.asset -------------------------------------------------------------------------------- /Assets/0526/Cubes.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0526/Cubes.asset.meta -------------------------------------------------------------------------------- /Assets/0526/Cubes.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0526/Cubes.unity -------------------------------------------------------------------------------- /Assets/0526/Cubes.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0526/Cubes.unity.meta -------------------------------------------------------------------------------- /Assets/0526/Cubes.vfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0526/Cubes.vfx -------------------------------------------------------------------------------- /Assets/0526/Cubes.vfx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0526/Cubes.vfx.meta -------------------------------------------------------------------------------- /Assets/0526/Flow.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0526/Flow.unity -------------------------------------------------------------------------------- /Assets/0526/Flow.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0526/Flow.unity.meta -------------------------------------------------------------------------------- /Assets/0526/Flow.vfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0526/Flow.vfx -------------------------------------------------------------------------------- /Assets/0526/Flow.vfx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0526/Flow.vfx.meta -------------------------------------------------------------------------------- /Assets/0531.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0531.meta -------------------------------------------------------------------------------- /Assets/0531/Confetti.playable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0531/Confetti.playable -------------------------------------------------------------------------------- /Assets/0531/Confetti.playable.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0531/Confetti.playable.meta -------------------------------------------------------------------------------- /Assets/0531/Confetti.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0531/Confetti.unity -------------------------------------------------------------------------------- /Assets/0531/Confetti.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0531/Confetti.unity.meta -------------------------------------------------------------------------------- /Assets/0531/Confetti.vfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0531/Confetti.vfx -------------------------------------------------------------------------------- /Assets/0531/Confetti.vfx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0531/Confetti.vfx.meta -------------------------------------------------------------------------------- /Assets/0531/Profile.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0531/Profile.asset -------------------------------------------------------------------------------- /Assets/0531/Profile.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0531/Profile.asset.meta -------------------------------------------------------------------------------- /Assets/0602.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0602.meta -------------------------------------------------------------------------------- /Assets/0602/Bloom.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0602/Bloom.asset -------------------------------------------------------------------------------- /Assets/0602/Bloom.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0602/Bloom.asset.meta -------------------------------------------------------------------------------- /Assets/0602/Sparkle.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0602/Sparkle.unity -------------------------------------------------------------------------------- /Assets/0602/Sparkle.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0602/Sparkle.unity.meta -------------------------------------------------------------------------------- /Assets/0602/Sparkle.vfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0602/Sparkle.vfx -------------------------------------------------------------------------------- /Assets/0602/Sparkle.vfx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0602/Sparkle.vfx.meta -------------------------------------------------------------------------------- /Assets/0604.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0604.meta -------------------------------------------------------------------------------- /Assets/0604/Flame.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0604/Flame.asset -------------------------------------------------------------------------------- /Assets/0604/Flame.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0604/Flame.asset.meta -------------------------------------------------------------------------------- /Assets/0604/Flame.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0604/Flame.unity -------------------------------------------------------------------------------- /Assets/0604/Flame.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0604/Flame.unity.meta -------------------------------------------------------------------------------- /Assets/0604/Flame1.vfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0604/Flame1.vfx -------------------------------------------------------------------------------- /Assets/0604/Flame1.vfx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0604/Flame1.vfx.meta -------------------------------------------------------------------------------- /Assets/0604/Flame2.vfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0604/Flame2.vfx -------------------------------------------------------------------------------- /Assets/0604/Flame2.vfx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0604/Flame2.vfx.meta -------------------------------------------------------------------------------- /Assets/0813.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0813.meta -------------------------------------------------------------------------------- /Assets/0813/NN.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0813/NN.unity -------------------------------------------------------------------------------- /Assets/0813/NN.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0813/NN.unity.meta -------------------------------------------------------------------------------- /Assets/0813/NN.vfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0813/NN.vfx -------------------------------------------------------------------------------- /Assets/0813/NN.vfx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0813/NN.vfx.meta -------------------------------------------------------------------------------- /Assets/0813/Node Position.vfxoperator: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0813/Node Position.vfxoperator -------------------------------------------------------------------------------- /Assets/0813/Node Position.vfxoperator.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/0813/Node Position.vfxoperator.meta -------------------------------------------------------------------------------- /Assets/1007.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/1007.meta -------------------------------------------------------------------------------- /Assets/1007/Ring.metamesh: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Assets/1007/Ring.metamesh.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/1007/Ring.metamesh.meta -------------------------------------------------------------------------------- /Assets/1007/Ring.shadergraph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/1007/Ring.shadergraph -------------------------------------------------------------------------------- /Assets/1007/Ring.shadergraph.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/1007/Ring.shadergraph.meta -------------------------------------------------------------------------------- /Assets/1007/Sketch.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/1007/Sketch.unity -------------------------------------------------------------------------------- /Assets/1007/Sketch.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/1007/Sketch.unity.meta -------------------------------------------------------------------------------- /Assets/1007/Streak.metamesh: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Assets/1007/Streak.metamesh.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/1007/Streak.metamesh.meta -------------------------------------------------------------------------------- /Assets/1007/Test.vfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/1007/Test.vfx -------------------------------------------------------------------------------- /Assets/1007/Test.vfx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/1007/Test.vfx.meta -------------------------------------------------------------------------------- /Assets/1007/VFX.vfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/1007/VFX.vfx -------------------------------------------------------------------------------- /Assets/1007/VFX.vfx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/1007/VFX.vfx.meta -------------------------------------------------------------------------------- /Assets/1019.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/1019.meta -------------------------------------------------------------------------------- /Assets/1019/Arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/1019/Arrow.png -------------------------------------------------------------------------------- /Assets/1019/Arrow.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/1019/Arrow.png.meta -------------------------------------------------------------------------------- /Assets/1019/Sketch.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/1019/Sketch.unity -------------------------------------------------------------------------------- /Assets/1019/Sketch.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/1019/Sketch.unity.meta -------------------------------------------------------------------------------- /Assets/1019/VFX.vfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/1019/VFX.vfx -------------------------------------------------------------------------------- /Assets/1019/VFX.vfx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/1019/VFX.vfx.meta -------------------------------------------------------------------------------- /Assets/Common.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/Common.meta -------------------------------------------------------------------------------- /Assets/Common/Bloom.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/Common/Bloom.asset -------------------------------------------------------------------------------- /Assets/Common/Bloom.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/Common/Bloom.asset.meta -------------------------------------------------------------------------------- /Assets/Common/GradientNoise.hlsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/Common/GradientNoise.hlsl -------------------------------------------------------------------------------- /Assets/Common/GradientNoise.hlsl.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/Common/GradientNoise.hlsl.meta -------------------------------------------------------------------------------- /Assets/Common/Kick.signal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/Common/Kick.signal -------------------------------------------------------------------------------- /Assets/Common/Kick.signal.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/Common/Kick.signal.meta -------------------------------------------------------------------------------- /Assets/Empty.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/Empty.unity -------------------------------------------------------------------------------- /Assets/Empty.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/Empty.unity.meta -------------------------------------------------------------------------------- /Assets/HDRP.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/HDRP.meta -------------------------------------------------------------------------------- /Assets/HDRP/DefaultLookDevProfile.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/HDRP/DefaultLookDevProfile.asset -------------------------------------------------------------------------------- /Assets/HDRP/DefaultLookDevProfile.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/HDRP/DefaultLookDevProfile.asset.meta -------------------------------------------------------------------------------- /Assets/HDRP/DefaultSettingsVolumeProfile.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/HDRP/DefaultSettingsVolumeProfile.asset -------------------------------------------------------------------------------- /Assets/HDRP/DefaultSettingsVolumeProfile.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/HDRP/DefaultSettingsVolumeProfile.asset.meta -------------------------------------------------------------------------------- /Assets/HDRP/FoliageDiffusionProfile.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/HDRP/FoliageDiffusionProfile.asset -------------------------------------------------------------------------------- /Assets/HDRP/FoliageDiffusionProfile.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/HDRP/FoliageDiffusionProfile.asset.meta -------------------------------------------------------------------------------- /Assets/HDRP/HDRenderPipelineAsset.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/HDRP/HDRenderPipelineAsset.asset -------------------------------------------------------------------------------- /Assets/HDRP/HDRenderPipelineAsset.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/HDRP/HDRenderPipelineAsset.asset.meta -------------------------------------------------------------------------------- /Assets/HDRP/HDRenderPipelineGlobalSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/HDRP/HDRenderPipelineGlobalSettings.asset -------------------------------------------------------------------------------- /Assets/HDRP/HDRenderPipelineGlobalSettings.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/HDRP/HDRenderPipelineGlobalSettings.asset.meta -------------------------------------------------------------------------------- /Assets/HDRP/SkinDiffusionProfile.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/HDRP/SkinDiffusionProfile.asset -------------------------------------------------------------------------------- /Assets/HDRP/SkinDiffusionProfile.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Assets/HDRP/SkinDiffusionProfile.asset.meta -------------------------------------------------------------------------------- /Extra/Butterfly.blend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Extra/Butterfly.blend -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/LICENSE -------------------------------------------------------------------------------- /Packages/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Packages/manifest.json -------------------------------------------------------------------------------- /Packages/packages-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/Packages/packages-lock.json -------------------------------------------------------------------------------- /ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/ProjectSettings/AudioManager.asset -------------------------------------------------------------------------------- /ProjectSettings/ClusterInputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/ProjectSettings/ClusterInputManager.asset -------------------------------------------------------------------------------- /ProjectSettings/DynamicsManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/ProjectSettings/DynamicsManager.asset -------------------------------------------------------------------------------- /ProjectSettings/EditorBuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/ProjectSettings/EditorBuildSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/ProjectSettings/EditorSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/GraphicsSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/ProjectSettings/GraphicsSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/HDRPProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/ProjectSettings/HDRPProjectSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/InputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/ProjectSettings/InputManager.asset -------------------------------------------------------------------------------- /ProjectSettings/MemorySettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/ProjectSettings/MemorySettings.asset -------------------------------------------------------------------------------- /ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/ProjectSettings/NavMeshAreas.asset -------------------------------------------------------------------------------- /ProjectSettings/PackageManagerSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/ProjectSettings/PackageManagerSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/Physics2DSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/ProjectSettings/Physics2DSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/PresetManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/ProjectSettings/PresetManager.asset -------------------------------------------------------------------------------- /ProjectSettings/ProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/ProjectSettings/ProjectSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/ProjectSettings/ProjectVersion.txt -------------------------------------------------------------------------------- /ProjectSettings/QualitySettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/ProjectSettings/QualitySettings.asset -------------------------------------------------------------------------------- /ProjectSettings/SceneTemplateSettings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/ProjectSettings/SceneTemplateSettings.json -------------------------------------------------------------------------------- /ProjectSettings/ShaderGraphSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/ProjectSettings/ShaderGraphSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/ProjectSettings/TagManager.asset -------------------------------------------------------------------------------- /ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/ProjectSettings/TimeManager.asset -------------------------------------------------------------------------------- /ProjectSettings/TimelineSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/ProjectSettings/TimelineSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/UnityConnectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/ProjectSettings/UnityConnectSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/VFXManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/ProjectSettings/VFXManager.asset -------------------------------------------------------------------------------- /ProjectSettings/VersionControlSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/ProjectSettings/VersionControlSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/XRSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/ProjectSettings/XRSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/boot.config: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed2/HEAD/README.md --------------------------------------------------------------------------------