An update has been released for the cart library. This version is safe to apply over previous 0.7.x versions. If issues occur please try a clean install of the library before reporting an issue.
0.7.1
- Fixed some issues with the module manager failing to initialize correctly on clean installs.
- Adjusted some of the custom editors from the initial 0.7.x release.
- Updated some old AppDomain calls in the code base to use the assembly helper class instead.
0.7.2
- Added a remove method to the array extensions setup.
- Added the option to refresh the installed modules cache from its custom editor.
- Fixed further issues where the module system would throw errors on opening the module window editor.
- [Game Ticker Module]: Fixed the module failing to compile due to the meta data JSON file being named the same as a class in the module.
- [Panels Module]: Updated the custom editors to apply to children of the panel base classes.