neon-age / Smart-Hierarchy

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

No Stadia support — fix for "can't add Editor script" #27

Open neon-age opened 3 years ago

neon-age commented 3 years ago

image

This is a temp solution to avoid "can't add Editor script" error on MonoBehaviours.

Will be eventually fixed with re-organization and splitting assemblies into: Assemblies
AV.Hierarchy.Core Base folder, references Unity assemblies.
AV.Hierarchy.Runtime MonoBehaviours, references Core.
AV.Hierarchy Root, Editor-only, references Core and Runtime.

But it will introduce new conflicts, so firstly these dev branches need to be merged into master:

Hope there is no developers that actually rely on Stadia 😅