An assortment of Unity utilities
Creates periodic saves of the scene you're working on. Similar to git versioning.
Package manager -> Add package from git URL
https://github.com/Matthew-J-Spencer/Tarodev.git?path=Assets/Plugins/AutoSave
Generates strongly-typed data structures for your steam game in the form of IReadOnlyDictionarys with enum keys.
Package manager -> Add package from git URL
https://github.com/Matthew-J-Spencer/Tarodev.git?path=Assets/Plugins/SteamGenerator
Write your UI Toolkit styles in Sass, Less or Stylus and automatically compile them into usable .uss files.
Package manager -> Add package from git URL
https://github.com/Matthew-J-Spencer/Tarodev.git?path=Assets/Plugins/FileWatcher
Looks for USS classes in stylesheets and generates strongly-typed constants.
Package manager -> Add package from git URL
https://github.com/Matthew-J-Spencer/Tarodev.git?path=Assets/Plugins/StyleClassGenerator
Useful components and functions to alleviate some UI Toolkit pain.
Package manager -> Add package from git URL
https://github.com/Matthew-J-Spencer/Tarodev.git?path=Assets/Plugins/UIToolkitHelpers