Playmaker Forum

PlayMaker Feedback => Action Requests => Topic started by: SeanC on April 24, 2019, 08:24:11 PM

Title: PowerSprite Animator Actions Request
Post by: SeanC on April 24, 2019, 08:24:11 PM
I have recently begun using PowerSprite Animator (from the makers of the game Crawl) in order to sidestep the unnecessary complexity of Mecanim. I use Playmaker to drive all my logic and call individual animations created with PowerSprite. I'm quite excited at how easy it is.

The one hiccup is that there are no actions for it. I am currently using the CallMethod action, but it is very fragile (if I so much as change the order of the action it breaks its method and must be reset up).

I have reached out to the developers but thought I would also ask here to see if someone has possible already made some actions, or would be up for the challenge. I am an artist and would be happy to do a skill trade in return!

Thanks,
Sean
Title: Re: PowerSprite Animator Actions Request
Post by: Fat Pug Studio on April 25, 2019, 04:42:14 AM
I use PSA regularly, what actions do you need for it?
Title: Re: PowerSprite Animator Actions Request
Post by: SeanC on April 25, 2019, 07:10:24 PM
I was thinking something like these:

- Play Animation
- Pause Animation
- Resume Animation
- Stop Animation
- Get Current Animation Name
- Is Playing
- Is Paused
- Set Anim Speed
- Get Anim Speed

I am able to get all of these through Method Call, but it would be cleaner to have dedicated actions, and other people could benefit as well. If you really can do this it would be awesome! It really is great to be able to sidestep Mecanim for sprite based stuff.

Let me know!
Title: Re: PowerSprite Animator Actions Request
Post by: Fat Pug Studio on April 26, 2019, 04:44:58 AM
Sure, i'll get cracking, those are simple.
Title: Re: PowerSprite Animator Actions Request
Post by: SeanC on April 26, 2019, 05:01:56 PM
Oh wow that is so awesome if you! If possible could I also tack on actions for getting/setting the current time of the animation? It’s really helpful when doing run direction changes to not start a new animation every time, if that makes sense.
Title: Re: PowerSprite Animator Actions Request
Post by: djaydino on April 29, 2019, 09:36:52 AM
Hi.
I have added the action package to the asset
Thanks for the sponsoring!
Title: Re: PowerSprite Animator Actions Request
Post by: SeanC on April 29, 2019, 12:20:36 PM
Thanks for doing these djaydino!