You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment the debugger system list will show all of the systems in the game (client or server). The issue with this is that if there are many systems it can be difficult to quickly find the one you need. This results in arduous scrolling until you can spot the system you need.
Proposed improvement
A search bar should be added to the debugger which allows the user to search for the system by name.
Additional context
Performance is crucial and we will need to implement it in a way that does not incur any significant performance cost.
The text was updated successfully, but these errors were encountered:
It is important to note that this will likely require a TextField component to be added to Plasma. Alternatively, we could just use useInstance and make a one-time text field just for the search bar. I think it would be prudent to just add one to Plasma though, as this will allow text fields to be used elsewhere going forward.
Current behavior
At the moment the debugger system list will show all of the systems in the game (client or server). The issue with this is that if there are many systems it can be difficult to quickly find the one you need. This results in arduous scrolling until you can spot the system you need.
Proposed improvement
A search bar should be added to the debugger which allows the user to search for the system by name.
Additional context
Performance is crucial and we will need to implement it in a way that does not incur any significant performance cost.
The text was updated successfully, but these errors were encountered: