0.2
HiFramework_unity
This is a framework to manage project's core logic and module, there are already some components built-in framework, and of course you can extend and your module in your own project.
Framework
- Component container
- Ticker
- Assert
Core
- Singleton
- HiFloat(it's a remodified accuracy float type)
- ObjectBase(it's supply a convenient way to dispose object)
Component
- Async task
- Event
- Inject
- IO
- Main thread
- Object pool
- Signal
- ...