neon-age / Smart-Hierarchy

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

Doesn't compile when UIElements built-in package is disabled #31

Open Razenpok opened 3 years ago

Razenpok commented 3 years ago

I don't know for sure, but you could probably add com.unity.modules.uielements to package dependencies for auto-resolution, or maybe just note that UIElements package is required. Thanks for the package tho, really cool.

neon-age commented 3 years ago

Oh, I didn't knew it can be disabled. This seem to be related to the fact that assembly is currently 'runtime' - see #27.