this post was submitted on 08 Aug 2023
10 points (100.0% liked)

Godot

5686 readers
1 users here now

Welcome to the programming.dev Godot community!

This is a place where you can discuss about anything relating to the Godot game engine. Feel free to ask questions, post tutorials, show off your godot game, etc.

Make sure to follow the Godot CoC while chatting

We have a matrix room that can be used for chatting with other members of the community here

Links

Other Communities

Rules

We have a four strike system in this community where you get warned the first time you break a rule, then given a week ban, then given a year ban, then a permanent ban. Certain actions may bypass this and go straight to permanent ban if severe enough and done with malicious intent

Wormhole

!roguelikedev@programming.dev

Credits

founded 1 year ago
MODERATORS
 

When i'm running more than one instance of the game, is there any quick way to tell which instance of the game is the one that gets its scene tree displayed under "Remote" in the editors scene tab?.

you are viewing a single comment's thread
view the rest of the comments
[–] Ti_Ka@lemmy.blahaj.zone 3 points 1 year ago* (last edited 1 year ago)

Wow thanks for the quick and detailed answer :D. Ive used a variation of the autoload script you provided and it works great.

> on my machine it corresponds to the window order in the taskbar.

I tried that at first too but its not very reliable on my machine and it seem they can be in any order on my taskbar.

(I actually went back and checked now that i can easily tell which one it is and it appears like it is often, but not always, the one last in my taskbar (out of 3 open instances). ~30%-50% of the time it can also be the second to last one and i recall it even being the first one in the taskbar at least once)