瀏覽代碼

fixes #7184: adding warning about tool scripts needing editor restart

betalars 11 月之前
父節點
當前提交
8d14299b06
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      tutorials/plugins/running_code_in_the_editor.rst

+ 3 - 0
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::