playMaker

Author Topic: MovieTexture Array [SOLVED]  (Read 2370 times)

kad

  • Playmaker Newbie
  • *
  • Posts: 4
MovieTexture Array [SOLVED]
« on: May 11, 2016, 06:18:08 PM »
Im trying to create a MovieTexture Array within Playmaker then pass items to a custom script.

I can load the movie textures into a Texture Array but I guess this is a Texture2D array and cant be passed onto my MovieTexture script.

Any ideas as im pulling my hair out?!
« Last Edit: May 12, 2016, 09:02:27 AM by Alex Chouls »

joduffy

  • Full Member
  • ***
  • Posts: 121
  • Here to help
    • Online Playmaker Courses
Re: MovieTexture Array
« Reply #1 on: May 11, 2016, 06:45:13 PM »
Hey dude,

I have attached some screenshots for you. But all you need to do is select object variable from the array list. From there you can navigate to the movie texture under the unity engine column. You can press M key to quickly move down the column to save you some scrolling.

Its pretty cool. You have access to a whole range of different components and settings.
« Last Edit: May 11, 2016, 06:50:07 PM by joduffy »
- Jonathan

Online Playmaker Courses available at:
http://courses.jonathanoduffy.com

“I want the world to be a better place because I was here.”  -  Will Smith

kad

  • Playmaker Newbie
  • *
  • Posts: 4
Re: MovieTexture Array
« Reply #2 on: May 12, 2016, 03:16:56 AM »
Thanks Jonathan!

I started looking at the object array but didn't realise you could change its type. I presumed it was just a game object array. Makes total sense now thanks!