Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: artician on June 21, 2011, 07:21:13 PM

Title: Cut to Camera does not allow Variable assignment?
Post by: artician on June 21, 2011, 07:21:13 PM
Just a quick question: Why does the "Cut To Camera" action not allow variable assignment?  A limit of Unity? 

Alex: May I PM you when I have a simple question like this?  Couldn't find any mention of why in the forums, etc.

Thanks.
Title: Re: Cut to Camera does not allow Variable assignment?
Post by: Xtopher on June 23, 2011, 08:41:02 PM
Oh man, good question!  I hadn't noticed this but had to go look when I saw your post.  And I agree... I would love to see this take a var.
Title: Re: Cut to Camera does not allow Variable assignment?
Post by: jeanfabre on June 24, 2011, 05:07:03 PM
Hi,

 Here is a variant of the the CutToCamera action taking a gameObject instead of a Camera.

http://hutonggames.com/playmakerforum/index.php?topic=373.0 (http://hutonggames.com/playmakerforum/index.php?topic=373.0)

 Camera is not a fsm variable, there is only FsmGameObject. So I replaced that, now you can store it in a variable if you want.

Bye,

 Jean

Title: Re: Cut to Camera does not allow Variable assignment?
Post by: artician on July 05, 2011, 10:37:43 AM
<3!!!   :D