Closed YMadane closed 5 years ago
There is a logic in Scripts/PhoneCamera.cs line 68 that only use back camera only, if you're running on laptop. you can just comment it out.
// if(!devices[i].isFrontFacing)
// {
this.backCamera = new WebCamTexture(devices[i].name, Screen.width, Screen.height);
// }
The project is building but getting this error. My PC has a back camera as well