Search Issue Tracker
Active
Under Consideration for 6000.5.X
Votes
4
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
- Project Auditor Analysis is not marked dirty when the save file is deleted even after reopening the Project Auditor window
- “Shader Graphs” text in the blackboard is hard to see
- "NullReferenceException" error is thrown when changing input field focus via script with custom validation
- The Tables in the Project Auditor’s Assemblies, and Precompiled Assemblies tabs does not scale with the Project Auditor window size which leads to unused empty space and bigger scrollbars in the tables
- Tile Palette button with longer Palette name is misaligned and cut-off when Tile Palette Clipboard overlay is resized
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....