useful development kit for unity game
UnityCore is composed with these modules :
- BigNumber, which represent number with a*(1000^b)
- TimerService, schedule timer task in global context
- UnitySingleton, unity singleton design
- UnityTaskManagement, run async task in global context
- UnityThread, which offers worker thread running on background to process cost time operation.