evaera / matter

A modern ECS library for Roblox.
https://eryn.io/matter/
MIT License
144 stars 34 forks source link

Sort component list in World Inspector #55

Closed benbrimeyer closed 1 year ago

benbrimeyer commented 1 year ago

When inspecting Worlds with large amount of unique components, it can take some time to drill into the component you are looking to inspect further. Usually there is a specific component name in mind. Sorting the list by component name would improve my workflow a ton.

Before this change, the order of components was non-deterministic and would sometimes jump around when new components were added/removed. Now the list will remain static.

Before: image

After: image

evaera commented 1 year ago

Looks good thank you please come again