tjjjwxzq / 50.003-Project

50.003 Project - Build a mobile game
1 stars 0 forks source link

Buggy transition from name prompt scene to start scene #11

Closed tjjjwxzq closed 8 years ago

tjjjwxzq commented 8 years ago

The UI isn't set up properly, freezes when I choose to host a game (on apk build)

tjjjwxzq commented 8 years ago

Fixed. Was because lobby scene was reentered with the old lobby manager but it lost all its references to the original canvas objects in the lobby scene that was loaded the first time. Made LobbyManager persist throughout scenes only after making sure that the name is already set ( from the lobby scene one will only transition next to the SelectedAbilities scene)