neon-age / Smart-Hierarchy

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

ArgumentOutOfRangeException when adding collection in Unity 2022.2 #35

Open alexanderameye opened 1 year ago

alexanderameye commented 1 year ago

I get this error when adding a collection in Unity 2022.2

image
nomnomab commented 1 year ago

Seems to be Unity requiring a VisuelElement by index internally.

The point of conflict comes from inside of CollectionEditor.AlternateComponentsGUI when the editor child is removed. image