Fix: Removed pop-up issues during loading screen in Boss Room [MTT-3787] [MTT-5711] by Elfi0Kuhndorf · Pull Request #879 · Unity-Technologies/com.unity.multiplayer.samples.coop

added 4 commits

February 27, 2024 13:32

@fernando-cortez fernando-cortez added 4-On Hold

PR can't proceed because it's blocked or is otherwise waiting on something.

and removed 4-On Hold

PR can't proceed because it's blocked or is otherwise waiting on something.

labels

Mar 1, 2024

@Elfi0Kuhndorf

@Elfi0Kuhndorf

@Elfi0Kuhndorf

Sort Orders:
PopUpPanel = 1
Loading Screen = 0
SettingsPanel Canvas = -1
Boss Room HUD = -2
Main Menu UI Canvas = -3
UI Root (PostGame) = -3

@Elfi0Kuhndorf

fixe that it does not block join game option on startup

jilfranco-unity

@Elfi0Kuhndorf

@Elfi0Kuhndorf

@Elfi0Kuhndorf

…ow.prefab to -1 and renamed UIRoot to PostGameUICanvas

fernando-cortez

jilfranco-unity