关于unity3d发布WebGL出错需要注意的问题

会有一股神秘感。 提交于 2020-02-05 09:31:44

一直用unity3d在做ios、安卓和windows这些平台的开发,最近有需求要发布到网页上,才发现这有一个大坑

打包WebGL平台老是出错,错误输出:

Failed running "D:\Program Files\unity5.4.1\Editor\Data\PlaybackEngines\WebGLSupport/BuildTools/Emscripten_Win/python/2.7.5.3_64bit/python.exe" "D:\Program Files\unity5.4.1\Editor\Data\PlaybackEngines\WebGLSupport/BuildTools/Emscripten/emcc" @"D:/Myprogram/test/Foxiang/Assets/../Temp/emcc_arguments.resp"

stdout:
stderr:
Traceback (most recent call last):
  File "D:\Program Files\unity5.4.1\Editor\Data\PlaybackEngines\WebGLSupport/BuildTools/Emscripten/emcc", line 1197, in <module>
    shared.Building.link(linker_inputs, in_temp(target_basename + '.bc'), force_archive_contents=force_archive_contents)
  File "D:\Program Files\unity5.4.1\Editor\Data\PlaybackEngines\WebGLSupport\BuildTools\Emscripten\tools\shared.py", line 1397, in link
    assert os.path.exists(target) and (output is None or 'Could not open input file' not in output), 'Linking error: ' + output
AssertionError: Linking error: 


UnityEditor.HostView:OnGUI()

查了好多资料,看了好多国外的帖子,虽然都是一知半解的,但是最后也找到了解决方案:

那就是打包输出的文件路径要和项目工程放在同一级别的文件目录下,就可以成功打包了。unity的坑啊


————————————————
版权声明:本文为CSDN博主「崔小妹儿Jessica」的原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/qq_26270779/article/details/65632792

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!