- Home /
building error in my video project apk
i make video project by unity3d and an not build it the program appear this error
Error building Player because scripts had compiler errors The name 'MovieTexture' does not denote a valid type ('not found').
and this my video play code
var movTexture : MovieTexture;
function Start () { GetComponent.().material.mainTexture = movTexture; movTexture.Play(); }
the video play well but can not buld the final android file ".apk"
Your answer
Follow this Question
Related Questions
Why can't I build Web Player in Unity while I have no problems with building standalone versions? 2 Answers
Parent mesh problem 0 Answers
OnTriggerEnter called only one time?!! 5 Answers
Using sliders to control X and Z of an object 2 Answers
Having trouble coding an on/off toggle for an animation in script. Please help! 1 Answer