Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
3

Loading Screen Method?

Asked by
Cr0ws 20
9 years ago

I played a game called "The Red" and I noticed it used a type of loading screen that loaded depending on the user's internet connection. Is there some sort of method I can use to check if the player's internet. If the connection good it'll go faster. If the connection is bad it'll go slower.

1 answer

Log in to vote
5
Answered by
adark 5487 Badge of Merit Moderation Voter Community Moderator
9 years ago

He's probably using the preload method of ContentProvider to load all his assets, and checking the RequestQueueSize property of the same to see how many of them have actually been loaded.

1
Thanks, this helped :) ultimate055 150 — 9y
1
Awesome Cr0ws 20 — 9y
Ad

Answer this question