Does Windows Phone supports webcamTexture?

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

just curious but have you tried converting this script to C# and strongly typing the object?

No it’s not supported yet.

I couldn’t get a Windows 8 build to use it without crashing. Your best bet is to hook into a XAML overlay and use that for any Webcam features.