Author Topic: Using Unity VideoPlayer in NGUI  (Read 3417 times)

Shifty Geezer

  • Full Member
  • ***
  • Thank You
  • -Given: 7
  • -Receive: 9
  • Posts: 226
    • View Profile
Using Unity VideoPlayer in NGUI
« on: July 30, 2017, 10:33:37 AM »
Any way to do this? Very important feature I think these days - I need it for short video tutes because no-one will read instructions any more! I've tried using RenderTextures and sprites and Unity UI2D Sprite and things with no success.

Shifty Geezer

  • Full Member
  • ***
  • Thank You
  • -Given: 7
  • -Receive: 9
  • Posts: 226
    • View Profile
Re: Using Unity VideoPlayer in NGUI
« Reply #1 on: July 30, 2017, 10:51:35 AM »
Found it! UITexture component with a material that shows an unlit rendertexture. Awesome!