March 2024 Recap
Because I’m not able to keep up with writing a post every time I have something interesting to share, I’ll sometimes just briefly summarize highlights over t...
Because I’m not able to keep up with writing a post every time I have something interesting to share, I’ll sometimes just briefly summarize highlights over t...
In this post I’m going to share how switching from Marshal.SizeOf<T> to Unsafe.SizeOf<T> helped me resolve a bug that I had a left a TODO comment...
It’s usually a good idea to test built versions of your application regularly because code will often behave differently than in the editor. Doing this regul...
Disable domain reloading for quicker iteration time during development (if you have to frequently enter and exit play mode). Open Project Settings -> Edit...
Use TextMeshPro’s “Font Weights” feature + stylesheets to simplify working with specs set by the design team.