Skip to content

Update Autoload demo

Rafał Mikrut requested to merge github/fork/leonkrause/autoload-demo into master

Created by: leonkrause

The Autoload demo uses scene loading and changing as a usage example of autoload nodes. However, the new current_scene functionality simplifies this without the need for autoloads.

The demo now clarifies this and shows how to manually implement scene changing. Hopefully this will help users implementing more advanced techniques (e.g. interactive or threaded loading).

Merge request reports