Issue with overlap on attack data

Looks like the first array is overlapping. The other 2 work fine. I’ve done all the usual, restart computer, reset layout.

Any idea whats causing it?

Hey @Caesura. Apparently, it’s a known issue Unity Issue Tracker - ScriptableObject with an array of serializable classes with arrays in them is overlapping in the Inspector when expanded

As a temporary fix till its is fixed, use the [NonReorderable] Attribute to disable the reorderable list rendering

1 Like

as @mihaivladan points out, it’s a known issue. It should be fixed in 2021.2 and later.

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms