Publisher | SwipeTrack Solutions |
---|---|
File size | 1.57MB |
Number of files | 38 |
Latest version | 1.0.0 |
Latest release date | 2023-10-24 11:24:13 |
First release date | 2023-10-24 11:24:13 |
Supported Unity versions | 2018.4.2 or higher |
Documentation | Example | Forum | Support
Summary
Switchboard is an application framework for Unity. It provides a composition root so you can define what occurs when the application runs, regardless of which scenes are loaded. Also, dependency injection, so your Monobehaviours can have loose dependencies that are automatically satisfied at run time. Singletons are no longer necessary! Any object you create can be automatically updated, even if it is not a Monobehaviour. The core library provides persistent log files, garbage-free string manipulation, and it works with any C# application, not just Unity. Every feature has been meticulously crafted for stability and performance.
Features
- Dependency Injection
- Composition Root
- Update Any Object
- Log Files
- A Better StringBuilder
- Zero Garbage
- And much more!