Search Issue Tracker
Fixed in 2021.3.28f1
Fixed in 2021.3.X, 2022.3.X, 2023.1.X, 2023.2.X, 2023.2.0a21
Votes
0
Found in
2021.3.27f1
2022.3.1f1
2023.1.0b20
2023.2.0a20
Issue ID
UUM-39890
Regression
No
NullReferenceException manually installing UI Builder package from Package Manager window
h5. Description
Manually installing com.unity.ui.builder from Package Manager UI leads to {}NullReferenceException{}.
h5. Repo Steps
- Open Window > Package Manager
- Click the ""
- Choose "Install package by name"
- Type "com.unity.ui.builder"
- Click Install
- Observe console
h5. Actual Result
{code:java}
NullReferenceException: Object reference not set to an instance of an object
UnityEditor.PackageManager.UI.Internal.UpmCache.AddExtraPackageInfo (UnityEditor.PackageManager.PackageInfo packageInfo) (at /Users/hugues.bonin/unity_trunk/Modules/PackageManagerUI/Editor/Services/Upm/UpmCache.cs:135)
UnityEditor.PackageManager.UI.Internal.UpmClient.OnProcessExtraFetchResult (UnityEditor.PackageManager.Requests.SearchRequest request, System.Int64 productId) (at /Users/hugues.bonin/unity_trunk/Modules/PackageManagerUI/Editor/Services/Upm/UpmClient.cs:448)
UnityEditor.PackageManager.UI.Internal.UpmClient<>c__DisplayClass77_0.<ExtraFetchPackageInfo>b__0 (UnityEditor.PackageManager.Requests.SearchRequest request) (at /Users/hugues.bonin/unity_trunk/Modules/PackageManagerUI/Editor/Services/Upm/UpmClient.cs:411)
UnityEditor.PackageManager.UI.Internal.UpmBaseOperation`1[T].OnSuccess () (at /Users/hugues.bonin/unity_trunk/Modules/PackageManagerUI/Editor/Services/Upm/UpmBaseOperation.cs:183)
UnityEditor.PackageManager.UI.Internal.UpmBaseOperation`1[T].Progress () (at /Users/hugues.bonin/unity_trunk/Modules/PackageManagerUI/Editor/Services/Upm/UpmBaseOperation.cs:145)
UnityEditor.EditorApplication.Internal_CallUpdateFunctions () (at /Users/hugues.bonin/unity_trunk/Editor/Mono/EditorApplication.cs:362)
{code}
h5. Environment
- Reproducible with: 2021.3.22f1, 2022.2.13f1, 2023.1.0b10, 2023.2.0a8
- Not Reproducible with 2020.3.46f1 as functionality doesn't exist
- Platforms tested: Win 11, MacOS Monterey, Version 12.6.2
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Shader Graph window icon is blurry and low quality when the Shader Graph is created using the Universal 2D template
- “Export HDRP Sky to Image” command error message does not indicate that Game view must be visible
- Adaptive Performance Settings Framerate field doesn't display the "supported without VSync" warning, when the field is collapsed in Build Profiles
- “MissingReferenceException”, “NullReferenceException” and GUI errors are spammed in the Console when selecting “Boris” GameObject in the Prefab field of the “Plunkah” GameObject in the “_IK” Sample scene
- "Upload Symbols Failed" is thrown when Archive validation is being done in Xcode
Add comment