"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

Vuforia Unity AR content preload on start

Hy guys, im working on Vuforia Unity Augmented extensions, i have created a scene with buildings, terrain, placed a AR CAMERA and IMAGE TARGET aswell, everything is working fine but the problem is, everytime i  render(Play) that scene on unity or on android mobile, it shows the preload scenes or the Data which AR CAmera is watching, i want to clear the scene ( want no object before putting the camera on Marker target) when i click play but im confused unable to do it,Please help me! 

AlessandroB

Mon, 10/20/2014 - 19:40

You can achieve this in many ways; one way is to make your scene (terrain, building etc) as a child of the Image Target. The Image Target default trackable event handler will then take care of disabling the scene renderer components whnever the target is not tracked.