Search Issue Tracker
Fixed in 2021.2.X
Votes
0
Found in
2021.2.0a19
2021.2.0a20
Issue ID
1341060
Regression
No
[Feature Sets] Adaptive Performance is invisible in the Mobile Feature set
Repro steps:
- start a new project with 2021.2.0a20
- open package Manager -> Unity Registry
- select the Mobile Feature Set
- notice an empty line - there should be the Adaptive Performance package there, but the line is just empty
When selecting the empty line, you'll get this error in the console:
NullReferenceException: Object reference not set to an instance of an object
UnityEditor.PackageManager.UI.Internal.FeatureDependencies.OnDependencyItemClicked (UnityEditor.PackageManager.UI.Internal.IPackageVersion version) (at <77a45f0c92274da6a584cead7046b27a>:0)
UnityEditor.PackageManager.UI.Internal.FeatureDependencies+<>c__DisplayClass12_0.<SetPackageVersion>b__0 () (at <77a45f0c92274da6a584cead7046b27a>:0)
UnityEditor.PackageManager.UI.Internal.VisualElementExtensions+<>c__DisplayClass0_0.<OnLeftClick>b__0 (UnityEngine.UIElements.MouseDownEvent e) (at <77a45f0c92274da6a584cead7046b27a>:0)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- GameObject doesn't execute animation the way it's supposed to until any GameObject in the Hierarchy is selected when in the Play Mode
- PropertyField does not properly render its field when changing it back from a valid Asset to "None"
- "ArgumentException: Input Button Enable Debug Button 1 is not set" is thrown when "Enable Debug Button 1" is deleted
- Duplicate invocations when Enabling InputActions during handling an input action
- "Assertion failed on expression" exceptions are thrown when using IJobParallelForTransformExtensions.RunReadOnly
Add comment