neon-age / Smart-Hierarchy

Human-friendly hierarchy for Unity.
MIT License
599 stars 43 forks source link

Preferences UI doesn't work when plugin is located in Assets #8

Closed Thane5 closed 3 years ago

Thane5 commented 3 years ago

I just downloaded a zip of the repo to test the latest changes and dragged the folder into my Unity project, but it created an error in the console. The Menu entry in the preferences exists, but when i select it this error pops up. I previously used the package manager, and modified the cache files to update it locally, so i didn't run into the issue before.

neon-age commented 3 years ago

If you want to make the package editable, just move it into Packages folder. The path to UI assets is currently hardcoded, so that's why an error occurs (can be fixed by using GUIDs instead)