我正在使用Unity构建一个简单的应用程序,我需要将其嵌入带有其他html元素的Web浏览器中。我找到了这个插件: http://www.41post.com/3513/programming/embedding-the-unity-web-player-with-jquery
一开始似乎工作,然后我发现只有我的macbook才能显示Unity应用程序。 我尝试使用Windows PC,统一网络播放器只是全屏显示并覆盖了网站的所有其他元素,然后我尝试了另一个macbook和一台linux计算机,而网络浏览器控制台给了我这个:
Uncaught SyntaxError: Unexpected identifier
Failed to load resource: net::ERR_FILE_NOT_FOUND file:///home/path_to_.unity3d file/%%INSTALLIMAGE%%
Uncaught ReferenceError: AutomaticReload is not defined
Invalid App Id: Must be a number or numeric string representing the application id. all.js:57
The "fb-root" div has not been created, auto-creating all.js:57
FB.getLoginStatus() called before calling FB.init(). all.js:57
GET chrome-extension://boadgeojelhgndaghljhdicfkmllpafd/cast_sender.js net::ERR_FAILED www-embed-player.js:140
GET chrome-extension://dliochdbjfkdbacpmhlcpmleaejidimm/cast_sender.js net::ERR_FAILED www-embed-player.js:140
GET chrome-extension://hfaagokkkhdbgiakmmlclaapfelnkoah/cast_sender.js net::ERR_FAILED www-embed-player.js:140
GET chrome-extension://fmfcbgogabcbclcofgocippekhfcmgfj/cast_sender.js net::ERR_FAILED www-embed-player.js:140
GET chrome-extension://enhhojjnijigcajfphajepfemndkmdlo/cast_sender.js net::ERR_FAILED www-embed-player.js:140
Resource interpreted as Image but transferred with MIME type image/*: "https://s3.amazonaws.com/agilecrm/panel/uploaded-logo/1400137616110?id=upload-container". livechat-v2.js:1
Uncaught ReferenceError: YT is not defined
我正在谈论的浏览器是所有计算机中的Chrome。
任何人都知道如何解决这个问题?
编辑:我已禁用可能会干扰浏览器的所有扩展程序/插件。
答案 0 :(得分:0)
为Web构建时,会生成两个文件。包含游戏本身和占位符.html文件的统一文件。只需打开最后一个html文件,然后探索如何嵌入游戏。