Search Issue Tracker
Fixed in 5.3.5
Votes
0
Found in
5.3.2f1
Issue ID
774052
Regression
Yes
Editor crashes upgrading project in AnimationCurveTpl<Vector3f>::EvaluateClamp
Crashing when upgrading from 5.2 -> 5.3 and 5.2 -> 5.4.
Repro steps:
1. Open project "animation_crash.zip" with 5.3 or 5.4 version.
2. During project import editor crashes.
Crashes always with the same stack trace:
0x00000001403A301C (Unity) AnimationCurveTpl<Vector3f>::EvaluateClamp
0x00000001407BEA85 (Unity) `anonymous namespace'::SampleCurve<Vector3f>
0x00000001407BEEEB (Unity) `anonymous namespace'::SampleFrame
0x00000001407C5BE5 (Unity) `anonymous namespace'::CalculateClipBoundsInternal
0x000000014073042E (Unity) ModelImporter::GenerateAll
0x0000000140730B1F (Unity) ModelImporter::GenerateAssetData
0x00000001406B076D (Unity) AssetDatabase::ImportAsset
0x00000001406BF9FF (Unity) AssetDatabase::UpdateAsset
0x00000001407699CB (Unity) AssetInterface::ProcessAssetsImplementation
0x000000014076A6A8 (Unity) AssetInterface::StopAssetEditing
0x0000000140770F75 (Unity) AssetInterface::Refresh
0x0000000140BB78EA (Unity) Application::InitializeProject
0x0000000140DFF5C7 (Unity) WinMain
0x00000001415BBEB4 (Unity) read
0x00007FFC969B8102 (KERNEL32) BaseThreadInitThunk
Attached Editor.log files.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Android] Stage information is not logged when Log Shader Compilation is enabled
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
Add comment