公司做了一个AR应用,是用U3D做的,使用的是EasyAR。然后打出WebGL包以后,运用Edge网页打开,就报错。
An error occurred running the Unity content on this page. See your browser JavaScript console for more info. The error was: abort("To use dlopen, you need to use Emscripten's linking support, see https://github.com/kripken/emscripten/wiki/ Linking") at Error at jsStackTrace
(EasyARTestBall.wasm.framework.unityweb:8:15771) at stackTrace
(EasyARTestBall.wasm.framework.unityweb:8:15943)
at i.Module.onAbort (file:/C:/Users/Administrator/Desktop/ EasyARTestBall/Build/UnityLoader.js:4:11174)
at abort (EasyARTestBall.wasm.framework.unityweb:8:464974) at _dlopen
(EasyARTestBall.wasm.framework.unityweb:8:166102) at ModuleLmain](blob:null/
be118312-268a-4ec6-8999-1a4c2e537db6:8:434093) at callMain
(EasyARTestBall.wasm.framework.unityweb:8:463756)
at doRun (EasyARTestBalLwasm.framework.unityweb:8:464437) at run(EasyARTestBall.wasm.framework.unityweb;8:464623) at runCaller
(EasyARTestBall.wasm.framework.unityweb:8:463398) at removeRunDependency
(EasyARTestBall.wasm.framework.unityweb:8:21861) at Anonymous function (blobnull/
be118312-268a-4ec6-8999-1a4c2e537db6:8;489) at doCallback
确定
CAUsersAdminis Webksp
PHILIPS
在CSDN上也找了,但是找不到具体的解决方法。
解决这个问题,使它可以正常发布到服务器上,变成网页链接。
webgl很多东西用不了,你先确定一下easyar插件是否支持webgl平台。
我最近也想实现这样的效果,跟你出现的问题一样,我问过EasyAR官方的商务,这样是不可行的
你好,请问这个问题解决了吗,我也遇到这个问题了