Universal utilities to speed up starting & building your Unity game.
It’s easy to get started in game design and then realize that everything you want to make scalable and flexible for the future, needs its own utility or manager created. Usually after you’ve put in a good effort. This is a lot of what I see forums full of. I just thought there should be a more universal way of doing this.
In my journey to make my own game, I’m going to polish these systems into a package for you. With most of these ideas, I have not seen any other assets with similar features.
I hope you enjoy!
Auto-generated global color libraries. Create & organize groups of colors for different areas of your game using a static class. Standardize your colors!
Manage staged scenes of objects to massively speed up when you hit play mode, leveraging Unity’s quick scene loading.
All scripts use the same input commands regardless of player or ai and many more features.