Search Unity

Issues with Package Manager - Prototype 2: Need Help!

Discussion in 'Package Manager' started by CLCEntertainment, Jan 31, 2021.

  1. CLCEntertainment

    CLCEntertainment

    Joined:
    Aug 14, 2015
    Posts:
    4
    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:
    Code (CSharp):
    1. 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?)
    2.  
    3. 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?)
    4.  
    5. 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?)
    6.  
    7. 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?)
    8.  
    9. 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?)
    10.  
    11. 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?)
    12.  
    13. 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?)
    14.  
    15. 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?)
    16.  
    17. 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?)
    18.  
    19. 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?)
    20.  
    21. 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?)
    22.  
    23. 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?)
    24.  
    25. 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?)
    26.  
    27. 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?)
    28.  
    29. 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?)
    30.  
    31. 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?)
    32.  
    33. 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?)
    34.  
    35. 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?)
    36.  
    37. 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?)
    38.  
    39. 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?)
    40.  
    41. 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?)
    42.  
    43. 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?)
    44.  
    45. 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
    46.  
    47. 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?)
    48.  
    49. 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?)
    50.  
    51. 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?)
    52.  
    53. 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?)
    54.  
    55. 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?)
    56.  
    57. 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?)
    58.  
    59. 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?)
    60.  
    61. 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?)
    62.  
    63. 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?)
    64.  
    65. 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?)
    66.  
    67. 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?)
    68.  
    69. 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?)
    70.  
    71. 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?)
    72.  
    73. 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
    74.  
    75. 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?)
    76.  
    77. 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?)
    78.  
    79. 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?)
    80.  
    81. 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?)
    82.  
    83. 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?)
    84.  
    85. 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?)
    86.  
    87. 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?)
    88.  
    89. 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?)
    90.  
    91. 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
    92.  
    93. 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?)
    94.  
    95. 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?)
    96.  
    97. 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?)
    98.  
    99. 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?)
    100.  
    101. 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?)
    102.  
    103. 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?)
    104.  
    105. 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?)
    106.  
    107. 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?)
    108.  
    109. 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?)
    110.  
    111. 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?)
    112.  
    113. 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?)
    114.  
    115. 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?)
    116.  
    117. 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?)
    118.  
    119. 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?)
    120.  
    121. 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?)
    122.  
    123. 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?)
    124.  
    125. 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?)
    126.  
    127. 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?)
    128.  
    129. 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?)
    130.  
    131. 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?)
    132.  
    133. 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?)
    134.  
    135. 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?)
    136.  
    137. 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?)
    138.  
    139. 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?)
    140.  
    141. 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?)
    142.  
    143. 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
    144.  
    145. 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?)
    146.  
    147. 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
    148.  
    149. 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
    150.  
    151. 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
    152.  
    153. 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?)
    154.  
    155. 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?)
    156.  
    157. 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?)
    158.  
    159. 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?)
    160.  
    161. 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?)
    162.  
    163. 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?)
    164.  
    165. 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?)
    166.  
    167. 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?)
    168.  
    169. 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?)
    170.  
    171. 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?)
    172.  
    173. 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?)
    174.  
    175. 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?)
    176.  
    177. 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?)
    178.  
    179. 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?)
    180.  
    181. 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
    182.  
    183. 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
    184.  
    185. 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?)
    186.  
    187. 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?)
    188.  
    189. 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?)
    190.  
    191. 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?)
    192.  
    193. 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?)
    194.  
    195. 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?)
    196.  
    197. 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?)
    198.  
    199. 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?)
    200.  
    201. 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?)
    202.  
    203. 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?)
    204.  
    205. 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?)
    206.  
    207. 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?)
    208.  
    209. 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?)
    210.  
    211. 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?)
    212.  
    213. 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
    214.  
    215. 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?)
    216.  
    217. 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?)
    218.  
    219. 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?)
    220.  
    221. 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?)
    222.  
    223. 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?)
    224.  
    225. 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?)
    226.  
    227. 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?)
    228.  
    229. 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?)
    230.  
    231. 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?)
    232.  
    233. 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?)
    234.  
    235. 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?)
    236.  
    237. 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?)
    238.  
    239. 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?)
    240.  
    241. 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?)
    242.  
    243. 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?)
    244.  
    245. 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?)
    246.  
    247. 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
    248.  
    249.  

    and these warning:

    Code (CSharp):
    1. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:9
    2.     Unknown property '-unity-position' (did you mean '-unity-font'?)
    3.     -unity-position: absolute
    4.  
    5. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:55
    6.     Expected (<length>) but found '1'
    7.     border-top-width: 1 -> Property expects a unit. Did you forget to add px or %?
    8.  
    9. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:56
    10.     Expected (<length>) but found '1'
    11.     border-left-width: 1 -> Property expects a unit. Did you forget to add px or %?
    12.  
    13. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:57
    14.     Expected (<length>) but found '1'
    15.     border-bottom-width: 1 -> Property expects a unit. Did you forget to add px or %?
    16.  
    17. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:58
    18.     Expected (<length>) but found '1'
    19.     border-right-width: 1 -> Property expects a unit. Did you forget to add px or %?
    20.  
    21. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:59
    22.     Expected (<length> | <percentage>) but found '1'
    23.     padding-top: 1 -> Property expects a unit. Did you forget to add px or %?
    24.  
    25. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:60
    26.     Expected (<length> | <percentage>) but found '3'
    27.     padding-left: 3 -> Property expects a unit. Did you forget to add px or %?
    28.  
    29. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:61
    30.     Expected (<length> | <percentage>) but found '1'
    31.     padding-bottom: 1 -> Property expects a unit. Did you forget to add px or %?
    32.  
    33. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:62
    34.     Expected (<length> | <percentage>) but found '3'
    35.     padding-right: 3 -> Property expects a unit. Did you forget to add px or %?
    36.  
    37. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:63
    38.     Expected (<length> | <percentage>) but found '9'
    39.     font-size: 9 -> Property expects a unit. Did you forget to add px or %?
    40.  
    41. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:64
    42.     Expected ([ <length> | <percentage> ]{1,4}) but found '5'
    43.     border-radius: 5 -> Property expects a unit. Did you forget to add px or %?
    44.  
    45. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:74
    46.     Expected (<length> | <percentage> | auto) but found '18'
    47.     height: 18 -> Property expects a unit. Did you forget to add px or %?
    48.  
    49. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:81
    50.     Expected (<length> | <percentage> | auto) but found '-1'
    51.     margin-top: -1 -> Property expects a unit. Did you forget to add px or %?
    52.  
    53. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:89
    54.     Expected (<length> | <percentage>) but found '9'
    55.     font-size: 9 -> Property expects a unit. Did you forget to add px or %?
    56.  
    57. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:104
    58.     Expected (<length> | <percentage> | auto) but found '-1'
    59.     margin-right: -1 -> Property expects a unit. Did you forget to add px or %?
    60.  
    61. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:106
    62.     Expected (<length> | <percentage>) but found '5'
    63.     padding-left: 5 -> Property expects a unit. Did you forget to add px or %?
    64.  
    65. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:108
    66.     Expected (<length> | <percentage>) but found '5'
    67.     padding-right: 5 -> Property expects a unit. Did you forget to add px or %?
    68.  
    69. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:109
    70.     Expected (<length> | <percentage> | auto) but found '19'
    71.     height: 19 -> Property expects a unit. Did you forget to add px or %?
    72.  
    73. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:147
    74.     Expected (<length> | <percentage> | auto) but found '7'
    75.     margin-left: 7 -> Property expects a unit. Did you forget to add px or %?
    76.  
    77. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:167
    78.     Expected (<length> | <percentage> | auto) but found '18'
    79.     height: 18 -> Property expects a unit. Did you forget to add px or %?
    80.  
    81. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:168
    82.     Expected (<length> | <percentage> | none) but found '500'
    83.     max-width: 500 -> Property expects a unit. Did you forget to add px or %?
    84.  
    85. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:173
    86.     Expected (<length> | <percentage> | auto) but found '5'
    87.     margin-right: 5 -> Property expects a unit. Did you forget to add px or %?
    88.  
    89. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:181
    90.     Expected (<length> | <percentage> | auto) but found '14'
    91.     height: 14 -> Property expects a unit. Did you forget to add px or %?
    92.  
    93. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:189
    94.     Expected (<length> | <percentage>) but found '9'
    95.     font-size: 9 -> Property expects a unit. Did you forget to add px or %?
    96.  
    97. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:191
    98.     Expected (<length> | <percentage> | auto) but found '2'
    99.     margin-top: 2 -> Property expects a unit. Did you forget to add px or %?
    100.  
    101. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:192
    102.     Expected (<length> | <percentage> | auto) but found '5'
    103.     margin-left: 5 -> Property expects a unit. Did you forget to add px or %?
    104.  
    105. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:193
    106.     Expected (<length> | <percentage> | auto) but found '1'
    107.     margin-bottom: 1 -> Property expects a unit. Did you forget to add px or %?
    108.  
    109. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:194
    110.     Expected (<length> | <percentage> | auto) but found '5'
    111.     margin-right: 5 -> Property expects a unit. Did you forget to add px or %?
    112.  
    113. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:195
    114.     Expected (<length> | <percentage>) but found '2'
    115.     padding-top: 2 -> Property expects a unit. Did you forget to add px or %?
    116.  
    117. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:196
    118.     Expected (<length> | <percentage>) but found '17'
    119.     padding-left: 17 -> Property expects a unit. Did you forget to add px or %?
    120.  
    121. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:197
    122.     Expected (<length> | <percentage>) but found '1'
    123.     padding-bottom: 1 -> Property expects a unit. Did you forget to add px or %?
    124.  
    125. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:198
    126.     Expected (<length> | <percentage>) but found '17'
    127.     padding-right: 17 -> Property expects a unit. Did you forget to add px or %?
    128.  
    129. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:203
    130.     Expected (<length> | <percentage> | auto) but found '14'
    131.     height: 14 -> Property expects a unit. Did you forget to add px or %?
    132.  
    133. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:212
    134.     Expected (<length> | <percentage> | auto) but found '14'
    135.     width: 14 -> Property expects a unit. Did you forget to add px or %?
    136.  
    137. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:213
    138.     Expected (<length> | <percentage> | auto) but found '15'
    139.     height: 15 -> Property expects a unit. Did you forget to add px or %?
    140.  
    141. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:228
    142.     Expected (<length> | <percentage> | auto) but found '3'
    143.     margin-top: 3 -> Property expects a unit. Did you forget to add px or %?
    144.  
    145. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:229
    146.     Expected (<length> | <percentage> | auto) but found '-10'
    147.     margin-left: -10 -> Property expects a unit. Did you forget to add px or %?
    148.  
    149. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:230
    150.     Expected (<length> | <percentage> | auto) but found '2'
    151.     margin-bottom: 2 -> Property expects a unit. Did you forget to add px or %?
    152.  
    153. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:289
    154.     Unknown property 'background' (did you mean 'background-color'?)
    155.     background: rgba(0,0,0,0)
    156.  
    157. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:306
    158.     Expected (<length> | <percentage>) but found '14'
    159.     font-size: 14 -> Property expects a unit. Did you forget to add px or %?
    160.  
    161. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:309
    162.     Unknown property '-unity-position' (did you mean '-unity-font'?)
    163.     -unity-position: relative
    164.  
    165. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:310
    166.     Expected (<length> | <percentage> | auto) but found '7'
    167.     top: 7 -> Property expects a unit. Did you forget to add px or %?
    168.  
    169. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:311
    170.     Expected (<length> | <percentage> | auto) but found '7'
    171.     left: 7 -> Property expects a unit. Did you forget to add px or %?
    172.  
    173. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:328
    174.     Expected (<length> | <percentage> | auto) but found '14'
    175.     width: 14 -> Property expects a unit. Did you forget to add px or %?
    176.  
    177. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:329
    178.     Expected (<length> | <percentage> | auto) but found '14'
    179.     height: 14 -> Property expects a unit. Did you forget to add px or %?
    180.  
    181. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:330
    182.     Expected (<length> | <percentage> | none) but found '14'
    183.     max-width: 14 -> Property expects a unit. Did you forget to add px or %?
    184.  
    185. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:331
    186.     Expected (<length> | <percentage> | none) but found '14'
    187.     max-height: 14 -> Property expects a unit. Did you forget to add px or %?
    188.  
    189. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:335
    190.     Expected (<length> | <percentage>) but found '12'
    191.     font-size: 12 -> Property expects a unit. Did you forget to add px or %?
    192.  
    193. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:341
    194.     Expected (<length> | <percentage>) but found '12'
    195.     font-size: 12 -> Property expects a unit. Did you forget to add px or %?
    196.  
    197. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:344
    198.     Expected (<length> | <percentage> | auto) but found '16'
    199.     min-width: 16 -> Property expects a unit. Did you forget to add px or %?
    200.  
    201. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:347
    202.     Unknown property '-unity-position' (did you mean '-unity-font'?)
    203.     -unity-position: absolute
    204.  
    205. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:348
    206.     Expected (<length> | <percentage> | auto) but found '3'
    207.     top: 3 -> Property expects a unit. Did you forget to add px or %?
    208.  
    209. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:349
    210.     Expected (<length> | <percentage> | auto) but found '2'
    211.     left: 2 -> Property expects a unit. Did you forget to add px or %?
    212.  
    213. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:351
    214.     Expected (<length> | <percentage> | auto) but found '14'
    215.     width: 14 -> Property expects a unit. Did you forget to add px or %?
    216.  
    217. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:357
    218.     Unknown property '-unity-position' (did you mean '-unity-font'?)
    219.     -unity-position: relative
    220.  
    221. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:358
    222.     Expected (<length> | <percentage> | auto) but found '7'
    223.     top: 7 -> Property expects a unit. Did you forget to add px or %?
    224.  
    225. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:359
    226.     Expected (<length> | <percentage> | auto) but found '7'
    227.     left: 7 -> Property expects a unit. Did you forget to add px or %?
    228.  
    229. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:376
    230.     Expected (<length> | <percentage> | auto) but found '14'
    231.     width: 14 -> Property expects a unit. Did you forget to add px or %?
    232.  
    233. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:377
    234.     Expected (<length> | <percentage> | auto) but found '14'
    235.     height: 14 -> Property expects a unit. Did you forget to add px or %?
    236.  
    237. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:378
    238.     Expected (<length> | <percentage> | none) but found '14'
    239.     max-width: 14 -> Property expects a unit. Did you forget to add px or %?
    240.  
    241. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:379
    242.     Expected (<length> | <percentage> | none) but found '14'
    243.     max-height: 14 -> Property expects a unit. Did you forget to add px or %?
    244.  
    245. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:382
    246.     Expected (<length> | <percentage> | auto) but found '3'
    247.     margin-top: 3 -> Property expects a unit. Did you forget to add px or %?
    248.  
    249. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:383
    250.     Expected (<length> | <percentage> | auto) but found '3'
    251.     margin-left: 3 -> Property expects a unit. Did you forget to add px or %?
    252.  
    253. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:384
    254.     Expected (<length> | <percentage> | auto) but found '3'
    255.     margin-bottom: 3 -> Property expects a unit. Did you forget to add px or %?
    256.  
    257. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:385
    258.     Expected (<length> | <percentage> | auto) but found '3'
    259.     margin-right: 3 -> Property expects a unit. Did you forget to add px or %?
    260.  
    261. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:386
    262.     Expected (<length> | <percentage>) but found '3'
    263.     padding-top: 3 -> Property expects a unit. Did you forget to add px or %?
    264.  
    265. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:387
    266.     Expected (<length> | <percentage>) but found '3'
    267.     padding-left: 3 -> Property expects a unit. Did you forget to add px or %?
    268.  
    269. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:388
    270.     Expected (<length> | <percentage>) but found '3'
    271.     padding-bottom: 3 -> Property expects a unit. Did you forget to add px or %?
    272.  
    273. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:389
    274.     Expected (<length> | <percentage>) but found '3'
    275.     padding-right: 3 -> Property expects a unit. Did you forget to add px or %?
    276.  
    277. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:393
    278.     Expected (<length> | <percentage>) but found '8'
    279.     padding-left: 8 -> Property expects a unit. Did you forget to add px or %?
    280.  
    281. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:400
    282.     Unknown property 'border-top-width-left-radius' (did you mean 'border-top-left-radius'?)
    283.     border-top-width-left-radius: 0
    284.  
    285. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:401
    286.     Unknown property 'border-bottom-width-left-radius' (did you mean 'border-bottom-left-radius'?)
    287.     border-bottom-width-left-radius: 0
    288.  
    289. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:405
    290.     Expected (<length> | <percentage>) but found '12'
    291.     font-size: 12 -> Property expects a unit. Did you forget to add px or %?
    292.  
    293. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:414
    294.     Expected (<length> | <percentage>) but found '2'
    295.     padding-top: 2 -> Property expects a unit. Did you forget to add px or %?
    296.  
    297. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:415
    298.     Expected (<length> | <percentage>) but found '6'
    299.     padding-left: 6 -> Property expects a unit. Did you forget to add px or %?
    300.  
    301. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:416
    302.     Expected (<length> | <percentage>) but found '3'
    303.     padding-bottom: 3 -> Property expects a unit. Did you forget to add px or %?
    304.  
    305. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:417
    306.     Expected (<length> | <percentage>) but found '6'
    307.     padding-right: 6 -> Property expects a unit. Did you forget to add px or %?
    308.  
    309. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:428
    310.     Unknown property 'border-top-width-right-radius' (did you mean 'border-top-right-radius'?)
    311.     border-top-width-right-radius: 0
    312.  
    313. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:429
    314.     Unknown property 'border-bottom-width-right-radius' (did you mean 'border-bottom-right-radius'?)
    315.     border-bottom-width-right-radius: 0
    316.  
    317. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:430
    318.     Unknown property 'border-top-width-left-radius' (did you mean 'border-top-left-radius'?)
    319.     border-top-width-left-radius: 0
    320.  
    321. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:431
    322.     Unknown property 'border-bottom-width-left-radius' (did you mean 'border-bottom-left-radius'?)
    323.     border-bottom-width-left-radius: 0
    324.  
    325. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:465
    326.     Expected (<length> | <percentage> | auto) but found '270'
    327.     width: 270 -> Property expects a unit. Did you forget to add px or %?
    328.  
    329. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:508
    330.     Unknown property '-unity-word-wrap' (did you mean '-unity-font'?)
    331.     -unity-word-wrap: true
    332.  
    333. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:519
    334.     Expected (<length>) but found '1'
    335.     border-bottom-width: 1 -> Property expects a unit. Did you forget to add px or %?
    336.  
    337. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:529
    338.     Expected end of value but found '14'
    339.     flex: 0 0 14
    340.  
    341. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:530
    342.     Expected (<length> | <percentage> | auto) but found '14'
    343.     width: 14 -> Property expects a unit. Did you forget to add px or %?
    344.  
    345. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:531
    346.     Expected (<length> | <percentage> | auto) but found '14'
    347.     height: 14 -> Property expects a unit. Did you forget to add px or %?
    348.  
    349. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:532
    350.     Expected (<length> | <percentage> | auto) but found '2'
    351.     margin-left: 2 -> Property expects a unit. Did you forget to add px or %?
    352.  
    353. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:555
    354.     Expected (<length> | <percentage>) but found '12'
    355.     font-size: 12 -> Property expects a unit. Did you forget to add px or %?
    356.  
    357. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:557
    358.     Expected (<length> | <percentage> | auto) but found '5'
    359.     margin-right: 5 -> Property expects a unit. Did you forget to add px or %?
    360.  
    361. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:563
    362.     Expected (<length> | <percentage> | auto) but found '5'
    363.     margin-right: 5 -> Property expects a unit. Did you forget to add px or %?
    364.  
    365. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:564
    366.     Expected (<length> | <percentage>) but found '9'
    367.     font-size: 9 -> Property expects a unit. Did you forget to add px or %?
    368.  
    369. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:574
    370.     Unknown property '-unity-position' (did you mean '-unity-font'?)
    371.     -unity-position: relative
    372.  
    373. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:583
    374.     Unknown property '-unity-position' (did you mean '-unity-font'?)
    375.     -unity-position: absolute
    376.  
    377. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:591
    378.     Expected (<length> | <percentage>) but found '5'
    379.     padding-top: 5 -> Property expects a unit. Did you forget to add px or %?
    380.  
    381. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:592
    382.     Expected (<length> | <percentage>) but found '5'
    383.     padding-left: 5 -> Property expects a unit. Did you forget to add px or %?
    384.  
    385. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:593
    386.     Expected (<length> | <percentage>) but found '5'
    387.     padding-bottom: 5 -> Property expects a unit. Did you forget to add px or %?
    388.  
    389. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:594
    390.     Expected (<length> | <percentage>) but found '5'
    391.     padding-right: 5 -> Property expects a unit. Did you forget to add px or %?
    392.  
    393. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:600
    394.     Expected (<length> | <percentage> | auto) but found '8'
    395.     margin-bottom: 8 -> Property expects a unit. Did you forget to add px or %?
    396.  
    397. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:606
    398.     Expected (<length> | <percentage>) but found '18'
    399.     font-size: 18 -> Property expects a unit. Did you forget to add px or %?
    400.  
    401. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:608
    402.     Unknown property '-unity-word-wrap' (did you mean '-unity-font'?)
    403.     -unity-word-wrap: true
    404.  
    405. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:610
    406.     Expected (<length> | <percentage> | auto) but found '4'
    407.     margin-left: 4 -> Property expects a unit. Did you forget to add px or %?
    408.  
    409. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:616
    410.     Expected (<length> | <percentage> | auto) but found '19'
    411.     height: 19 -> Property expects a unit. Did you forget to add px or %?
    412.  
    413. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:620
    414.     Expected (<length> | <percentage> | auto) but found '3'
    415.     margin-top: 3 -> Property expects a unit. Did you forget to add px or %?
    416.  
    417. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:627
    418.     Expected (<length> | <percentage> | auto) but found '19'
    419.     height: 19 -> Property expects a unit. Did you forget to add px or %?
    420.  
    421. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:642
    422.     Expected (<length> | <percentage> | auto) but found '65'
    423.     min-width: 65 -> Property expects a unit. Did you forget to add px or %?
    424.  
    425. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:643
    426.     Expected (<length> | <percentage> | none) but found '150'
    427.     max-width: 150 -> Property expects a unit. Did you forget to add px or %?
    428.  
    429. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:644
    430.     Expected (<length> | <percentage> | auto) but found '19'
    431.     height: 19 -> Property expects a unit. Did you forget to add px or %?
    432.  
    433. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:648
    434.     Expected (<length> | <percentage>) but found '12'
    435.     font-size: 12 -> Property expects a unit. Did you forget to add px or %?
    436.  
    437. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:649
    438.     Expected (<length> | <percentage> | auto) but found '19'
    439.     height: 19 -> Property expects a unit. Did you forget to add px or %?
    440.  
    441. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:658
    442.     Expected (<length> | <percentage> | auto) but found '2'
    443.     margin-top: 2 -> Property expects a unit. Did you forget to add px or %?
    444.  
    445. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:666
    446.     Expected (<length> | <percentage>) but found '12'
    447.     font-size: 12 -> Property expects a unit. Did you forget to add px or %?
    448.  
    449. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:667
    450.     Expected (<length> | <percentage>) but found '2'
    451.     padding-top: 2 -> Property expects a unit. Did you forget to add px or %?
    452.  
    453. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:668
    454.     Expected (<length> | <percentage>) but found '4'
    455.     padding-left: 4 -> Property expects a unit. Did you forget to add px or %?
    456.  
    457. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:669
    458.     Expected (<length> | <percentage>) but found '3'
    459.     padding-bottom: 3 -> Property expects a unit. Did you forget to add px or %?
    460.  
    461. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:670
    462.     Expected (<length> | <percentage>) but found '4'
    463.     padding-right: 4 -> Property expects a unit. Did you forget to add px or %?
    464.  
    465. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:671
    466.     Expected (<length> | <percentage> | auto) but found '-3'
    467.     right: -3 -> Property expects a unit. Did you forget to add px or %?
    468.  
    469. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:677
    470.     Expected (<length> | <percentage> | auto) but found '19'
    471.     height: 19 -> Property expects a unit. Did you forget to add px or %?
    472.  
    473. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:686
    474.     Expected (<length> | <percentage> | auto) but found '19'
    475.     height: 19 -> Property expects a unit. Did you forget to add px or %?
    476.  
    477. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:687
    478.     Expected (<length> | <percentage>) but found '12'
    479.     font-size: 12 -> Property expects a unit. Did you forget to add px or %?
    480.  
    481. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:689
    482.     Expected (<length> | <percentage>) but found '3'
    483.     padding-top: 3 -> Property expects a unit. Did you forget to add px or %?
    484.  
    485. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:690
    486.     Expected (<length> | <percentage>) but found '3'
    487.     padding-left: 3 -> Property expects a unit. Did you forget to add px or %?
    488.  
    489. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:691
    490.     Expected (<length> | <percentage>) but found '4'
    491.     padding-bottom: 4 -> Property expects a unit. Did you forget to add px or %?
    492.  
    493. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:692
    494.     Expected (<length> | <percentage>) but found '3'
    495.     padding-right: 3 -> Property expects a unit. Did you forget to add px or %?
    496.  
    497. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:734
    498.     Expected (<length> | <percentage>) but found '16'
    499.     font-size: 16 -> Property expects a unit. Did you forget to add px or %?
    500.  
    501. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:735
    502.     Expected (<length> | <percentage> | none) but found '30'
    503.     max-height: 30 -> Property expects a unit. Did you forget to add px or %?
    504.  
    505. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:739
    506.     Expected (<length> | <percentage> | none) but found '20'
    507.     max-height: 20 -> Property expects a unit. Did you forget to add px or %?
    508.  
    509. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:745
    510.     Unknown property '-unity-word-wrap' (did you mean '-unity-font'?)
    511.     -unity-word-wrap: true
    512.  
    513. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:748
    514.     Expected (<length> | <percentage> | auto) but found '60'
    515.     width: 60 -> Property expects a unit. Did you forget to add px or %?
    516.  
    517. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:749
    518.     Expected (<length> | <percentage>) but found '12'
    519.     font-size: 12 -> Property expects a unit. Did you forget to add px or %?
    520.  
    521. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:750
    522.     Expected ([ <length> | <percentage> ]{1,4}) but found '5'
    523.     border-radius: 5 -> Property expects a unit. Did you forget to add px or %?
    524.  
    525. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:752
    526.     Expected (<length>) but found '2'
    527.     border-top-width: 2 -> Property expects a unit. Did you forget to add px or %?
    528.  
    529. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:753
    530.     Expected (<length>) but found '2'
    531.     border-left-width: 2 -> Property expects a unit. Did you forget to add px or %?
    532.  
    533. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:754
    534.     Expected (<length>) but found '2'
    535.     border-bottom-width: 2 -> Property expects a unit. Did you forget to add px or %?
    536.  
    537. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:755
    538.     Expected (<length>) but found '2'
    539.     border-right-width: 2 -> Property expects a unit. Did you forget to add px or %?
    540.  
    541. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:760
    542.     Expected (<length> | <percentage>) but found '12'
    543.     font-size: 12 -> Property expects a unit. Did you forget to add px or %?
    544.  
    545. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:761
    546.     Unknown property '-unity-word-wrap' (did you mean '-unity-font'?)
    547.     -unity-word-wrap: true
    548.  
    549. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:768
    550.     Expected (<length> | <percentage>) but found '12'
    551.     font-size: 12 -> Property expects a unit. Did you forget to add px or %?
    552.  
    553. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:769
    554.     Unknown property '-unity-word-wrap' (did you mean '-unity-font'?)
    555.     -unity-word-wrap: true
    556.  
    557. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:773
    558.     Expected (<length> | <percentage>) but found '12'
    559.     font-size: 12 -> Property expects a unit. Did you forget to add px or %?
    560.  
    561. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:774
    562.     Unknown property '-unity-word-wrap' (did you mean '-unity-font'?)
    563.     -unity-word-wrap: true
    564.  
    565. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:775
    566.     Expected (<length> | <percentage> | auto) but found '5'
    567.     margin-bottom: 5 -> Property expects a unit. Did you forget to add px or %?
    568.  
    569. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:784
    570.     Expected (<length> | <percentage> | auto) but found '2'
    571.     margin-left: 2 -> Property expects a unit. Did you forget to add px or %?
    572.  
    573. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:789
    574.     Expected (<length> | <percentage>) but found '2'
    575.     padding-left: 2 -> Property expects a unit. Did you forget to add px or %?
    576.  
    577. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:790
    578.     Expected (<length> | <percentage>) but found '2'
    579.     padding-right: 2 -> Property expects a unit. Did you forget to add px or %?
    580.  
    581. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:791
    582.     Expected (<length>) but found '2'
    583.     border-left-width: 2 -> Property expects a unit. Did you forget to add px or %?
    584.  
    585. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:792
    586.     Expected (<length>) but found '2'
    587.     border-right-width: 2 -> Property expects a unit. Did you forget to add px or %?
    588.  
    589. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:803
    590.     Expected (<length> | <percentage> | auto) but found '4'
    591.     margin-top: 4 -> Property expects a unit. Did you forget to add px or %?
    592.  
    593. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:805
    594.     Expected (<length> | <percentage> | auto) but found '4'
    595.     margin-bottom: 4 -> Property expects a unit. Did you forget to add px or %?
    596.  
    597. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:811
    598.     Unknown property '-unity-word-wrap' (did you mean '-unity-font'?)
    599.     -unity-word-wrap: true
    600.  
    601. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:836
    602.     Unknown property '-unity-position' (did you mean '-unity-font'?)
    603.     -unity-position: absolute
    604.  
    605. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:837
    606.     Expected (<length> | <percentage> | auto) but found '5'
    607.     top: 5 -> Property expects a unit. Did you forget to add px or %?
    608.  
    609. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:838
    610.     Expected (<length> | <percentage> | auto) but found '5'
    611.     left: 5 -> Property expects a unit. Did you forget to add px or %?
    612.  
    613. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:839
    614.     Expected (<length> | <percentage> | auto) but found '5'
    615.     right: 5 -> Property expects a unit. Did you forget to add px or %?
    616.  
    617. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:840
    618.     Expected (<length> | <percentage> | auto) but found '200'
    619.     min-height: 200 -> Property expects a unit. Did you forget to add px or %?
    620.  
    621. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:841
    622.     Unknown property '-unity-word-wrap' (did you mean '-unity-font'?)
    623.     -unity-word-wrap: true
    624.  
    625. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:866
    626.     Unknown property '-unity-position' (did you mean '-unity-font'?)
    627.     -unity-position: relative
    628.  
    629. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:868
    630.     Expected (<length> | <percentage> | auto) but found '2'
    631.     margin-top: 2 -> Property expects a unit. Did you forget to add px or %?
    632.  
    633. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:873
    634.     Expected (<length>) but found '1'
    635.     border-top-width: 1 -> Property expects a unit. Did you forget to add px or %?
    636.  
    637. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:887
    638.     Expected (<length> | <percentage> | auto) but found '2'
    639.     margin-left: 2 -> Property expects a unit. Did you forget to add px or %?
    640.  
    641. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:891
    642.     Expected (<length> | <percentage> | auto) but found '16'
    643.     width: 16 -> Property expects a unit. Did you forget to add px or %?
    644.  
    645. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:892
    646.     Expected (<length> | <percentage> | auto) but found '16'
    647.     height: 16 -> Property expects a unit. Did you forget to add px or %?
    648.  
    649. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:893
    650.     Expected (<length> | <percentage> | auto) but found '-12'
    651.     margin-left: -12 -> Property expects a unit. Did you forget to add px or %?
    652.  
    653. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:897
    654.     Expected (<length> | <percentage>) but found '2'
    655.     padding-left: 2 -> Property expects a unit. Did you forget to add px or %?
    656.  
    657. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:904
    658.     Expected (<length> | <percentage>) but found '16'
    659.     font-size: 16 -> Property expects a unit. Did you forget to add px or %?
    660.  
    661. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:908
    662.     Expected (<length> | <percentage> | auto) but found '-2'
    663.     margin-bottom: -2 -> Property expects a unit. Did you forget to add px or %?
    664.  
    665. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:910
    666.     Expected (<length> | <percentage>) but found '3'
    667.     padding-top: 3 -> Property expects a unit. Did you forget to add px or %?
    668.  
    669. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:911
    670.     Expected (<length> | <percentage>) but found '6'
    671.     padding-left: 6 -> Property expects a unit. Did you forget to add px or %?
    672.  
    673. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:912
    674.     Expected (<length> | <percentage>) but found '6'
    675.     padding-bottom: 6 -> Property expects a unit. Did you forget to add px or %?
    676.  
    677. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:913
    678.     Expected (<length> | <percentage>) but found '6'
    679.     padding-right: 6 -> Property expects a unit. Did you forget to add px or %?
    680.  
    681. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:916
    682.     Expected (<length>) but found '1'
    683.     border-left-width: 1 -> Property expects a unit. Did you forget to add px or %?
    684.  
    685. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:921
    686.     Unknown property '-unity-position' (did you mean '-unity-font'?)
    687.     -unity-position: absolute
    688.  
    689. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:922
    690.     Expected (<length> | <percentage> | auto) but found '-35'
    691.     top: -35 -> Property expects a unit. Did you forget to add px or %?
    692.  
    693. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:929
    694.     Expected (<length>) but found '1'
    695.     border-top-width: 1 -> Property expects a unit. Did you forget to add px or %?
    696.  
    697. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:931
    698.     Expected (<length>) but found '1'
    699.     border-bottom-width: 1 -> Property expects a unit. Did you forget to add px or %?
    700.  
    701. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:936
    702.     Expected (<length> | <percentage> | auto) but found '35'
    703.     height: 35 -> Property expects a unit. Did you forget to add px or %?
    704.  
    705. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:941
    706.     Expected (<length> | <percentage> | auto) but found '20'
    707.     height: 20 -> Property expects a unit. Did you forget to add px or %?
    708.  
    709. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:946
    710.     Expected (<length> | <percentage> | auto) but found '20'
    711.     height: 20 -> Property expects a unit. Did you forget to add px or %?
    712.  
    713. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:953
    714.     Expected (<length>) but found '1'
    715.     border-top-width: 1 -> Property expects a unit. Did you forget to add px or %?
    716.  
    717. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:954
    718.     Expected (<length>) but found '1'
    719.     border-left-width: 1 -> Property expects a unit. Did you forget to add px or %?
    720.  
    721. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:955
    722.     Expected (<length>) but found '1'
    723.     border-bottom-width: 1 -> Property expects a unit. Did you forget to add px or %?
    724.  
    725. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:956
    726.     Expected (<length>) but found '1'
    727.     border-right-width: 1 -> Property expects a unit. Did you forget to add px or %?
    728.  
    729. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:957
    730.     Expected (<length> | <percentage>) but found '5'
    731.     padding-top: 5 -> Property expects a unit. Did you forget to add px or %?
    732.  
    733. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:958
    734.     Expected (<length> | <percentage>) but found '10'
    735.     padding-left: 10 -> Property expects a unit. Did you forget to add px or %?
    736.  
    737. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:959
    738.     Expected (<length> | <percentage>) but found '5'
    739.     padding-bottom: 5 -> Property expects a unit. Did you forget to add px or %?
    740.  
    741. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:960
    742.     Expected (<length> | <percentage>) but found '10'
    743.     padding-right: 10 -> Property expects a unit. Did you forget to add px or %?
    744.  
    745. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:965
    746.     Unknown property '-unity-word-wrap' (did you mean '-unity-font'?)
    747.     -unity-word-wrap: true
    748.  
    749. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:970
    750.     Expected (<length> | <percentage> | none) but found '30'
    751.     max-height: 30 -> Property expects a unit. Did you forget to add px or %?
    752.  
    753. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:971
    754.     Expected (<length> | <percentage> | auto) but found '5'
    755.     left: 5 -> Property expects a unit. Did you forget to add px or %?
    756.  
    757. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:973
    758.     Expected (<length> | <percentage>) but found '3'
    759.     padding-top: 3 -> Property expects a unit. Did you forget to add px or %?
    760.  
    761. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:974
    762.     Expected (<length> | <percentage>) but found '3'
    763.     padding-left: 3 -> Property expects a unit. Did you forget to add px or %?
    764.  
    765. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:975
    766.     Expected (<length> | <percentage>) but found '4'
    767.     padding-bottom: 4 -> Property expects a unit. Did you forget to add px or %?
    768.  
    769. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:976
    770.     Expected (<length> | <percentage>) but found '3'
    771.     padding-right: 3 -> Property expects a unit. Did you forget to add px or %?
    772.  
    773. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:1020
    774.     Expected (<length> | <percentage> | auto) but found '-7'
    775.     top: -7 -> Property expects a unit. Did you forget to add px or %?
    776.  
    777. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:1021
    778.     Expected (<length> | <percentage> | auto) but found '-7'
    779.     left: -7 -> Property expects a unit. Did you forget to add px or %?
    780.  
    781. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:1022
    782.     Expected (<length> | <percentage> | auto) but found '14'
    783.     min-width: 14 -> Property expects a unit. Did you forget to add px or %?
    784.  
    785. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:1023
    786.     Expected (<length> | <percentage> | auto) but found '14'
    787.     min-height: 14 -> Property expects a unit. Did you forget to add px or %?
    788.  
    789. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:1024
    790.     Expected (<length> | <percentage> | none) but found '14'
    791.     max-width: 14 -> Property expects a unit. Did you forget to add px or %?
    792.  
    793. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:1025
    794.     Expected (<length> | <percentage> | none) but found '14'
    795.     max-height: 14 -> Property expects a unit. Did you forget to add px or %?
    796.  
    797. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:1031
    798.     Expected (<length> | <percentage> | auto) but found '-16'
    799.     top: -16 -> Property expects a unit. Did you forget to add px or %?
    800.  
    801. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:1032
    802.     Expected (<length> | <percentage> | auto) but found '-16'
    803.     left: -16 -> Property expects a unit. Did you forget to add px or %?
    804.  
    805. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:1033
    806.     Expected (<length> | <percentage> | auto) but found '32'
    807.     min-width: 32 -> Property expects a unit. Did you forget to add px or %?
    808.  
    809. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:1034
    810.     Expected (<length> | <percentage> | auto) but found '32'
    811.     min-height: 32 -> Property expects a unit. Did you forget to add px or %?
    812.  
    813. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:1035
    814.     Expected (<length> | <percentage> | none) but found '32'
    815.     max-width: 32 -> Property expects a unit. Did you forget to add px or %?
    816.  
    817. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Dark.uss:1036
    818.     Expected (<length> | <percentage> | none) but found '32'
    819.     max-height: 32 -> Property expects a unit. Did you forget to add px or %?
    820.  
    821. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:9
    822.     Unknown property '-unity-position' (did you mean '-unity-font'?)
    823.     -unity-position: absolute
    824.  
    825. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:55
    826.     Expected (<length>) but found '1'
    827.     border-top-width: 1 -> Property expects a unit. Did you forget to add px or %?
    828.  
    829. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:56
    830.     Expected (<length>) but found '1'
    831.     border-left-width: 1 -> Property expects a unit. Did you forget to add px or %?
    832.  
    833. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:57
    834.     Expected (<length>) but found '1'
    835.     border-bottom-width: 1 -> Property expects a unit. Did you forget to add px or %?
    836.  
    837. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:58
    838.     Expected (<length>) but found '1'
    839.     border-right-width: 1 -> Property expects a unit. Did you forget to add px or %?
    840.  
    841. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:59
    842.     Expected (<length> | <percentage>) but found '1'
    843.     padding-top: 1 -> Property expects a unit. Did you forget to add px or %?
    844.  
    845. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:60
    846.     Expected (<length> | <percentage>) but found '3'
    847.     padding-left: 3 -> Property expects a unit. Did you forget to add px or %?
    848.  
    849. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:61
    850.     Expected (<length> | <percentage>) but found '1'
    851.     padding-bottom: 1 -> Property expects a unit. Did you forget to add px or %?
    852.  
    853. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:62
    854.     Expected (<length> | <percentage>) but found '3'
    855.     padding-right: 3 -> Property expects a unit. Did you forget to add px or %?
    856.  
    857. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:63
    858.     Expected (<length> | <percentage>) but found '9'
    859.     font-size: 9 -> Property expects a unit. Did you forget to add px or %?
    860.  
    861. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:64
    862.     Expected ([ <length> | <percentage> ]{1,4}) but found '5'
    863.     border-radius: 5 -> Property expects a unit. Did you forget to add px or %?
    864.  
    865. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:74
    866.     Expected (<length> | <percentage> | auto) but found '18'
    867.     height: 18 -> Property expects a unit. Did you forget to add px or %?
    868.  
    869. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:81
    870.     Expected (<length> | <percentage> | auto) but found '-1'
    871.     margin-top: -1 -> Property expects a unit. Did you forget to add px or %?
    872.  
    873. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:89
    874.     Expected (<length> | <percentage>) but found '9'
    875.     font-size: 9 -> Property expects a unit. Did you forget to add px or %?
    876.  
    877. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:104
    878.     Expected (<length> | <percentage> | auto) but found '-1'
    879.     margin-right: -1 -> Property expects a unit. Did you forget to add px or %?
    880.  
    881. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:106
    882.     Expected (<length> | <percentage>) but found '5'
    883.     padding-left: 5 -> Property expects a unit. Did you forget to add px or %?
    884.  
    885. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:108
    886.     Expected (<length> | <percentage>) but found '5'
    887.     padding-right: 5 -> Property expects a unit. Did you forget to add px or %?
    888.  
    889. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:109
    890.     Expected (<length> | <percentage> | auto) but found '19'
    891.     height: 19 -> Property expects a unit. Did you forget to add px or %?
    892.  
    893. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:147
    894.     Expected (<length> | <percentage> | auto) but found '7'
    895.     margin-left: 7 -> Property expects a unit. Did you forget to add px or %?
    896.  
    897. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:167
    898.     Expected (<length> | <percentage> | auto) but found '18'
    899.     height: 18 -> Property expects a unit. Did you forget to add px or %?
    900.  
    901. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:168
    902.     Expected (<length> | <percentage> | none) but found '500'
    903.     max-width: 500 -> Property expects a unit. Did you forget to add px or %?
    904.  
    905. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:173
    906.     Expected (<length> | <percentage> | auto) but found '5'
    907.     margin-right: 5 -> Property expects a unit. Did you forget to add px or %?
    908.  
    909. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:181
    910.     Expected (<length> | <percentage> | auto) but found '14'
    911.     height: 14 -> Property expects a unit. Did you forget to add px or %?
    912.  
    913. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:189
    914.     Expected (<length> | <percentage>) but found '9'
    915.     font-size: 9 -> Property expects a unit. Did you forget to add px or %?
    916.  
    917. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:191
    918.     Expected (<length> | <percentage> | auto) but found '2'
    919.     margin-top: 2 -> Property expects a unit. Did you forget to add px or %?
    920.  
    921. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:192
    922.     Expected (<length> | <percentage> | auto) but found '5'
    923.     margin-left: 5 -> Property expects a unit. Did you forget to add px or %?
    924.  
    925. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:193
    926.     Expected (<length> | <percentage> | auto) but found '1'
    927.     margin-bottom: 1 -> Property expects a unit. Did you forget to add px or %?
    928.  
    929. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:194
    930.     Expected (<length> | <percentage> | auto) but found '5'
    931.     margin-right: 5 -> Property expects a unit. Did you forget to add px or %?
    932.  
    933. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:195
    934.     Expected (<length> | <percentage>) but found '2'
    935.     padding-top: 2 -> Property expects a unit. Did you forget to add px or %?
    936.  
    937. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:196
    938.     Expected (<length> | <percentage>) but found '17'
    939.     padding-left: 17 -> Property expects a unit. Did you forget to add px or %?
    940.  
    941. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:197
    942.     Expected (<length> | <percentage>) but found '1'
    943.     padding-bottom: 1 -> Property expects a unit. Did you forget to add px or %?
    944.  
    945. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:198
    946.     Expected (<length> | <percentage>) but found '17'
    947.     padding-right: 17 -> Property expects a unit. Did you forget to add px or %?
    948.  
    949. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:203
    950.     Expected (<length> | <percentage> | auto) but found '14'
    951.     height: 14 -> Property expects a unit. Did you forget to add px or %?
    952.  
    953. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:212
    954.     Expected (<length> | <percentage> | auto) but found '14'
    955.     width: 14 -> Property expects a unit. Did you forget to add px or %?
    956.  
    957. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:213
    958.     Expected (<length> | <percentage> | auto) but found '15'
    959.     height: 15 -> Property expects a unit. Did you forget to add px or %?
    960.  
    961. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:228
    962.     Expected (<length> | <percentage> | auto) but found '3'
    963.     margin-top: 3 -> Property expects a unit. Did you forget to add px or %?
    964.  
    965. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:229
    966.     Expected (<length> | <percentage> | auto) but found '-10'
    967.     margin-left: -10 -> Property expects a unit. Did you forget to add px or %?
    968.  
    969. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:230
    970.     Expected (<length> | <percentage> | auto) but found '2'
    971.     margin-bottom: 2 -> Property expects a unit. Did you forget to add px or %?
    972.  
    973. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:289
    974.     Unknown property 'background' (did you mean 'background-color'?)
    975.     background: rgba(0,0,0,0)
    976.  
    977. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:306
    978.     Expected (<length> | <percentage>) but found '14'
    979.     font-size: 14 -> Property expects a unit. Did you forget to add px or %?
    980.  
    981. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:309
    982.     Unknown property '-unity-position' (did you mean '-unity-font'?)
    983.     -unity-position: relative
    984.  
    985. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:310
    986.     Expected (<length> | <percentage> | auto) but found '7'
    987.     top: 7 -> Property expects a unit. Did you forget to add px or %?
    988.  
    989. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:311
    990.     Expected (<length> | <percentage> | auto) but found '7'
    991.     left: 7 -> Property expects a unit. Did you forget to add px or %?
    992.  
    993. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:328
    994.     Expected (<length> | <percentage> | auto) but found '14'
    995.     width: 14 -> Property expects a unit. Did you forget to add px or %?
    996.  
    997. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:329
    998.     Expected (<length> | <percentage> | auto) but found '14'
    999.     height: 14 -> Property expects a unit. Did you forget to add px or %?
    1000.  
    1001. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:330
    1002.     Expected (<length> | <percentage> | none) but found '14'
    1003.     max-width: 14 -> Property expects a unit. Did you forget to add px or %?
    1004.  
    1005. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:331
    1006.     Expected (<length> | <percentage> | none) but found '14'
    1007.     max-height: 14 -> Property expects a unit. Did you forget to add px or %?
    1008.  
    1009. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:335
    1010.     Expected (<length> | <percentage>) but found '12'
    1011.     font-size: 12 -> Property expects a unit. Did you forget to add px or %?
    1012.  
    1013. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:341
    1014.     Expected (<length> | <percentage>) but found '12'
    1015.     font-size: 12 -> Property expects a unit. Did you forget to add px or %?
    1016.  
    1017. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:344
    1018.     Expected (<length> | <percentage> | auto) but found '16'
    1019.     min-width: 16 -> Property expects a unit. Did you forget to add px or %?
    1020.  
    1021. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:347
    1022.     Unknown property '-unity-position' (did you mean '-unity-font'?)
    1023.     -unity-position: absolute
    1024.  
    1025. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:348
    1026.     Expected (<length> | <percentage> | auto) but found '3'
    1027.     top: 3 -> Property expects a unit. Did you forget to add px or %?
    1028.  
    1029. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:349
    1030.     Expected (<length> | <percentage> | auto) but found '2'
    1031.     left: 2 -> Property expects a unit. Did you forget to add px or %?
    1032.  
    1033. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:351
    1034.     Expected (<length> | <percentage> | auto) but found '14'
    1035.     width: 14 -> Property expects a unit. Did you forget to add px or %?
    1036.  
    1037. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:357
    1038.     Unknown property '-unity-position' (did you mean '-unity-font'?)
    1039.     -unity-position: relative
    1040.  
    1041. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:358
    1042.     Expected (<length> | <percentage> | auto) but found '7'
    1043.     top: 7 -> Property expects a unit. Did you forget to add px or %?
    1044.  
    1045. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:359
    1046.     Expected (<length> | <percentage> | auto) but found '7'
    1047.     left: 7 -> Property expects a unit. Did you forget to add px or %?
    1048.  
    1049. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:376
    1050.     Expected (<length> | <percentage> | auto) but found '14'
    1051.     width: 14 -> Property expects a unit. Did you forget to add px or %?
    1052.  
    1053. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:377
    1054.     Expected (<length> | <percentage> | auto) but found '14'
    1055.     height: 14 -> Property expects a unit. Did you forget to add px or %?
    1056.  
    1057. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:378
    1058.     Expected (<length> | <percentage> | none) but found '14'
    1059.     max-width: 14 -> Property expects a unit. Did you forget to add px or %?
    1060.  
    1061. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:379
    1062.     Expected (<length> | <percentage> | none) but found '14'
    1063.     max-height: 14 -> Property expects a unit. Did you forget to add px or %?
    1064.  
    1065. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:382
    1066.     Expected (<length> | <percentage> | auto) but found '3'
    1067.     margin-top: 3 -> Property expects a unit. Did you forget to add px or %?
    1068.  
    1069. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:383
    1070.     Expected (<length> | <percentage> | auto) but found '3'
    1071.     margin-left: 3 -> Property expects a unit. Did you forget to add px or %?
    1072.  
    1073. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:384
    1074.     Expected (<length> | <percentage> | auto) but found '3'
    1075.     margin-bottom: 3 -> Property expects a unit. Did you forget to add px or %?
    1076.  
    1077. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:385
    1078.     Expected (<length> | <percentage> | auto) but found '3'
    1079.     margin-right: 3 -> Property expects a unit. Did you forget to add px or %?
    1080.  
    1081. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:386
    1082.     Expected (<length> | <percentage>) but found '3'
    1083.     padding-top: 3 -> Property expects a unit. Did you forget to add px or %?
    1084.  
    1085. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:387
    1086.     Expected (<length> | <percentage>) but found '3'
    1087.     padding-left: 3 -> Property expects a unit. Did you forget to add px or %?
    1088.  
    1089. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:388
    1090.     Expected (<length> | <percentage>) but found '3'
    1091.     padding-bottom: 3 -> Property expects a unit. Did you forget to add px or %?
    1092.  
    1093. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:389
    1094.     Expected (<length> | <percentage>) but found '3'
    1095.     padding-right: 3 -> Property expects a unit. Did you forget to add px or %?
    1096.  
    1097. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:393
    1098.     Expected (<length> | <percentage>) but found '8'
    1099.     padding-left: 8 -> Property expects a unit. Did you forget to add px or %?
    1100.  
    1101. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:400
    1102.     Unknown property 'border-top-width-left-radius' (did you mean 'border-top-left-radius'?)
    1103.     border-top-width-left-radius: 0
    1104.  
    1105. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:401
    1106.     Unknown property 'border-bottom-width-left-radius' (did you mean 'border-bottom-left-radius'?)
    1107.     border-bottom-width-left-radius: 0
    1108.  
    1109. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:405
    1110.     Expected (<length> | <percentage>) but found '12'
    1111.     font-size: 12 -> Property expects a unit. Did you forget to add px or %?
    1112.  
    1113. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:414
    1114.     Expected (<length> | <percentage>) but found '2'
    1115.     padding-top: 2 -> Property expects a unit. Did you forget to add px or %?
    1116.  
    1117. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:415
    1118.     Expected (<length> | <percentage>) but found '6'
    1119.     padding-left: 6 -> Property expects a unit. Did you forget to add px or %?
    1120.  
    1121. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:416
    1122.     Expected (<length> | <percentage>) but found '3'
    1123.     padding-bottom: 3 -> Property expects a unit. Did you forget to add px or %?
    1124.  
    1125. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:417
    1126.     Expected (<length> | <percentage>) but found '6'
    1127.     padding-right: 6 -> Property expects a unit. Did you forget to add px or %?
    1128.  
    1129. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:428
    1130.     Unknown property 'border-top-width-right-radius' (did you mean 'border-top-right-radius'?)
    1131.     border-top-width-right-radius: 0
    1132.  
    1133. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:429
    1134.     Unknown property 'border-bottom-width-right-radius' (did you mean 'border-bottom-right-radius'?)
    1135.     border-bottom-width-right-radius: 0
    1136.  
    1137. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:430
    1138.     Unknown property 'border-top-width-left-radius' (did you mean 'border-top-left-radius'?)
    1139.     border-top-width-left-radius: 0
    1140.  
    1141. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:431
    1142.     Unknown property 'border-bottom-width-left-radius' (did you mean 'border-bottom-left-radius'?)
    1143.     border-bottom-width-left-radius: 0
    1144.  
    1145. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:465
    1146.     Expected (<length> | <percentage> | auto) but found '270'
    1147.     width: 270 -> Property expects a unit. Did you forget to add px or %?
    1148.  
    1149. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:508
    1150.     Unknown property '-unity-word-wrap' (did you mean '-unity-font'?)
    1151.     -unity-word-wrap: true
    1152.  
    1153. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:519
    1154.     Expected (<length>) but found '1'
    1155.     border-bottom-width: 1 -> Property expects a unit. Did you forget to add px or %?
    1156.  
    1157. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:529
    1158.     Expected end of value but found '14'
    1159.     flex: 0 0 14
    1160.  
    1161. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:530
    1162.     Expected (<length> | <percentage> | auto) but found '14'
    1163.     width: 14 -> Property expects a unit. Did you forget to add px or %?
    1164.  
    1165. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:531
    1166.     Expected (<length> | <percentage> | auto) but found '14'
    1167.     height: 14 -> Property expects a unit. Did you forget to add px or %?
    1168.  
    1169. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:532
    1170.     Expected (<length> | <percentage> | auto) but found '2'
    1171.     margin-left: 2 -> Property expects a unit. Did you forget to add px or %?
    1172.  
    1173. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:555
    1174.     Expected (<length> | <percentage>) but found '12'
    1175.     font-size: 12 -> Property expects a unit. Did you forget to add px or %?
    1176.  
    1177. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:557
    1178.     Expected (<length> | <percentage> | auto) but found '5'
    1179.     margin-right: 5 -> Property expects a unit. Did you forget to add px or %?
    1180.  
    1181. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:563
    1182.     Expected (<length> | <percentage> | auto) but found '5'
    1183.     margin-right: 5 -> Property expects a unit. Did you forget to add px or %?
    1184.  
    1185. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:564
    1186.     Expected (<length> | <percentage>) but found '9'
    1187.     font-size: 9 -> Property expects a unit. Did you forget to add px or %?
    1188.  
    1189. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:574
    1190.     Unknown property '-unity-position' (did you mean '-unity-font'?)
    1191.     -unity-position: relative
    1192.  
    1193. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:583
    1194.     Unknown property '-unity-position' (did you mean '-unity-font'?)
    1195.     -unity-position: absolute
    1196.  
    1197. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:591
    1198.     Expected (<length> | <percentage>) but found '5'
    1199.     padding-top: 5 -> Property expects a unit. Did you forget to add px or %?
    1200.  
    1201. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:592
    1202.     Expected (<length> | <percentage>) but found '5'
    1203.     padding-left: 5 -> Property expects a unit. Did you forget to add px or %?
    1204.  
    1205. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:593
    1206.     Expected (<length> | <percentage>) but found '5'
    1207.     padding-bottom: 5 -> Property expects a unit. Did you forget to add px or %?
    1208.  
    1209. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:594
    1210.     Expected (<length> | <percentage>) but found '5'
    1211.     padding-right: 5 -> Property expects a unit. Did you forget to add px or %?
    1212.  
    1213. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:600
    1214.     Expected (<length> | <percentage> | auto) but found '8'
    1215.     margin-bottom: 8 -> Property expects a unit. Did you forget to add px or %?
    1216.  
    1217. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:606
    1218.     Expected (<length> | <percentage>) but found '18'
    1219.     font-size: 18 -> Property expects a unit. Did you forget to add px or %?
    1220.  
    1221. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:608
    1222.     Unknown property '-unity-word-wrap' (did you mean '-unity-font'?)
    1223.     -unity-word-wrap: true
    1224.  
    1225. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:610
    1226.     Expected (<length> | <percentage> | auto) but found '4'
    1227.     margin-left: 4 -> Property expects a unit. Did you forget to add px or %?
    1228.  
    1229. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:616
    1230.     Expected (<length> | <percentage> | auto) but found '19'
    1231.     height: 19 -> Property expects a unit. Did you forget to add px or %?
    1232.  
    1233. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:620
    1234.     Expected (<length> | <percentage> | auto) but found '3'
    1235.     margin-top: 3 -> Property expects a unit. Did you forget to add px or %?
    1236.  
    1237. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:627
    1238.     Expected (<length> | <percentage> | auto) but found '19'
    1239.     height: 19 -> Property expects a unit. Did you forget to add px or %?
    1240.  
    1241. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:642
    1242.     Expected (<length> | <percentage> | auto) but found '65'
    1243.     min-width: 65 -> Property expects a unit. Did you forget to add px or %?
    1244.  
    1245. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:643
    1246.     Expected (<length> | <percentage> | none) but found '150'
    1247.     max-width: 150 -> Property expects a unit. Did you forget to add px or %?
    1248.  
    1249. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:644
    1250.     Expected (<length> | <percentage> | auto) but found '19'
    1251.     height: 19 -> Property expects a unit. Did you forget to add px or %?
    1252.  
    1253. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:648
    1254.     Expected (<length> | <percentage>) but found '12'
    1255.     font-size: 12 -> Property expects a unit. Did you forget to add px or %?
    1256.  
    1257. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:649
    1258.     Expected (<length> | <percentage> | auto) but found '19'
    1259.     height: 19 -> Property expects a unit. Did you forget to add px or %?
    1260.  
    1261. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:658
    1262.     Expected (<length> | <percentage> | auto) but found '2'
    1263.     margin-top: 2 -> Property expects a unit. Did you forget to add px or %?
    1264.  
    1265. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:666
    1266.     Expected (<length> | <percentage>) but found '12'
    1267.     font-size: 12 -> Property expects a unit. Did you forget to add px or %?
    1268.  
    1269. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:667
    1270.     Expected (<length> | <percentage>) but found '2'
    1271.     padding-top: 2 -> Property expects a unit. Did you forget to add px or %?
    1272.  
    1273. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:668
    1274.     Expected (<length> | <percentage>) but found '4'
    1275.     padding-left: 4 -> Property expects a unit. Did you forget to add px or %?
    1276.  
    1277. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:669
    1278.     Expected (<length> | <percentage>) but found '3'
    1279.     padding-bottom: 3 -> Property expects a unit. Did you forget to add px or %?
    1280.  
    1281. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:670
    1282.     Expected (<length> | <percentage>) but found '4'
    1283.     padding-right: 4 -> Property expects a unit. Did you forget to add px or %?
    1284.  
    1285. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:671
    1286.     Expected (<length> | <percentage> | auto) but found '-3'
    1287.     right: -3 -> Property expects a unit. Did you forget to add px or %?
    1288.  
    1289. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:677
    1290.     Expected (<length> | <percentage> | auto) but found '19'
    1291.     height: 19 -> Property expects a unit. Did you forget to add px or %?
    1292.  
    1293. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:686
    1294.     Expected (<length> | <percentage> | auto) but found '19'
    1295.     height: 19 -> Property expects a unit. Did you forget to add px or %?
    1296.  
    1297. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:687
    1298.     Expected (<length> | <percentage>) but found '12'
    1299.     font-size: 12 -> Property expects a unit. Did you forget to add px or %?
    1300.  
    1301. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:689
    1302.     Expected (<length> | <percentage>) but found '3'
    1303.     padding-top: 3 -> Property expects a unit. Did you forget to add px or %?
    1304.  
    1305. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:690
    1306.     Expected (<length> | <percentage>) but found '3'
    1307.     padding-left: 3 -> Property expects a unit. Did you forget to add px or %?
    1308.  
    1309. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:691
    1310.     Expected (<length> | <percentage>) but found '4'
    1311.     padding-bottom: 4 -> Property expects a unit. Did you forget to add px or %?
    1312.  
    1313. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:692
    1314.     Expected (<length> | <percentage>) but found '3'
    1315.     padding-right: 3 -> Property expects a unit. Did you forget to add px or %?
    1316.  
    1317. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:734
    1318.     Expected (<length> | <percentage>) but found '16'
    1319.     font-size: 16 -> Property expects a unit. Did you forget to add px or %?
    1320.  
    1321. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:735
    1322.     Expected (<length> | <percentage> | none) but found '30'
    1323.     max-height: 30 -> Property expects a unit. Did you forget to add px or %?
    1324.  
    1325. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:739
    1326.     Expected (<length> | <percentage> | none) but found '20'
    1327.     max-height: 20 -> Property expects a unit. Did you forget to add px or %?
    1328.  
    1329. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:745
    1330.     Unknown property '-unity-word-wrap' (did you mean '-unity-font'?)
    1331.     -unity-word-wrap: true
    1332.  
    1333. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:748
    1334.     Expected (<length> | <percentage> | auto) but found '60'
    1335.     width: 60 -> Property expects a unit. Did you forget to add px or %?
    1336.  
    1337. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:749
    1338.     Expected (<length> | <percentage>) but found '12'
    1339.     font-size: 12 -> Property expects a unit. Did you forget to add px or %?
    1340.  
    1341. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:750
    1342.     Expected ([ <length> | <percentage> ]{1,4}) but found '5'
    1343.     border-radius: 5 -> Property expects a unit. Did you forget to add px or %?
    1344.  
    1345. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:752
    1346.     Expected (<length>) but found '2'
    1347.     border-top-width: 2 -> Property expects a unit. Did you forget to add px or %?
    1348.  
    1349. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:753
    1350.     Expected (<length>) but found '2'
    1351.     border-left-width: 2 -> Property expects a unit. Did you forget to add px or %?
    1352.  
    1353. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:754
    1354.     Expected (<length>) but found '2'
    1355.     border-bottom-width: 2 -> Property expects a unit. Did you forget to add px or %?
    1356.  
    1357. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:755
    1358.     Expected (<length>) but found '2'
    1359.     border-right-width: 2 -> Property expects a unit. Did you forget to add px or %?
    1360.  
    1361. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:760
    1362.     Expected (<length> | <percentage>) but found '12'
    1363.     font-size: 12 -> Property expects a unit. Did you forget to add px or %?
    1364.  
    1365. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:761
    1366.     Unknown property '-unity-word-wrap' (did you mean '-unity-font'?)
    1367.     -unity-word-wrap: true
    1368.  
    1369. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:768
    1370.     Expected (<length> | <percentage>) but found '12'
    1371.     font-size: 12 -> Property expects a unit. Did you forget to add px or %?
    1372.  
    1373. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:769
    1374.     Unknown property '-unity-word-wrap' (did you mean '-unity-font'?)
    1375.     -unity-word-wrap: true
    1376.  
    1377. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:773
    1378.     Expected (<length> | <percentage>) but found '12'
    1379.     font-size: 12 -> Property expects a unit. Did you forget to add px or %?
    1380.  
    1381. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:774
    1382.     Unknown property '-unity-word-wrap' (did you mean '-unity-font'?)
    1383.     -unity-word-wrap: true
    1384.  
    1385. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:775
    1386.     Expected (<length> | <percentage> | auto) but found '5'
    1387.     margin-bottom: 5 -> Property expects a unit. Did you forget to add px or %?
    1388.  
    1389. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:784
    1390.     Expected (<length> | <percentage> | auto) but found '2'
    1391.     margin-left: 2 -> Property expects a unit. Did you forget to add px or %?
    1392.  
    1393. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:789
    1394.     Expected (<length> | <percentage>) but found '2'
    1395.     padding-left: 2 -> Property expects a unit. Did you forget to add px or %?
    1396.  
    1397. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:790
    1398.     Expected (<length> | <percentage>) but found '2'
    1399.     padding-right: 2 -> Property expects a unit. Did you forget to add px or %?
    1400.  
    1401. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:791
    1402.     Expected (<length>) but found '2'
    1403.     border-left-width: 2 -> Property expects a unit. Did you forget to add px or %?
    1404.  
    1405. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:792
    1406.     Expected (<length>) but found '2'
    1407.     border-right-width: 2 -> Property expects a unit. Did you forget to add px or %?
    1408.  
    1409. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:803
    1410.     Expected (<length> | <percentage> | auto) but found '4'
    1411.     margin-top: 4 -> Property expects a unit. Did you forget to add px or %?
    1412.  
    1413. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:805
    1414.     Expected (<length> | <percentage> | auto) but found '4'
    1415.     margin-bottom: 4 -> Property expects a unit. Did you forget to add px or %?
    1416.  
    1417. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:811
    1418.     Unknown property '-unity-word-wrap' (did you mean '-unity-font'?)
    1419.     -unity-word-wrap: true
    1420.  
    1421. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:836
    1422.     Unknown property '-unity-position' (did you mean '-unity-font'?)
    1423.     -unity-position: absolute
    1424.  
    1425. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:837
    1426.     Expected (<length> | <percentage> | auto) but found '5'
    1427.     top: 5 -> Property expects a unit. Did you forget to add px or %?
    1428.  
    1429. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:838
    1430.     Expected (<length> | <percentage> | auto) but found '5'
    1431.     left: 5 -> Property expects a unit. Did you forget to add px or %?
    1432.  
    1433. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:839
    1434.     Expected (<length> | <percentage> | auto) but found '5'
    1435.     right: 5 -> Property expects a unit. Did you forget to add px or %?
    1436.  
    1437. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:840
    1438.     Expected (<length> | <percentage> | auto) but found '200'
    1439.     min-height: 200 -> Property expects a unit. Did you forget to add px or %?
    1440.  
    1441. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:841
    1442.     Unknown property '-unity-word-wrap' (did you mean '-unity-font'?)
    1443.     -unity-word-wrap: true
    1444.  
    1445. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:866
    1446.     Unknown property '-unity-position' (did you mean '-unity-font'?)
    1447.     -unity-position: relative
    1448.  
    1449. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:868
    1450.     Expected (<length> | <percentage> | auto) but found '2'
    1451.     margin-top: 2 -> Property expects a unit. Did you forget to add px or %?
    1452.  
    1453. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:873
    1454.     Expected (<length>) but found '1'
    1455.     border-top-width: 1 -> Property expects a unit. Did you forget to add px or %?
    1456.  
    1457. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:887
    1458.     Expected (<length> | <percentage> | auto) but found '2'
    1459.     margin-left: 2 -> Property expects a unit. Did you forget to add px or %?
    1460.  
    1461. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:891
    1462.     Expected (<length> | <percentage> | auto) but found '16'
    1463.     width: 16 -> Property expects a unit. Did you forget to add px or %?
    1464.  
    1465. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:892
    1466.     Expected (<length> | <percentage> | auto) but found '16'
    1467.     height: 16 -> Property expects a unit. Did you forget to add px or %?
    1468.  
    1469. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:893
    1470.     Expected (<length> | <percentage> | auto) but found '-12'
    1471.     margin-left: -12 -> Property expects a unit. Did you forget to add px or %?
    1472.  
    1473. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:897
    1474.     Expected (<length> | <percentage>) but found '2'
    1475.     padding-left: 2 -> Property expects a unit. Did you forget to add px or %?
    1476.  
    1477. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:904
    1478.     Expected (<length> | <percentage>) but found '16'
    1479.     font-size: 16 -> Property expects a unit. Did you forget to add px or %?
    1480.  
    1481. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:908
    1482.     Expected (<length> | <percentage> | auto) but found '-2'
    1483.     margin-bottom: -2 -> Property expects a unit. Did you forget to add px or %?
    1484.  
    1485. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:910
    1486.     Expected (<length> | <percentage>) but found '3'
    1487.     padding-top: 3 -> Property expects a unit. Did you forget to add px or %?
    1488.  
    1489. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:911
    1490.     Expected (<length> | <percentage>) but found '6'
    1491.     padding-left: 6 -> Property expects a unit. Did you forget to add px or %?
    1492.  
    1493. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:912
    1494.     Expected (<length> | <percentage>) but found '6'
    1495.     padding-bottom: 6 -> Property expects a unit. Did you forget to add px or %?
    1496.  
    1497. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:913
    1498.     Expected (<length> | <percentage>) but found '6'
    1499.     padding-right: 6 -> Property expects a unit. Did you forget to add px or %?
    1500.  
    1501. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:916
    1502.     Expected (<length>) but found '1'
    1503.     border-left-width: 1 -> Property expects a unit. Did you forget to add px or %?
    1504.  
    1505. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:921
    1506.     Unknown property '-unity-position' (did you mean '-unity-font'?)
    1507.     -unity-position: absolute
    1508.  
    1509. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:922
    1510.     Expected (<length> | <percentage> | auto) but found '-35'
    1511.     top: -35 -> Property expects a unit. Did you forget to add px or %?
    1512.  
    1513. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:929
    1514.     Expected (<length>) but found '1'
    1515.     border-top-width: 1 -> Property expects a unit. Did you forget to add px or %?
    1516.  
    1517. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:931
    1518.     Expected (<length>) but found '1'
    1519.     border-bottom-width: 1 -> Property expects a unit. Did you forget to add px or %?
    1520.  
    1521. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:936
    1522.     Expected (<length> | <percentage> | auto) but found '35'
    1523.     height: 35 -> Property expects a unit. Did you forget to add px or %?
    1524.  
    1525. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:941
    1526.     Expected (<length> | <percentage> | auto) but found '20'
    1527.     height: 20 -> Property expects a unit. Did you forget to add px or %?
    1528.  
    1529. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:946
    1530.     Expected (<length> | <percentage> | auto) but found '20'
    1531.     height: 20 -> Property expects a unit. Did you forget to add px or %?
    1532.  
    1533. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:953
    1534.     Expected (<length>) but found '1'
    1535.     border-top-width: 1 -> Property expects a unit. Did you forget to add px or %?
    1536.  
    1537. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:954
    1538.     Expected (<length>) but found '1'
    1539.     border-left-width: 1 -> Property expects a unit. Did you forget to add px or %?
    1540.  
    1541. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:955
    1542.     Expected (<length>) but found '1'
    1543.     border-bottom-width: 1 -> Property expects a unit. Did you forget to add px or %?
    1544.  
    1545. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:956
    1546.     Expected (<length>) but found '1'
    1547.     border-right-width: 1 -> Property expects a unit. Did you forget to add px or %?
    1548.  
    1549. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:957
    1550.     Expected (<length> | <percentage>) but found '5'
    1551.     padding-top: 5 -> Property expects a unit. Did you forget to add px or %?
    1552.  
    1553. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:958
    1554.     Expected (<length> | <percentage>) but found '10'
    1555.     padding-left: 10 -> Property expects a unit. Did you forget to add px or %?
    1556.  
    1557. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:959
    1558.     Expected (<length> | <percentage>) but found '5'
    1559.     padding-bottom: 5 -> Property expects a unit. Did you forget to add px or %?
    1560.  
    1561. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:960
    1562.     Expected (<length> | <percentage>) but found '10'
    1563.     padding-right: 10 -> Property expects a unit. Did you forget to add px or %?
    1564.  
    1565. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:965
    1566.     Unknown property '-unity-word-wrap' (did you mean '-unity-font'?)
    1567.     -unity-word-wrap: true
    1568.  
    1569. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:970
    1570.     Expected (<length> | <percentage> | none) but found '30'
    1571.     max-height: 30 -> Property expects a unit. Did you forget to add px or %?
    1572.  
    1573. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:971
    1574.     Expected (<length> | <percentage> | auto) but found '5'
    1575.     left: 5 -> Property expects a unit. Did you forget to add px or %?
    1576.  
    1577. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:973
    1578.     Expected (<length> | <percentage>) but found '3'
    1579.     padding-top: 3 -> Property expects a unit. Did you forget to add px or %?
    1580.  
    1581. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:974
    1582.     Expected (<length> | <percentage>) but found '3'
    1583.     padding-left: 3 -> Property expects a unit. Did you forget to add px or %?
    1584.  
    1585. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:975
    1586.     Expected (<length> | <percentage>) but found '4'
    1587.     padding-bottom: 4 -> Property expects a unit. Did you forget to add px or %?
    1588.  
    1589. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:976
    1590.     Expected (<length> | <percentage>) but found '3'
    1591.     padding-right: 3 -> Property expects a unit. Did you forget to add px or %?
    1592.  
    1593. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:1020
    1594.     Expected (<length> | <percentage> | auto) but found '-7'
    1595.     top: -7 -> Property expects a unit. Did you forget to add px or %?
    1596.  
    1597. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:1021
    1598.     Expected (<length> | <percentage> | auto) but found '-7'
    1599.     left: -7 -> Property expects a unit. Did you forget to add px or %?
    1600.  
    1601. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:1022
    1602.     Expected (<length> | <percentage> | auto) but found '14'
    1603.     min-width: 14 -> Property expects a unit. Did you forget to add px or %?
    1604.  
    1605. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:1023
    1606.     Expected (<length> | <percentage> | auto) but found '14'
    1607.     min-height: 14 -> Property expects a unit. Did you forget to add px or %?
    1608.  
    1609. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:1024
    1610.     Expected (<length> | <percentage> | none) but found '14'
    1611.     max-width: 14 -> Property expects a unit. Did you forget to add px or %?
    1612.  
    1613. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:1025
    1614.     Expected (<length> | <percentage> | none) but found '14'
    1615.     max-height: 14 -> Property expects a unit. Did you forget to add px or %?
    1616.  
    1617. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:1031
    1618.     Expected (<length> | <percentage> | auto) but found '-16'
    1619.     top: -16 -> Property expects a unit. Did you forget to add px or %?
    1620.  
    1621. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:1032
    1622.     Expected (<length> | <percentage> | auto) but found '-16'
    1623.     left: -16 -> Property expects a unit. Did you forget to add px or %?
    1624.  
    1625. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:1033
    1626.     Expected (<length> | <percentage> | auto) but found '32'
    1627.     min-width: 32 -> Property expects a unit. Did you forget to add px or %?
    1628.  
    1629. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:1034
    1630.     Expected (<length> | <percentage> | auto) but found '32'
    1631.     min-height: 32 -> Property expects a unit. Did you forget to add px or %?
    1632.  
    1633. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:1035
    1634.     Expected (<length> | <percentage> | none) but found '32'
    1635.     max-width: 32 -> Property expects a unit. Did you forget to add px or %?
    1636.  
    1637. StyleSheet import: type=Validation, code=InvalidProperty file=Packages/com.unity.package-manager-ui/Editor/Resources/Styles/Main_Light.uss:1036
    1638.     Expected (<length> | <percentage> | none) but found '32'
    1639.     max-height: 32 -> Property expects a unit. Did you forget to add px or %?
    1640.  
    1641. File 'Animations_Static' has rig import warnings. See Import Messages in Rig Import Tab for more details.
    1642.  
    1643.  
    1644. File 'Animations_Static' has animation import warnings. See Import Messages in Animation Import Settings for more details.
    1645.  
    1646.  
    1647. File 'Animations' has rig import warnings. See Import Messages in Rig Import Tab for more details.
    1648.  
    1649.  
    1650. File 'Animations' has animation import warnings. See Import Messages in Animation Import Settings for more details.
    1651.  
    1652.  
    1653. A polygon of Mesh 'SM_BullDog_01' in Assets/Course Library/_Source_Files/FBX/SimpleDogs.fbx is self-intersecting and has been discarded.
    1654.  
    1655. A polygon of Mesh 'SM_BullDog_01' in Assets/Course Library/_Source_Files/FBX/SimpleDogs.fbx is self-intersecting and has been discarded.
    1656.  
    1657. A polygon of Mesh 'SM_SaintBernard_01' in Assets/Course Library/_Source_Files/FBX/SimpleDogs.fbx is self-intersecting and has been discarded.
    1658.  
    1659. A polygon of Mesh 'SM_SaintBernard_01' in Assets/Course Library/_Source_Files/FBX/SimpleDogs.fbx is self-intersecting and has been discarded.
    1660.  
    1661. A polygon of Mesh 'SM_BullDog_02' in Assets/Course Library/_Source_Files/FBX/SimpleDogs.fbx is self-intersecting and has been discarded.
    1662.  
    1663. A polygon of Mesh 'SM_BullDog_02' in Assets/Course Library/_Source_Files/FBX/SimpleDogs.fbx is self-intersecting and has been discarded.
    1664.  
    1665. A polygon of Mesh 'SM_SaintBernard_02' in Assets/Course Library/_Source_Files/FBX/SimpleDogs.fbx is self-intersecting and has been discarded.
    1666.  
    1667. A polygon of Mesh 'SM_SaintBernard_02' in Assets/Course Library/_Source_Files/FBX/SimpleDogs.fbx is self-intersecting and has been discarded.
    1668.  
    1669. A polygon of Mesh 'SM_BullDog_03' in Assets/Course Library/_Source_Files/FBX/SimpleDogs.fbx is self-intersecting and has been discarded.
    1670.  
    1671. A polygon of Mesh 'SM_BullDog_03' in Assets/Course Library/_Source_Files/FBX/SimpleDogs.fbx is self-intersecting and has been discarded.
    1672.  
    1673. A polygon of Mesh 'SM_SaintBernard_03' in Assets/Course Library/_Source_Files/FBX/SimpleDogs.fbx is self-intersecting and has been discarded.
    1674.  
    1675. A polygon of Mesh 'SM_SaintBernard_03' in Assets/Course Library/_Source_Files/FBX/SimpleDogs.fbx is self-intersecting and has been discarded.
    1676.  
    1677. File 'Animations_IK' has animation import warnings. See Import Messages in Animation Import Settings for more details.
    1678.  
    1679.  
    1680. 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?)
    1681.  
    1682. 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?)
    1683.  
    1684. 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?)
    1685.  
    1686. 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?)
    1687.  
    1688. 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?)
    1689.  
    1690. 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?)
    1691.  
    1692. 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?)
    1693.  
    1694. 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?)
    1695.  
    1696. 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?)
    1697.  
    1698. 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?)
    1699.  
    1700. 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?)
    1701.  
    1702. 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?)
    1703.  
    1704. 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?)
    1705.  
    1706. 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?)
    1707.  
    1708. 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?)
    1709.  
    1710. 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?)
    1711.  
    1712. 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?)
    1713.  
    1714. 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?)
    1715.  
    1716. 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?)
    1717.  
    1718. 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?)
    1719.  
    1720. 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?)
    1721.  
    1722. 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?)
    1723.  
    1724. 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
    1725.  
    1726. 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?)
    1727.  
    1728. 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?)
    1729.  
    1730. 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?)
    1731.  
    1732. 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?)
    1733.  
    1734. 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?)
    1735.  
    1736. 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?)
    1737.  
    1738. 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?)
    1739.  
    1740. 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?)
    1741.  
    1742. 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?)
    1743.  
    1744. 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?)
    1745.  
    1746. 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?)
    1747.  
    1748. 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?)
    1749.  
    1750. 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?)
    1751.  
    1752. 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
    1753.  
    1754. 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?)
    1755.  
    1756. 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?)
    1757.  
    1758. 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?)
    1759.  
    1760. 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?)
    1761.  
    1762. 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?)
    1763.  
    1764. 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?)
    1765.  
    1766. 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?)
    1767.  
    1768. 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?)
    1769.  
    1770. 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
    1771.  
    1772. 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?)
    1773.  
    1774. 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?)
    1775.  
    1776. 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?)
    1777.  
    1778. 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?)
    1779.  
    1780. 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?)
    1781.  
    1782. 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?)
    1783.  
    1784. 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?)
    1785.  
    1786. 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?)
    1787.  
    1788. 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?)
    1789.  
    1790. 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?)
    1791.  
    1792. 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?)
    1793.  
    1794. 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?)
    1795.  
    1796. 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?)
    1797.  
    1798. 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?)
    1799.  
    1800. 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?)
    1801.  
    1802. 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?)
    1803.  
    1804. 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?)
    1805.  
    1806. 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?)
    1807.  
    1808. 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?)
    1809.  
    1810. 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?)
    1811.  
    1812. 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?)
    1813.  
    1814. 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?)
    1815.  
    1816. 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?)
    1817.  
    1818. 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?)
    1819.  
    1820. 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?)
    1821.  
    1822. 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
    1823.  
    1824. 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?)
    1825.  
    1826. 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
    1827.  
    1828. 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
    1829.  
    1830. 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
    1831.  
    1832. 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?)
    1833.  
    1834. 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?)
    1835.  
    1836. 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?)
    1837.  
    1838. 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?)
    1839.  
    1840. 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?)
    1841.  
    1842. 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?)
    1843.  
    1844. 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?)
    1845.  
    1846. 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?)
    1847.  
    1848. 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?)
    1849.  
    1850. 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?)
    1851.  
    1852. 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?)
    1853.  
    1854. 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?)
    1855.  
    1856. 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?)
    1857.  
    1858. 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?)
    1859.  
    1860. 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
    1861.  
    1862. 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
    1863.  
    1864. 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?)
    1865.  
    1866. 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?)
    1867.  
    1868. 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?)
    1869.  
    1870. 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?)
    1871.  
    1872. 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?)
    1873.  
    1874. 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?)
    1875.  
    1876. 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?)
    1877.  
    1878. 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?)
    1879.  
    1880. 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?)
    1881.  
    1882. 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?)
    1883.  
    1884. 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?)
    1885.  
    1886. 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?)
    1887.  
    1888. 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?)
    1889.  
    1890. 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?)
    1891.  
    1892. 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
    1893.  
    1894. 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?)
    1895.  
    1896. 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?)
    1897.  
    1898. 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?)
    1899.  
    1900. 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?)
    1901.  
    1902. 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?)
    1903.  
    1904. 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?)
    1905.  
    1906. 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?)
    1907.  
    1908. 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?)
    1909.  
    1910. 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?)
    1911.  
    1912. 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?)
    1913.  
    1914. 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?)
    1915.  
    1916. 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?)
    1917.  
    1918. 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?)
    1919.  
    1920. 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?)
    1921.  
    1922. 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?)
    1923.  
    1924. 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?)
    1925.  
    1926. 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
    1927.  
    1928.  
     
  2. JensenJrII

    JensenJrII

    Joined:
    Jan 29, 2021
    Posts:
    2
  3. JensenJrII

    JensenJrII

    Joined:
    Jan 29, 2021
    Posts:
    2
  4. anas811

    anas811

    Joined:
    Aug 23, 2019
    Posts:
    11
    you need to add in the top
    using UnityEngine.Ui;
    using UnityEngine.SceneManager;
    i think that can help you