Publisher | Cherry on Top |
---|---|
File size | 8.31MB |
Number of files | 184 |
Latest version | 1 |
Latest release date | 2022-07-27 10:39:54 |
First release date | 2021-04-21 04:34:14 |
Supported Unity versions | 2018.4.2 or higher |
Cherry Studios™ Presents -
mincode - the complete infrastructure for fast game development, intended to ease coding and mainatanace by generalizing most of the logic a game needs, using scriptable objects to tear down dependencies and spaghetti code.
In this asset you will find:
- Events system (including event parameters, post-event actions, "raise" button for debug in runtime)
- Variable system (x6 types + all generic ready for extensions)
- Scenes loader (will load all scenes for you in a given order)
- Levels loader (will load your levels from your Resources folder as prefabs)
- LOTS of bonus scripts for common behaviors (over x30 extra scripts!)
- Basic UI to start with, including UI scripts
- EVERYTHING is clean and clear, and can be easily modified to your unique needs. Source code all in C#
- Complete guide for the mincode concept, with in depth explanations and examples - link
- Editor scripts to reflect as much as possible in the editor. Whatever that is configurable is exposed! This will create clarity between engineers and designers
- Demo with a full game system - pre level, in level, post level screens, orchestrated by the scenes manager, levels manager, variable system, events system and the bonus scripts.
Inspired by Ryan Hipple's lecture about game architecture with scriptable objects. This attitude changed the way people do game dev.