- Home /
Using Vuforia Ground Plane Function
I am currently working on an AR configurator. I am using Unity 2018.2.12, Vuforia and Lean Touch+. I allow the user to open a menu and select a chair model (there is currently 3 type of chair). Once the user selects the chair I use Instantiate to create the Prefab selected and adding it to the scene. The issue I am having is that I am not able to spawn the prefab on the ground plane, I am trying to access Vuforia function but can't seem to be able to use it, when using Instantiate I make it spawn incorrectly in the scene, the prefab is higher that the actual ground. I have already tried the Vuforia example and it seems that it can detect the finger touch and than spawning a prefab on the ground, I wish to use that method to spawn my custom prefabs.