Search Issue Tracker
Active
Under Consideration for 6000.5.X
Votes
5
Found in
6000.3.3f1
6000.4.0b3
6000.5.0a4
Issue ID
UUM-131707
Regression
Yes
Crash with multiple stack traces when using DX12 and selecting all spline knots
How to reproduce:
1. Open the attached “IN-129061” project
2. Open the “Gameplay” scene
3. In the Hierarchy, click on the “Spline” GameObject
4. Switch from GameObject to Spline in the left options toolbar
5. Press ctrl + a
6. Observe the crash
Reproducible with: 6000.3.2f1 6000.3.3f1, 6000.4.0b3, 6000.5.0a4
Not reproducible with: 6000.0.65f1, 6000.3.1f1
Reproduced on: Windows 11
Not reproduced on: No other environment tested
Note: The crash does not occur when using DX11 or Vulkan
First few lines of the stack trace:
0x00007FFC05E7782A (KERNELBASE) RaiseException
0x00007FFB0B5BFA06 (Unity) LaunchBugReporter
0x00007FFB0B72B38F (Unity) EditorMonoConsole::LogToConsoleImplementation
0x00007FFB0B72BEB0 (Unity) EditorMonoConsole::LogToConsoleImplementation
or:
0x00007FFFD900869C (Unity) UI::AddRenderersToCanvas
0x00007FFFD9008A35 (Unity) UI::AddRenderersToCanvas
0x00007FFFD90110B8 (Unity) UI::Canvas::UpdateBatchOrder
0x00007FFFD90111DD (Unity) UI::Canvas::UpdateBatches
Comments (2)
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
- Shader Graph Node information is briefly displayed in Graph Inspector when clicking on Category in the Blackboard
- Module installation fails with "Download failed: Validation Failed" errors when using beta.2 Hub version
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
- Shader Graph Category dropdown cannot be expanded/collapsed when clicking on the text
- Different text alignment in the column header in Entities "System" window
enchantedloom
Jan 10, 2026 01:01
I've found that select all (or drag-select more than one knot) when the spline has fewer than 7 knots works fine, 7 knots flashes a weird black triangle on the screen but works, 8 or more knots crashes to desktop. This is consistent with a blank hdrp project containing nothing but a spline.
Fabbroz75
Jan 09, 2026 19:05
Yes, same problem here with EasyRoad3D.
Crash a lot with DX12....