- Home /
Playing fullscreen video when starting the ipad-app?
Hi,
i would like to know how can i play i fullscreen video on the start of my app? Is that possible?
Thanks for your help..
Answer by Tobias · Jun 24, 2010 at 11:49 PM
Do you mean an avi/mpg,... video or a Unity3d Scene with camera?
For both: Just create a label(Or Cube) and assign the video as texture. Now just set the cube to the size of the screen.
You can use Screen.height or Screen.width
Hope it helps u
Answer by Tetrad · Jun 25, 2010 at 01:02 AM
Have you looked at this question: http://answers.unity3d.com/questions/11312/how-integrate-video-before-menu-in-unity-iphone-game
Answer by Minthos · Feb 24, 2011 at 06:28 PM
If you mean use a video as a splash screen for your app, you can't do that on an iPhone/iPad. After the app has started you can set up a scene that plays a video if you have unity ios pro. If not, you need to play the video using Apple's own mechanisms.
Your answer
Follow this Question
Related Questions
Play a video on the iPad 0 Answers
How to set the video-playback orientation (iPhoneUtils.PlayMovie) 2 Answers
Initialising List array for use in a custom Editor 1 Answer
How to add a video intro on the start game? 3 Answers
Full video out on iPad 1 Answer