A small hotfix update for some isses from the 0.12.0 release and some fixes for GUI that gets missing in the Unity editor on Linux.
Install
This update is safe to install over any 0.12.x installation. Note the statistics module change will need manually applying as it is removed in this update if you do this.
Git URL
https://github.com/CarterGames/The-Cart.git
Repo
New
- New scene helper class with some useful API for getting all scenes and getting if a scene is loaded my name. See SceneHelper.cs for API.
Changed
- Updated module management GUI to have fallbacks for some elements that don’t render properly in the editor on Linux.
- Removed Statistics module define, was removed for 0.12.0 but the definition remained on accident.
- Commented and cleaned up the runtime logic for the parameters module.
Fixed
- Fixed git URL download breakage from an invalid package.json.