I created a scene with vuforia unity extension to display an object on my marker and let the user to interact with this object (zoom in, zoom out, ...etc) .. the project worked very well and the object augmented wow
Now i built the assets bundle for this scene and uploaded it to my server in order to loading it dynamically on my android device
I created an empty unity project to download and load this assets bundle .. my problem is the assets bundle downloaded successfully but the object appears on black screen without augmentation and without interaction, also the application doesn't open the camera
Is there a problem in building the assets bundle .. Is there a problem in loading it?
Ok thank you very much .. I'll try it to loading from my Server