Login
From:
Godot Engine documentation
(Uncensored)
subscribe
Background loading — Godot Engine (stable) documentation in English
https://docs.godotengine.org/en/stable/tutorials/io/background_loading.html
links
backlinks
Roast topics
Find topics
Find it!
Commonly, games need to load resources asynchronously. When switching the main scene of your game (e.g. going to a new level), you might want to show a loading screen with some indication that prog...