Alright so i’m making a game called ObbyCube and before the main menu scene starts I made a video showing text fade in “Made by iWoundPwn” and then fading out, is there anyway I can put the cutscene in and make it play before the main menu starts up? Thanks!
http://docs.unity3d.com/Documentation/Manual/VideoFiles.html
Why did you make two threads for this ?
Sorry, accidently made 2 posts, thanks though!
Whenever I apply the cutscene to a plane with the format .mp4 (only tried with this format it’s supported though) and apply the script to the plane
function Start() {
renderer.material.mainTexture.Play();
}