Search Issue Tracker
Active
Under Consideration for 6000.6.X
Votes
0
Found in
6000.5.0b1
6000.6.0a1
Issue ID
UUM-137670
Regression
Yes
“NullReferenceException” error thrown in the Console when adding Play Mode Debug UI with shortcut and exiting Play Mode
Steps to reproduce:
1. Create new Unity project using High Definition 3D Template
2. Enter Play Mode
3. Use shortcut “Control+Backspace” to use play mode debug UI
4. Exit Play mode
5. Observe the Console window
\\
Actual results: NullReferenceException” errors thrown in the Console
Expected results: No errors are thrown in the Console
\\
Reproducible with versions: 6000.5.0a9 (253a859729df), 6000.5.0b1, 6000.6.0a1
Not reproducible with versions: 6000.3.12f1, 6000.4.1f1, 6000.5.0a8 (d36222f39966)
\\
Tested on (OS): macOS Silicon Tahoe 26.3.1 (M1)
\\
Error:
{code:java}
NullReferenceException: Object reference not set to an instance of an object
UnityEngine.Rendering.RuntimeDebugWindow.OnDestroy () (at ./Library/PackageCache/com.unity.render-pipelines.core@a7701cc1a9a1/Runtime/Debugging/RuntimeDebugWindow.cs:142)
{code}
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Performance Markers Search window shows an empty entry in the list
- Enabling Deep Profiling in Performance Markers Search window breaks Inspector panel buttons when navigating through the marker items
- Dragging selector from selector row background shows preview but does not apply class in UI Builder
- An "InvalidOperationException" error is thrown when TryRemoveItem is used with rebuildTree set to false
- Build fails with IL2CPP error when building on Android platform in a specific project
Add comment