A Load Of Minor Updates (0.3.3)
ℹ️ Improved a load of systems, added some more docs to systems etc.
🗓️ Release Date: 21st July 2023
🎨 Changes
- More Documentation xD
- Cached Ref removed for CacheRef, a better implementation of more of less the same solution to the problem, just written without needing an extra class.
- Updated logs setup to have an option to allow logs in productions builds and to not requre the type to be passed in as a parameter. More to do there in the future.
- Updated IInitialize with 2021.2.x implementation in ifdef's
- Some updates to runtime timers to allow them to be stopped and paused.
- Changes singleton base to have its instance be the type, not the singleton base.
- Added allowance to override game tick time scale setting per ticker assuming its not the global one.
- Some updates to the version checker so it shows a different message when the version number is above the latest.