Hi, I have most of my UI as a 2D UI, but I have a 3d object I wish to use as a button in the scene. I can't seem to get any events to trigger when touching the 3d button, all the 2d ones work fine. All the 2d Stuff is rendered by the 2d UI camera, but the 3d button is rendered by my main 3d camera.
Is it as simple as adding the UICamera script to my main scene 3d camera too?