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
Im also interested in adding a 3d model to Ground Plane , is this possible using Vuforia ?
Thanks