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

[UI] the UI does not "block" the interaction with 3d elements below on Android #651

Closed FrancyCavallari closed 6 years ago

FrancyCavallari commented 6 years ago

On Andoird if you touch a UI element (i.e. the X button in map) you also select the 3d elements below it (i.e. a Pin). It can be annoying because pressing X in the Map will make Antura step back and if you select again your profile you are no more on the most advanced PS (to progress in your journey)

Another case is in the Profile screen, pressing X you close the panel AND you select the pin below it (so Antura moves there)

NOTES:

StefanoCecere commented 6 years ago

@Demigiant and @CatmanIta with d84f49b91f1a28ace9445d05e709777f9145e8a1 i introduced a "click blocker" for raycasts (used in the modal window of the book)

yes PC has different behavior than mobile in the clicks

StefanoCecere commented 6 years ago

could be fixed by b4e7d10e279eefae118b61b8147f0284625f461b

FrancyCavallari commented 6 years ago

the collision zone for PLAY/CONTINUE has been reduced and it should not overlap anymore with Antura Space and X buttons... but the issue is still open a general one. One specific example of the issue is this one: #531