Search Issue Tracker
Duplicate
Votes
0
Found in
2021.3.47f1
2022.3.55f1
6000.1.0a9
Issue ID
UUM-91221
Regression
No
“NullReferenceException” error thrown when switching Editor Theme to Light if “Unity Version Control” tab is enabled
Steps to reproduce:
1. Create new Unity project
2. Press on “Unity Version Control” button (next to the Asset Store button)
3. “Unity Version Control” should open a new tab next to Console tab
4. Go to Settings > General
5. Switch Editor Theme from Dark to Light or vice versa
6. Observe the Console window
Actual results: No errors are thrown in the Console window when switching Editor Theme
Expected results: Error is thrown when switching Editor Theme:
{code:java}
NullReferenceException: Object reference not set to an instance of an object
Unity.PlasticSCM.Editor.ViewSwitcher.OnDisable () (at ./Library/PackageCache/com.unity.collab-proxy/Editor/ViewSwitcher.cs:205)
Unity.PlasticSCM.Editor.PlasticWindow.ClosePlastic (Unity.PlasticSCM.Editor.PlasticWindow window) (at ./Library/PackageCache/com.unity.collab-proxy/Editor/PlasticWindow.cs:1096)
Unity.PlasticSCM.Editor.PlasticWindow.OnDisable () (at ./Library/PackageCache/com.unity.collab-proxy/Editor/PlasticWindow.cs:283) {code}
Reproducible with versions: 2021.3.47f1 2022.3.55f1, 6000.1.0a9
Tested on (OS): macOS Sequoia 15.1.1 (Intel) and (M1)
Notes:
- Might need to switch themes multiple times from dark to light or vice versa for error to appear
-
Resolution Note:
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
- WebGPU: ASTC texture mip levels are corrupt
- [Vulkan] Crash on with multiple stack traces when rendering large Terrain with specific hardware
- Crash on SkinnedMeshRendererManager when interacting with a prefab generated with uncombined meshes using Synty Sidekick Character Creator
- Crash on folly::detail::safe_assert_terminate_v when updating the Meta XR SDK Packages
- The text font falls back on a different font depending on the fallback font used
This is a duplicate of issue #UUM-91211