Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: Alatriste on August 23, 2017, 12:54:08 PM

Title: Animate buttons Package
Post by: Alatriste on August 23, 2017, 12:54:08 PM
Hi,

I'm tired of fighting with my buttons' animations. I wonder if someone can recommend me a specific package from the asset store, with a bunch of animations ready to be used in the uGUI.

I saw this, but I'm not sure whether it can do it:
https://www.assetstore.unity3d.com/en/#!/content/49222 (https://www.assetstore.unity3d.com/en/#!/content/49222)
Title: Re: Animate buttons Package
Post by: tcmeric on August 23, 2017, 01:08:26 PM
Hi, the package you linked is for dotween. Which works just like itween mostly (except it has better performance). So if you hate doing itween, this may not be much better.

They do have a popular UI management asset that works with playmaker (although it is 50$). I have heard good things. But you do need to learn how to manage another asset. It has an animation manager within it for UI. https://www.assetstore.unity3d.com/en/#!/content/47352

Title: Re: Animate buttons Package
Post by: Alatriste on August 24, 2017, 05:22:37 PM
Thanks for the tip. I'll check it out!