I am using Unity3D with extension of Vuforia. I am working on Cylindrical targets. When ARCamera
detects the image and starts the augmentation, I want to show my GameObject
(.fbx
file, imported into the Meshes folder and created a Prefab out of it) on the screen.
I am working in Unity C#.
I attached a script to the GameObject
and initialized it DefaultTrackableEventHandler
Script. When I run it in Unity and the camera starts, I don't see my object in the Game View. Whereas in Screen View, I see that bottle (Prefab) rotating.