Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Unity 5.2.3 中创建了 Unity 项目。我在 Unity 5.3.3p3 中打开这个项目并为 WebGl 编译并得到错误:由于 ReferenceError 调用错误处理程序:$ 未定义。
我找到了答案:在我的代码中是: Application.ExternalCall("$('#ViewerBox').data('unityViewer')." + method, values);
带符号 $