Search Issue Tracker
Fixed in 2020.1.X
Fixed in 2019.3.X
Votes
0
Found in
2019.1
Issue ID
1195048
Regression
Yes
AnimationUtility.GetKeyLeftTangentMode and friends are not thread safe
AnimationUtility.GetKeyLeftTangentMode is missing the [ThreadSafe] attribute, as are the related set methods and right methods.
The rest of AnimationCurve is defined as ThreadSafe, and this used to be thread safe until the old way of accessing it was made obsolete in favour of these new bindings (AnimationCurve.tangentMode)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Unity freezes when opening a project
- [Silicon] Artifacts appear in the Game view when resizing the window/entering the Play Mode in a specific project
- Marker in the animation’s preview window doesn’t stop when reaching the end of the timeline and jumps to the start of the animation when moving it with the cursor
- Animation Event marker is not placed on the current time of the timeline when using the “Add Event” button
- Editor crashes on vector_map<ConstantString,AssetBundle when using the LoadAssetAsync function
Add comment