Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: Krillan87 on May 17, 2019, 06:49:12 AM

Title: Change current action to add "late update"-option
Post by: Krillan87 on May 17, 2019, 06:49:12 AM
Hi,

I found a "swap sprite" in the ecosystem (https://github.com/jeanfabre/PlayMakerCustomActions_U4/blob/master/Assets/PlayMaker%20Custom%20Actions/Sprite/SwapSprite.cs)

Could anyone just take this action and simply add the option to make the action in "late update"?

The reason behind it is that I would like to override an 2d animation with a sprite, and you need to do that in late update.

Further reading here if anyone is interesting:
https://forum.unity.com/threads/animator-locking-animated-value-even-when-current-state-has-no-curves-keys-for-that-value.440363/

https://answers.unity.com/questions/676812/unity-2d-can-you-change-a-2d-animation-clips-sprit.html

Thanks