diff --git a/tutorials/scripting/gdscript/gdscript_exports.rst b/tutorials/scripting/gdscript/gdscript_exports.rst index 8941a766d4f..783cb0a7520 100644 --- a/tutorials/scripting/gdscript/gdscript_exports.rst +++ b/tutorials/scripting/gdscript/gdscript_exports.rst @@ -542,6 +542,8 @@ automatically. To update it, call :ref:`notify_property_list_changed() ` after setting the exported variable's value. +.. warning:: For `export_tool_button` you must restart the scene upon first creation for it to work properly + Advanced exports ----------------