this post was submitted on 01 Dec 2024
55 points (100.0% liked)

Godot

6005 readers
8 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 2 years ago
MODERATORS
 

This makes it so you can see details about things in the scene without needing to manually swap

top 3 comments
sorted by: hot top controversial new old
[–] domi@lemmy.secnd.me 1 points 2 weeks ago (1 children)

Can you also switch between different remote views when debugging with multiple instances? Somehow I never know on which instance I am attached to.

[–] Charzard4261@programming.dev 2 points 2 weeks ago (1 children)

Yes! If you've set it up to boot multiple instances, switching between the debugger tabs at the bottom will also switch the remote scene tree.

When I stumbled onto this I was so happy. It's made debugging my multiplayer project soooo much easier!

[–] domi@lemmy.secnd.me 1 points 2 weeks ago

Thanks, that should make debugging a lot easier.