From 8d14299b0644ad651586ff0a256a2d871a1a6fdb Mon Sep 17 00:00:00 2001 From: betalars Date: Thu, 23 Jan 2025 11:05:25 +0100 Subject: [PATCH] fixes #7184: adding warning about tool scripts needing editor restart --- tutorials/plugins/running_code_in_the_editor.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tutorials/plugins/running_code_in_the_editor.rst b/tutorials/plugins/running_code_in_the_editor.rst index 8f6c8638a..d19c49fb6 100644 --- a/tutorials/plugins/running_code_in_the_editor.rst +++ b/tutorials/plugins/running_code_in_the_editor.rst @@ -151,6 +151,9 @@ and open a script, and change it to this: Save the script and return to the editor. You should now see your object rotate. If you run the game, it will also rotate. +.. danger:: + You may need to restart the editor. This is a known bug found in all Godot 4 versions. + .. image:: img/rotating_in_editor.gif .. note::