Skip to content
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

[Online] Loading screen does not work when clients connecting to host #224

Open
raniceyue opened this issue Nov 7, 2021 · 0 comments
Open

Comments

@raniceyue
Copy link
Contributor

When a client connects to the host, they are able to see the camera changes before the camera goes to the lobby camera.

I have tried to fix this, using the following methods

  1. When the MultiplayerGameMap loads, I immediately add the loading screen to the viewport
    • This does not work, as the player will still see the camera change BEFORE the loading screen comes out
  2. In the BP_OnlineMultiplayerPlayer, EventBeginPlay, I add the loading screen to the viewport for that pawn instantly, then make a call to remove it from the level blueprint.
    • This also does not work and has the same issue as (1)

@LiuTianZ @NBH99 Please help :(

@raniceyue raniceyue added this to the Beta+Gold Milestone milestone Nov 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant