SCore
SCore it is a simple pack of base modules for games on Unity.
REQURED Zenject framework https://github.com/modesttree/Zenject REQURED UniRX extension https://github.com/neuecc/UniRx
Modules
- Services loader
- Social platforms
- Localisation
- Analytics
- Ads
- Saving
- Web requests
- Music playlists
- GameObject pool
Utils
- Hash game variables in memory - MemoryProtection.cs
- Hash string to MD5 string - HashString.cs
- XMLparser
- MiniJSON
- Datetime human read - DateTime.cs
- Color lerp - ColorUtility.cs
Platforms support
- Android
- ios
- WebGL
- Unknow basic
Compilation constants
- CORE_FB - use Facebook SDK
- CORE_FIREBASE - use Firebase SDK
- CORE_GA - use game analitycs
- MESHPRO - use mesh pro plugin
Additional
- Collection of components for fast prototyping in Components folder