Issues with Package Manager - Prototype 2: Need Help!

Ok, so i’m trying to get back into using Unity so I’m trying to do the Create with Code series and I’m doing Prototype 2 Feed the Animals, I have the latest version of Unity I created as new project and imported the Assets and as soon as I import them Unity starts throwing errors and I don’t know why I noticed it when I try’d to create the PlayerController script and attach it to the Player object and I got a pop up saying “The script don’t inherit a native class that can manage a script.” so I check the console and I have all of these errors and warning:

Errors:

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\AssemblyInfo.cs(7,12): error CS0246: The type or namespace name 'UxmlNamespacePrefixAttribute' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\AssemblyInfo.cs(7,12): error CS0246: The type or namespace name 'UxmlNamespacePrefix' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\Services\Common\Resources.cs(1,32): error CS0234: The type or namespace name 'UIElements' does not exist in the namespace 'UnityEngine.Experimental' (are you missing an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\Common\Alert.cs(2,32): error CS0234: The type or namespace name 'UIElements' does not exist in the namespace 'UnityEngine.Experimental' (are you missing an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\Common\LoadingSpinner.cs(2,32): error CS0234: The type or namespace name 'UIElements' does not exist in the namespace 'UnityEngine.Experimental' (are you missing an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\Common\PopupField.cs(4,32): error CS0234: The type or namespace name 'UIElements' does not exist in the namespace 'UnityEngine.Experimental' (are you missing an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\Common\UIUtils.cs(1,32): error CS0234: The type or namespace name 'UIElements' does not exist in the namespace 'UnityEngine.Experimental' (are you missing an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\Interfaces\IPackageManagerExtension.cs(1,32): error CS0234: The type or namespace name 'UIElements' does not exist in the namespace 'UnityEngine.Experimental' (are you missing an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageAddFromUrlField.cs(2,32): error CS0234: The type or namespace name 'UIElements' does not exist in the namespace 'UnityEngine.Experimental' (are you missing an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageDetails.cs(5,32): error CS0234: The type or namespace name 'UIElements' does not exist in the namespace 'UnityEngine.Experimental' (are you missing an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageFiltering.cs(3,32): error CS0234: The type or namespace name 'UIElements' does not exist in the namespace 'UnityEngine.Experimental' (are you missing an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageGroup.cs(2,32): error CS0234: The type or namespace name 'UIElements' does not exist in the namespace 'UnityEngine.Experimental' (are you missing an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageItem.cs(1,32): error CS0234: The type or namespace name 'UIElements' does not exist in the namespace 'UnityEngine.Experimental' (are you missing an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageList.cs(1,32): error CS0234: The type or namespace name 'UIElements' does not exist in the namespace 'UnityEngine.Experimental' (are you missing an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageManagerToolbar.cs(3,32): error CS0234: The type or namespace name 'UIElements' does not exist in the namespace 'UnityEngine.Experimental' (are you missing an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageManagerWindow.cs(3,32): error CS0234: The type or namespace name 'UIElements' does not exist in the namespace 'UnityEngine.Experimental' (are you missing an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageSearchToolbar.cs(3,32): error CS0234: The type or namespace name 'UIElements' does not exist in the namespace 'UnityEngine.Experimental' (are you missing an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageStatusBar.cs(4,32): error CS0234: The type or namespace name 'UIElements' does not exist in the namespace 'UnityEngine.Experimental' (are you missing an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\Services\Common\Resources.cs(14,23): error CS0246: The type or namespace name 'VisualElement' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\Common\LoadingSpinner.cs(16,37): error CS0246: The type or namespace name 'VisualElement' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\Common\PopupField.cs(9,60): error CS0234: The type or namespace name 'PopupField<>' does not exist in the namespace 'UnityEditor.Experimental.UIElements' (are you missing an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\Interfaces\IPackageManagerExtension.cs(14,9): error CS0246: The type or namespace name 'VisualElement' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\Common\PopupField.cs(13,27): error CS0115: 'PopupField<T>.value': no suitable method found to override

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageAddFromUrlField.cs(16,45): error CS0246: The type or namespace name 'VisualElement' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageAddFromUrlField.cs(39,43): error CS0246: The type or namespace name 'ChangeEvent<>' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\Common\Alert.cs(16,28): error CS0246: The type or namespace name 'VisualElement' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\Common\UIUtils.cs(9,46): error CS0246: The type or namespace name 'VisualElement' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageList.cs(19,34): error CS0246: The type or namespace name 'VisualElement' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageAddFromUrlField.cs(45,42): error CS0246: The type or namespace name 'FocusEvent' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\Common\UIUtils.cs(22,54): error CS0246: The type or namespace name 'Label' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageManagerToolbar.cs(17,44): error CS0246: The type or namespace name 'VisualElement' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageStatusBar.cs(18,39): error CS0246: The type or namespace name 'VisualElement' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageAddFromUrlField.cs(50,45): error CS0246: The type or namespace name 'FocusOutEvent' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\Common\UIUtils.cs(36,54): error CS0246: The type or namespace name 'Button' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\Common\Alert.cs(71,17): error CS0246: The type or namespace name 'Label' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\Common\UIUtils.cs(50,45): error CS0246: The type or namespace name 'VisualElement' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\Common\LoadingSpinner.cs(19,42): error CS0308: The non-generic type 'LoadingSpinner.UxmlFactory' cannot be used with type arguments

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageAddFromUrlField.cs(55,39): error CS0246: The type or namespace name 'FocusEvent' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\Common\Alert.cs(72,17): error CS0246: The type or namespace name 'Button' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageAddFromUrlField.cs(60,42): error CS0246: The type or namespace name 'FocusOutEvent' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\Common\LoadingSpinner.cs(25,41): error CS0246: The type or namespace name 'VisualElement' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\Common\Alert.cs(23,26): error CS0246: The type or namespace name 'VisualElement' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageManagerToolbar.cs(79,46): error CS0246: The type or namespace name 'MouseDownEvent' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageAddFromUrlField.cs(65,35): error CS0246: The type or namespace name 'AttachToPanelEvent' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageStatusBar.cs(144,17): error CS0246: The type or namespace name 'VisualElement' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\Common\Alert.cs(19,42): error CS0308: The non-generic type 'Alert.UxmlFactory' cannot be used with type arguments

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageList.cs(114,35): error CS0246: The type or namespace name 'AttachToPanelEvent' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageManagerToolbar.cs(101,48): error CS0246: The type or namespace name 'MouseDownEvent' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageAddFromUrlField.cs(76,35): error CS0246: The type or namespace name 'DetachFromPanelEvent' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageGroup.cs(16,35): error CS0246: The type or namespace name 'VisualElement' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageStatusBar.cs(146,17): error CS0246: The type or namespace name 'Label' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageManagerToolbar.cs(148,35): error CS0246: The type or namespace name 'AttachToPanelEvent' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageAddFromUrlField.cs(86,40): error CS0246: The type or namespace name 'KeyDownEvent' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageStatusBar.cs(147,17): error CS0246: The type or namespace name 'Label' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageList.cs(119,35): error CS0246: The type or namespace name 'DetachFromPanelEvent' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\Common\LoadingSpinner.cs(27,39): error CS0246: The type or namespace name 'VisualElement' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\Common\LoadingSpinner.cs(27,57): error CS0246: The type or namespace name 'IUxmlAttributes' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\Common\LoadingSpinner.cs(27,78): error CS0246: The type or namespace name 'CreationContext' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageManagerToolbar.cs(154,35): error CS0246: The type or namespace name 'DetachFromPanelEvent' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageGroup.cs(72,17): error CS0246: The type or namespace name 'VisualElement' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageAddFromUrlField.cs(130,17): error CS0246: The type or namespace name 'VisualElement' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageGroup.cs(73,17): error CS0246: The type or namespace name 'Label' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageStatusBar.cs(148,17): error CS0246: The type or namespace name 'Button' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageManagerToolbar.cs(160,17): error CS0246: The type or namespace name 'Label' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageAddFromUrlField.cs(131,17): error CS0246: The type or namespace name 'TextField' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageList.cs(151,40): error CS0246: The type or namespace name 'KeyDownEvent' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageGroup.cs(22,26): error CS0246: The type or namespace name 'VisualElement' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageManagerToolbar.cs(161,17): error CS0246: The type or namespace name 'Label' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageAddFromUrlField.cs(132,17): error CS0246: The type or namespace name 'Button' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageStatusBar.cs(24,26): error CS0246: The type or namespace name 'VisualElement' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageManagerToolbar.cs(22,26): error CS0246: The type or namespace name 'VisualElement' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageGroup.cs(19,42): error CS0308: The non-generic type 'PackageGroup.UxmlFactory' cannot be used with type arguments

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageAddFromUrlField.cs(23,26): error CS0246: The type or namespace name 'VisualElement' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageManagerToolbar.cs(20,42): error CS0308: The non-generic type 'PackageManagerToolbar.UxmlFactory' cannot be used with type arguments

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageStatusBar.cs(21,42): error CS0308: The non-generic type 'PackageStatusBar.UxmlFactory' cannot be used with type arguments

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageAddFromUrlField.cs(19,42): error CS0308: The non-generic type 'PackageAddFromUrlField.UxmlFactory' cannot be used with type arguments

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageList.cs(403,17): error CS0246: The type or namespace name 'ScrollView' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageItem.cs(16,34): error CS0246: The type or namespace name 'VisualElement' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageList.cs(404,17): error CS0246: The type or namespace name 'VisualElement' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageDetails.cs(19,37): error CS0246: The type or namespace name 'VisualElement' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageList.cs(405,17): error CS0246: The type or namespace name 'VisualElement' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageItem.cs(131,17): error CS0246: The type or namespace name 'Label' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageItem.cs(132,17): error CS0246: The type or namespace name 'Label' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageList.cs(406,17): error CS0246: The type or namespace name 'Label' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageItem.cs(133,17): error CS0246: The type or namespace name 'Label' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageItem.cs(134,17): error CS0246: The type or namespace name 'VisualElement' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageList.cs(29,26): error CS0246: The type or namespace name 'VisualElement' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageItem.cs(26,26): error CS0246: The type or namespace name 'VisualElement' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageDetails.cs(105,46): error CS0246: The type or namespace name 'ChangeEvent<>' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageSearchToolbar.cs(17,43): error CS0246: The type or namespace name 'VisualElement' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageList.cs(22,42): error CS0308: The non-generic type 'PackageList.UxmlFactory' cannot be used with type arguments

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageItem.cs(19,42): error CS0308: The non-generic type 'PackageItem.UxmlFactory' cannot be used with type arguments

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageSearchToolbar.cs(73,46): error CS0246: The type or namespace name 'ChangeEvent<>' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageSearchToolbar.cs(86,45): error CS0246: The type or namespace name 'FocusEvent' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageDetails.cs(604,17): error CS0246: The type or namespace name 'Label' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageSearchToolbar.cs(96,48): error CS0246: The type or namespace name 'FocusOutEvent' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageSearchToolbar.cs(118,35): error CS0246: The type or namespace name 'AttachToPanelEvent' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageDetails.cs(605,18): error CS0246: The type or namespace name 'Button' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageSearchToolbar.cs(126,35): error CS0246: The type or namespace name 'DetachFromPanelEvent' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageSearchToolbar.cs(134,40): error CS0246: The type or namespace name 'KeyDownEvent' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageDetails.cs(606,17): error CS0246: The type or namespace name 'Button' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageSearchToolbar.cs(150,17): error CS0246: The type or namespace name 'TextField' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageDetails.cs(607,17): error CS0246: The type or namespace name 'Button' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageSearchToolbar.cs(151,17): error CS0246: The type or namespace name 'Button' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageSearchToolbar.cs(30,26): error CS0246: The type or namespace name 'VisualElement' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageDetails.cs(608,17): error CS0246: The type or namespace name 'VisualElement' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageSearchToolbar.cs(20,42): error CS0308: The non-generic type 'PackageSearchToolbar.UxmlFactory' cannot be used with type arguments

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageDetails.cs(609,17): error CS0246: The type or namespace name 'Button' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageDetails.cs(610,17): error CS0246: The type or namespace name 'VisualElement' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageDetails.cs(611,17): error CS0246: The type or namespace name 'VisualElement' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageDetails.cs(612,17): error CS0246: The type or namespace name 'Button' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageDetails.cs(613,17): error CS0246: The type or namespace name 'VisualElement' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageDetails.cs(615,17): error CS0246: The type or namespace name 'ScrollView' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageDetails.cs(616,17): error CS0246: The type or namespace name 'Label' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageDetails.cs(617,17): error CS0246: The type or namespace name 'Label' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageDetails.cs(618,17): error CS0246: The type or namespace name 'Label' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageDetails.cs(619,17): error CS0246: The type or namespace name 'Label' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageDetails.cs(620,17): error CS0246: The type or namespace name 'VisualElement' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageDetails.cs(621,18): error CS0246: The type or namespace name 'VisualElement' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageDetails.cs(622,17): error CS0246: The type or namespace name 'VisualElement' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageDetails.cs(623,18): error CS0246: The type or namespace name 'VisualElement' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageDetails.cs(624,18): error CS0246: The type or namespace name 'Button' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageDetails.cs(25,26): error CS0246: The type or namespace name 'VisualElement' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageDetails.cs(22,42): error CS0308: The non-generic type 'PackageDetails.UxmlFactory' cannot be used with type arguments

and these warning:

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:9
    Unknown property '-unity-position' (did you mean '-unity-font'?)
    -unity-position: absolute

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:55
    Expected (<length>) but found '1'
    border-top-width: 1 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:56
    Expected (<length>) but found '1'
    border-left-width: 1 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:57
    Expected (<length>) but found '1'
    border-bottom-width: 1 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:58
    Expected (<length>) but found '1'
    border-right-width: 1 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:59
    Expected (<length> | <percentage>) but found '1'
    padding-top: 1 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:60
    Expected (<length> | <percentage>) but found '3'
    padding-left: 3 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:61
    Expected (<length> | <percentage>) but found '1'
    padding-bottom: 1 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:62
    Expected (<length> | <percentage>) but found '3'
    padding-right: 3 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:63
    Expected (<length> | <percentage>) but found '9'
    font-size: 9 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:64
    Expected ([ <length> | <percentage> ]{1,4}) but found '5'
    border-radius: 5 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:74
    Expected (<length> | <percentage> | auto) but found '18'
    height: 18 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:81
    Expected (<length> | <percentage> | auto) but found '-1'
    margin-top: -1 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:89
    Expected (<length> | <percentage>) but found '9'
    font-size: 9 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:104
    Expected (<length> | <percentage> | auto) but found '-1'
    margin-right: -1 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:106
    Expected (<length> | <percentage>) but found '5'
    padding-left: 5 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:108
    Expected (<length> | <percentage>) but found '5'
    padding-right: 5 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:109
    Expected (<length> | <percentage> | auto) but found '19'
    height: 19 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:147
    Expected (<length> | <percentage> | auto) but found '7'
    margin-left: 7 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:167
    Expected (<length> | <percentage> | auto) but found '18'
    height: 18 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:168
    Expected (<length> | <percentage> | none) but found '500'
    max-width: 500 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:173
    Expected (<length> | <percentage> | auto) but found '5'
    margin-right: 5 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:181
    Expected (<length> | <percentage> | auto) but found '14'
    height: 14 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:189
    Expected (<length> | <percentage>) but found '9'
    font-size: 9 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:191
    Expected (<length> | <percentage> | auto) but found '2'
    margin-top: 2 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:192
    Expected (<length> | <percentage> | auto) but found '5'
    margin-left: 5 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:193
    Expected (<length> | <percentage> | auto) but found '1'
    margin-bottom: 1 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:194
    Expected (<length> | <percentage> | auto) but found '5'
    margin-right: 5 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:195
    Expected (<length> | <percentage>) but found '2'
    padding-top: 2 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:196
    Expected (<length> | <percentage>) but found '17'
    padding-left: 17 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:197
    Expected (<length> | <percentage>) but found '1'
    padding-bottom: 1 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:198
    Expected (<length> | <percentage>) but found '17'
    padding-right: 17 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:203
    Expected (<length> | <percentage> | auto) but found '14'
    height: 14 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:212
    Expected (<length> | <percentage> | auto) but found '14'
    width: 14 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:213
    Expected (<length> | <percentage> | auto) but found '15'
    height: 15 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:228
    Expected (<length> | <percentage> | auto) but found '3'
    margin-top: 3 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:229
    Expected (<length> | <percentage> | auto) but found '-10'
    margin-left: -10 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:230
    Expected (<length> | <percentage> | auto) but found '2'
    margin-bottom: 2 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:289
    Unknown property 'background' (did you mean 'background-color'?)
    background: rgba(0,0,0,0)

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:306
    Expected (<length> | <percentage>) but found '14'
    font-size: 14 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:309
    Unknown property '-unity-position' (did you mean '-unity-font'?)
    -unity-position: relative

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:310
    Expected (<length> | <percentage> | auto) but found '7'
    top: 7 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:311
    Expected (<length> | <percentage> | auto) but found '7'
    left: 7 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:328
    Expected (<length> | <percentage> | auto) but found '14'
    width: 14 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:329
    Expected (<length> | <percentage> | auto) but found '14'
    height: 14 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:330
    Expected (<length> | <percentage> | none) but found '14'
    max-width: 14 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:331
    Expected (<length> | <percentage> | none) but found '14'
    max-height: 14 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:335
    Expected (<length> | <percentage>) but found '12'
    font-size: 12 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:341
    Expected (<length> | <percentage>) but found '12'
    font-size: 12 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:344
    Expected (<length> | <percentage> | auto) but found '16'
    min-width: 16 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:347
    Unknown property '-unity-position' (did you mean '-unity-font'?)
    -unity-position: absolute

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:348
    Expected (<length> | <percentage> | auto) but found '3'
    top: 3 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:349
    Expected (<length> | <percentage> | auto) but found '2'
    left: 2 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:351
    Expected (<length> | <percentage> | auto) but found '14'
    width: 14 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:357
    Unknown property '-unity-position' (did you mean '-unity-font'?)
    -unity-position: relative

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:358
    Expected (<length> | <percentage> | auto) but found '7'
    top: 7 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:359
    Expected (<length> | <percentage> | auto) but found '7'
    left: 7 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:376
    Expected (<length> | <percentage> | auto) but found '14'
    width: 14 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:377
    Expected (<length> | <percentage> | auto) but found '14'
    height: 14 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:378
    Expected (<length> | <percentage> | none) but found '14'
    max-width: 14 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:379
    Expected (<length> | <percentage> | none) but found '14'
    max-height: 14 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:382
    Expected (<length> | <percentage> | auto) but found '3'
    margin-top: 3 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:383
    Expected (<length> | <percentage> | auto) but found '3'
    margin-left: 3 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:384
    Expected (<length> | <percentage> | auto) but found '3'
    margin-bottom: 3 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:385
    Expected (<length> | <percentage> | auto) but found '3'
    margin-right: 3 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:386
    Expected (<length> | <percentage>) but found '3'
    padding-top: 3 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:387
    Expected (<length> | <percentage>) but found '3'
    padding-left: 3 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:388
    Expected (<length> | <percentage>) but found '3'
    padding-bottom: 3 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:389
    Expected (<length> | <percentage>) but found '3'
    padding-right: 3 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:393
    Expected (<length> | <percentage>) but found '8'
    padding-left: 8 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:400
    Unknown property 'border-top-width-left-radius' (did you mean 'border-top-left-radius'?)
    border-top-width-left-radius: 0

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:401
    Unknown property 'border-bottom-width-left-radius' (did you mean 'border-bottom-left-radius'?)
    border-bottom-width-left-radius: 0

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:405
    Expected (<length> | <percentage>) but found '12'
    font-size: 12 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:414
    Expected (<length> | <percentage>) but found '2'
    padding-top: 2 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:415
    Expected (<length> | <percentage>) but found '6'
    padding-left: 6 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:416
    Expected (<length> | <percentage>) but found '3'
    padding-bottom: 3 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:417
    Expected (<length> | <percentage>) but found '6'
    padding-right: 6 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:428
    Unknown property 'border-top-width-right-radius' (did you mean 'border-top-right-radius'?)
    border-top-width-right-radius: 0

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:429
    Unknown property 'border-bottom-width-right-radius' (did you mean 'border-bottom-right-radius'?)
    border-bottom-width-right-radius: 0

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:430
    Unknown property 'border-top-width-left-radius' (did you mean 'border-top-left-radius'?)
    border-top-width-left-radius: 0

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:431
    Unknown property 'border-bottom-width-left-radius' (did you mean 'border-bottom-left-radius'?)
    border-bottom-width-left-radius: 0

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:465
    Expected (<length> | <percentage> | auto) but found '270'
    width: 270 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:508
    Unknown property '-unity-word-wrap' (did you mean '-unity-font'?)
    -unity-word-wrap: true

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:519
    Expected (<length>) but found '1'
    border-bottom-width: 1 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:529
    Expected end of value but found '14'
    flex: 0 0 14

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:530
    Expected (<length> | <percentage> | auto) but found '14'
    width: 14 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:531
    Expected (<length> | <percentage> | auto) but found '14'
    height: 14 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:532
    Expected (<length> | <percentage> | auto) but found '2'
    margin-left: 2 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:555
    Expected (<length> | <percentage>) but found '12'
    font-size: 12 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:557
    Expected (<length> | <percentage> | auto) but found '5'
    margin-right: 5 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:563
    Expected (<length> | <percentage> | auto) but found '5'
    margin-right: 5 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:564
    Expected (<length> | <percentage>) but found '9'
    font-size: 9 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:574
    Unknown property '-unity-position' (did you mean '-unity-font'?)
    -unity-position: relative

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:583
    Unknown property '-unity-position' (did you mean '-unity-font'?)
    -unity-position: absolute

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:591
    Expected (<length> | <percentage>) but found '5'
    padding-top: 5 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:592
    Expected (<length> | <percentage>) but found '5'
    padding-left: 5 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:593
    Expected (<length> | <percentage>) but found '5'
    padding-bottom: 5 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:594
    Expected (<length> | <percentage>) but found '5'
    padding-right: 5 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:600
    Expected (<length> | <percentage> | auto) but found '8'
    margin-bottom: 8 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:606
    Expected (<length> | <percentage>) but found '18'
    font-size: 18 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:608
    Unknown property '-unity-word-wrap' (did you mean '-unity-font'?)
    -unity-word-wrap: true

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:610
    Expected (<length> | <percentage> | auto) but found '4'
    margin-left: 4 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:616
    Expected (<length> | <percentage> | auto) but found '19'
    height: 19 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:620
    Expected (<length> | <percentage> | auto) but found '3'
    margin-top: 3 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:627
    Expected (<length> | <percentage> | auto) but found '19'
    height: 19 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:642
    Expected (<length> | <percentage> | auto) but found '65'
    min-width: 65 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:643
    Expected (<length> | <percentage> | none) but found '150'
    max-width: 150 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:644
    Expected (<length> | <percentage> | auto) but found '19'
    height: 19 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:648
    Expected (<length> | <percentage>) but found '12'
    font-size: 12 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:649
    Expected (<length> | <percentage> | auto) but found '19'
    height: 19 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:658
    Expected (<length> | <percentage> | auto) but found '2'
    margin-top: 2 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:666
    Expected (<length> | <percentage>) but found '12'
    font-size: 12 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:667
    Expected (<length> | <percentage>) but found '2'
    padding-top: 2 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:668
    Expected (<length> | <percentage>) but found '4'
    padding-left: 4 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:669
    Expected (<length> | <percentage>) but found '3'
    padding-bottom: 3 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:670
    Expected (<length> | <percentage>) but found '4'
    padding-right: 4 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:671
    Expected (<length> | <percentage> | auto) but found '-3'
    right: -3 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:677
    Expected (<length> | <percentage> | auto) but found '19'
    height: 19 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:686
    Expected (<length> | <percentage> | auto) but found '19'
    height: 19 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:687
    Expected (<length> | <percentage>) but found '12'
    font-size: 12 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:689
    Expected (<length> | <percentage>) but found '3'
    padding-top: 3 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:690
    Expected (<length> | <percentage>) but found '3'
    padding-left: 3 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:691
    Expected (<length> | <percentage>) but found '4'
    padding-bottom: 4 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:692
    Expected (<length> | <percentage>) but found '3'
    padding-right: 3 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:734
    Expected (<length> | <percentage>) but found '16'
    font-size: 16 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:735
    Expected (<length> | <percentage> | none) but found '30'
    max-height: 30 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:739
    Expected (<length> | <percentage> | none) but found '20'
    max-height: 20 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:745
    Unknown property '-unity-word-wrap' (did you mean '-unity-font'?)
    -unity-word-wrap: true

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:748
    Expected (<length> | <percentage> | auto) but found '60'
    width: 60 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:749
    Expected (<length> | <percentage>) but found '12'
    font-size: 12 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:750
    Expected ([ <length> | <percentage> ]{1,4}) but found '5'
    border-radius: 5 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:752
    Expected (<length>) but found '2'
    border-top-width: 2 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:753
    Expected (<length>) but found '2'
    border-left-width: 2 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:754
    Expected (<length>) but found '2'
    border-bottom-width: 2 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:755
    Expected (<length>) but found '2'
    border-right-width: 2 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:760
    Expected (<length> | <percentage>) but found '12'
    font-size: 12 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:761
    Unknown property '-unity-word-wrap' (did you mean '-unity-font'?)
    -unity-word-wrap: true

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:768
    Expected (<length> | <percentage>) but found '12'
    font-size: 12 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:769
    Unknown property '-unity-word-wrap' (did you mean '-unity-font'?)
    -unity-word-wrap: true

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:773
    Expected (<length> | <percentage>) but found '12'
    font-size: 12 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:774
    Unknown property '-unity-word-wrap' (did you mean '-unity-font'?)
    -unity-word-wrap: true

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:775
    Expected (<length> | <percentage> | auto) but found '5'
    margin-bottom: 5 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:784
    Expected (<length> | <percentage> | auto) but found '2'
    margin-left: 2 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:789
    Expected (<length> | <percentage>) but found '2'
    padding-left: 2 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:790
    Expected (<length> | <percentage>) but found '2'
    padding-right: 2 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:791
    Expected (<length>) but found '2'
    border-left-width: 2 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:792
    Expected (<length>) but found '2'
    border-right-width: 2 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:803
    Expected (<length> | <percentage> | auto) but found '4'
    margin-top: 4 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:805
    Expected (<length> | <percentage> | auto) but found '4'
    margin-bottom: 4 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:811
    Unknown property '-unity-word-wrap' (did you mean '-unity-font'?)
    -unity-word-wrap: true

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:836
    Unknown property '-unity-position' (did you mean '-unity-font'?)
    -unity-position: absolute

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:837
    Expected (<length> | <percentage> | auto) but found '5'
    top: 5 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:838
    Expected (<length> | <percentage> | auto) but found '5'
    left: 5 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:839
    Expected (<length> | <percentage> | auto) but found '5'
    right: 5 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:840
    Expected (<length> | <percentage> | auto) but found '200'
    min-height: 200 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:841
    Unknown property '-unity-word-wrap' (did you mean '-unity-font'?)
    -unity-word-wrap: true

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:866
    Unknown property '-unity-position' (did you mean '-unity-font'?)
    -unity-position: relative

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:868
    Expected (<length> | <percentage> | auto) but found '2'
    margin-top: 2 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:873
    Expected (<length>) but found '1'
    border-top-width: 1 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:887
    Expected (<length> | <percentage> | auto) but found '2'
    margin-left: 2 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:891
    Expected (<length> | <percentage> | auto) but found '16'
    width: 16 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:892
    Expected (<length> | <percentage> | auto) but found '16'
    height: 16 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:893
    Expected (<length> | <percentage> | auto) but found '-12'
    margin-left: -12 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:897
    Expected (<length> | <percentage>) but found '2'
    padding-left: 2 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:904
    Expected (<length> | <percentage>) but found '16'
    font-size: 16 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:908
    Expected (<length> | <percentage> | auto) but found '-2'
    margin-bottom: -2 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:910
    Expected (<length> | <percentage>) but found '3'
    padding-top: 3 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:911
    Expected (<length> | <percentage>) but found '6'
    padding-left: 6 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:912
    Expected (<length> | <percentage>) but found '6'
    padding-bottom: 6 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:913
    Expected (<length> | <percentage>) but found '6'
    padding-right: 6 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:916
    Expected (<length>) but found '1'
    border-left-width: 1 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:921
    Unknown property '-unity-position' (did you mean '-unity-font'?)
    -unity-position: absolute

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:922
    Expected (<length> | <percentage> | auto) but found '-35'
    top: -35 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:929
    Expected (<length>) but found '1'
    border-top-width: 1 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:931
    Expected (<length>) but found '1'
    border-bottom-width: 1 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:936
    Expected (<length> | <percentage> | auto) but found '35'
    height: 35 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:941
    Expected (<length> | <percentage> | auto) but found '20'
    height: 20 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:946
    Expected (<length> | <percentage> | auto) but found '20'
    height: 20 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:953
    Expected (<length>) but found '1'
    border-top-width: 1 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:954
    Expected (<length>) but found '1'
    border-left-width: 1 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:955
    Expected (<length>) but found '1'
    border-bottom-width: 1 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:956
    Expected (<length>) but found '1'
    border-right-width: 1 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:957
    Expected (<length> | <percentage>) but found '5'
    padding-top: 5 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:958
    Expected (<length> | <percentage>) but found '10'
    padding-left: 10 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:959
    Expected (<length> | <percentage>) but found '5'
    padding-bottom: 5 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:960
    Expected (<length> | <percentage>) but found '10'
    padding-right: 10 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:965
    Unknown property '-unity-word-wrap' (did you mean '-unity-font'?)
    -unity-word-wrap: true

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:970
    Expected (<length> | <percentage> | none) but found '30'
    max-height: 30 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:971
    Expected (<length> | <percentage> | auto) but found '5'
    left: 5 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:973
    Expected (<length> | <percentage>) but found '3'
    padding-top: 3 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:974
    Expected (<length> | <percentage>) but found '3'
    padding-left: 3 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:975
    Expected (<length> | <percentage>) but found '4'
    padding-bottom: 4 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:976
    Expected (<length> | <percentage>) but found '3'
    padding-right: 3 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:1020
    Expected (<length> | <percentage> | auto) but found '-7'
    top: -7 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:1021
    Expected (<length> | <percentage> | auto) but found '-7'
    left: -7 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:1022
    Expected (<length> | <percentage> | auto) but found '14'
    min-width: 14 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:1023
    Expected (<length> | <percentage> | auto) but found '14'
    min-height: 14 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:1024
    Expected (<length> | <percentage> | none) but found '14'
    max-width: 14 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:1025
    Expected (<length> | <percentage> | none) but found '14'
    max-height: 14 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:1031
    Expected (<length> | <percentage> | auto) but found '-16'
    top: -16 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:1032
    Expected (<length> | <percentage> | auto) but found '-16'
    left: -16 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:1033
    Expected (<length> | <percentage> | auto) but found '32'
    min-width: 32 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:1034
    Expected (<length> | <percentage> | auto) but found '32'
    min-height: 32 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:1035
    Expected (<length> | <percentage> | none) but found '32'
    max-width: 32 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:1036
    Expected (<length> | <percentage> | none) but found '32'
    max-height: 32 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:9
    Unknown property '-unity-position' (did you mean '-unity-font'?)
    -unity-position: absolute

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:55
    Expected (<length>) but found '1'
    border-top-width: 1 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:56
    Expected (<length>) but found '1'
    border-left-width: 1 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:57
    Expected (<length>) but found '1'
    border-bottom-width: 1 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:58
    Expected (<length>) but found '1'
    border-right-width: 1 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:59
    Expected (<length> | <percentage>) but found '1'
    padding-top: 1 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:60
    Expected (<length> | <percentage>) but found '3'
    padding-left: 3 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:61
    Expected (<length> | <percentage>) but found '1'
    padding-bottom: 1 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:62
    Expected (<length> | <percentage>) but found '3'
    padding-right: 3 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:63
    Expected (<length> | <percentage>) but found '9'
    font-size: 9 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:64
    Expected ([ <length> | <percentage> ]{1,4}) but found '5'
    border-radius: 5 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:74
    Expected (<length> | <percentage> | auto) but found '18'
    height: 18 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:81
    Expected (<length> | <percentage> | auto) but found '-1'
    margin-top: -1 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:89
    Expected (<length> | <percentage>) but found '9'
    font-size: 9 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:104
    Expected (<length> | <percentage> | auto) but found '-1'
    margin-right: -1 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:106
    Expected (<length> | <percentage>) but found '5'
    padding-left: 5 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:108
    Expected (<length> | <percentage>) but found '5'
    padding-right: 5 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:109
    Expected (<length> | <percentage> | auto) but found '19'
    height: 19 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:147
    Expected (<length> | <percentage> | auto) but found '7'
    margin-left: 7 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:167
    Expected (<length> | <percentage> | auto) but found '18'
    height: 18 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:168
    Expected (<length> | <percentage> | none) but found '500'
    max-width: 500 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:173
    Expected (<length> | <percentage> | auto) but found '5'
    margin-right: 5 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:181
    Expected (<length> | <percentage> | auto) but found '14'
    height: 14 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:189
    Expected (<length> | <percentage>) but found '9'
    font-size: 9 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:191
    Expected (<length> | <percentage> | auto) but found '2'
    margin-top: 2 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:192
    Expected (<length> | <percentage> | auto) but found '5'
    margin-left: 5 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:193
    Expected (<length> | <percentage> | auto) but found '1'
    margin-bottom: 1 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:194
    Expected (<length> | <percentage> | auto) but found '5'
    margin-right: 5 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:195
    Expected (<length> | <percentage>) but found '2'
    padding-top: 2 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:196
    Expected (<length> | <percentage>) but found '17'
    padding-left: 17 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:197
    Expected (<length> | <percentage>) but found '1'
    padding-bottom: 1 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:198
    Expected (<length> | <percentage>) but found '17'
    padding-right: 17 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:203
    Expected (<length> | <percentage> | auto) but found '14'
    height: 14 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:212
    Expected (<length> | <percentage> | auto) but found '14'
    width: 14 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:213
    Expected (<length> | <percentage> | auto) but found '15'
    height: 15 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:228
    Expected (<length> | <percentage> | auto) but found '3'
    margin-top: 3 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:229
    Expected (<length> | <percentage> | auto) but found '-10'
    margin-left: -10 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:230
    Expected (<length> | <percentage> | auto) but found '2'
    margin-bottom: 2 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:289
    Unknown property 'background' (did you mean 'background-color'?)
    background: rgba(0,0,0,0)

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:306
    Expected (<length> | <percentage>) but found '14'
    font-size: 14 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:309
    Unknown property '-unity-position' (did you mean '-unity-font'?)
    -unity-position: relative

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:310
    Expected (<length> | <percentage> | auto) but found '7'
    top: 7 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:311
    Expected (<length> | <percentage> | auto) but found '7'
    left: 7 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:328
    Expected (<length> | <percentage> | auto) but found '14'
    width: 14 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:329
    Expected (<length> | <percentage> | auto) but found '14'
    height: 14 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:330
    Expected (<length> | <percentage> | none) but found '14'
    max-width: 14 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:331
    Expected (<length> | <percentage> | none) but found '14'
    max-height: 14 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:335
    Expected (<length> | <percentage>) but found '12'
    font-size: 12 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:341
    Expected (<length> | <percentage>) but found '12'
    font-size: 12 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:344
    Expected (<length> | <percentage> | auto) but found '16'
    min-width: 16 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:347
    Unknown property '-unity-position' (did you mean '-unity-font'?)
    -unity-position: absolute

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:348
    Expected (<length> | <percentage> | auto) but found '3'
    top: 3 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:349
    Expected (<length> | <percentage> | auto) but found '2'
    left: 2 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:351
    Expected (<length> | <percentage> | auto) but found '14'
    width: 14 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:357
    Unknown property '-unity-position' (did you mean '-unity-font'?)
    -unity-position: relative

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:358
    Expected (<length> | <percentage> | auto) but found '7'
    top: 7 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:359
    Expected (<length> | <percentage> | auto) but found '7'
    left: 7 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:376
    Expected (<length> | <percentage> | auto) but found '14'
    width: 14 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:377
    Expected (<length> | <percentage> | auto) but found '14'
    height: 14 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:378
    Expected (<length> | <percentage> | none) but found '14'
    max-width: 14 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:379
    Expected (<length> | <percentage> | none) but found '14'
    max-height: 14 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:382
    Expected (<length> | <percentage> | auto) but found '3'
    margin-top: 3 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:383
    Expected (<length> | <percentage> | auto) but found '3'
    margin-left: 3 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:384
    Expected (<length> | <percentage> | auto) but found '3'
    margin-bottom: 3 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:385
    Expected (<length> | <percentage> | auto) but found '3'
    margin-right: 3 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:386
    Expected (<length> | <percentage>) but found '3'
    padding-top: 3 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:387
    Expected (<length> | <percentage>) but found '3'
    padding-left: 3 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:388
    Expected (<length> | <percentage>) but found '3'
    padding-bottom: 3 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:389
    Expected (<length> | <percentage>) but found '3'
    padding-right: 3 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:393
    Expected (<length> | <percentage>) but found '8'
    padding-left: 8 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:400
    Unknown property 'border-top-width-left-radius' (did you mean 'border-top-left-radius'?)
    border-top-width-left-radius: 0

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:401
    Unknown property 'border-bottom-width-left-radius' (did you mean 'border-bottom-left-radius'?)
    border-bottom-width-left-radius: 0

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:405
    Expected (<length> | <percentage>) but found '12'
    font-size: 12 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:414
    Expected (<length> | <percentage>) but found '2'
    padding-top: 2 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:415
    Expected (<length> | <percentage>) but found '6'
    padding-left: 6 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:416
    Expected (<length> | <percentage>) but found '3'
    padding-bottom: 3 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:417
    Expected (<length> | <percentage>) but found '6'
    padding-right: 6 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:428
    Unknown property 'border-top-width-right-radius' (did you mean 'border-top-right-radius'?)
    border-top-width-right-radius: 0

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:429
    Unknown property 'border-bottom-width-right-radius' (did you mean 'border-bottom-right-radius'?)
    border-bottom-width-right-radius: 0

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:430
    Unknown property 'border-top-width-left-radius' (did you mean 'border-top-left-radius'?)
    border-top-width-left-radius: 0

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:431
    Unknown property 'border-bottom-width-left-radius' (did you mean 'border-bottom-left-radius'?)
    border-bottom-width-left-radius: 0

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:465
    Expected (<length> | <percentage> | auto) but found '270'
    width: 270 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:508
    Unknown property '-unity-word-wrap' (did you mean '-unity-font'?)
    -unity-word-wrap: true

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:519
    Expected (<length>) but found '1'
    border-bottom-width: 1 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:529
    Expected end of value but found '14'
    flex: 0 0 14

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:530
    Expected (<length> | <percentage> | auto) but found '14'
    width: 14 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:531
    Expected (<length> | <percentage> | auto) but found '14'
    height: 14 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:532
    Expected (<length> | <percentage> | auto) but found '2'
    margin-left: 2 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:555
    Expected (<length> | <percentage>) but found '12'
    font-size: 12 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:557
    Expected (<length> | <percentage> | auto) but found '5'
    margin-right: 5 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:563
    Expected (<length> | <percentage> | auto) but found '5'
    margin-right: 5 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:564
    Expected (<length> | <percentage>) but found '9'
    font-size: 9 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:574
    Unknown property '-unity-position' (did you mean '-unity-font'?)
    -unity-position: relative

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:583
    Unknown property '-unity-position' (did you mean '-unity-font'?)
    -unity-position: absolute

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:591
    Expected (<length> | <percentage>) but found '5'
    padding-top: 5 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:592
    Expected (<length> | <percentage>) but found '5'
    padding-left: 5 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:593
    Expected (<length> | <percentage>) but found '5'
    padding-bottom: 5 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:594
    Expected (<length> | <percentage>) but found '5'
    padding-right: 5 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:600
    Expected (<length> | <percentage> | auto) but found '8'
    margin-bottom: 8 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:606
    Expected (<length> | <percentage>) but found '18'
    font-size: 18 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:608
    Unknown property '-unity-word-wrap' (did you mean '-unity-font'?)
    -unity-word-wrap: true

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:610
    Expected (<length> | <percentage> | auto) but found '4'
    margin-left: 4 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:616
    Expected (<length> | <percentage> | auto) but found '19'
    height: 19 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:620
    Expected (<length> | <percentage> | auto) but found '3'
    margin-top: 3 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:627
    Expected (<length> | <percentage> | auto) but found '19'
    height: 19 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:642
    Expected (<length> | <percentage> | auto) but found '65'
    min-width: 65 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:643
    Expected (<length> | <percentage> | none) but found '150'
    max-width: 150 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:644
    Expected (<length> | <percentage> | auto) but found '19'
    height: 19 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:648
    Expected (<length> | <percentage>) but found '12'
    font-size: 12 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:649
    Expected (<length> | <percentage> | auto) but found '19'
    height: 19 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:658
    Expected (<length> | <percentage> | auto) but found '2'
    margin-top: 2 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:666
    Expected (<length> | <percentage>) but found '12'
    font-size: 12 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:667
    Expected (<length> | <percentage>) but found '2'
    padding-top: 2 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:668
    Expected (<length> | <percentage>) but found '4'
    padding-left: 4 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:669
    Expected (<length> | <percentage>) but found '3'
    padding-bottom: 3 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:670
    Expected (<length> | <percentage>) but found '4'
    padding-right: 4 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:671
    Expected (<length> | <percentage> | auto) but found '-3'
    right: -3 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:677
    Expected (<length> | <percentage> | auto) but found '19'
    height: 19 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:686
    Expected (<length> | <percentage> | auto) but found '19'
    height: 19 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:687
    Expected (<length> | <percentage>) but found '12'
    font-size: 12 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:689
    Expected (<length> | <percentage>) but found '3'
    padding-top: 3 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:690
    Expected (<length> | <percentage>) but found '3'
    padding-left: 3 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:691
    Expected (<length> | <percentage>) but found '4'
    padding-bottom: 4 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:692
    Expected (<length> | <percentage>) but found '3'
    padding-right: 3 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:734
    Expected (<length> | <percentage>) but found '16'
    font-size: 16 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:735
    Expected (<length> | <percentage> | none) but found '30'
    max-height: 30 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:739
    Expected (<length> | <percentage> | none) but found '20'
    max-height: 20 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:745
    Unknown property '-unity-word-wrap' (did you mean '-unity-font'?)
    -unity-word-wrap: true

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:748
    Expected (<length> | <percentage> | auto) but found '60'
    width: 60 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:749
    Expected (<length> | <percentage>) but found '12'
    font-size: 12 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:750
    Expected ([ <length> | <percentage> ]{1,4}) but found '5'
    border-radius: 5 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:752
    Expected (<length>) but found '2'
    border-top-width: 2 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:753
    Expected (<length>) but found '2'
    border-left-width: 2 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:754
    Expected (<length>) but found '2'
    border-bottom-width: 2 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:755
    Expected (<length>) but found '2'
    border-right-width: 2 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:760
    Expected (<length> | <percentage>) but found '12'
    font-size: 12 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:761
    Unknown property '-unity-word-wrap' (did you mean '-unity-font'?)
    -unity-word-wrap: true

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:768
    Expected (<length> | <percentage>) but found '12'
    font-size: 12 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:769
    Unknown property '-unity-word-wrap' (did you mean '-unity-font'?)
    -unity-word-wrap: true

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:773
    Expected (<length> | <percentage>) but found '12'
    font-size: 12 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:774
    Unknown property '-unity-word-wrap' (did you mean '-unity-font'?)
    -unity-word-wrap: true

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:775
    Expected (<length> | <percentage> | auto) but found '5'
    margin-bottom: 5 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:784
    Expected (<length> | <percentage> | auto) but found '2'
    margin-left: 2 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:789
    Expected (<length> | <percentage>) but found '2'
    padding-left: 2 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:790
    Expected (<length> | <percentage>) but found '2'
    padding-right: 2 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:791
    Expected (<length>) but found '2'
    border-left-width: 2 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:792
    Expected (<length>) but found '2'
    border-right-width: 2 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:803
    Expected (<length> | <percentage> | auto) but found '4'
    margin-top: 4 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:805
    Expected (<length> | <percentage> | auto) but found '4'
    margin-bottom: 4 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:811
    Unknown property '-unity-word-wrap' (did you mean '-unity-font'?)
    -unity-word-wrap: true

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:836
    Unknown property '-unity-position' (did you mean '-unity-font'?)
    -unity-position: absolute

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:837
    Expected (<length> | <percentage> | auto) but found '5'
    top: 5 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:838
    Expected (<length> | <percentage> | auto) but found '5'
    left: 5 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:839
    Expected (<length> | <percentage> | auto) but found '5'
    right: 5 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:840
    Expected (<length> | <percentage> | auto) but found '200'
    min-height: 200 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:841
    Unknown property '-unity-word-wrap' (did you mean '-unity-font'?)
    -unity-word-wrap: true

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:866
    Unknown property '-unity-position' (did you mean '-unity-font'?)
    -unity-position: relative

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:868
    Expected (<length> | <percentage> | auto) but found '2'
    margin-top: 2 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:873
    Expected (<length>) but found '1'
    border-top-width: 1 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:887
    Expected (<length> | <percentage> | auto) but found '2'
    margin-left: 2 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:891
    Expected (<length> | <percentage> | auto) but found '16'
    width: 16 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:892
    Expected (<length> | <percentage> | auto) but found '16'
    height: 16 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:893
    Expected (<length> | <percentage> | auto) but found '-12'
    margin-left: -12 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:897
    Expected (<length> | <percentage>) but found '2'
    padding-left: 2 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:904
    Expected (<length> | <percentage>) but found '16'
    font-size: 16 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:908
    Expected (<length> | <percentage> | auto) but found '-2'
    margin-bottom: -2 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:910
    Expected (<length> | <percentage>) but found '3'
    padding-top: 3 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:911
    Expected (<length> | <percentage>) but found '6'
    padding-left: 6 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:912
    Expected (<length> | <percentage>) but found '6'
    padding-bottom: 6 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:913
    Expected (<length> | <percentage>) but found '6'
    padding-right: 6 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:916
    Expected (<length>) but found '1'
    border-left-width: 1 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:921
    Unknown property '-unity-position' (did you mean '-unity-font'?)
    -unity-position: absolute

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:922
    Expected (<length> | <percentage> | auto) but found '-35'
    top: -35 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:929
    Expected (<length>) but found '1'
    border-top-width: 1 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:931
    Expected (<length>) but found '1'
    border-bottom-width: 1 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:936
    Expected (<length> | <percentage> | auto) but found '35'
    height: 35 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:941
    Expected (<length> | <percentage> | auto) but found '20'
    height: 20 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:946
    Expected (<length> | <percentage> | auto) but found '20'
    height: 20 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:953
    Expected (<length>) but found '1'
    border-top-width: 1 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:954
    Expected (<length>) but found '1'
    border-left-width: 1 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:955
    Expected (<length>) but found '1'
    border-bottom-width: 1 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:956
    Expected (<length>) but found '1'
    border-right-width: 1 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:957
    Expected (<length> | <percentage>) but found '5'
    padding-top: 5 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:958
    Expected (<length> | <percentage>) but found '10'
    padding-left: 10 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:959
    Expected (<length> | <percentage>) but found '5'
    padding-bottom: 5 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:960
    Expected (<length> | <percentage>) but found '10'
    padding-right: 10 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:965
    Unknown property '-unity-word-wrap' (did you mean '-unity-font'?)
    -unity-word-wrap: true

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:970
    Expected (<length> | <percentage> | none) but found '30'
    max-height: 30 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:971
    Expected (<length> | <percentage> | auto) but found '5'
    left: 5 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:973
    Expected (<length> | <percentage>) but found '3'
    padding-top: 3 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:974
    Expected (<length> | <percentage>) but found '3'
    padding-left: 3 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:975
    Expected (<length> | <percentage>) but found '4'
    padding-bottom: 4 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:976
    Expected (<length> | <percentage>) but found '3'
    padding-right: 3 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:1020
    Expected (<length> | <percentage> | auto) but found '-7'
    top: -7 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:1021
    Expected (<length> | <percentage> | auto) but found '-7'
    left: -7 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:1022
    Expected (<length> | <percentage> | auto) but found '14'
    min-width: 14 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:1023
    Expected (<length> | <percentage> | auto) but found '14'
    min-height: 14 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:1024
    Expected (<length> | <percentage> | none) but found '14'
    max-width: 14 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:1025
    Expected (<length> | <percentage> | none) but found '14'
    max-height: 14 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:1031
    Expected (<length> | <percentage> | auto) but found '-16'
    top: -16 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:1032
    Expected (<length> | <percentage> | auto) but found '-16'
    left: -16 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:1033
    Expected (<length> | <percentage> | auto) but found '32'
    min-width: 32 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:1034
    Expected (<length> | <percentage> | auto) but found '32'
    min-height: 32 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:1035
    Expected (<length> | <percentage> | none) but found '32'
    max-width: 32 -> Property expects a unit. Did you forget to add px or %?

StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:1036
    Expected (<length> | <percentage> | none) but found '32'
    max-height: 32 -> Property expects a unit. Did you forget to add px or %?

File 'Animations_Static' has rig import warnings. See Import Messages in Rig Import Tab for more details.


File 'Animations_Static' has animation import warnings. See Import Messages in Animation Import Settings for more details.


File 'Animations' has rig import warnings. See Import Messages in Rig Import Tab for more details.


File 'Animations' has animation import warnings. See Import Messages in Animation Import Settings for more details.


A polygon of Mesh 'SM_BullDog_01' in Assets/Course Library/_Source_Files/FBX/SimpleDogs.fbx is self-intersecting and has been discarded.

A polygon of Mesh 'SM_BullDog_01' in Assets/Course Library/_Source_Files/FBX/SimpleDogs.fbx is self-intersecting and has been discarded.

A polygon of Mesh 'SM_SaintBernard_01' in Assets/Course Library/_Source_Files/FBX/SimpleDogs.fbx is self-intersecting and has been discarded.

A polygon of Mesh 'SM_SaintBernard_01' in Assets/Course Library/_Source_Files/FBX/SimpleDogs.fbx is self-intersecting and has been discarded.

A polygon of Mesh 'SM_BullDog_02' in Assets/Course Library/_Source_Files/FBX/SimpleDogs.fbx is self-intersecting and has been discarded.

A polygon of Mesh 'SM_BullDog_02' in Assets/Course Library/_Source_Files/FBX/SimpleDogs.fbx is self-intersecting and has been discarded.

A polygon of Mesh 'SM_SaintBernard_02' in Assets/Course Library/_Source_Files/FBX/SimpleDogs.fbx is self-intersecting and has been discarded.

A polygon of Mesh 'SM_SaintBernard_02' in Assets/Course Library/_Source_Files/FBX/SimpleDogs.fbx is self-intersecting and has been discarded.

A polygon of Mesh 'SM_BullDog_03' in Assets/Course Library/_Source_Files/FBX/SimpleDogs.fbx is self-intersecting and has been discarded.

A polygon of Mesh 'SM_BullDog_03' in Assets/Course Library/_Source_Files/FBX/SimpleDogs.fbx is self-intersecting and has been discarded.

A polygon of Mesh 'SM_SaintBernard_03' in Assets/Course Library/_Source_Files/FBX/SimpleDogs.fbx is self-intersecting and has been discarded.

A polygon of Mesh 'SM_SaintBernard_03' in Assets/Course Library/_Source_Files/FBX/SimpleDogs.fbx is self-intersecting and has been discarded.

File 'Animations_IK' has animation import warnings. See Import Messages in Animation Import Settings for more details.


Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\AssemblyInfo.cs(7,12): error CS0246: The type or namespace name 'UxmlNamespacePrefixAttribute' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\AssemblyInfo.cs(7,12): error CS0246: The type or namespace name 'UxmlNamespacePrefix' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\Services\Common\Resources.cs(1,32): error CS0234: The type or namespace name 'UIElements' does not exist in the namespace 'UnityEngine.Experimental' (are you missing an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\Common\Alert.cs(2,32): error CS0234: The type or namespace name 'UIElements' does not exist in the namespace 'UnityEngine.Experimental' (are you missing an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\Common\LoadingSpinner.cs(2,32): error CS0234: The type or namespace name 'UIElements' does not exist in the namespace 'UnityEngine.Experimental' (are you missing an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\Common\PopupField.cs(4,32): error CS0234: The type or namespace name 'UIElements' does not exist in the namespace 'UnityEngine.Experimental' (are you missing an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\Common\UIUtils.cs(1,32): error CS0234: The type or namespace name 'UIElements' does not exist in the namespace 'UnityEngine.Experimental' (are you missing an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\Interfaces\IPackageManagerExtension.cs(1,32): error CS0234: The type or namespace name 'UIElements' does not exist in the namespace 'UnityEngine.Experimental' (are you missing an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageAddFromUrlField.cs(2,32): error CS0234: The type or namespace name 'UIElements' does not exist in the namespace 'UnityEngine.Experimental' (are you missing an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageDetails.cs(5,32): error CS0234: The type or namespace name 'UIElements' does not exist in the namespace 'UnityEngine.Experimental' (are you missing an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageFiltering.cs(3,32): error CS0234: The type or namespace name 'UIElements' does not exist in the namespace 'UnityEngine.Experimental' (are you missing an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageGroup.cs(2,32): error CS0234: The type or namespace name 'UIElements' does not exist in the namespace 'UnityEngine.Experimental' (are you missing an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageItem.cs(1,32): error CS0234: The type or namespace name 'UIElements' does not exist in the namespace 'UnityEngine.Experimental' (are you missing an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageList.cs(1,32): error CS0234: The type or namespace name 'UIElements' does not exist in the namespace 'UnityEngine.Experimental' (are you missing an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageManagerToolbar.cs(3,32): error CS0234: The type or namespace name 'UIElements' does not exist in the namespace 'UnityEngine.Experimental' (are you missing an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageManagerWindow.cs(3,32): error CS0234: The type or namespace name 'UIElements' does not exist in the namespace 'UnityEngine.Experimental' (are you missing an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageSearchToolbar.cs(3,32): error CS0234: The type or namespace name 'UIElements' does not exist in the namespace 'UnityEngine.Experimental' (are you missing an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageStatusBar.cs(4,32): error CS0234: The type or namespace name 'UIElements' does not exist in the namespace 'UnityEngine.Experimental' (are you missing an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\Services\Common\Resources.cs(14,23): error CS0246: The type or namespace name 'VisualElement' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\Common\LoadingSpinner.cs(16,37): error CS0246: The type or namespace name 'VisualElement' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\Common\PopupField.cs(9,60): error CS0234: The type or namespace name 'PopupField<>' does not exist in the namespace 'UnityEditor.Experimental.UIElements' (are you missing an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\Interfaces\IPackageManagerExtension.cs(14,9): error CS0246: The type or namespace name 'VisualElement' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\Common\PopupField.cs(13,27): error CS0115: 'PopupField<T>.value': no suitable method found to override

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageAddFromUrlField.cs(16,45): error CS0246: The type or namespace name 'VisualElement' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageAddFromUrlField.cs(39,43): error CS0246: The type or namespace name 'ChangeEvent<>' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\Common\Alert.cs(16,28): error CS0246: The type or namespace name 'VisualElement' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\Common\UIUtils.cs(9,46): error CS0246: The type or namespace name 'VisualElement' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageList.cs(19,34): error CS0246: The type or namespace name 'VisualElement' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageAddFromUrlField.cs(45,42): error CS0246: The type or namespace name 'FocusEvent' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\Common\UIUtils.cs(22,54): error CS0246: The type or namespace name 'Label' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageManagerToolbar.cs(17,44): error CS0246: The type or namespace name 'VisualElement' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageStatusBar.cs(18,39): error CS0246: The type or namespace name 'VisualElement' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageAddFromUrlField.cs(50,45): error CS0246: The type or namespace name 'FocusOutEvent' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\Common\UIUtils.cs(36,54): error CS0246: The type or namespace name 'Button' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\Common\Alert.cs(71,17): error CS0246: The type or namespace name 'Label' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\Common\UIUtils.cs(50,45): error CS0246: The type or namespace name 'VisualElement' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\Common\LoadingSpinner.cs(19,42): error CS0308: The non-generic type 'LoadingSpinner.UxmlFactory' cannot be used with type arguments

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageAddFromUrlField.cs(55,39): error CS0246: The type or namespace name 'FocusEvent' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\Common\Alert.cs(72,17): error CS0246: The type or namespace name 'Button' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageAddFromUrlField.cs(60,42): error CS0246: The type or namespace name 'FocusOutEvent' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\Common\LoadingSpinner.cs(25,41): error CS0246: The type or namespace name 'VisualElement' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\Common\Alert.cs(23,26): error CS0246: The type or namespace name 'VisualElement' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageManagerToolbar.cs(79,46): error CS0246: The type or namespace name 'MouseDownEvent' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageAddFromUrlField.cs(65,35): error CS0246: The type or namespace name 'AttachToPanelEvent' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageStatusBar.cs(144,17): error CS0246: The type or namespace name 'VisualElement' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\Common\Alert.cs(19,42): error CS0308: The non-generic type 'Alert.UxmlFactory' cannot be used with type arguments

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageList.cs(114,35): error CS0246: The type or namespace name 'AttachToPanelEvent' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageManagerToolbar.cs(101,48): error CS0246: The type or namespace name 'MouseDownEvent' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageAddFromUrlField.cs(76,35): error CS0246: The type or namespace name 'DetachFromPanelEvent' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageGroup.cs(16,35): error CS0246: The type or namespace name 'VisualElement' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageStatusBar.cs(146,17): error CS0246: The type or namespace name 'Label' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageManagerToolbar.cs(148,35): error CS0246: The type or namespace name 'AttachToPanelEvent' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageAddFromUrlField.cs(86,40): error CS0246: The type or namespace name 'KeyDownEvent' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageStatusBar.cs(147,17): error CS0246: The type or namespace name 'Label' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageList.cs(119,35): error CS0246: The type or namespace name 'DetachFromPanelEvent' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\Common\LoadingSpinner.cs(27,39): error CS0246: The type or namespace name 'VisualElement' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\Common\LoadingSpinner.cs(27,57): error CS0246: The type or namespace name 'IUxmlAttributes' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\Common\LoadingSpinner.cs(27,78): error CS0246: The type or namespace name 'CreationContext' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageManagerToolbar.cs(154,35): error CS0246: The type or namespace name 'DetachFromPanelEvent' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageGroup.cs(72,17): error CS0246: The type or namespace name 'VisualElement' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageAddFromUrlField.cs(130,17): error CS0246: The type or namespace name 'VisualElement' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageGroup.cs(73,17): error CS0246: The type or namespace name 'Label' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageStatusBar.cs(148,17): error CS0246: The type or namespace name 'Button' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageManagerToolbar.cs(160,17): error CS0246: The type or namespace name 'Label' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageAddFromUrlField.cs(131,17): error CS0246: The type or namespace name 'TextField' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageList.cs(151,40): error CS0246: The type or namespace name 'KeyDownEvent' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageGroup.cs(22,26): error CS0246: The type or namespace name 'VisualElement' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageManagerToolbar.cs(161,17): error CS0246: The type or namespace name 'Label' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageAddFromUrlField.cs(132,17): error CS0246: The type or namespace name 'Button' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageStatusBar.cs(24,26): error CS0246: The type or namespace name 'VisualElement' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageManagerToolbar.cs(22,26): error CS0246: The type or namespace name 'VisualElement' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageGroup.cs(19,42): error CS0308: The non-generic type 'PackageGroup.UxmlFactory' cannot be used with type arguments

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageAddFromUrlField.cs(23,26): error CS0246: The type or namespace name 'VisualElement' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageManagerToolbar.cs(20,42): error CS0308: The non-generic type 'PackageManagerToolbar.UxmlFactory' cannot be used with type arguments

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageStatusBar.cs(21,42): error CS0308: The non-generic type 'PackageStatusBar.UxmlFactory' cannot be used with type arguments

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageAddFromUrlField.cs(19,42): error CS0308: The non-generic type 'PackageAddFromUrlField.UxmlFactory' cannot be used with type arguments

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageList.cs(403,17): error CS0246: The type or namespace name 'ScrollView' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageItem.cs(16,34): error CS0246: The type or namespace name 'VisualElement' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageList.cs(404,17): error CS0246: The type or namespace name 'VisualElement' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageDetails.cs(19,37): error CS0246: The type or namespace name 'VisualElement' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageList.cs(405,17): error CS0246: The type or namespace name 'VisualElement' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageItem.cs(131,17): error CS0246: The type or namespace name 'Label' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageItem.cs(132,17): error CS0246: The type or namespace name 'Label' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageList.cs(406,17): error CS0246: The type or namespace name 'Label' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageItem.cs(133,17): error CS0246: The type or namespace name 'Label' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageItem.cs(134,17): error CS0246: The type or namespace name 'VisualElement' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageList.cs(29,26): error CS0246: The type or namespace name 'VisualElement' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageItem.cs(26,26): error CS0246: The type or namespace name 'VisualElement' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageDetails.cs(105,46): error CS0246: The type or namespace name 'ChangeEvent<>' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageSearchToolbar.cs(17,43): error CS0246: The type or namespace name 'VisualElement' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageList.cs(22,42): error CS0308: The non-generic type 'PackageList.UxmlFactory' cannot be used with type arguments

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageItem.cs(19,42): error CS0308: The non-generic type 'PackageItem.UxmlFactory' cannot be used with type arguments

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageSearchToolbar.cs(73,46): error CS0246: The type or namespace name 'ChangeEvent<>' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageSearchToolbar.cs(86,45): error CS0246: The type or namespace name 'FocusEvent' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageDetails.cs(604,17): error CS0246: The type or namespace name 'Label' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageSearchToolbar.cs(96,48): error CS0246: The type or namespace name 'FocusOutEvent' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageSearchToolbar.cs(118,35): error CS0246: The type or namespace name 'AttachToPanelEvent' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageDetails.cs(605,18): error CS0246: The type or namespace name 'Button' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageSearchToolbar.cs(126,35): error CS0246: The type or namespace name 'DetachFromPanelEvent' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageSearchToolbar.cs(134,40): error CS0246: The type or namespace name 'KeyDownEvent' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageDetails.cs(606,17): error CS0246: The type or namespace name 'Button' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageSearchToolbar.cs(150,17): error CS0246: The type or namespace name 'TextField' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageDetails.cs(607,17): error CS0246: The type or namespace name 'Button' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageSearchToolbar.cs(151,17): error CS0246: The type or namespace name 'Button' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageSearchToolbar.cs(30,26): error CS0246: The type or namespace name 'VisualElement' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageDetails.cs(608,17): error CS0246: The type or namespace name 'VisualElement' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageSearchToolbar.cs(20,42): error CS0308: The non-generic type 'PackageSearchToolbar.UxmlFactory' cannot be used with type arguments

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageDetails.cs(609,17): error CS0246: The type or namespace name 'Button' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageDetails.cs(610,17): error CS0246: The type or namespace name 'VisualElement' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageDetails.cs(611,17): error CS0246: The type or namespace name 'VisualElement' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageDetails.cs(612,17): error CS0246: The type or namespace name 'Button' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageDetails.cs(613,17): error CS0246: The type or namespace name 'VisualElement' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageDetails.cs(615,17): error CS0246: The type or namespace name 'ScrollView' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageDetails.cs(616,17): error CS0246: The type or namespace name 'Label' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageDetails.cs(617,17): error CS0246: The type or namespace name 'Label' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageDetails.cs(618,17): error CS0246: The type or namespace name 'Label' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageDetails.cs(619,17): error CS0246: The type or namespace name 'Label' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageDetails.cs(620,17): error CS0246: The type or namespace name 'VisualElement' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageDetails.cs(621,18): error CS0246: The type or namespace name 'VisualElement' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageDetails.cs(622,17): error CS0246: The type or namespace name 'VisualElement' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageDetails.cs(623,18): error CS0246: The type or namespace name 'VisualElement' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageDetails.cs(624,18): error CS0246: The type or namespace name 'Button' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageDetails.cs(25,26): error CS0246: The type or namespace name 'VisualElement' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.package-manager-ui@2.0.7\Editor\Sources\UI\PackageDetails.cs(22,42): error CS0308: The non-generic type 'PackageDetails.UxmlFactory' cannot be used with type arguments

Me too

Found the solution on another thread. Here you go.

you need to add in the top
using UnityEngine.Ui;
using UnityEngine.SceneManager;
i think that can help you

1 Like