playMaker

Author Topic: Cut to Camera does not allow Variable assignment?  (Read 4243 times)

artician

  • 1.2 Beta
  • Sr. Member
  • *
  • Posts: 318
Cut to Camera does not allow Variable assignment?
« 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.

Xtopher

  • 1.2 Beta
  • Junior Playmaker
  • *
  • Posts: 71
    • Well Played Games
Re: Cut to Camera does not allow Variable assignment?
« Reply #1 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.

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Cut to Camera does not allow Variable assignment?
« Reply #2 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

 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


artician

  • 1.2 Beta
  • Sr. Member
  • *
  • Posts: 318
Re: Cut to Camera does not allow Variable assignment?
« Reply #3 on: July 05, 2011, 10:37:43 AM »
<3!!!   :D