godotengine / godot

Godot Engine – Multi-platform 2D and 3D game engine
https://godotengine.org
MIT License
89.5k stars 20.26k forks source link

disabling nav control discs in 3d editor doesn't prompt for restart #69499

Open dmaz opened 1 year ago

dmaz commented 1 year ago

Godot version

v4.0.beta.custom_build [7bffdca41]

System information

windows 10

Issue description

https://github.com/godotengine/godot/pull/69364 added navigation controls to the node3d editor. when disabling I noticed no change and no "restart" prompt. restarting godot did hide the controls correctly.

both editors/3d/navigation/show_viewport_navigation_gizmo and the already existing editors/3d/navigation/show_viewport_rotation_gizmo have this issue. others may too.

I would think they should operate like editors/3d/selection_box_color and show image

also... neither of those 2 options and have tooltip description

Steps to reproduce

go to settings and click this setting on or off editors/3d/navigation/show_viewport_navigation_gizmo

Minimal reproduction project

N/A

Calinou commented 1 year ago

Ideally, the setting change should be able to work without a restart.

also... neither of those 2 options and have tooltip description

Someone can edit doc/classes/EditorSettings.xml to add descriptions for those settings :slightly_smiling_face: