Releases: CarterGames/The-Cart
Module updates (0.6.3)
ℹ️ Some minor updates to modules & the core library.
🗓️ Release Date: 9th May 2024
🎨 Changes
- Fixed an issue with the instance setup making 2 objects when initializing.
- Fixed some reference issues with the game ticker module editors & meta data.
Modules System Fixes (0.6.2)
ℹ️ Additional modules system fixes.
🗓️ Release Date: 6th May 2024
🎨 Changes
- Fixed an issue where the modules assembly wouldn't compile with no modules installed.
- Fixed a bug where the revision values for each module were being grabbed from the installed data when they were not installed.
Module Updates (0.6.1)
ℹ️ Some fixes the modules setup.
🗓️ Release Date: 25th April 2024
🎨 Changes
- Fixed some issues with the module install & update setup when the asset code was not in the same path as the package prep.
- Updated Hierarchy module with meta data fix.
- Updated Notion Data module with a fix for the reflection call on assigning wrappers.
Modules & Management (0.6.0)
ℹ️ Added a new modules setup for small systems that are not always needed as well as some general library management.
🗓️ Release Date: 22nd April 2024
🎨 Changes
- Added modules setup to split less frequently used code from the library.
- Refactored any logic not in modules into a new
core
library. - Added the latest editor asset interfaces from other assets.
- Updated version validation with the latest fixes.
New systems & features (0.5.0 Pre.1)
ℹ️ New library update
🗓️ Release Date: 1st Feburary 2024
🎨 Changes
- New Notion data asset system to let you download dat from Notion databases in to scriptable objects for use.
- New mockup tool for UI mockup overlays.
- More general API.
- Further organisation improvements.
- New logo, graphics & library name.
- Updated settings structure and library backend.
- More docs to come soon.
Minor Fixes (0.4.1)
ℹ️ Corrected a few mistakes for the library.
🗓️ Release Date: 13th August 2023
🎨 Changes
- Fixed some issues with compatibility with Unity 2021.2.x or newer.
- Fixed the data asset index not updating correctly due to the null reference in the editor code.
Rebrand & Updates (0.4.0)
ℹ️ Updated the name from Scarlet Library to Common, as I use code from the library in the assets I make.
🗓️ Release Date: 13th August 2023
🎨 Changes
- Updated the name of the library.
- All namespaces, assemblies & documentation have been updated.
- Some minor fixes since my last update to the library.
- Added Random system documentation.
A Load Of Minor Updates (0.3.3)
ℹ️ 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.
Events System Update (0.3.2)
ℹ️ Improved & documented the events system in the library as it currently stands
🗓️ Release Date: 18th July 2023
🎨 Changes
- Commented up system to modern standards.
- Added support for anonymous actions to be subscribed & unsubscribed with a key value style setup.
- Documented the system on Notion and provided a link to the page in the package.
Further Improvements (0.3.1)
ℹ️ Improved & fixed some of the existing systems in the library.
🗓️ Release Date: 17th July 2023
🎨 Changes
- Updated Hierarchy Headers/Separators with new text alignment & width options.
- Corrected issues with the data asset setup to allow the index to correctly update.
- Added a menu option to manually update the data index.