Search Issue Tracker
Fixed in 2022.3.6f1
Fixed in 2022.3.X, 2023.1.X, 2023.2.X, 2023.2.0a19
Votes
0
Found in
2022.2.16f1
2023.1.0b16
2023.2.0a13
Issue ID
UUM-35456
Regression
Yes
Crash with multiple stack traces when changing a specific curve
Reproduction steps:
1. Open the attached project “CrashRepro“
2. Click on “Main Camera“ GameObject in the Hierarchy window
3. Open the curve under the “Script“ Component In the Inspector window
4. Manually change a point on the curve in the Curve window
Expected result: Curve is changed
Actual result: Editor crashes
Reproducible with: 2022.2.0a4, 2022.2.16f1, 2023.1.0b16, 2023.2.0a13
Not reproducible with: 2020.3.48f1, 2021.3.25f1, 2022.2.0a3
Reproducible on: Windows 10
Note: It can also crash from just opening the Curve window
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
- Prefab Overrides “Apply” button is too big and overlaps with the context menu’s outline
- Prefab Overrides “No Overrides” text is too large, and the the Context Menu of the Parent GameObject has a lot of empty space when opened
- “Screen position out of view frustum...” errors are thrown when zooming out in the Scene view after creating UI GameObject
- CurveTexture is not being released when unloading AssetBundle containing a Scene with ColorCurves post-processing component in Global Volume
- Crash on ExtractActiveCasterInfo when navigating the scene view in a project with specific lighting data
Resolution Note (fix version 2023.2):
This crash was caused by a bug in the rendering curves for animation curve previews seen in the inspector. It will happen when curves have keys with infinite tangents and the first keys time is non-zero.