Please note that I am a designer not a coder so you will have to bear with me as I work slowly!
I've used UIButton as I couldn't get UIImageButton to work on my iOS test device, do you know what may be the cause? it works perfectly in Unity with the mouse interaction, rollovers and click but not on the phone with tapping gestures.
Also if you I tap multiple times on the "Press to begin" button when it finally loads the next scene [My AR camera] it remembers these button taps which then fall on the "Back to menu" button forcing Unity to load the previous scene - going back to the menu.
Is there a way to disable the button input when it has been tapped once so that the other scene can load?
I've attached an image of what I want to achieve.