Search Issue Tracker
Fixed in 5.4.0
Votes
112
Found in
Issue ID
746026
Regression
No
Transition not smooth on specific asset
Open controller, play transition, see how it jumps in the middle.
Comments (3)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- The Scrollbar becomes unusable when adding Elements to the List
- "One or more data file missing for baking set NewScene Baking Set. Cannot load shared data." error in Player when a specific project is built
- Choosing new HDR Colour using RGB values breaks colour on Intensity Selectors
- Rendering/Decal Layer Mask options are different inside Prefab Mode and outside Prefab Mode when the project is upgraded to Unity 6
- Incorrect Realtime GI Light Probes baking when more than one Light Probe Group is used and "Baked Global Illumination" is enabled
cozyurt_unity
Jul 15, 2020 11:53
Kedi Köpek Maması,Kedi Köpek Yaş Mamalar, Köpek Ödül Bisküviler,Kedi Köpek Aksesuarları,Kedi Kumu çeşitleri 100 TL üzeri kargo bedava,kredi kartlarına 12 taksit www.patilimama.com
pierrepaul
Jan 22, 2016 11:30
http://issuetracker.unity3d.com/issues/generic-transition-between-animations-is-not-smooth
This has being fixed.
There is still a problem with the project sent by V.NIKOLAEV.
We have investigated it, and here is the answer from our dev:
==========
Hips bone from left clip in transition rotate more then 360 deg. This hits the quaternion interpolation limit.
Root Motion is one possible fix for the problem.
Or do not transition at this exact spot. Wait for left clip to be relatively align to right clip before doing a transition.
v.nikolaev
Dec 03, 2015 06:23
In our case this problem reproduces when Animation Type in fbx is set to "Generic".
It is relates to:
http://issuetracker.unity3d.com/issues/generic-transition-between-animations-is-not-smooth
We have found this issue on Unity 5.2.0 version also it reproduces after 5.2.1p1 patch upgrade.
On unity 5.1.1f1 everything works fine, the animation blends smooth.