Hi,
I’m currently making a simple AR app using AR foundation and ARCore in which the user can scan a marker and a 3D model will be displayed along with a button next to it that the user can tap to find information about the model.
If I put the model and button directly in the world space without use of the marker, the button can be clicked and the information is displayed. However, when the prefab containing the model and button is displayed from the marker using an AR tracked image manager, the button can not be pressed.
Anyone know why this might not be working?
I’m thinking the marker might be displaying an image of the button rather than the actual button. Is there any way around this?