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::