Unity Android front facing Camera WTF bug

Viewed 1874

I'm developing an app for Android using Unity. Trying to use front facing camera, getting data from WebCamTexture. Rear-facing works fine, but when I try to flip the camera this awful thing comes out:

**bitstream == (int)0xAFAFAFAF

as an error in the unity console. Then, WebCamTexture stops working AT ALL, even with the rear-facing camera. Any idea?

P.S. using Unity 5.3.3p1... could be a Unity bug?

2 Answers
Related