You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/platforms/godot/configuration/options.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,7 @@ If `true`, the SDK will not initialize in the Godot editor.
92
92
93
93
<ConfigKeyname="disabled-in-editor-play">
94
94
95
-
If `true`, the SDK will not initialize when the project is run from within the Godot editor. This differs from `disabled_in_editor` which prevents initialization when working in the editor itself.
95
+
If `true`, the SDK will not initialize when you play/run your project from within the Godot editor (using the play button or F5). This is different from `disabled_in_editor` which disables the SDK while you're editing your project in the Godot editor interface itself.
0 commit comments