标签: android unity3d android-camera unity5 android-permissions
我使用WebCamTexture将Android摄像头输出显示为背景。代码如下所示:
image = GetComponent<RawImage> (); cam = new WebCamTexture (Screen.width, Screen.height); image.texture = cam;
它可以工作,但是当我删除Camera的权限时,它会显示黑屏。我该如何处理这个案子并改为展示我的照片?
答案 0 :(得分:0)
我建议你检查一下你是否获得了许可(无效检查)并以不同的方式处理它们。
查看更多here