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
Post a Comment