This repository has been archived by the owner on Feb 18, 2024. It is now read-only.
Releases: Deaadman/ModComponentUnityTool
Releases · Deaadman/ModComponentUnityTool
v1.1.0 - Polished Productivity Update
🚀 New Features
- Added an option to define a custom output path.
- Added an option to choose the compression level for
.modcomponent
's. - Can now create more than one
.modcomponent
at a time. - Overhauled User Interface. (MCUT --> Tool Interface)
- The button to create
.modcomponents
's is now also found within this menu.
- The button to create
🔧 Improvements
- Improved upon path validation checking.
💻 Technical
- Refactored error handling.
- Removed most logging cases.
v1.0.1
v1.0.0 - Initial Launch
🚀 New Features
- Fully integrated within the Unity Editor! (2021.3.16f1)
- Easy-to-read logging in the Unity console.
💻 Technical
- Removed unnecessary dependencies and code.