Skip to content

0.2

Compare
Choose a tag to compare
@hiram3512 hiram3512 released this 13 Feb 07:23
· 154 commits to master since this release

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
  • ...