Unity

You can browse here all our posts with this tag. Cheers!

Unity18 posts

Fire Shader

Fire Shader

01 May 2019

You can create a Fire Shader in Unity by controlling how a texture changes values over time. In this article we'll create a Fire shader in Unity Shader Graph and HLSL. Read more!

Vertex Shader

Vertex Shader

01 October 2018

Vertex Shaders can be used for effects like waves, force fields and grass movement. Learn how to create vertex shaders in Unity, using Shader Graph or HLSL.