Tips & Tricks for your Programming
Understanding the LCD effect and replicating it on Shadertoy to achieve a base for retro looks.
How to delete children of a gameobject while in Editor mode.
Ensure that a sequence of randomly generated numbers stays the same
Add juice to your game by changing your PostProcessing effects parameters at runtime in Unity URP and HDRP.
2 ways to replace the default system cursor in Unity.
First part on how to generate a map like the GC version of Animal Crossing. Creating a high ground / low ground mask.
Sharing an utility class to flatten and unflatten 2D arrays in Unity C# for easy serialisation.
Visualizing a grid for development in editor play mode for Unity using Gizmos
Sharing a few things I've found out using the Babylon Unity Toolkit for the first time
Showing how to create a custom mesh in BabylonJS with a simple example: creating a quad.