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
- Certain textures are incorrectly marked in the render pass list when observed through Render Graph Viewer
- "Assertion failed on expression" error occurs when multiple Animation Components are instantiated after changing the Culling Type
- MacOS persistentDataPath uses old path when built compared to Editor Play mode
- Crash on RaiseException when entering Play Mode in a specific project
- Debug Console does not reappear when disabling and re-enabling Debug.developerConsoleEnabled
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.