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

[FastCrowd_buildword] Stuck at PS.1.10.2 #677

Closed FrancyCavallari closed 6 years ago

FrancyCavallari commented 6 years ago

PS 1.10.2, it stops working at the beginnng of the second word: image

The Console Log does not show any error/mistake... the pause menu is working OK and the Teacher report seems OK too.

NOTE: the issue does not depend on the PS... FastCrowd_BuildWord get stuck always at the start of the second round.

CatmanIta commented 6 years ago

The issue is with the WidgetPopUp's button and the new OneShot functionality.

When the PopUp appears at the first round, the button works. At the second round, the button does not reset and cannot be clicked anymore. I see that the [GlobalUI] has that button as OneShot by default.

FrancyCavallari commented 6 years ago

Fixed by removing the OneShot from this specific button!

zixofranic commented 6 years ago

The issue still exists, in the same game on Android. Nevertheless, the tester was able to proceed playing by pressing to the right of the button. And this is happening when the image is shown before the round but the button is working well on the feedback after the round is finished.

1_10-same-error-but-can-be-bypassed-by-pressing-next-to-the-btn

FrancyCavallari commented 6 years ago

here's something wrong with this button... .. it seems to have 2 parts testing on PC/Editor:

  1. if I click on the button itself is works well
  2. if I click on the Red circle the PLAY icon change state (see screenshot below) and the game continues image
FrancyCavallari commented 6 years ago

PS:

FrancyCavallari commented 6 years ago

On my phone, Android version the PLAY button is working fine... ... so maybe the problems come from the 2 "parts" of the button that overlaps and behave differently according to the phone...

CatmanIta commented 6 years ago

Removed the overlap.