Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: jeldrez on January 11, 2013, 12:20:22 AM

Title: Playing Videos
Post by: jeldrez on January 11, 2013, 12:20:22 AM
NGUI have any script or something to play videos? doesn't matter the format, I need to play some videos and I didn't see any tutorial or topic related to that.
Title: Re: Playing Videos
Post by: Cripple on January 11, 2013, 03:16:28 AM
That is more related to unity features :

http://docs.unity3d.com/Documentation/Manual/VideoFiles.html

Title: Re: Playing Videos
Post by: jeldrez on January 11, 2013, 06:09:32 AM
I already have see that, I was looking for NGUI documentation, but apparently doesn't play videos.

Thanks anyways!
Title: Re: Playing Videos
Post by: Nicki on January 11, 2013, 11:03:08 AM
You can play it into a RenderTexture which you then use in a UITexture.

Or MovieTexture .. whatever. Unity has to play it. :)
Title: Re: Playing Videos
Post by: gregorypierce on January 11, 2013, 07:10:32 PM
Unless you're looking for mobile, in which case there is no built in Unity functionality for rendering video in a UI at all. The best you've got is a plugin from the AssetStore (MobileMovieTexture) or to load up Handheld.PlayFullScreenMovie.
Title: Re: Playing Videos
Post by: jeldrez on January 13, 2013, 09:23:15 AM
Unless you're looking for mobile, in which case there is no built in Unity functionality for rendering video in a UI at all. The best you've got is a plugin from the AssetStore (MobileMovieTexture) or to load up Handheld.PlayFullScreenMovie.
Thanks I'm going to try that!