Skip to content

Shader for Unity particles that use noise textures as inputs to create different patterns

License

Notifications You must be signed in to change notification settings

Dafirex/Noise-Texture-Particles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Noise-Texture-Particles

Shader for Unity particles that use noise textures as inputs to create different patterns.
When combining textures make sure to set them to read/write in the texture import settings.

Demo

Video

Note

To use custom data (for speed and particle color) make sure custom vertex stream is checked under the renderer section of the particle.
Make sure to also add Custom1.xyzw and Custom2.xyzw and set them to be TEXCOORD1.xyzw and TEXCOORD2.xyzw respectively.
Set UV2 to be TEXCOORD0.zw to fill the rest of TEXCOORD0.

There is a scene included with a few examples.

I suggest getting more noise textures from: https://gumroad.com/l/FreeNoise

Tested on Unity 2017.4.15f

About

Shader for Unity particles that use noise textures as inputs to create different patterns

Resources

License

Stars

Watchers

Forks

Packages

No packages published