Skip to content

A Load Of Minor Updates (0.3.3)

Compare
Choose a tag to compare
@JonathanMCarter JonathanMCarter released this 21 Jul 18:26
· 132 commits to main since this release
125264b

ℹ️ 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.