Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Releases: Deaadman/ModComponentUnityTool

v1.1.0 - Polished Productivity Update

09 Dec 05:45
Compare
Choose a tag to compare

🚀 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.

🔧 Improvements

  • Improved upon path validation checking.

💻 Technical

  • Refactored error handling.
  • Removed most logging cases.

v1.0.1

25 Oct 05:00
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Fixed addressables from being built.

v1.0.0 - Initial Launch

14 Oct 04:29
Compare
Choose a tag to compare

🚀 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.