Stuck with loading screen

Hello all! I am having a bit of trouble with my loading screen.

All I want it to say is "Assets loaded: (How many loaded)/(Total Assets)

I am quite stuck and I need some help! Thanks!

Here’s something that can help you:
ContentProvider

Specifically, ContentProvider.RequestQueueSize

Is request queue size the total assets, how many left to load or how many its loaded?

It returns how many left to load.

Alright, how do I make it so how many it has loaded in total?

You would have to subtract the number of assets in the game from RequestQueueSize

is your asset loaded counter even running, or the loading screen is still visible when the counter is done

1 Like

Oh it isnt stuck, I meant like I was stuck on what to write next