vgwb / Antura_arabic

winner of the EduApp4Syria international initiative, the learning game "Antura and the Letters (Arabic)" teaches arabic kids how to read and write. Complete open source Unity project.
http://www.antura.org
Other
54 stars 26 forks source link

[Navigation] You can get stuck when finishing a minigame #674

Closed FrancyCavallari closed 6 years ago

FrancyCavallari commented 6 years ago

Go to the Game Launcher and start a game... ... play it until the end and then Press PLAY/CONTINUE. The game gets stuck there! image

According to the Log it seems that the Navigation Manager tries to load again the same game:

 ---- NAV MANAGER (GoToNextScene) scene MiniGame ---- 
UnityEngine.Debug:LogFormat(String, Object[])
Antura.Core.NavigationManager:GoToNextScene() (at Assets/_app/_scripts/_Core/Navigation/NavigationManager.cs:125)
Antura.Rewards.EndgameResultPanel:Continue() (at Assets/_app/_scripts/Rewards/EndgameResult/EndgameResultPanel.cs:145)
Antura.UI.ContinueScreen:Continue() (at Assets/_app/_scripts/UI/ContinueScreen.cs:225)

NOTE: if you quit the minigame (Pause/Quit) you get back to the Map... but you should be back to the Game Launcher.