26
2018
Fire Effect Using CustomRenderTexture

Converted this fire effect (by The Coding Train) into unity customrendertexture + shader.
Added fire gradient color (by moving the fire calculation into alpha channel).
Unity Project Sources
https://github.com/unitycoder/FireEffect
References
- CustomRenderTexture (was added to unity in 2017.1) https://docs.unity3d.com/Manual/CustomRenderTextures.html
- Keijiros example project (reaction-diffusion) https://github.com/keijiro/RDSystem
- Fire Effect algorithm https://web.archive.org/web/20160418004150/http://freespace.virgin.net/hugo.elias/models/m_fire.htm
- The Coding Train fire effect tutorial http://thecodingtrain.com/CodingChallenges/103-fire-effect.html
Related Posts
2 Comments + Add Comment
Leave a comment
Recent posts
- Favorites in PackageManager
- LudumDare59 : Signal
- Unity Editor: Tree Generator
- Leaf/Foliage Generator Tools (Runs in Browser)
- Testing Unity AI Beta
- Ways to Support UnityCoder Development
- Using UI Slider to Create 5-Star Rating Element
- Game Music Library For Unity (editor plugin)
- Fontastic : Easily Test Fonts in Unity Editor!
- GeoTiff Importer & Terrain Generator for Unity
- Create Baked DropShadow for UI images
- .JP2 Ortho Image Converter to PNG/JPG/TIFF
Recent Comments
- on Mesh Exploder (sources)
- on Sprite Sheet Flip Book Shader
- on Sprite Sheet Flip Book Shader
- on [Asset Store] PolygonCollider2D Optimizer
- on Trajectory Test Scene 2.0
- on Vector3 maths for dummies!
- on UnityHub 3.6.0: Remove Version Control & Cloud Dashboard columns
- on Using RenderDoc with Unity (graphics debugger)
Coin:
CUgDSbRqFcAumDSAcdKDvuXsw26VdkJe8C8WGUQHBAGS
An article by












Nice article, keep going with your great posts 🙂
similar fire effect using normal shaders with shadergraph
https://effect-lab.hatenablog.com/entry/unity-shader-graph-jisen-fire01