- Home /
Question by
XinJinXiang · May 03, 2015 at 05:10 PM ·
iphone
Unity Webcam Texture(IOS)
Hello, Unity. I face a problem while using Webcam texture in IOS. Here is the code which I used in my project. camTexture = new WebCamTexture(); camTexture.requestedHeight = 480; camTexture.requestedWidth = 640; I set requestedHeight and requestedWidth by default but they didin`t change. I realized that requestedHeight and requestedWidth not changed according to their value. Log : 16 * 16 How can I fix it
Comment
Your answer
Follow this Question
Related Questions
Unity Time and Timing-Different from Iphone Time and Timing?? 1 Answer
Determine iPhone Type (3G vs 3GS) 1 Answer
Optimal # of Faces for many mesh scene for mobile 1 Answer
Find how many Elements in Transform[] 1 Answer
lowering draw calls 5 Answers