├── AnimationCurveTexture ├── AnimationCurveTextureImporter.cs ├── AnimationCurveTextureImporter.cs.meta ├── ExampleCurve.curve_texture ├── ExampleCurve.curve_texture.meta ├── SampleCurveTexture.shadersubgraph └── SampleCurveTexture.shadersubgraph.meta ├── LICENSE ├── README.md └── curve_changing_for_shaders.gif /AnimationCurveTexture/AnimationCurveTextureImporter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kleptine/unity-shadergraph-animationcurves/HEAD/AnimationCurveTexture/AnimationCurveTextureImporter.cs -------------------------------------------------------------------------------- /AnimationCurveTexture/AnimationCurveTextureImporter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kleptine/unity-shadergraph-animationcurves/HEAD/AnimationCurveTexture/AnimationCurveTextureImporter.cs.meta -------------------------------------------------------------------------------- /AnimationCurveTexture/ExampleCurve.curve_texture: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kleptine/unity-shadergraph-animationcurves/HEAD/AnimationCurveTexture/ExampleCurve.curve_texture -------------------------------------------------------------------------------- /AnimationCurveTexture/ExampleCurve.curve_texture.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kleptine/unity-shadergraph-animationcurves/HEAD/AnimationCurveTexture/ExampleCurve.curve_texture.meta -------------------------------------------------------------------------------- /AnimationCurveTexture/SampleCurveTexture.shadersubgraph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kleptine/unity-shadergraph-animationcurves/HEAD/AnimationCurveTexture/SampleCurveTexture.shadersubgraph -------------------------------------------------------------------------------- /AnimationCurveTexture/SampleCurveTexture.shadersubgraph.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kleptine/unity-shadergraph-animationcurves/HEAD/AnimationCurveTexture/SampleCurveTexture.shadersubgraph.meta -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kleptine/unity-shadergraph-animationcurves/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kleptine/unity-shadergraph-animationcurves/HEAD/README.md -------------------------------------------------------------------------------- /curve_changing_for_shaders.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kleptine/unity-shadergraph-animationcurves/HEAD/curve_changing_for_shaders.gif --------------------------------------------------------------------------------