Nov 14, 20239 minHere Comes the Main EventEvent-broadcasting systems are complex - we can simplify things!
Oct 29, 20239 minI'm Using UniTask Everywhere and So Should YouEradicate IEnumerator and coroutines, and use async/await instead.
Oct 19, 20238 minRender Textures are Great and SetPixel is NotThere are a lot of reasons you might want to draw on a texture. Maybe you want your players to literally be able to draw on something....
May 18, 20189 minEuler Angles are TerribleWhen you started developing games in Unity, you were introduced to a term, most likely for the first time: "Quaternion". Putting in...
Mar 18, 20187 minAll My Update()sSome of the various update methods provided by Unity have quirks. Here's how to best take advantag