Home > other >  Unity with Vuforia AR project can release Webgl?
Unity with Vuforia AR project can release Webgl?

Time:10-18

Want to do a web page version of the AR object recognition project, implement mobile login web page can use AR scanning knowledge, and do not need to download the APK,
But now can only be released to The android platform, build The Webgl platform error: The type or namespace name 'Vuforia' could not be found (are you missing a using directive or an assembly reference?)
Don't know the Unity + Vuforia release Webgl feasibility? Have you ever had any relevant experience?

CodePudding user response:

When transfer from android platform to webgl, a warning: Vuforia Engine requires the iOS CameraUsageDescription to be set. Both Please set a camera description in the Player Settings like the following: camera access required for target detection and tracking
Vuforia Engine requires the WSA Capability 'WebCam' to be set. Both Please set this Capability in the Player SettingsVuforia Engine requires the WSA Capability 'InternetClient' to be set. Both Please set this Capability in the Player Settings
  • Related