All Projects → andydbc → Unity Texture Curve

andydbc / Unity Texture Curve

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

Projects that are alternatives of or similar to Unity Texture Curve

Shadergraph Custom Nodes
🔨 Collection of custom nodes for ShaderGraph.
Stars: ✭ 53 (-64.43%)
Mutual labels:  unity, unity3d, shaders, shader, tool
Nvjob Water Shader Simple And Fast
#NVJOB Simple Water Shaders. Free Unity Asset.
Stars: ✭ 172 (+15.44%)
Mutual labels:  unity, unity3d, shaders, shader, texture
Unity Shaders
✨ Shader demo - More than 300 examples
Stars: ✭ 198 (+32.89%)
Mutual labels:  unity, unity3d, shaders, shader
Unity Script Collection
A maintained collection of useful & free unity scripts / library's / plugins and extensions
Stars: ✭ 3,640 (+2342.95%)
Mutual labels:  unity, unity3d, shaders, shader
Spheredissolve
Customizable procedural spherical dissolve shader for Unity3D, for all your customizable procedural spherical dissolve needs!
Stars: ✭ 311 (+108.72%)
Mutual labels:  unity, unity3d, shaders, shader
3d Game Shaders For Beginners
🎮 A step-by-step guide to implementing SSAO, depth of field, lighting, normal mapping, and more for your 3D game.
Stars: ✭ 11,698 (+7751.01%)
Mutual labels:  unity, unity3d, shaders, shader
Rimlight
Customizable rimlight shader for Unity that includes pulsation and noise scrolling. Give your scenes that extra oomph!
Stars: ✭ 170 (+14.09%)
Mutual labels:  unity, unity3d, shaders, shader
Unitylibrary
📚 Library of all kind of scripts, snippets & shaders for Unity
Stars: ✭ 1,968 (+1220.81%)
Mutual labels:  unity, unity3d, shaders, shader
Texturepanner
This repository hosts a shader for Unity3D whose main goal is to facilitate the creation of neon-like signs, conveyor belts and basically whatever based on scrolling textures
Stars: ✭ 528 (+254.36%)
Mutual labels:  unity, unity3d, shaders, shader
Unity Shadergraph Sandbox
✏️ Collection of ShaderGraph examples for Unity.
Stars: ✭ 525 (+252.35%)
Mutual labels:  unity, unity3d, shaders, shader
Unity Frosted Glass
❄️ Test of a frosted glass material in Unity.
Stars: ✭ 506 (+239.6%)
Mutual labels:  unity, unity3d, shaders, shader
Hologramshader
✏️ Test of an hologram material made in Unity.
Stars: ✭ 684 (+359.06%)
Mutual labels:  unity, unity3d, shaders, shader
Radialprogressbar
Customizable radial progress bar shader for Unity3D. Allows you to set arc range, minimum and maximum colors, textures, radius, and a few more things. Create HP Bars, Speedometers, rank progress, etc!
Stars: ✭ 714 (+379.19%)
Mutual labels:  unity, unity3d, shaders, shader
Drawmeshwithmotionvectors
An example showing how to generate per-object motion vectors when using DrawMesh.
Stars: ✭ 65 (-56.38%)
Mutual labels:  unity, unity3d, shader
3dxrayshader unity
Surface shader. Clips a Model with given plane , applies fresnel on clipped part and highlights the cross section.
Stars: ✭ 73 (-51.01%)
Mutual labels:  unity, unity3d, shaders
Noiseball3
A Unity example that shows how to use the new implementation of DrawProcedural.
Stars: ✭ 147 (-1.34%)
Mutual labels:  unity, unity3d, shader
Nnao
Neural Network Ambien Occlusion based on http://theorangeduck.com/page/neural-network-ambient-occlusion
Stars: ✭ 57 (-61.74%)
Mutual labels:  unity, unity3d, shader
Temporalreprojectionexample
Temporal reprojection example for Unity
Stars: ✭ 82 (-44.97%)
Mutual labels:  unity, unity3d, shader
Kinostreak
Anamorphic lens flare effect for Unity
Stars: ✭ 139 (-6.71%)
Mutual labels:  unity, unity3d, shader
Spriteglow
A sprite glow effect for Unity game engine
Stars: ✭ 1,287 (+763.76%)
Mutual labels:  unity, unity3d, 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].