Lately i’ve been looking on the features implemented by Unity on ARFoundation. I’m trying to instantiate coins in midAir according to the position i have based on the camera, adding each coin by a touch screen event. The problem i’m realising is i have to use Raycast and plane detection in order to be able to instantiate a prefab object. Has anyone managed to do anything similar? i can post the code i have so far if anyone can help me.
Thanks in advance.