Federico Bellucci 1 Sep 2018 Dissolve Shader You can use Dissolve Shaders in Unity to let your game objects fade in lot of different ways. Using both Unity Shader Graph and HLSL. Read more!
Federico Bellucci 1 Aug 2018 Easing Functions for Animations You can use Easing Functions to create awesome animations for your projects via code. They're used everywhere, including in game design to control the game feeling/juice. Read more!
Federico Bellucci 1 Jul 2018 Sprite Diffuse Shader You can use a Sprite Diffuse Shader in Unity to let your 2d sprites be affected by a light. Learn how to create it via Shader Graph, SRP/URP and more!