Author Topic: Playing Videos  (Read 9024 times)

jeldrez

  • Sr. Member
  • ****
  • Thank You
  • -Given: 8
  • -Receive: 4
  • Posts: 352
    • View Profile
Playing Videos
« 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.

Cripple

  • TNP Alpha
  • Full Member
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 117
    • View Profile
Re: Playing Videos
« Reply #1 on: January 11, 2013, 03:16:28 AM »
That is more related to unity features :

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

Graphicstream Dev.

jeldrez

  • Sr. Member
  • ****
  • Thank You
  • -Given: 8
  • -Receive: 4
  • Posts: 352
    • View Profile
Re: Playing Videos
« Reply #2 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!

Nicki

  • Global Moderator
  • Hero Member
  • *****
  • Thank You
  • -Given: 33
  • -Receive: 141
  • Posts: 1,768
    • View Profile
Re: Playing Videos
« Reply #3 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. :)

gregorypierce

  • Guest
Re: Playing Videos
« Reply #4 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.

jeldrez

  • Sr. Member
  • ****
  • Thank You
  • -Given: 8
  • -Receive: 4
  • Posts: 352
    • View Profile
Re: Playing Videos
« Reply #5 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!