c# - WebCamTexture not working on windows phone 10 -


i try open webcam of phone unity3d.

mywebcameratexture = new webcamtexture(); mycameratexture.getcomponent<renderer>().material.maintexture =mywebcameratexture; mywebcameratexture.play(); 

when publish application on phone, camera not start. why? solution? try put plane, have render material still not working.


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -