Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arrays inspector display #135

Open
sfraoua opened this issue Jul 7, 2020 · 1 comment
Open

Arrays inspector display #135

sfraoua opened this issue Jul 7, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@sfraoua
Copy link

sfraoua commented Jul 7, 2020

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.

@DanielEverland DanielEverland added the bug Something isn't working label Apr 2, 2021
@DanielEverland
Copy link
Owner

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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants