Search Issue Tracker
Fixed
Fixed in 2021.3.44f1, 2022.3.50f1, 6000.0.22f1, 7000.0.0a3
Votes
0
Found in
2021.3.44f1
2022.3.46f1
6000.0.19f1
7000.0.0a2
Issue ID
UUM-79812
Regression
Yes
[Linux] Crash on 'PPtr<RuntimeAnimatorController>::operator RuntimeAnimatorController*() const' when saving a new animation file
Reproduction steps:
1. Open the attached “BugRepro” project
2. Drag the “Assets/Player32x32.png“ sprite to the Scene View
3. When the Editor asks, save the animation file anywhere
Expected results: The animation file is saved
Actual results: Unity Editor crashes
Reproduced with: 2022.3.45f1, 2022.3.46f1, 6000.0.16f1, 6000.0.19f1, 2021.3.44f1
Not reproduced with: 2022.3.44f1, 6000.0.15f1, 2021.3.43f1
Reproduced on: Ubuntu 22.04
Not reproduced on: Windows 10
First lines of the stack trace:
#2 0x00561a7a1e963a in PPtr<RuntimeAnimatorController>::operator RuntimeAnimatorController*() const
#3 0x00561a7b21bccd in Animator::GetEffectiveAnimatorController()
#4 0x00561a7a3cb074 in AnimatorController_CUSTOM_GetEffectiveAnimatorController(void*)
#5 0x00000042a3c496 in (wrapper managed-to-native) UnityEditor.Animations.AnimatorController:GetEffectiveAnimatorController_Injected (intptr)
#6 0x00000042a3c373 in UnityEditor.Animations.AnimatorController:GetEffectiveAnimatorController (UnityEngine.Animator)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Animation Clip with Legacy enabled does not play when Time.timeScale is set to 0 despite Update mode set to "Unscaled time"
- Rename is enabled on subfolder empty space - "Can't rename to empty name" warning
- SamplerState Property Missing Anisotropic Filtering
- Visual glitches when using Handles API
- The RGBA color values are inconsistent when comparing two identical colors set in the Inspector
Add comment