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

List properties start shrinking the more populated your GameObject becomes #4408

Closed
yuberee opened this issue Jan 6, 2024 · 2 comments
Closed
Assignees
Labels
bug Something isn't working

Comments

@yuberee
Copy link

yuberee commented Jan 6, 2024

Describe the bug

When a List (Or any other collection like Arrays) gets displayed in the Inspector, it starts off looking as intended.
But the moment the GameObject gets more populated by Components it will slowly shrink to the point of being unusable.
Simply collapsing the components being viewed will return the List to the original way it was.

To Reproduce

  1. Create a component with a List property
  2. Add the component to a game object
  3. Add other components
  4. Observe the List shrink

Expected behavior

For the List property not to shrink

Media/Files

No response

Additional context

No response

@yuberee yuberee added the bug Something isn't working label Jan 6, 2024
@trende2001
Copy link

image
All of the other components uncollapsed

image
Collapsed

@garrynewman garrynewman self-assigned this Jan 7, 2024
@garrynewman
Copy link
Member

Thsi should be fixed now

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
Archived in project
Development

No branches or pull requests

3 participants