ScriptableObject-Architecture
ScriptableObject-Architecture copied to clipboard
Arrays inspector display
Hi,
When i create a new Variable using my serializable class below
[Serializable] public class CustomizationParts { public Sprite[] Heads; public Sprite[] Eyes; public Sprite[] MaleHairs; public Sprite[] FemaleHairs; }
Only the first label (Heads) is displayed, and fields are doubled.
The other arrays are without labels and in the same line.
At the moment the editor only supports drawing a single property per variable, but this is obviously an oversight and something that should be implemented in the future.
For future Daniel's sake, I'll post a screenshot of the issue here:
