Tiny collection of Unity C# helpers and editor utilities.
What’s included
- Common runtime helpers (collections, gizmos, etc.).
- Editor utilities (notably the Project Setup Wizard which creates a default Assets/_Game directory layout, imports selected packages, sets the project root namespace, and can import TextMeshPro essentials).
Quick start
- Install: copy the folder into Assets/ or add this repo as a package.
- Open the wizard: Tools → Project Setup Wizard. Toggle options, set namespace, click "Run Setup".
License
- MIT (see LICENSE).