Stability improvements
Important Changes:
- 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();
- You no longer need to add Naughty Attributes to your project becase it comes prepacked with this Unitypackage.
- Added AOTBuilder that helps Odin to serialize your custom classes.
Full Changelog: 1.4.1...1.5.0