Search Issue Tracker
Active
Votes
0
Found in
2022.3.56f1
6000.0.34f1
6000.1.0b2
Issue ID
UUM-92863
Regression
No
PlasticSCM NullReferenceException on entering the Play Mode when Unity Version Control tab is added to the layout
How to reproduce:
1. Open the attached project "Reproduction"
2. Open the "Assets -> Scenes -> EnemiesShowcase" scene
3. Make sure the Unity Version Control tab is opened
4. Enter the Play Mode
5. Observe the Console
Expected results: No errors are thrownÂ
Actual results: NullReferenceException is thrown
Reproducible with: 2022.3.56f1, 6000.0.34f1, 6000.1.0b2
Reproducible on: macOS Sequoia 15.1 (M1)
Not reproducible on: No other environment tested
Notes:
- Unity Version Control window doesn't need to be focused or active to throw errors
- After reopening the project or Version Control window, errors usually appear after the second time entering the Play Mode
- After errors are thrown on entering the Play Mode, the same error is thrown when closing the Unity Version Control window
Full error:
NullReferenceException: Object reference not set to an instance of an object
Unity.PlasticSCM.Editor.ViewSwitcher.OnDisable () (at ./Library/PackageCache/com.unity.collab-proxy@2.6.0/Editor/ViewSwitcher.cs:205)
Unity.PlasticSCM.Editor.PlasticWindow.ClosePlastic (Unity.PlasticSCM.Editor.PlasticWindow window) (at ./Library/PackageCache/com.unity.collab-proxy@2.6.0/Editor/PlasticWindow.cs:1096)
Unity.PlasticSCM.Editor.PlasticWindow.OnDisable () (at ./Library/PackageCache/com.unity.collab-proxy@2.6.0/Editor/PlasticWindow.cs:283)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Missing page when opening reference for Panel Text Settings
- PlasticSCM NullReferenceException on entering the Play Mode when Unity Version Control tab is added to the layout
- Shortcut Helper Bar does not appear when enabling it and disabling it
- "Property (urp_ReflProbes_BoxMin) exceeds previous array size" warning spams console after switching platforms
- Have to change Input Mapping Path twice for change to take effect when Auto-Save is enabled
Add comment