godotengine / godot-proposals

Godot Improvement Proposals (GIPs)
MIT License
1.05k stars 65 forks source link

Add more remote tabs for multiple running instances #9621

Open agrimminck opened 2 weeks ago

agrimminck commented 2 weeks ago

Describe the project you are working on

An online cozy game where you can see your friend's houses

Describe the problem or limitation you are having in your project

I need to be able to remote view all the clients and servers, which are more than 5, but the engine only lets me remote view 5 of them, I've tried to create 6 instances but it keeps confining it to a maximum of 5

Describe the feature / enhancement and how it helps to overcome the problem or limitation

Let the engine get more than 5 remote views so multiplayer developing gets far easier to achieve

Describe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams

Enhance the limit of remote views available for multiple running instances

If this enhancement will not be used often, can it be worked around with a few lines of script?

No

Is there a reason why this should be core and not an add-on in the asset library?

I'm assuming the remote-view funcionality is not an easy thing to manipulate, so I'm guessing it is not easy to make an addon for it