How to create a Scene Navigation tool with Odin
[Read More]
How to copy Transform values from Play Mode into Edit Mode in Unity
Or - how to freeze a moment in time
EDIT 10.11.2020: You can find a sample project containing everything in this post here.
[Read More]
How to create a gradient with Unity's Shader Graph?
Or - make shaders not textures
Gradients. They are everywhere. From menus, to backgrounds, particle systems and even our skies - gradients are important for our games. The blending from one colour to the other goes a long way in conveying a texture, cheaply. But sadly, many beginner Unity developers sacrifice other aspects of their app...
[Read More]