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
- [Android] Stage information is not logged when Log Shader Compilation is enabled
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
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.