• Stars
    star
    235
  • Rank 170,251 (Top 4 %)
  • Language
    C#
  • License
    MIT License
  • Created over 6 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

✏️ Example showing how to bake an AnimatedCurve into a Texture and use it in a shader.

unity-texture-curve License

Small example showing how to bake AnimatedCurve into Texture2D.

This technique can be used to animate all sort of values directly in shaders, it has the main advantage of having almost zero cost on the CPU.

screenshot

License

MIT, see LICENSE for details.