├── .gitattributes ├── .gitignore ├── Assets ├── Common.meta ├── Common │ ├── DejaVuSans-ExtraLight-License.txt │ ├── DejaVuSans-ExtraLight-License.txt.meta │ ├── DejaVuSans-ExtraLight.ttf │ ├── DejaVuSans-ExtraLight.ttf.meta │ ├── Disk.png │ ├── Disk.png.meta │ ├── Kick.signal │ ├── Kick.signal.meta │ ├── NoPostprocess.asset │ ├── NoPostprocess.asset.meta │ ├── Random Direction Per Strip.vfxoperator │ ├── Random Direction Per Strip.vfxoperator.meta │ ├── Random Direction.vfxoperator │ ├── Random Direction.vfxoperator.meta │ ├── Random Inside Sphere.vfxoperator │ ├── Random Inside Sphere.vfxoperator.meta │ ├── Shard.obj │ ├── Shard.obj.meta │ ├── Trail.png │ ├── Trail.png.meta │ ├── Trim.vfxoperator │ ├── Trim.vfxoperator.meta │ ├── VFXDefaultResources.asset │ └── VFXDefaultResources.asset.meta ├── HDRP.meta ├── HDRP │ ├── DefaultSceneRoot.prefab │ ├── DefaultSceneRoot.prefab.meta │ ├── DefaultSettingsVolumeProfile.asset │ ├── DefaultSettingsVolumeProfile.asset.meta │ ├── HDRP.asset │ └── HDRP.asset.meta ├── Init.meta ├── Init │ ├── Sketch.unity │ ├── Sketch.unity.meta │ ├── Vfx.vfx │ └── Vfx.vfx.meta ├── Sketch191003.meta ├── Sketch191003 │ ├── Light.mat │ ├── Light.mat.meta │ ├── Sketch.unity │ ├── Sketch.unity.meta │ ├── Timeline.playable │ ├── Timeline.playable.meta │ ├── Vfx.vfx │ └── Vfx.vfx.meta ├── Sketch191012.meta ├── Sketch191012 │ ├── BG.mat │ ├── BG.mat.meta │ ├── BG.shadergraph │ ├── BG.shadergraph.meta │ ├── Recolor.asset │ ├── Recolor.asset.meta │ ├── Sketch.unity │ ├── Sketch.unity.meta │ ├── Timeline.playable │ ├── Timeline.playable.meta │ ├── Vfx.vfx │ └── Vfx.vfx.meta ├── Sketch191013.meta ├── Sketch191013 │ ├── Orb.shadergraph │ ├── Orb.shadergraph.meta │ ├── Sketch.unity │ ├── Sketch.unity.meta │ ├── Timeline.playable │ ├── Timeline.playable.meta │ ├── Vfx.vfx │ └── Vfx.vfx.meta ├── Sketch191014.meta ├── Sketch191014 │ ├── GlowCube.shadergraph │ ├── GlowCube.shadergraph.meta │ ├── GlowCube.vfx │ ├── GlowCube.vfx.meta │ ├── Sketch.unity │ └── Sketch.unity.meta ├── Sketch191015.meta ├── Sketch191015 │ ├── Cyclone.vfx │ ├── Cyclone.vfx.meta │ ├── Reset.signal │ ├── Reset.signal.meta │ ├── Sketch.unity │ ├── Sketch.unity.meta │ ├── Timeline.playable │ └── Timeline.playable.meta ├── Sketch200612.meta ├── Sketch200612 │ ├── Sketch.unity │ ├── Sketch.unity.meta │ ├── TexturelessParticle.shadergraph │ ├── TexturelessParticle.shadergraph.meta │ ├── TexturelessParticleMasked.shadergraph │ ├── TexturelessParticleMasked.shadergraph.meta │ ├── Vfx.vfx │ └── Vfx.vfx.meta ├── Sketch200614.meta ├── Sketch200614 │ ├── Sketch.unity │ ├── Sketch.unity.meta │ ├── TexturelessStrip.shadergraph │ ├── TexturelessStrip.shadergraph.meta │ ├── TexturelessStripMasked.shadergraph │ ├── TexturelessStripMasked.shadergraph.meta │ ├── Vfx.vfx │ └── Vfx.vfx.meta ├── Sketch200624.meta ├── Sketch200624 │ ├── Sketch.unity │ ├── Sketch.unity.meta │ ├── Timeline.playable │ ├── Timeline.playable.meta │ ├── Vfx.vfx │ └── Vfx.vfx.meta ├── Sketch200625.meta ├── Sketch200625 │ ├── Sketch.unity │ ├── Sketch.unity.meta │ ├── Timeline.playable │ ├── Timeline.playable.meta │ ├── Vfx.vfx │ └── Vfx.vfx.meta ├── Sketch200713.meta ├── Sketch200713 │ ├── Base.asset │ ├── Base.asset.meta │ ├── Glitch1.asset │ ├── Glitch1.asset.meta │ ├── Glitch2.asset │ ├── Glitch2.asset.meta │ ├── Logo1.png │ ├── Logo1.png.meta │ ├── Logo2.mat │ ├── Logo2.mat.meta │ ├── Logo2.png │ ├── Logo2.png.meta │ ├── Particles.vfx │ ├── Particles.vfx.meta │ ├── Quad.shadergraph │ ├── Quad.shadergraph.meta │ ├── Quads.vfx │ ├── Quads.vfx.meta │ ├── Sketch.unity │ ├── Sketch.unity.meta │ ├── Timeline.playable │ └── Timeline.playable.meta ├── Sketch200730.meta ├── Sketch200730 │ ├── DofParticles.vfx │ ├── DofParticles.vfx.meta │ ├── Sketch.unity │ └── Sketch.unity.meta ├── Sketch200804.meta ├── Sketch200804 │ ├── DofParticles.vfx │ ├── DofParticles.vfx.meta │ ├── Sketch.unity │ ├── Sketch.unity.meta │ ├── Timeline.playable │ └── Timeline.playable.meta ├── Sketch200923.meta ├── Sketch200923 │ ├── Sketch.unity │ ├── Sketch.unity.meta │ ├── Sphere.vfx │ └── Sphere.vfx.meta ├── Sketch200928.meta ├── Sketch200928 │ ├── Emoji.shadergraph │ ├── Emoji.shadergraph.meta │ ├── Emoji.unity │ ├── Emoji.unity.meta │ ├── Emoji.vfx │ ├── Emoji.vfx.meta │ ├── Explosion.shadergraph │ ├── Explosion.shadergraph.meta │ ├── Explosion.unity │ ├── Explosion.unity.meta │ ├── Explosion.vfx │ ├── Explosion.vfx.meta │ ├── NotoEmoji.meta │ └── NotoEmoji │ │ ├── emoji_u1f600.png │ │ ├── emoji_u1f600.png.meta │ │ ├── emoji_u1f622.png │ │ └── emoji_u1f622.png.meta ├── Sketch200929.meta ├── Sketch200929 │ ├── Backdrop.shadergraph │ ├── Backdrop.shadergraph.meta │ ├── Bubble.playable │ ├── Bubble.playable.meta │ ├── Bubble.unity │ ├── Bubble.unity.meta │ ├── Bubble.vfx │ ├── Bubble.vfx.meta │ ├── Floor.mat │ ├── Floor.mat.meta │ ├── Graph.vfx │ └── Graph.vfx.meta ├── Sketch200930.meta ├── Sketch200930 │ ├── Strip1.playable │ ├── Strip1.playable.meta │ ├── Strip1.unity │ ├── Strip1.unity.meta │ ├── Strip1.vfx │ ├── Strip1.vfx.meta │ ├── Strip2.unity │ ├── Strip2.unity.meta │ ├── Strip2.vfx │ └── Strip2.vfx.meta ├── Sketch201001.meta ├── Sketch201001 │ ├── Quad.playable │ ├── Quad.playable.meta │ ├── Quad.shadergraph │ ├── Quad.shadergraph.meta │ ├── Quad.unity │ ├── Quad.unity.meta │ ├── Quad.vfx │ ├── Quad.vfx.meta │ ├── SimpleStrip.vfx │ ├── SimpleStrip.vfx.meta │ ├── Strip1.playable │ ├── Strip1.playable.meta │ ├── Strip1.unity │ ├── Strip1.unity.meta │ ├── Strip1.vfx │ ├── Strip1.vfx.meta │ ├── Strip2.playable │ ├── Strip2.playable.meta │ ├── Strip2.unity │ ├── Strip2.unity.meta │ ├── Strip2.vfx │ ├── Strip2.vfx.meta │ ├── Strip3.unity │ ├── Strip3.unity.meta │ ├── Strip3.vfx │ └── Strip3.vfx.meta ├── Sketch201008.meta ├── Sketch201008 │ ├── Rainbow.shadergraph │ ├── Rainbow.shadergraph.meta │ ├── Rainbow.vfx │ ├── Rainbow.vfx.meta │ ├── Sketch.unity │ └── Sketch.unity.meta ├── Sketch201012.meta ├── Sketch201012 │ ├── Sketch.unity │ ├── Sketch.unity.meta │ ├── Timeline.playable │ ├── Timeline.playable.meta │ ├── Vfx.vfx │ └── Vfx.vfx.meta ├── Sketch201013.meta ├── Sketch201013 │ ├── Curves.playable │ ├── Curves.playable.meta │ ├── Curves.unity │ ├── Curves.unity.meta │ ├── Curves.vfx │ ├── Curves.vfx.meta │ ├── Gradients.unity │ ├── Gradients.unity.meta │ ├── Gradients.vfx │ └── Gradients.vfx.meta ├── Sketch201028.meta ├── Sketch201028 │ ├── Sketch.unity │ ├── Sketch.unity.meta │ ├── Vfx.vfx │ └── Vfx.vfx.meta ├── Sketch201210.meta ├── Sketch201210 │ ├── Plexus.vfx │ ├── Plexus.vfx.meta │ ├── Ribbon.vfx │ ├── Ribbon.vfx.meta │ ├── Sketch.unity │ ├── Sketch.unity.meta │ ├── Volume.asset │ └── Volume.asset.meta ├── Sketch201211.meta ├── Sketch201211 │ ├── BPM.unity │ ├── BPM.unity.meta │ ├── Bars.vfx │ ├── Bars.vfx.meta │ ├── Tape.shadergraph │ ├── Tape.shadergraph.meta │ ├── Tape.vfx │ └── Tape.vfx.meta ├── Sketch201212.meta ├── Sketch201212 │ ├── ClassicNoise2D.hlsl │ ├── ClassicNoise2D.hlsl.meta │ ├── Smoke1.shadergraph │ ├── Smoke1.shadergraph.meta │ ├── Smoke1.unity │ ├── Smoke1.unity.meta │ ├── Smoke1.vfx │ ├── Smoke1.vfx.meta │ ├── Smoke2.shadergraph │ ├── Smoke2.shadergraph.meta │ ├── Smoke2.unity │ ├── Smoke2.unity.meta │ ├── Smoke2.vfx │ ├── Smoke2.vfx.meta │ ├── Tube.metamesh │ └── Tube.metamesh.meta ├── Sketch201213.meta ├── Sketch201213 │ ├── Sketch.unity │ ├── Sketch.unity.meta │ ├── Vfx.vfx │ └── Vfx.vfx.meta ├── Sketch201215.meta ├── Sketch201215 │ ├── Sketch.unity │ ├── Sketch.unity.meta │ ├── Vfx.vfx │ └── Vfx.vfx.meta ├── Sketch201225.meta └── Sketch201225 │ ├── HSLuv.pugrad │ ├── HSLuv.pugrad.meta │ ├── Hue.unity │ ├── Hue.unity.meta │ ├── Hue.vfx │ ├── Hue.vfx.meta │ ├── Inferno.pugrad │ ├── Inferno.pugrad.meta │ ├── Magma.pugrad │ ├── Magma.pugrad.meta │ ├── Particle.unity │ ├── Particle.unity.meta │ ├── Particle.vfx │ ├── Particle.vfx.meta │ ├── Plasma.pugrad │ ├── Plasma.pugrad.meta │ ├── Turbo.pugrad │ ├── Turbo.pugrad.meta │ ├── Viridis.pugrad │ └── Viridis.pugrad.meta ├── LICENSE ├── Packages ├── manifest.json └── packages-lock.json ├── ProjectSettings ├── AudioManager.asset ├── ClusterInputManager.asset ├── DynamicsManager.asset ├── EditorBuildSettings.asset ├── EditorSettings.asset ├── GraphicsSettings.asset ├── HDRPProjectSettings.asset ├── InputManager.asset ├── NavMeshAreas.asset ├── PackageManagerSettings.asset ├── Physics2DSettings.asset ├── PresetManager.asset ├── ProjectSettings.asset ├── ProjectVersion.txt ├── QualitySettings.asset ├── SceneTemplateSettings.json ├── TagManager.asset ├── TimeManager.asset ├── TimelineSettings.asset ├── UnityConnectSettings.asset ├── VFXManager.asset ├── VersionControlSettings.asset └── XRSettings.asset └── README.md /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/.gitignore -------------------------------------------------------------------------------- /Assets/Common.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Common.meta -------------------------------------------------------------------------------- /Assets/Common/DejaVuSans-ExtraLight-License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Common/DejaVuSans-ExtraLight-License.txt -------------------------------------------------------------------------------- /Assets/Common/DejaVuSans-ExtraLight-License.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Common/DejaVuSans-ExtraLight-License.txt.meta -------------------------------------------------------------------------------- /Assets/Common/DejaVuSans-ExtraLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Common/DejaVuSans-ExtraLight.ttf -------------------------------------------------------------------------------- /Assets/Common/DejaVuSans-ExtraLight.ttf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Common/DejaVuSans-ExtraLight.ttf.meta -------------------------------------------------------------------------------- /Assets/Common/Disk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Common/Disk.png -------------------------------------------------------------------------------- /Assets/Common/Disk.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Common/Disk.png.meta -------------------------------------------------------------------------------- /Assets/Common/Kick.signal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Common/Kick.signal -------------------------------------------------------------------------------- /Assets/Common/Kick.signal.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Common/Kick.signal.meta -------------------------------------------------------------------------------- /Assets/Common/NoPostprocess.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Common/NoPostprocess.asset -------------------------------------------------------------------------------- /Assets/Common/NoPostprocess.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Common/NoPostprocess.asset.meta -------------------------------------------------------------------------------- /Assets/Common/Random Direction Per Strip.vfxoperator: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Common/Random Direction Per Strip.vfxoperator -------------------------------------------------------------------------------- /Assets/Common/Random Direction Per Strip.vfxoperator.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Common/Random Direction Per Strip.vfxoperator.meta -------------------------------------------------------------------------------- /Assets/Common/Random Direction.vfxoperator: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Common/Random Direction.vfxoperator -------------------------------------------------------------------------------- /Assets/Common/Random Direction.vfxoperator.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Common/Random Direction.vfxoperator.meta -------------------------------------------------------------------------------- /Assets/Common/Random Inside Sphere.vfxoperator: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Common/Random Inside Sphere.vfxoperator -------------------------------------------------------------------------------- /Assets/Common/Random Inside Sphere.vfxoperator.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Common/Random Inside Sphere.vfxoperator.meta -------------------------------------------------------------------------------- /Assets/Common/Shard.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Common/Shard.obj -------------------------------------------------------------------------------- /Assets/Common/Shard.obj.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Common/Shard.obj.meta -------------------------------------------------------------------------------- /Assets/Common/Trail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Common/Trail.png -------------------------------------------------------------------------------- /Assets/Common/Trail.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Common/Trail.png.meta -------------------------------------------------------------------------------- /Assets/Common/Trim.vfxoperator: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Common/Trim.vfxoperator -------------------------------------------------------------------------------- /Assets/Common/Trim.vfxoperator.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Common/Trim.vfxoperator.meta -------------------------------------------------------------------------------- /Assets/Common/VFXDefaultResources.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Common/VFXDefaultResources.asset -------------------------------------------------------------------------------- /Assets/Common/VFXDefaultResources.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Common/VFXDefaultResources.asset.meta -------------------------------------------------------------------------------- /Assets/HDRP.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/HDRP.meta -------------------------------------------------------------------------------- /Assets/HDRP/DefaultSceneRoot.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/HDRP/DefaultSceneRoot.prefab -------------------------------------------------------------------------------- /Assets/HDRP/DefaultSceneRoot.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/HDRP/DefaultSceneRoot.prefab.meta -------------------------------------------------------------------------------- /Assets/HDRP/DefaultSettingsVolumeProfile.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/HDRP/DefaultSettingsVolumeProfile.asset -------------------------------------------------------------------------------- /Assets/HDRP/DefaultSettingsVolumeProfile.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/HDRP/DefaultSettingsVolumeProfile.asset.meta -------------------------------------------------------------------------------- /Assets/HDRP/HDRP.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/HDRP/HDRP.asset -------------------------------------------------------------------------------- /Assets/HDRP/HDRP.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/HDRP/HDRP.asset.meta -------------------------------------------------------------------------------- /Assets/Init.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Init.meta -------------------------------------------------------------------------------- /Assets/Init/Sketch.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Init/Sketch.unity -------------------------------------------------------------------------------- /Assets/Init/Sketch.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Init/Sketch.unity.meta -------------------------------------------------------------------------------- /Assets/Init/Vfx.vfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Init/Vfx.vfx -------------------------------------------------------------------------------- /Assets/Init/Vfx.vfx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Init/Vfx.vfx.meta -------------------------------------------------------------------------------- /Assets/Sketch191003.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch191003.meta -------------------------------------------------------------------------------- /Assets/Sketch191003/Light.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch191003/Light.mat -------------------------------------------------------------------------------- /Assets/Sketch191003/Light.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch191003/Light.mat.meta -------------------------------------------------------------------------------- /Assets/Sketch191003/Sketch.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch191003/Sketch.unity -------------------------------------------------------------------------------- /Assets/Sketch191003/Sketch.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch191003/Sketch.unity.meta -------------------------------------------------------------------------------- /Assets/Sketch191003/Timeline.playable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch191003/Timeline.playable -------------------------------------------------------------------------------- /Assets/Sketch191003/Timeline.playable.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch191003/Timeline.playable.meta -------------------------------------------------------------------------------- /Assets/Sketch191003/Vfx.vfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch191003/Vfx.vfx -------------------------------------------------------------------------------- /Assets/Sketch191003/Vfx.vfx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch191003/Vfx.vfx.meta -------------------------------------------------------------------------------- /Assets/Sketch191012.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch191012.meta -------------------------------------------------------------------------------- /Assets/Sketch191012/BG.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch191012/BG.mat -------------------------------------------------------------------------------- /Assets/Sketch191012/BG.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch191012/BG.mat.meta -------------------------------------------------------------------------------- /Assets/Sketch191012/BG.shadergraph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch191012/BG.shadergraph -------------------------------------------------------------------------------- /Assets/Sketch191012/BG.shadergraph.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch191012/BG.shadergraph.meta -------------------------------------------------------------------------------- /Assets/Sketch191012/Recolor.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch191012/Recolor.asset -------------------------------------------------------------------------------- /Assets/Sketch191012/Recolor.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch191012/Recolor.asset.meta -------------------------------------------------------------------------------- /Assets/Sketch191012/Sketch.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch191012/Sketch.unity -------------------------------------------------------------------------------- /Assets/Sketch191012/Sketch.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch191012/Sketch.unity.meta -------------------------------------------------------------------------------- /Assets/Sketch191012/Timeline.playable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch191012/Timeline.playable -------------------------------------------------------------------------------- /Assets/Sketch191012/Timeline.playable.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch191012/Timeline.playable.meta -------------------------------------------------------------------------------- /Assets/Sketch191012/Vfx.vfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch191012/Vfx.vfx -------------------------------------------------------------------------------- /Assets/Sketch191012/Vfx.vfx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch191012/Vfx.vfx.meta -------------------------------------------------------------------------------- /Assets/Sketch191013.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch191013.meta -------------------------------------------------------------------------------- /Assets/Sketch191013/Orb.shadergraph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch191013/Orb.shadergraph -------------------------------------------------------------------------------- /Assets/Sketch191013/Orb.shadergraph.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch191013/Orb.shadergraph.meta -------------------------------------------------------------------------------- /Assets/Sketch191013/Sketch.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch191013/Sketch.unity -------------------------------------------------------------------------------- /Assets/Sketch191013/Sketch.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch191013/Sketch.unity.meta -------------------------------------------------------------------------------- /Assets/Sketch191013/Timeline.playable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch191013/Timeline.playable -------------------------------------------------------------------------------- /Assets/Sketch191013/Timeline.playable.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch191013/Timeline.playable.meta -------------------------------------------------------------------------------- /Assets/Sketch191013/Vfx.vfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch191013/Vfx.vfx -------------------------------------------------------------------------------- /Assets/Sketch191013/Vfx.vfx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch191013/Vfx.vfx.meta -------------------------------------------------------------------------------- /Assets/Sketch191014.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch191014.meta -------------------------------------------------------------------------------- /Assets/Sketch191014/GlowCube.shadergraph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch191014/GlowCube.shadergraph -------------------------------------------------------------------------------- /Assets/Sketch191014/GlowCube.shadergraph.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch191014/GlowCube.shadergraph.meta -------------------------------------------------------------------------------- /Assets/Sketch191014/GlowCube.vfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch191014/GlowCube.vfx -------------------------------------------------------------------------------- /Assets/Sketch191014/GlowCube.vfx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch191014/GlowCube.vfx.meta -------------------------------------------------------------------------------- /Assets/Sketch191014/Sketch.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch191014/Sketch.unity -------------------------------------------------------------------------------- /Assets/Sketch191014/Sketch.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch191014/Sketch.unity.meta -------------------------------------------------------------------------------- /Assets/Sketch191015.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch191015.meta -------------------------------------------------------------------------------- /Assets/Sketch191015/Cyclone.vfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch191015/Cyclone.vfx -------------------------------------------------------------------------------- /Assets/Sketch191015/Cyclone.vfx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch191015/Cyclone.vfx.meta -------------------------------------------------------------------------------- /Assets/Sketch191015/Reset.signal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch191015/Reset.signal -------------------------------------------------------------------------------- /Assets/Sketch191015/Reset.signal.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch191015/Reset.signal.meta -------------------------------------------------------------------------------- /Assets/Sketch191015/Sketch.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch191015/Sketch.unity -------------------------------------------------------------------------------- /Assets/Sketch191015/Sketch.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch191015/Sketch.unity.meta -------------------------------------------------------------------------------- /Assets/Sketch191015/Timeline.playable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch191015/Timeline.playable -------------------------------------------------------------------------------- /Assets/Sketch191015/Timeline.playable.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch191015/Timeline.playable.meta -------------------------------------------------------------------------------- /Assets/Sketch200612.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200612.meta -------------------------------------------------------------------------------- /Assets/Sketch200612/Sketch.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200612/Sketch.unity -------------------------------------------------------------------------------- /Assets/Sketch200612/Sketch.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200612/Sketch.unity.meta -------------------------------------------------------------------------------- /Assets/Sketch200612/TexturelessParticle.shadergraph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200612/TexturelessParticle.shadergraph -------------------------------------------------------------------------------- /Assets/Sketch200612/TexturelessParticle.shadergraph.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200612/TexturelessParticle.shadergraph.meta -------------------------------------------------------------------------------- /Assets/Sketch200612/TexturelessParticleMasked.shadergraph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200612/TexturelessParticleMasked.shadergraph -------------------------------------------------------------------------------- /Assets/Sketch200612/TexturelessParticleMasked.shadergraph.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200612/TexturelessParticleMasked.shadergraph.meta -------------------------------------------------------------------------------- /Assets/Sketch200612/Vfx.vfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200612/Vfx.vfx -------------------------------------------------------------------------------- /Assets/Sketch200612/Vfx.vfx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200612/Vfx.vfx.meta -------------------------------------------------------------------------------- /Assets/Sketch200614.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200614.meta -------------------------------------------------------------------------------- /Assets/Sketch200614/Sketch.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200614/Sketch.unity -------------------------------------------------------------------------------- /Assets/Sketch200614/Sketch.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200614/Sketch.unity.meta -------------------------------------------------------------------------------- /Assets/Sketch200614/TexturelessStrip.shadergraph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200614/TexturelessStrip.shadergraph -------------------------------------------------------------------------------- /Assets/Sketch200614/TexturelessStrip.shadergraph.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200614/TexturelessStrip.shadergraph.meta -------------------------------------------------------------------------------- /Assets/Sketch200614/TexturelessStripMasked.shadergraph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200614/TexturelessStripMasked.shadergraph -------------------------------------------------------------------------------- /Assets/Sketch200614/TexturelessStripMasked.shadergraph.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200614/TexturelessStripMasked.shadergraph.meta -------------------------------------------------------------------------------- /Assets/Sketch200614/Vfx.vfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200614/Vfx.vfx -------------------------------------------------------------------------------- /Assets/Sketch200614/Vfx.vfx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200614/Vfx.vfx.meta -------------------------------------------------------------------------------- /Assets/Sketch200624.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200624.meta -------------------------------------------------------------------------------- /Assets/Sketch200624/Sketch.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200624/Sketch.unity -------------------------------------------------------------------------------- /Assets/Sketch200624/Sketch.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200624/Sketch.unity.meta -------------------------------------------------------------------------------- /Assets/Sketch200624/Timeline.playable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200624/Timeline.playable -------------------------------------------------------------------------------- /Assets/Sketch200624/Timeline.playable.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200624/Timeline.playable.meta -------------------------------------------------------------------------------- /Assets/Sketch200624/Vfx.vfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200624/Vfx.vfx -------------------------------------------------------------------------------- /Assets/Sketch200624/Vfx.vfx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200624/Vfx.vfx.meta -------------------------------------------------------------------------------- /Assets/Sketch200625.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200625.meta -------------------------------------------------------------------------------- /Assets/Sketch200625/Sketch.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200625/Sketch.unity -------------------------------------------------------------------------------- /Assets/Sketch200625/Sketch.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200625/Sketch.unity.meta -------------------------------------------------------------------------------- /Assets/Sketch200625/Timeline.playable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200625/Timeline.playable -------------------------------------------------------------------------------- /Assets/Sketch200625/Timeline.playable.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200625/Timeline.playable.meta -------------------------------------------------------------------------------- /Assets/Sketch200625/Vfx.vfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200625/Vfx.vfx -------------------------------------------------------------------------------- /Assets/Sketch200625/Vfx.vfx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200625/Vfx.vfx.meta -------------------------------------------------------------------------------- /Assets/Sketch200713.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200713.meta -------------------------------------------------------------------------------- /Assets/Sketch200713/Base.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200713/Base.asset -------------------------------------------------------------------------------- /Assets/Sketch200713/Base.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200713/Base.asset.meta -------------------------------------------------------------------------------- /Assets/Sketch200713/Glitch1.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200713/Glitch1.asset -------------------------------------------------------------------------------- /Assets/Sketch200713/Glitch1.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200713/Glitch1.asset.meta -------------------------------------------------------------------------------- /Assets/Sketch200713/Glitch2.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200713/Glitch2.asset -------------------------------------------------------------------------------- /Assets/Sketch200713/Glitch2.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200713/Glitch2.asset.meta -------------------------------------------------------------------------------- /Assets/Sketch200713/Logo1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200713/Logo1.png -------------------------------------------------------------------------------- /Assets/Sketch200713/Logo1.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200713/Logo1.png.meta -------------------------------------------------------------------------------- /Assets/Sketch200713/Logo2.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200713/Logo2.mat -------------------------------------------------------------------------------- /Assets/Sketch200713/Logo2.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200713/Logo2.mat.meta -------------------------------------------------------------------------------- /Assets/Sketch200713/Logo2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200713/Logo2.png -------------------------------------------------------------------------------- /Assets/Sketch200713/Logo2.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200713/Logo2.png.meta -------------------------------------------------------------------------------- /Assets/Sketch200713/Particles.vfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200713/Particles.vfx -------------------------------------------------------------------------------- /Assets/Sketch200713/Particles.vfx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200713/Particles.vfx.meta -------------------------------------------------------------------------------- /Assets/Sketch200713/Quad.shadergraph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200713/Quad.shadergraph -------------------------------------------------------------------------------- /Assets/Sketch200713/Quad.shadergraph.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200713/Quad.shadergraph.meta -------------------------------------------------------------------------------- /Assets/Sketch200713/Quads.vfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200713/Quads.vfx -------------------------------------------------------------------------------- /Assets/Sketch200713/Quads.vfx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200713/Quads.vfx.meta -------------------------------------------------------------------------------- /Assets/Sketch200713/Sketch.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200713/Sketch.unity -------------------------------------------------------------------------------- /Assets/Sketch200713/Sketch.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200713/Sketch.unity.meta -------------------------------------------------------------------------------- /Assets/Sketch200713/Timeline.playable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200713/Timeline.playable -------------------------------------------------------------------------------- /Assets/Sketch200713/Timeline.playable.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200713/Timeline.playable.meta -------------------------------------------------------------------------------- /Assets/Sketch200730.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200730.meta -------------------------------------------------------------------------------- /Assets/Sketch200730/DofParticles.vfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200730/DofParticles.vfx -------------------------------------------------------------------------------- /Assets/Sketch200730/DofParticles.vfx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200730/DofParticles.vfx.meta -------------------------------------------------------------------------------- /Assets/Sketch200730/Sketch.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200730/Sketch.unity -------------------------------------------------------------------------------- /Assets/Sketch200730/Sketch.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200730/Sketch.unity.meta -------------------------------------------------------------------------------- /Assets/Sketch200804.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200804.meta -------------------------------------------------------------------------------- /Assets/Sketch200804/DofParticles.vfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200804/DofParticles.vfx -------------------------------------------------------------------------------- /Assets/Sketch200804/DofParticles.vfx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200804/DofParticles.vfx.meta -------------------------------------------------------------------------------- /Assets/Sketch200804/Sketch.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200804/Sketch.unity -------------------------------------------------------------------------------- /Assets/Sketch200804/Sketch.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200804/Sketch.unity.meta -------------------------------------------------------------------------------- /Assets/Sketch200804/Timeline.playable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200804/Timeline.playable -------------------------------------------------------------------------------- /Assets/Sketch200804/Timeline.playable.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200804/Timeline.playable.meta -------------------------------------------------------------------------------- /Assets/Sketch200923.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200923.meta -------------------------------------------------------------------------------- /Assets/Sketch200923/Sketch.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200923/Sketch.unity -------------------------------------------------------------------------------- /Assets/Sketch200923/Sketch.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200923/Sketch.unity.meta -------------------------------------------------------------------------------- /Assets/Sketch200923/Sphere.vfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200923/Sphere.vfx -------------------------------------------------------------------------------- /Assets/Sketch200923/Sphere.vfx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200923/Sphere.vfx.meta -------------------------------------------------------------------------------- /Assets/Sketch200928.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200928.meta -------------------------------------------------------------------------------- /Assets/Sketch200928/Emoji.shadergraph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200928/Emoji.shadergraph -------------------------------------------------------------------------------- /Assets/Sketch200928/Emoji.shadergraph.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200928/Emoji.shadergraph.meta -------------------------------------------------------------------------------- /Assets/Sketch200928/Emoji.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200928/Emoji.unity -------------------------------------------------------------------------------- /Assets/Sketch200928/Emoji.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200928/Emoji.unity.meta -------------------------------------------------------------------------------- /Assets/Sketch200928/Emoji.vfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200928/Emoji.vfx -------------------------------------------------------------------------------- /Assets/Sketch200928/Emoji.vfx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200928/Emoji.vfx.meta -------------------------------------------------------------------------------- /Assets/Sketch200928/Explosion.shadergraph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200928/Explosion.shadergraph -------------------------------------------------------------------------------- /Assets/Sketch200928/Explosion.shadergraph.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200928/Explosion.shadergraph.meta -------------------------------------------------------------------------------- /Assets/Sketch200928/Explosion.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200928/Explosion.unity -------------------------------------------------------------------------------- /Assets/Sketch200928/Explosion.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200928/Explosion.unity.meta -------------------------------------------------------------------------------- /Assets/Sketch200928/Explosion.vfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200928/Explosion.vfx -------------------------------------------------------------------------------- /Assets/Sketch200928/Explosion.vfx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200928/Explosion.vfx.meta -------------------------------------------------------------------------------- /Assets/Sketch200928/NotoEmoji.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200928/NotoEmoji.meta -------------------------------------------------------------------------------- /Assets/Sketch200928/NotoEmoji/emoji_u1f600.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200928/NotoEmoji/emoji_u1f600.png -------------------------------------------------------------------------------- /Assets/Sketch200928/NotoEmoji/emoji_u1f600.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200928/NotoEmoji/emoji_u1f600.png.meta -------------------------------------------------------------------------------- /Assets/Sketch200928/NotoEmoji/emoji_u1f622.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200928/NotoEmoji/emoji_u1f622.png -------------------------------------------------------------------------------- /Assets/Sketch200928/NotoEmoji/emoji_u1f622.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200928/NotoEmoji/emoji_u1f622.png.meta -------------------------------------------------------------------------------- /Assets/Sketch200929.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200929.meta -------------------------------------------------------------------------------- /Assets/Sketch200929/Backdrop.shadergraph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200929/Backdrop.shadergraph -------------------------------------------------------------------------------- /Assets/Sketch200929/Backdrop.shadergraph.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200929/Backdrop.shadergraph.meta -------------------------------------------------------------------------------- /Assets/Sketch200929/Bubble.playable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200929/Bubble.playable -------------------------------------------------------------------------------- /Assets/Sketch200929/Bubble.playable.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200929/Bubble.playable.meta -------------------------------------------------------------------------------- /Assets/Sketch200929/Bubble.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200929/Bubble.unity -------------------------------------------------------------------------------- /Assets/Sketch200929/Bubble.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200929/Bubble.unity.meta -------------------------------------------------------------------------------- /Assets/Sketch200929/Bubble.vfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200929/Bubble.vfx -------------------------------------------------------------------------------- /Assets/Sketch200929/Bubble.vfx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200929/Bubble.vfx.meta -------------------------------------------------------------------------------- /Assets/Sketch200929/Floor.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200929/Floor.mat -------------------------------------------------------------------------------- /Assets/Sketch200929/Floor.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200929/Floor.mat.meta -------------------------------------------------------------------------------- /Assets/Sketch200929/Graph.vfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200929/Graph.vfx -------------------------------------------------------------------------------- /Assets/Sketch200929/Graph.vfx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200929/Graph.vfx.meta -------------------------------------------------------------------------------- /Assets/Sketch200930.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200930.meta -------------------------------------------------------------------------------- /Assets/Sketch200930/Strip1.playable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200930/Strip1.playable -------------------------------------------------------------------------------- /Assets/Sketch200930/Strip1.playable.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200930/Strip1.playable.meta -------------------------------------------------------------------------------- /Assets/Sketch200930/Strip1.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200930/Strip1.unity -------------------------------------------------------------------------------- /Assets/Sketch200930/Strip1.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200930/Strip1.unity.meta -------------------------------------------------------------------------------- /Assets/Sketch200930/Strip1.vfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200930/Strip1.vfx -------------------------------------------------------------------------------- /Assets/Sketch200930/Strip1.vfx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200930/Strip1.vfx.meta -------------------------------------------------------------------------------- /Assets/Sketch200930/Strip2.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200930/Strip2.unity -------------------------------------------------------------------------------- /Assets/Sketch200930/Strip2.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200930/Strip2.unity.meta -------------------------------------------------------------------------------- /Assets/Sketch200930/Strip2.vfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200930/Strip2.vfx -------------------------------------------------------------------------------- /Assets/Sketch200930/Strip2.vfx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch200930/Strip2.vfx.meta -------------------------------------------------------------------------------- /Assets/Sketch201001.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201001.meta -------------------------------------------------------------------------------- /Assets/Sketch201001/Quad.playable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201001/Quad.playable -------------------------------------------------------------------------------- /Assets/Sketch201001/Quad.playable.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201001/Quad.playable.meta -------------------------------------------------------------------------------- /Assets/Sketch201001/Quad.shadergraph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201001/Quad.shadergraph -------------------------------------------------------------------------------- /Assets/Sketch201001/Quad.shadergraph.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201001/Quad.shadergraph.meta -------------------------------------------------------------------------------- /Assets/Sketch201001/Quad.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201001/Quad.unity -------------------------------------------------------------------------------- /Assets/Sketch201001/Quad.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201001/Quad.unity.meta -------------------------------------------------------------------------------- /Assets/Sketch201001/Quad.vfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201001/Quad.vfx -------------------------------------------------------------------------------- /Assets/Sketch201001/Quad.vfx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201001/Quad.vfx.meta -------------------------------------------------------------------------------- /Assets/Sketch201001/SimpleStrip.vfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201001/SimpleStrip.vfx -------------------------------------------------------------------------------- /Assets/Sketch201001/SimpleStrip.vfx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201001/SimpleStrip.vfx.meta -------------------------------------------------------------------------------- /Assets/Sketch201001/Strip1.playable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201001/Strip1.playable -------------------------------------------------------------------------------- /Assets/Sketch201001/Strip1.playable.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201001/Strip1.playable.meta -------------------------------------------------------------------------------- /Assets/Sketch201001/Strip1.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201001/Strip1.unity -------------------------------------------------------------------------------- /Assets/Sketch201001/Strip1.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201001/Strip1.unity.meta -------------------------------------------------------------------------------- /Assets/Sketch201001/Strip1.vfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201001/Strip1.vfx -------------------------------------------------------------------------------- /Assets/Sketch201001/Strip1.vfx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201001/Strip1.vfx.meta -------------------------------------------------------------------------------- /Assets/Sketch201001/Strip2.playable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201001/Strip2.playable -------------------------------------------------------------------------------- /Assets/Sketch201001/Strip2.playable.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201001/Strip2.playable.meta -------------------------------------------------------------------------------- /Assets/Sketch201001/Strip2.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201001/Strip2.unity -------------------------------------------------------------------------------- /Assets/Sketch201001/Strip2.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201001/Strip2.unity.meta -------------------------------------------------------------------------------- /Assets/Sketch201001/Strip2.vfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201001/Strip2.vfx -------------------------------------------------------------------------------- /Assets/Sketch201001/Strip2.vfx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201001/Strip2.vfx.meta -------------------------------------------------------------------------------- /Assets/Sketch201001/Strip3.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201001/Strip3.unity -------------------------------------------------------------------------------- /Assets/Sketch201001/Strip3.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201001/Strip3.unity.meta -------------------------------------------------------------------------------- /Assets/Sketch201001/Strip3.vfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201001/Strip3.vfx -------------------------------------------------------------------------------- /Assets/Sketch201001/Strip3.vfx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201001/Strip3.vfx.meta -------------------------------------------------------------------------------- /Assets/Sketch201008.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201008.meta -------------------------------------------------------------------------------- /Assets/Sketch201008/Rainbow.shadergraph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201008/Rainbow.shadergraph -------------------------------------------------------------------------------- /Assets/Sketch201008/Rainbow.shadergraph.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201008/Rainbow.shadergraph.meta -------------------------------------------------------------------------------- /Assets/Sketch201008/Rainbow.vfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201008/Rainbow.vfx -------------------------------------------------------------------------------- /Assets/Sketch201008/Rainbow.vfx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201008/Rainbow.vfx.meta -------------------------------------------------------------------------------- /Assets/Sketch201008/Sketch.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201008/Sketch.unity -------------------------------------------------------------------------------- /Assets/Sketch201008/Sketch.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201008/Sketch.unity.meta -------------------------------------------------------------------------------- /Assets/Sketch201012.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201012.meta -------------------------------------------------------------------------------- /Assets/Sketch201012/Sketch.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201012/Sketch.unity -------------------------------------------------------------------------------- /Assets/Sketch201012/Sketch.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201012/Sketch.unity.meta -------------------------------------------------------------------------------- /Assets/Sketch201012/Timeline.playable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201012/Timeline.playable -------------------------------------------------------------------------------- /Assets/Sketch201012/Timeline.playable.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201012/Timeline.playable.meta -------------------------------------------------------------------------------- /Assets/Sketch201012/Vfx.vfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201012/Vfx.vfx -------------------------------------------------------------------------------- /Assets/Sketch201012/Vfx.vfx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201012/Vfx.vfx.meta -------------------------------------------------------------------------------- /Assets/Sketch201013.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201013.meta -------------------------------------------------------------------------------- /Assets/Sketch201013/Curves.playable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201013/Curves.playable -------------------------------------------------------------------------------- /Assets/Sketch201013/Curves.playable.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201013/Curves.playable.meta -------------------------------------------------------------------------------- /Assets/Sketch201013/Curves.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201013/Curves.unity -------------------------------------------------------------------------------- /Assets/Sketch201013/Curves.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201013/Curves.unity.meta -------------------------------------------------------------------------------- /Assets/Sketch201013/Curves.vfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201013/Curves.vfx -------------------------------------------------------------------------------- /Assets/Sketch201013/Curves.vfx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201013/Curves.vfx.meta -------------------------------------------------------------------------------- /Assets/Sketch201013/Gradients.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201013/Gradients.unity -------------------------------------------------------------------------------- /Assets/Sketch201013/Gradients.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201013/Gradients.unity.meta -------------------------------------------------------------------------------- /Assets/Sketch201013/Gradients.vfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201013/Gradients.vfx -------------------------------------------------------------------------------- /Assets/Sketch201013/Gradients.vfx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201013/Gradients.vfx.meta -------------------------------------------------------------------------------- /Assets/Sketch201028.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201028.meta -------------------------------------------------------------------------------- /Assets/Sketch201028/Sketch.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201028/Sketch.unity -------------------------------------------------------------------------------- /Assets/Sketch201028/Sketch.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201028/Sketch.unity.meta -------------------------------------------------------------------------------- /Assets/Sketch201028/Vfx.vfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201028/Vfx.vfx -------------------------------------------------------------------------------- /Assets/Sketch201028/Vfx.vfx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201028/Vfx.vfx.meta -------------------------------------------------------------------------------- /Assets/Sketch201210.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201210.meta -------------------------------------------------------------------------------- /Assets/Sketch201210/Plexus.vfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201210/Plexus.vfx -------------------------------------------------------------------------------- /Assets/Sketch201210/Plexus.vfx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201210/Plexus.vfx.meta -------------------------------------------------------------------------------- /Assets/Sketch201210/Ribbon.vfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201210/Ribbon.vfx -------------------------------------------------------------------------------- /Assets/Sketch201210/Ribbon.vfx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201210/Ribbon.vfx.meta -------------------------------------------------------------------------------- /Assets/Sketch201210/Sketch.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201210/Sketch.unity -------------------------------------------------------------------------------- /Assets/Sketch201210/Sketch.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201210/Sketch.unity.meta -------------------------------------------------------------------------------- /Assets/Sketch201210/Volume.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201210/Volume.asset -------------------------------------------------------------------------------- /Assets/Sketch201210/Volume.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201210/Volume.asset.meta -------------------------------------------------------------------------------- /Assets/Sketch201211.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201211.meta -------------------------------------------------------------------------------- /Assets/Sketch201211/BPM.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201211/BPM.unity -------------------------------------------------------------------------------- /Assets/Sketch201211/BPM.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201211/BPM.unity.meta -------------------------------------------------------------------------------- /Assets/Sketch201211/Bars.vfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201211/Bars.vfx -------------------------------------------------------------------------------- /Assets/Sketch201211/Bars.vfx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201211/Bars.vfx.meta -------------------------------------------------------------------------------- /Assets/Sketch201211/Tape.shadergraph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201211/Tape.shadergraph -------------------------------------------------------------------------------- /Assets/Sketch201211/Tape.shadergraph.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201211/Tape.shadergraph.meta -------------------------------------------------------------------------------- /Assets/Sketch201211/Tape.vfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201211/Tape.vfx -------------------------------------------------------------------------------- /Assets/Sketch201211/Tape.vfx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201211/Tape.vfx.meta -------------------------------------------------------------------------------- /Assets/Sketch201212.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201212.meta -------------------------------------------------------------------------------- /Assets/Sketch201212/ClassicNoise2D.hlsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201212/ClassicNoise2D.hlsl -------------------------------------------------------------------------------- /Assets/Sketch201212/ClassicNoise2D.hlsl.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201212/ClassicNoise2D.hlsl.meta -------------------------------------------------------------------------------- /Assets/Sketch201212/Smoke1.shadergraph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201212/Smoke1.shadergraph -------------------------------------------------------------------------------- /Assets/Sketch201212/Smoke1.shadergraph.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201212/Smoke1.shadergraph.meta -------------------------------------------------------------------------------- /Assets/Sketch201212/Smoke1.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201212/Smoke1.unity -------------------------------------------------------------------------------- /Assets/Sketch201212/Smoke1.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201212/Smoke1.unity.meta -------------------------------------------------------------------------------- /Assets/Sketch201212/Smoke1.vfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201212/Smoke1.vfx -------------------------------------------------------------------------------- /Assets/Sketch201212/Smoke1.vfx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201212/Smoke1.vfx.meta -------------------------------------------------------------------------------- /Assets/Sketch201212/Smoke2.shadergraph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201212/Smoke2.shadergraph -------------------------------------------------------------------------------- /Assets/Sketch201212/Smoke2.shadergraph.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201212/Smoke2.shadergraph.meta -------------------------------------------------------------------------------- /Assets/Sketch201212/Smoke2.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201212/Smoke2.unity -------------------------------------------------------------------------------- /Assets/Sketch201212/Smoke2.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201212/Smoke2.unity.meta -------------------------------------------------------------------------------- /Assets/Sketch201212/Smoke2.vfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201212/Smoke2.vfx -------------------------------------------------------------------------------- /Assets/Sketch201212/Smoke2.vfx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201212/Smoke2.vfx.meta -------------------------------------------------------------------------------- /Assets/Sketch201212/Tube.metamesh: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Assets/Sketch201212/Tube.metamesh.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201212/Tube.metamesh.meta -------------------------------------------------------------------------------- /Assets/Sketch201213.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201213.meta -------------------------------------------------------------------------------- /Assets/Sketch201213/Sketch.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201213/Sketch.unity -------------------------------------------------------------------------------- /Assets/Sketch201213/Sketch.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201213/Sketch.unity.meta -------------------------------------------------------------------------------- /Assets/Sketch201213/Vfx.vfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201213/Vfx.vfx -------------------------------------------------------------------------------- /Assets/Sketch201213/Vfx.vfx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201213/Vfx.vfx.meta -------------------------------------------------------------------------------- /Assets/Sketch201215.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201215.meta -------------------------------------------------------------------------------- /Assets/Sketch201215/Sketch.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201215/Sketch.unity -------------------------------------------------------------------------------- /Assets/Sketch201215/Sketch.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201215/Sketch.unity.meta -------------------------------------------------------------------------------- /Assets/Sketch201215/Vfx.vfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201215/Vfx.vfx -------------------------------------------------------------------------------- /Assets/Sketch201215/Vfx.vfx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201215/Vfx.vfx.meta -------------------------------------------------------------------------------- /Assets/Sketch201225.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201225.meta -------------------------------------------------------------------------------- /Assets/Sketch201225/HSLuv.pugrad: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Assets/Sketch201225/HSLuv.pugrad.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201225/HSLuv.pugrad.meta -------------------------------------------------------------------------------- /Assets/Sketch201225/Hue.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201225/Hue.unity -------------------------------------------------------------------------------- /Assets/Sketch201225/Hue.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201225/Hue.unity.meta -------------------------------------------------------------------------------- /Assets/Sketch201225/Hue.vfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201225/Hue.vfx -------------------------------------------------------------------------------- /Assets/Sketch201225/Hue.vfx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201225/Hue.vfx.meta -------------------------------------------------------------------------------- /Assets/Sketch201225/Inferno.pugrad: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Assets/Sketch201225/Inferno.pugrad.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201225/Inferno.pugrad.meta -------------------------------------------------------------------------------- /Assets/Sketch201225/Magma.pugrad: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Assets/Sketch201225/Magma.pugrad.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201225/Magma.pugrad.meta -------------------------------------------------------------------------------- /Assets/Sketch201225/Particle.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201225/Particle.unity -------------------------------------------------------------------------------- /Assets/Sketch201225/Particle.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201225/Particle.unity.meta -------------------------------------------------------------------------------- /Assets/Sketch201225/Particle.vfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201225/Particle.vfx -------------------------------------------------------------------------------- /Assets/Sketch201225/Particle.vfx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201225/Particle.vfx.meta -------------------------------------------------------------------------------- /Assets/Sketch201225/Plasma.pugrad: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Assets/Sketch201225/Plasma.pugrad.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201225/Plasma.pugrad.meta -------------------------------------------------------------------------------- /Assets/Sketch201225/Turbo.pugrad: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Assets/Sketch201225/Turbo.pugrad.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201225/Turbo.pugrad.meta -------------------------------------------------------------------------------- /Assets/Sketch201225/Viridis.pugrad: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Assets/Sketch201225/Viridis.pugrad.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Assets/Sketch201225/Viridis.pugrad.meta -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/LICENSE -------------------------------------------------------------------------------- /Packages/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Packages/manifest.json -------------------------------------------------------------------------------- /Packages/packages-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/Packages/packages-lock.json -------------------------------------------------------------------------------- /ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/ProjectSettings/AudioManager.asset -------------------------------------------------------------------------------- /ProjectSettings/ClusterInputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/ProjectSettings/ClusterInputManager.asset -------------------------------------------------------------------------------- /ProjectSettings/DynamicsManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/ProjectSettings/DynamicsManager.asset -------------------------------------------------------------------------------- /ProjectSettings/EditorBuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/ProjectSettings/EditorBuildSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/ProjectSettings/EditorSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/GraphicsSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/ProjectSettings/GraphicsSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/HDRPProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/ProjectSettings/HDRPProjectSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/InputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/ProjectSettings/InputManager.asset -------------------------------------------------------------------------------- /ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/ProjectSettings/NavMeshAreas.asset -------------------------------------------------------------------------------- /ProjectSettings/PackageManagerSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/ProjectSettings/PackageManagerSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/Physics2DSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/ProjectSettings/Physics2DSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/PresetManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/ProjectSettings/PresetManager.asset -------------------------------------------------------------------------------- /ProjectSettings/ProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/ProjectSettings/ProjectSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/ProjectSettings/ProjectVersion.txt -------------------------------------------------------------------------------- /ProjectSettings/QualitySettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/ProjectSettings/QualitySettings.asset -------------------------------------------------------------------------------- /ProjectSettings/SceneTemplateSettings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/ProjectSettings/SceneTemplateSettings.json -------------------------------------------------------------------------------- /ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/ProjectSettings/TagManager.asset -------------------------------------------------------------------------------- /ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/ProjectSettings/TimeManager.asset -------------------------------------------------------------------------------- /ProjectSettings/TimelineSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/ProjectSettings/TimelineSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/UnityConnectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/ProjectSettings/UnityConnectSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/VFXManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/ProjectSettings/VFXManager.asset -------------------------------------------------------------------------------- /ProjectSettings/VersionControlSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/ProjectSettings/VersionControlSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/XRSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/ProjectSettings/XRSettings.asset -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/VfxGraphTestbed/HEAD/README.md --------------------------------------------------------------------------------