Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatically switch Scene Tree view to Remote when playing the project/scene from the editor #1971

Closed
GGAlanSmithee opened this issue Dec 11, 2020 · 2 comments

Comments

@GGAlanSmithee
Copy link

GGAlanSmithee commented Dec 11, 2020

Describe the project you are working on

an rpg

Describe the problem or limitation you are having in your project

I build up my scenes dynamically, so the local scene tree does not give a lot of information when running the game

image
image

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

automatically (or provide a setting to) change to the "remote" scene tree view upon playing a project/scene (F5/F6)

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

See images in section above, not much more to explain

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

It would be used often by me, and I have no idea how this could be worked around with script. It is ofcourse trivial to manually switch to remote after running the game, but this would be a great quality-of-life change for me atleast. This is somewhat mitigated by the hot-reload behavior of the editor, but that does not always work, so I find myself having to re-play the game quite often

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

it is part of the editor, I do not know to what degree a third party extension can affect this

@Calinou
Copy link
Member

Calinou commented Dec 11, 2020

This was specifically disabled because the remote scene tree causes stuttering while the project is running. You can enable it in the Editor Settings (Auto Switch To Remote Scene Tree).

We can't enable it by default until we solve the stuttering issue.

@GGAlanSmithee
Copy link
Author

@Calinou thanks for the info, I searched the docs and googled, but apparently not well enough!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants