Hi,
if I am trying to use the webcamTexture. The script works fine in the editor:
function Start () {
var webcamTexture : WebCamTexture = WebCamTexture();
renderer.material.mainTexture = webcamTexture;
webcamTexture.Play();
}
If I build this code for Windows Phone I get the error message:
The Name “WebCamTexture” does not denote a valid type.
Regards
Martin