Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: kad on May 11, 2016, 06:18:08 PM

Title: MovieTexture Array [SOLVED]
Post by: kad 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?!
Title: Re: MovieTexture Array
Post by: joduffy 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.
Title: Re: MovieTexture Array
Post by: kad 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!