playMaker

Author Topic: Re: 2D Toolkit get/ set Cilp FPS + Update 1.76 error (needs fix)  (Read 7346 times)

Uttpd

  • Junior Playmaker
  • **
  • Posts: 70
Accessing the animation Clip Frames p/ Second (int variable)

Or advise how to change it with the "Send Message" action.. posted on help but no luck.

Update. The last 2dToolkit Beta (1.76.1) breaks the animation actions, could be a bug on 2DToolkit part. so probably better to wait on next final release 1.8 before updating playmaker actions.

PS: This action as been posted in  http://hutonggames.com/playmakerforum/index.php?topic=1935.msg8495#msg8495  thanks to  jeanfabre
« Last Edit: July 21, 2012, 07:32:20 AM by Uttpd »

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: 2D Toolkit get/ set Cilp Frames per Second + Update
« Reply #1 on: July 17, 2012, 04:28:08 AM »
Hi,

 thanks for reporting the incompatibilities with the latest beta, Could you notify me if I forget when the next stable version of toolkit is out, then I'll update the actions to match and make sure all is working fine.

bye,

 Jean

Uttpd

  • Junior Playmaker
  • **
  • Posts: 70
Re: 2D Toolkit get/ set Cilp Frames per Second + Update
« Reply #2 on: July 17, 2012, 05:55:10 PM »
Sure, thanks for the great support.

I found two more I could use (could not find a way around it)

actions request:
a)  "Get Material  Color" TherĀ“s a "Set material color" but not "Get"

2DToolkit Action request:
b)  Access the Trigger Info (see picture), there is room for name float and Int

Help/ missing?:
c) "Get Property" How do I store it? there is no Variable option (as stated on the tooltip)
same with 2dToolkit "Sprite Get ID" no place to store it!




thankyou
« Last Edit: July 17, 2012, 05:58:21 PM by Uttpd »

mackintot

  • Playmaker Newbie
  • *
  • Posts: 1
Re: 2D Toolkit get/ set Cilp Frames per Second + Update
« Reply #3 on: July 21, 2012, 06:00:15 AM »
Hi Jean,

I just want to notify you that 2D Toolkit 1.76 stable is now out. With the stable release, I'm having this problem when adding the Playmaker 2D Toolkit actions.

Code: [Select]
Assets/PlayMaker/Actions/toolkit2d/Animation/Tk2dPauseAnimation.cs(75,37): error CS1061: Type `tk2dAnimatedSprite' does not contain a definition for `paused' and no extension method `paused' of type `tk2dAnimatedSprite' could be found (are you missing a using directive or an assembly reference?)

This also affects the Tk2DResumeAnimation script file.

Hope this helps. Thank you for your great work.


Hi,

 thanks for reporting the incompatibilities with the latest beta, Could you notify me if I forget when the next stable version of toolkit is out, then I'll update the actions to match and make sure all is working fine.

bye,

 Jean

Uttpd

  • Junior Playmaker
  • **
  • Posts: 70
Re: 2D Toolkit get/ set Cilp FPS + Update 1.76 error (needs fix)
« Reply #4 on: July 21, 2012, 07:31:39 AM »
Got same error.
(title updated)

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: 2D Toolkit get/ set Cilp FPS + Update 1.76 error (needs fix)
« Reply #5 on: July 23, 2012, 05:52:40 AM »
Hi,

 ok, getMaterialColor can be found here:
http://hutonggames.com/playmakerforum/index.php?topic=1996.msg8750#msg8750

the event info, int and float is alreay implemented, it's in the Event data. so simply use "get event info" and retrieve the string, the int and the float for that event frame infos.

 I have fixed the 2d toolkit action as well, publishing now.

bye,

 Jean

dennisli168

  • Playmaker Newbie
  • *
  • Posts: 8
Re: 2D Toolkit get/ set Cilp FPS + Update 1.76 error (needs fix)
« Reply #6 on: July 23, 2012, 09:38:55 AM »
where is the updated 2dtk action package? just downloaded the one from here:

https://hutonggames.fogbugz.com/default.asp?W717

still has the same error for 1.76 and none of the actions are working.

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: 2D Toolkit get/ set Cilp FPS + Update 1.76 error (needs fix)
« Reply #7 on: July 23, 2012, 11:25:34 AM »
Hi,

 re tested and all is working well as far as I can see. can you precise the error type you get from the console?

 I am using the playmaker 1.4.3f5
I am using 2d toolkit 1.76 final

bye,

 Jean

dennisli168

  • Playmaker Newbie
  • *
  • Posts: 8
Re: 2D Toolkit get/ set Cilp FPS + Update 1.76 error (needs fix)
« Reply #8 on: July 23, 2012, 11:58:05 AM »
reimported 2dtk and playmaker, problem solved!