-
-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"TARDIS loading" icon while it's being spawned #1066
Comments
Jazztronauts does this so it would be worth looking into how they do it |
It's likely they just link to when you press the button and display the loading screen, as for this, it might be as simple as displaying the icon before actually running the spawn code, and then removing it like 1 second later (as it will always be there while the game is frozen even if its already been removed serverside) |
i don't believe this is true as i've had it freeze at other points while playing the game and the same thing plays, theirs is an overall "the game is frozen to play this thing" |
The location finding already runs as a coroutine (effectively in the background) and displays it's status with a message in the chat, "Finding location for interior" etc, I am not sure if you're referring to this or more the full game lock up when spawning in a new TARDIS that hasn't had it's models pre-loaded on the client yet which freezes the game for some time. To fix this, depending on how |
Spawning the TARDIS usually freezes the game (especially if it's first time), and there's no indication that it's okay
Suggested by @FuzzyLeo and @NovaAstral in Discord:
discord discussion
The text was updated successfully, but these errors were encountered: