I want to play an .avi file with Unity. How do I go about doing that?
On a similiar note. what do I use to play a cut-scene cinematic?
I want to play an .avi file with Unity. How do I go about doing that?
On a similiar note. what do I use to play a cut-scene cinematic?
if (usingUnityFree){
useSpriteSheet = true;
}
else (
goForUnityPro();
}
}
bsisko, i’m using unity free, and i do sprite sheets and for loops framing all the movie into single indexed images. it works !.