Unity – Fire & Smoke – Dynamic Nature U3087

Fire & Smoke - Dynamic Nature

  • Few versions of smoke, explosion shader with full documentation:
    • NM_Particles_Fire_Unlit – cheap in render unlit additive shader to simulate nice fire
    • NM_Particles_Smoke_Lightmap_Lit – lit shader which react on directional lights, light points with pbr setup. Additional depth is added by lightmap textures which simulate particle shape
    • NM_Particles_Smoke_Lightmap_Unlit – cheap in render shader which react only with directional light. Additional depth is added by lightmap textures which simulate particle shape
    • NM_Particles_Smoke_Normalmap_Lit – lit shader which react on directional lights, light points with pbr setup. Additional depth is added by normalmap textures which simulate particle shape
    • NM_Particles_Smoke_Normalmap_Unlit – cheap in render shader which react only with directional light. Additional depth is added by normalmap textures which simulate particle shape
  • Textures are 2048
  • Links to manual which help you to build own particles and play with settings