标签: c# unity3d windows-phone webcam windows-10-mobile
我尝试使用unity3d打开手机的webCam。
myWebCameraTexture = new WebCamTexture(); myCameraTexture.GetComponent<Renderer>().material.mainTexture =myWebCameraTexture; myWebCameraTexture.Play();
当我在手机上发布我的应用程序时,相机无法启动。为什么?有解决方案吗我试着放一架飞机,在那里我有一个带有材料的渲染但仍然无法工作。