I have created an AR project using Vuforia extension in unity. The main purpose of the project is to detect a target image using webcam. When the target image is detected then it will show the model on screen.
The project is running fine in unity editor. But when i build the project for WebGL platform it is showing some error. The snapshot of the browser window is given below.
I am relatively new to Unity and AR in general, I followed the instructions as per tutorial on youtube (Link=
)
I used Vuforia License Key for Mobile and imported that with Image Target into my Unity version : 5.3.5f1 (64-bit), its runs perfectly fine in Unity Editor. But when I export/build the same solution using WebGL, it gives error as above and does not show AR Camera.
Same project when exported as .apk as build, it run perfectly fine in Mobile device as well. I want the solution to run on Web Page, which I am not able to do as I am stuck with this error.
I just downloaded the package and it looks like it only supports Android and iOS.
Anyway, I believe Vuforia is specifically aimed to work mobile devices, which we don’t officially support on unity webgl yet. So, that might be something you may want to consider.
nehabh2012: Able to find a solution? I am able to create the Android apk and play my animation when vumark is detected. But when I try to build WebGL one, it fails with errors. Did you find a way to achieve the animation through WebGL and marker?