I just compiled a version of my game for the iPad, and discovered a problem that I haven't noticed before.
If a hotspot is below my inventory item, it always overrides any menu items. This means you can't select/interact with items in the inventory if a hotspot is underneath it. This only happens on iOS - in the editor the menu takes precedence over any hotspots and everything works well.
I'm using AC's standard menu system and all hotspots are just on an untagged default layer.
Is there a way to force the menu to always stay on top on iOS? I've tried upping the GUI depth value, but there's no difference.
I'm on latest AC/Unity.
Comments
Just for clarity of the issue, try making the Inventory much bigger so that it covers more space - does then tapping further from the border prevent this from happening?
Open up StateHandler.cs, and uncomment lines 272-275, and comment lines 305-308. If that fixes it for you, I'll have to find a new workaround.