Skip to content

Stability improvements

Compare
Choose a tag to compare
@Kuhpik Kuhpik released this 15 May 19:05
· 5 commits to master since this release

Important Changes:

  1. Bootstrap class turned into Singleton and no longer contains static methods. Because of that we have to use Instance property to call it's API. For ex. Bootstrap.Instance.GameRestart();
  2. You no longer need to add Naughty Attributes to your project becase it comes prepacked with this Unitypackage.
  3. Added AOTBuilder that helps Odin to serialize your custom classes.

Full Changelog: 1.4.1...1.5.0