I'm a beginner and I got ground plane to place one model by keeping a 3D model as a child of the Ground Plane Stage.
But what I'd like to do is dynamically do that through the script to attach a 3D object. Whenever a ground plane is detected, I'd like to place a prefab through a script to the detected ground plane.
The similar functionality is achieved for Image Targets using this script attached to the Image Target. --> https://library.vuforia.com/articles/Solution/Working-with-Vuforia-and-Unity.html#dynamically-add
I'd like to achieve this for Ground Plane.
Thank you! :D
I'm also having the same problem. In my case I need to place a 3D model dynamically downloaded from the server as the AR object. I checked the Vuforia core samples, and I didn't find a better solution or this.