【发布时间】:2017-12-01 19:15:29
【问题描述】:
我目前正在为安卓开发一个应用程序。在我的代码中,我使用命名空间 UnityEngine.XR.WSA.WebCam。当我在编辑器上启动应用程序时,我没有错误,但是当我尝试构建它以将其发送到我的手机时,我得到以下一个:The type or namespace name "WebCam" does not exist in the namespace "UnityEngine.XR.WSA". Are you missing an assembly reference?" 这不是很奇怪,因为它正在编辑器上工作?我该如何解决?
【问题讨论】:
标签: unity3d compiler-errors namespaces assemblies