Get how much of a scene has loaded

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By JustADude

So is there a way to get how much Godot has loaded a scene?

I want to get a number out of Godot if like 5% of the scene out of 100% has been loaded.
So I can make a proper Loading Screen where the Player knows how much they must wait.

Thank you Very much!

:bust_in_silhouette: Reply From: exuin

I think this tutorial on background loading has the answer you need.

I have seen that wiki page but the class that is in there doesnt work anymore and it is very outdated/hard to understand it would be awesome if you would give me an example.

JustADude | 2021-01-15 08:13

Yeah I tried using it too and it didn’t work. Sorry I couldn’t help.
There is a new loading method in Godot 4.0 though. Maybe that will work?

exuin | 2021-01-15 20:38