Search Issue Tracker
Fixed in 1.7.0
Votes
30
Found in [Package]
1.5.7
Issue ID
1341693
Regression
No
Version Control package Collaborate window throws NullReferenceException errors when hidden on domain reload
Steps to reproduce:
1. Create a new project
2. Make sure Version Control package is imported
3. Open Collaborate window
4. Click "Set Project ID" and link the project to services
5. Hide the Collaborate window behind another tab (dock the window on another editor window and select a different tab)
6. Enter and exit Play Mode multiple times while the Collaborate window is hidden
Expected result: No errors are thrown
Actual result: NullReferenceException errors are thrown when scripts are reloaded
NullReferenceException: Object reference not set to an instance of an object
Unity.Cloud.Collaborate.UserInterface.CollaborateWindow.OnDisable () (at Library/PackageCache/com.unity.collab-proxy@1.5.7/Editor/Collaborate/UserInterface/CollaborateWindow.cs:86)
Reproduced: 2021.2.0a20, 2021.2.0a1, 2021.1.11f1, 2020.3.10f1, 2020.3.0f1
Didn't reproduce on: 2019.4 (services were reworked in 2020 versions)
Comments (1)
-
DeLFuS
Jul 04, 2021 17:06
TypeLoadException: Could not load type Antlr.Runtime.Tree.AntlrRuntime_BaseTreeDebugView while decoding custom attribute: (null)
System.MonoCustomAttrs.GetCustomAttributesBase (System.Reflection.ICustomAttributeProvider obj, System.Type attributeType, System.Boolean inheritedOnly) (at <695d1cc93cca45069c528c15c9fdd749>:0)
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
- PlayerPrefs get corrupted when a minimized fullscreen Player is closed through the Taskbar
- "To Debug, run app with -diag-job-temp-memory-leak-validation cmd line argument. This will output the callstacks of the leaked allocations." warning is printed when JobTempMemoryLeakValidation switch is enabled
- Main Thread stalling when loading Audio Source asset asynchronously while preloading another Audio Source asset
- Material artifacts occur in the Material Preview window when baked lighting is applied to scenes
- “ArgumentOutOfRangeException” after saving, reseting and re-add Default Tile Palette Tools to the list in Preferences window
Resolution Note (fix version 1.7.0):
Fixed in com.unity.collab-proxy version 1.7.1. Go to Window->Package Manager to update the Version Control package to the latest version.