mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Document that autoloads must not be freed to avoid crashes
This commit is contained in:
@@ -99,6 +99,11 @@ you'll see the autoloaded nodes appear:
|
||||
|
||||
.. image:: img/autoload_runtime.png
|
||||
|
||||
.. warning::
|
||||
|
||||
Autoloads must **not** be removed using ``free()`` or ``queue_free()`` at
|
||||
runtime, or the engine will crash.
|
||||
|
||||
Custom scene switcher
|
||||
---------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user