EDIT: I've changed the topics title to reflect my latest findings. See the post below this one
----
Hello all,
We are having some weird issues in our Android build where Particles get drawn behind other objects, even if they're lower in the object hierarchy.
While this might not be that big of an issue, the same happens with some hotspots, for example:
There's an item behind a door. When tapping on the door it should open to reveal the item, with which the player can interact. Instead, what happens is, if you tap on the door, the Item interaction runs.
On iOS or PC this does not happen. We're currently using 5.0.9
Did anybody run into this type of issue before?
Thanks.
PS: We're still using 5.0.9 as 5.1.0 generates a lot more drawing issues on our project, even on PC.