Inspired of Ryan Hipple's talk from Unite 2017 this project features a set of tiny composible "Atoms" that improve modularity in your project. The general approach to building scripts in Unity often ...
Add 2 custom play buttons to the Unity Toolbar to avoid keep switching scenes when testing the game. Directly play the game (the first scene in build setting) or specific scene (chose from dropdown ...
Even though I have AI write my Unity code, there is a lot of rework. I can't use the generated code as-is, and I end up having to fix it by hand. The root cause of this problem was packing too much ...