Febucci

Making games and helping others do the same

Our Journey in game development with all the info we wish we had when we started, from programming to game art, running a company and much more. ♥️

Latest Post

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.