我用unity做完了,我的项目最后生成了webgl格式,然后挂到公司网站上出错了,提示这段话an error occurred running the unity content on this page.see your browser javascript console for more info.the error was:uncaught syntaxerror:invalid or unexpected token
根据翻译,错误提示说的意思是:未捕获的syntaxerror:无效或意外的令牌
可能是服务器没有设置mine类型,未读取.unityweb文件,另外,可以使用f12开启控制台获取更多信息,可以的话提问的时候把详细信息贴出来。