Warn for potential performance issues with Auto Switch to Remote Scene Tree editor setting

This commit is contained in:
Hugo Locurcio 2024-09-16 23:42:25 +02:00
parent 99a7a9ccd6
commit 540ac86b60
No known key found for this signature in database
GPG Key ID: 39E8F8BE30B0A49C

View File

@ -186,6 +186,7 @@
</member>
<member name="debugger/auto_switch_to_remote_scene_tree" type="bool" setter="" getter="">
If [code]true[/code], automatically switches to the [b]Remote[/b] scene tree when running the project from the editor. If [code]false[/code], stays on the [b]Local[/b] scene tree when running the project from the editor.
[b]Warning:[/b] Enabling this setting can cause stuttering when running a project with a large amount of nodes (typically a few thousands of nodes or more), even if the editor window isn't focused. This is due to the remote scene tree being updated every second regardless of whether the editor is focused.
</member>
<member name="debugger/profile_native_calls" type="bool" setter="" getter="">
If [code]true[/code], enables collection of profiling data from non-GDScript Godot functions, such as engine class methods. Enabling this slows execution while profiling further.