Search Issue Tracker
Won't Fix
Won't Fix in 2023.2.X
Votes
0
Found in
2023.2.0a8
Issue ID
UUM-31735
Regression
No
NullRef Error in console when installing UI Builder
Repo steps:
- Open Unity Scene
- Open Window > Package Manager
- Click the ""
- Choose "Install package by name"
- Type "com.unity.ui.builder"
- Click Install
- Observe console
Expected Result: Package installs without issue
Actual Result: Error appears in console
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
Notes:
>c_{_}DisplayClass81_0.<ExtraFetchInternal>b{_}_0 (UnityEditor.PackageManager.Requests.SearchRequest requst) (at <91bc702d287f436d8e2c989fcc2505fc>:0)
UnityEditor.PackageManager.UI.Internal.UpmBaseOperation`1[T].OnSuccess () (at <91bc702d287f436d8e2c989fcc2505fc>:0)
UnityEditor.PackageManager.UI.Internal.UpmBaseOperation`1[T].Progress () (at <91bc702d287f436d8e2c989fcc2505fc>:0)
UnityEditor.EditorApplication.Internal_CallUpdateFunctions () (at <91bc702d287f436d8e2c989fcc2505fc>:0)
mClient<>c_{_}DisplayClass81_0.<ExtraFetchInternal>b{_}_0 (UnityEditor.PackageManager.Requests.SearchRequest requst) (at <91bc702d287f436d8e2c989fcc2505fc>:0)
UnityEditor.PackageManager.UI.Internal.UpmBaseOperation`1[T].OnSuccess () (at <91bc702d287f436d8e2c989fcc2505fc>:0)
UnityEditor.PackageManager.UI.Internal.UpmBaseOperation`1[T].Progress () (at <91bc702d287f436d8e2c989fcc2505fc>:0)
UnityEditor.EditorApplication.Internal_CallUpdateFunctions () (at <91bc702d287f436d8e2c989fcc2505fc>: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
- Animator state transition preview clips are flickering when zooming in
- [Tile Palette] Sprites not rendering when brush tool "Paint a filled box with active brush" is used for the first time
- Longer Shader Graph Property Reference names breaks VFX Graph Output Particle Node
- "DebugAllocatorMode" option changes when changed in another Editor instance
- UITK Debugger new Classes element is not created with no information or warnings thrown when adding more than one element with the default name
Resolution Note:
com.unity.ui.builder is a 'shim' package. Shims are built-in packages that have “type”: “shim” defined, and whose sole purpose is to “trick” the UPM dependency resolution algorithm into accepting a graph with “holes”. They do not represent actual packages that users should see or interact with.
Resolution Note (2023.2.X):
com.unity.ui.builder is a 'shim' package. Shims are built-in packages that have “type”: “shim” defined, and whose sole purpose is to “trick” the UPM dependency resolution algorithm into accepting a graph with “holes”. They do not represent actual packages that users should see or interact with.