[SOLVED] Layered anim transitions have no transition time

Hi there, the anim state transitions no longer use the transition time, ie. they all happen instantly without soft blend. We do most transitions from code using animComponentLayer.transition(stateName, transitionTime), which has worked until the new v1.51.4. Your own layer-masks example (PlayCanvas Examples) appears to have the same problem.

Calling @Elliott

1 Like

Hi, this looks like it was introduced with a minor change to the anim system during the last patch. I’ll investigate this asap.

1 Like

It’s the division by zero check that is wrong logic

@Snupty you’re right thanks. I’ve fixed the issue here. Hopefully we can get this out soon!

2 Likes

We have a fix in a PR and will be promoting the fix to 1.51.5 tomorrow along with a new Editor release

1 Like

v1.51.5 has now been released to Editor

1 Like