- Home /
 
 
               Question by 
               richardzzzarnold · Nov 26, 2018 at 03:01 PM · 
                webcamtexturewrapmode  
              
 
              Unable to set wrap mode on webCamTexture
According to the docs, you should be able to implement a wrap mode to a webCamTexture , however, it does not seem to work. I have this code:
     webcamTexture = new WebCamTexture(WebCamTexture.devices[0].name, 1280, 720, 30);
     webcamTexture.Play();
     webcamTexture.wrapMode = TextureWrapMode.Mirror;
 
               but it does not result in mirroring.
I should add that I know that my device DOES support mirroring as I use it successfully in another area
               Comment
              
 
               
              Your answer