playMaker

Author Topic: WWWObject and Movie Texture  (Read 2656 times)

Drum

  • Playmaker Newbie
  • *
  • Posts: 5
WWWObject and Movie Texture
« on: July 08, 2012, 10:52:31 AM »
Hi,

I'm really hoping someone has the answer to this. I've tried everything I can think of and nothing has worked so far.

The action is one which I can do quite readily in UnityScript, but I'd really like to move it in to PlayMaker to help make it more efficient (I'm no coder).

I'm trying to use WWWObject to fetch a movie file from a URL. So far so good. I then want to store that Movie Texture in a variable for use elsewhere, but there doesn't seem to be any variable type in the Variable Manger panel which will let me do this. I've tried with every single type, including the obviously wring ones, but none of them allows me to store the Movie Texture.

Please help someone?


Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 4002
  • Official Playmaker Support
    • LinkedIn
Re: WWWObject and Movie Texture
« Reply #1 on: July 08, 2012, 11:19:19 AM »
Make an Object variable, then set the Object Type to UnityEngine > MovieTexture

Drum

  • Playmaker Newbie
  • *
  • Posts: 5
Re: WWWObject and Movie Texture
« Reply #2 on: July 09, 2012, 09:06:47 AM »
Make an Object variable, then set the Object Type to UnityEngine > MovieTexture

You sir, are an absolute star! Thankyou thankyou thankyou!