{"_id":"com.unity.ui.builder","name":"com.unity.ui.builder","description":"The UI Builder lets you visually create and edit UI assets such as UI documents (.uxml files), and stylesheets (.uss files), that you use with Unity's UI Toolkit (formerly UIElements).\n\nTo open the UI Builder window, select Window > UI Toolkit > UI Builder from the menu.\n\nNote: In Unity 2019.x, you open the UI Builder from the Window > UI > UI Builder menu.\n\nNote: UI Builder is the visual authoring tool for UI Toolkit. It does not include runtime support. To enable runtime support in Unity 2020.1 and later, install the UI Toolkit package. For details, please see the UI Builder package documentation.","provider":"upm","versions":{"1.0.0-preview.18":{"_id":"com.unity.ui.builder@1.0.0-preview.18","type":"tool","_from":"file:com.unity.ui.builder-1.0.0-preview.18.tgz","unity":"2019.4","upmCi":{"footprint":"db6033f9860336aad0c6e73ee38ef2fee35a39d2"},"samples":[{"path":"Samples~/OptionsPanel","description":"Simple options panel.","displayName":"OptionsPanel"},{"path":"Samples~/TanksGameScreen","description":"Main game screen derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksGameScreen"},{"path":"Samples~/TanksMainMenu","description":"Main menu screen derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksMainMenu"},{"path":"Samples~/TanksPlayerListItem","description":"Players list item derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksPlayerListItem"},{"path":"Samples~/TanksStatsBox","description":"Stats box derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksStatsBox"}],"_resolved":"/pkgprom/com.unity.ui.builder-1.0.0-preview.18.tgz","_integrity":"sha512-e1FO4CZQWdNILrEQgzWNFOvnKVmSsw+RCwjsj11xoBp7HWAw0axG1jH24f+J1+qY3+AXaY4YIqGP8NTwU26fAA==","repository":{"url":"https://github.cds.internal.unity3d.com/unity/com.unity.ui.builder.git","type":"git","revision":"544b3f4e85943bedbbcff734995e7b2a0ad85f9f"},"_npmVersion":"7.5.2","_nodeVersion":"12.21.0","name":"com.unity.ui.builder","version":"1.0.0-preview.18","displayName":"UI Builder","description":"The UI Builder lets you visually create and edit UI assets such as UI documents (.uxml files), and stylesheets (.uss files), that you use with Unity's UI Toolkit (formerly UIElements).\n\nTo open the UI Builder window, select Window > UI Toolkit > UI Builder from the menu.\n\nNote: In Unity 2019.x, you open the UI Builder from the Window > UI > UI Builder menu.\n\nNote: UI Builder is the visual authoring tool for UI Toolkit. It does not include runtime support. To enable runtime support in Unity 2020.1 and later, install the UI Toolkit package. For details, please see the UI Builder package documentation.","dependencies":{},"dist":{"shasum":"ef9cac9feb6ce2ee4495258883a4d83536ae1b10","tarball":"https://download.packages.unity.com/com.unity.ui.builder/-/com.unity.ui.builder-1.0.0-preview.18.tgz"}},"1.0.0-preview.17":{"_id":"com.unity.ui.builder@1.0.0-preview.17","type":"tool","_from":"file:com.unity.ui.builder-1.0.0-preview.17.tgz","unity":"2019.4","upmCi":{"footprint":"034f620c319abb2384bc23fecc4d790cbfc36367"},"readme":"# UI Builder\n\nThe **UI Builder** lets you visually create and edit UI assets such as UI documents (`.uxml` files), and StyleSheets (`.uss` files), that you use with Unity's **UI Toolkit** (formerly UIElements). You can open the UI Builder window from the menu (**Window > UI Toolkit > UI Builder**), or from the Project window (double-click a `.uxml` asset).\n\n> Note: In Unity 2019.x, you open the UI Builder from the **Window > UI > UI Builder** menu.\n\n> Note: UI Builder is the visual authoring tool for UI Toolkit. It does not include runtime support. To enable runtime support in Unity 2020.1 and later, install the UI Toolkit package. For details, see this post on the Unity Forum: https://forum.unity.com/threads/ui-toolkit-1-0-preview-available.927822/.\n\n**Internal Developers:** Please **join our [#devs-uibuilder](https://unity.slack.com/archives/CJ3TX00QJ) Slack channel** for feedback and questions.\n\n## Installation\n\nUnity versions supported:\n- **2019.4**: 2019.4.29f1 or newer\n- **2020.3**: 2020.3.15f2 or newer\n- **2021.1**: 2021.1.16f1 or newer\n- **2021.2**: 2021.2.0b7 or newer\n- **2022.1**: 2022.1.0a2 or newer\n\nTo install:\n* **2021+**: Nothing to do. UI Builder comes built-in in Unity 2021.1+.\n* **2019-2020**:\n    1. Open the **Window > Package Manager**.\n        * **For 2020.x**, go to **Edit > Project Settings... > Package Manager**, and enable check **Enable Preview Packages**:\n        ![Enable Preview Packages (new)](Documentation~/images/InstallationPackageManagerEnablePreview.png)\n        * **For 2019.x**, enable **Advanced > Show preview Packages**: ![Enable Preview Packages](Documentation~/images/InstallationPackageManagerAdvancedOptions.png)\n    1. Go back to the **Window > Package Manager**.\n    1. Search for `UI Builder`:![Search Package Manager](Documentation~/images/InstallationPackageManagerSearch.png)\n    1. Press **Install**.\n\n## Documentation\n\n![UI Builder Main Window](Documentation~/images/UIBuilderAnnotatedMainWindow.png)\n\n### ![1](Documentation~/images/Numeral_1_half.png) StyleSheets\n* Create USS Selectors for sharing common styling between multiple elements.\n### ![2](Documentation~/images/Numeral_2_half.png) Hierarchy\n* Current UI Document (UXML) element hierarchy.\n### ![3](Documentation~/images/Numeral_3_half.png) Library\n* **Standard tab:** Built-in Unity elements.\n* **Project tab:** Custom user elements like other `.uxml` templates in the current project.\n### ![4](Documentation~/images/Numeral_4_half.png) Viewport\n* **Toolbar:** Can Save/Load, change the Theme and activate Preview mode.\n* Currently selected element with manipulation handles.\n* Edit-time Canvas for editing and previewing current document with optional edit-time-only background image.\n### ![5](Documentation~/images/Numeral_5_half.png) Code Previews\n* **UXML Preview:** Preview of the generated UXML hierarchy asset.\n* **USS Preview:** Preview of the generated USS styles asset.\n### ![6](Documentation~/images/Numeral_6_half.png) Inspector\n* **Attributes:** Change attributes, like element name, that are set in the UXML document.\n* **Inherited Styles:** Add/remove style classes and see which selectors match the current element.\n* **Local Styles:** Override styles on the current element, inlined in the UXML document.\n\nFor more info, see our [documentation page](Documentation~/index.md).\n","samples":[{"path":"Samples~/OptionsPanel","description":"Simple options panel.","displayName":"OptionsPanel"},{"path":"Samples~/TanksGameScreen","description":"Main game screen derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksGameScreen"},{"path":"Samples~/TanksMainMenu","description":"Main menu screen derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksMainMenu"},{"path":"Samples~/TanksPlayerListItem","description":"Players list item derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksPlayerListItem"},{"path":"Samples~/TanksStatsBox","description":"Stats box derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksStatsBox"}],"_resolved":"","_integrity":"","repository":{"url":"https://github.cds.internal.unity3d.com/unity/com.unity.ui.builder.git","type":"git","revision":"6d2f7960e260d03f664d34152099857bff68846c"},"_npmVersion":"6.13.4","_nodeVersion":"12.16.1","readmeFilename":"README.md","name":"com.unity.ui.builder","version":"1.0.0-preview.17","displayName":"UI Builder","description":"The UI Builder lets you visually create and edit UI assets such as UI documents (.uxml files), and stylesheets (.uss files), that you use with Unity's UI Toolkit (formerly UIElements).\n\nTo open the UI Builder window, select Window > UI Toolkit > UI Builder from the menu.\n\nNote: In Unity 2019.x, you open the UI Builder from the Window > UI > UI Builder menu.\n\nNote: UI Builder is the visual authoring tool for UI Toolkit. It does not include runtime support. To enable runtime support in Unity 2020.1 and later, install the UI Toolkit package. For details, please see the UI Builder package documentation.","dependencies":{},"dist":{"shasum":"caa0c8468203fc76e80330d6bb47c3392f5486b4","tarball":"https://download.packages.unity.com/com.unity.ui.builder/-/com.unity.ui.builder-1.0.0-preview.17.tgz"}},"1.0.0-preview.16":{"_id":"com.unity.ui.builder@1.0.0-preview.16","type":"tool","_from":"file:com.unity.ui.builder-1.0.0-preview.16.tgz","unity":"2020.3","upmCi":{"footprint":"6f619544baf2069f290cd879162cf2a77277a56d"},"readme":"# UI Builder\n\nThe **UI Builder** lets you visually create and edit UI assets such as UI documents (`.uxml` files), and StyleSheets (`.uss` files), that you use with Unity's **UI Toolkit** (formerly UIElements). You can open the UI Builder window from the menu (**Window > UI Toolkit > UI Builder**), or from the Project window (double-click a `.uxml` asset).\n\n> Note: In Unity 2019.x, you open the UI Builder from the **Window > UI > UI Builder** menu.\n\n> Note: UI Builder is the visual authoring tool for UI Toolkit. It does not include runtime support. To enable runtime support in Unity 2020.1 and later, install the UI Toolkit package. For details, see this post on the Unity Forum: https://forum.unity.com/threads/ui-toolkit-1-0-preview-available.927822/.\n\n**Internal Developers:** Please **join our [#devs-uibuilder](https://unity.slack.com/archives/CJ3TX00QJ) Slack channel** for feedback and questions.\n\n## Installation\n\nUnity versions supported:\n- **2019.4**: 2019.4.29f1 or newer\n- **2020.3**: 2020.3.15f2 or newer\n- **2021.1**: 2021.1.16f1 or newer\n- **2021.2**: 2021.2.0b7 or newer\n- **2022.1**: 2022.1.0a2 or newer\n\nTo install:\n* **2021+**: Nothing to do. UI Builder comes built-in in Unity 2021.1+.\n* **2019-2020**:\n    1. Open the **Window > Package Manager**.\n        * **For 2020.x**, go to **Edit > Project Settings... > Package Manager**, and enable check **Enable Preview Packages**:\n        ![Enable Preview Packages (new)](Documentation~/images/InstallationPackageManagerEnablePreview.png)\n        * **For 2019.x**, enable **Advanced > Show preview Packages**: ![Enable Preview Packages](Documentation~/images/InstallationPackageManagerAdvancedOptions.png)\n    1. Go back to the **Window > Package Manager**.\n    1. Search for `UI Builder`:![Search Package Manager](Documentation~/images/InstallationPackageManagerSearch.png)\n    1. Press **Install**.\n\n## Documentation\n\n![UI Builder Main Window](Documentation~/images/UIBuilderAnnotatedMainWindow.png)\n\n### ![1](Documentation~/images/Numeral_1_half.png) StyleSheets\n* Create USS Selectors for sharing common styling between multiple elements.\n### ![2](Documentation~/images/Numeral_2_half.png) Hierarchy\n* Current UI Document (UXML) element hierarchy.\n### ![3](Documentation~/images/Numeral_3_half.png) Library\n* **Standard tab:** Built-in Unity elements.\n* **Project tab:** Custom user elements like other `.uxml` templates in the current project.\n### ![4](Documentation~/images/Numeral_4_half.png) Viewport\n* **Toolbar:** Can Save/Load, change the Theme and activate Preview mode.\n* Currently selected element with manipulation handles.\n* Edit-time Canvas for editing and previewing current document with optional edit-time-only background image.\n### ![5](Documentation~/images/Numeral_5_half.png) Code Previews\n* **UXML Preview:** Preview of the generated UXML hierarchy asset.\n* **USS Preview:** Preview of the generated USS styles asset.\n### ![6](Documentation~/images/Numeral_6_half.png) Inspector\n* **Attributes:** Change attributes, like element name, that are set in the UXML document.\n* **Inherited Styles:** Add/remove style classes and see which selectors match the current element.\n* **Local Styles:** Override styles on the current element, inlined in the UXML document.\n\nFor more info, see our [documentation page](Documentation~/index.md).\n","samples":[{"path":"Samples~/OptionsPanel","description":"Simple options panel.","displayName":"OptionsPanel"},{"path":"Samples~/TanksGameScreen","description":"Main game screen derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksGameScreen"},{"path":"Samples~/TanksMainMenu","description":"Main menu screen derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksMainMenu"},{"path":"Samples~/TanksPlayerListItem","description":"Players list item derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksPlayerListItem"},{"path":"Samples~/TanksStatsBox","description":"Stats box derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksStatsBox"}],"_resolved":"","_integrity":"","repository":{"url":"https://github.cds.internal.unity3d.com/unity/com.unity.ui.builder.git","type":"git","revision":"58c553bba81abcd44f77ffaf58c3398a7b5c4ce0"},"_npmVersion":"6.13.4","_nodeVersion":"12.16.1","readmeFilename":"README.md","name":"com.unity.ui.builder","version":"1.0.0-preview.16","displayName":"UI Builder","description":"The UI Builder lets you visually create and edit UI assets such as UI documents (.uxml files), and stylesheets (.uss files), that you use with Unity's UI Toolkit (formerly UIElements).\n\nTo open the UI Builder window, select Window > UI Toolkit > UI Builder from the menu.\n\nNote: In Unity 2019.x, you open the UI Builder from the Window > UI > UI Builder menu.\n\nNote: UI Builder is the visual authoring tool for UI Toolkit. It does not include runtime support. To enable runtime support in Unity 2020.1 and later, install the UI Toolkit package. For details, please see the UI Builder package documentation.","dependencies":{},"dist":{"shasum":"b9b18f00be37253fa7001aac329a449d39004771","tarball":"https://download.packages.unity.com/com.unity.ui.builder/-/com.unity.ui.builder-1.0.0-preview.16.tgz"}},"1.0.0-preview.15":{"_id":"com.unity.ui.builder@1.0.0-preview.15","type":"tool","_from":"file:com.unity.ui.builder-1.0.0-preview.15.tgz","unity":"2019.4","upmCi":{"footprint":"3a153c5a7bbb556ee88294fbc96446eae316e147"},"readme":"# UI Builder\n\nThe **UI Builder** lets you visually create and edit UI assets such as UI documents (`.uxml` files), and StyleSheets (`.uss` files), that you use with Unity's **UI Toolkit** (formerly UIElements). You can open the UI Builder window from the menu (**Window > UI Toolkit > UI Builder**), or from the Project window (double-click a `.uxml` asset).\n\n> Note: In Unity 2019.x, you open the UI Builder from the **Window > UI > UI Builder** menu.\n\n> Note: UI Builder is the visual authoring tool for UI Toolkit. It does not include runtime support. To enable runtime support in Unity 2020.1 and later, install the UI Toolkit package. For details, see this post on the Unity Forum: https://forum.unity.com/threads/ui-toolkit-1-0-preview-available.927822/.\n\n**Internal Developers:** Please **join our [#devs-uibuilder](https://unity.slack.com/archives/CJ3TX00QJ) Slack channel** for feedback and questions.\n\n## Installation\n\nUnity versions supported:\n- **2019.4**: 2019.4.27f1 or newer\n- **2020.3**: 2020.3.12f1 or newer\n- **2021.1**: 2021.1.16f1 or newer\n- **2021.2**: 2021.2.0b5 or newer\n- **2022.1**: 2022.1.0a2 or newer\n\nTo install:\n* **2021+**: Nothing to do. UI Builder comes built-in in Unity 2021.1+.\n* **2019-2020**:\n    1. Open the **Window > Package Manager**.\n        * **For 2020.x**, go to **Edit > Project Settings... > Package Manager**, and enable check **Enable Preview Packages**:\n        ![Enable Preview Packages (new)](Documentation~/images/InstallationPackageManagerEnablePreview.png)\n        * **For 2019.x**, enable **Advanced > Show preview Packages**: ![Enable Preview Packages](Documentation~/images/InstallationPackageManagerAdvancedOptions.png)\n    1. Go back to the **Window > Package Manager**.\n    1. Search for `UI Builder`:![Search Package Manager](Documentation~/images/InstallationPackageManagerSearch.png)\n    1. Press **Install**.\n\n## Documentation\n\n![UI Builder Main Window](Documentation~/images/UIBuilderAnnotatedMainWindow.png)\n\n### ![1](Documentation~/images/Numeral_1_half.png) StyleSheets\n* Create USS Selectors for sharing common styling between multiple elements.\n### ![2](Documentation~/images/Numeral_2_half.png) Hierarchy\n* Current UI Document (UXML) element hierarchy.\n### ![3](Documentation~/images/Numeral_3_half.png) Library\n* **Standard tab:** Built-in Unity elements.\n* **Project tab:** Custom user elements like other `.uxml` templates in the current project.\n### ![4](Documentation~/images/Numeral_4_half.png) Viewport\n* **Toolbar:** Can Save/Load, change the Theme and activate Preview mode.\n* Currently selected element with manipulation handles.\n* Edit-time Canvas for editing and previewing current document with optional edit-time-only background image.\n### ![5](Documentation~/images/Numeral_5_half.png) Code Previews\n* **UXML Preview:** Preview of the generated UXML hierarchy asset.\n* **USS Preview:** Preview of the generated USS styles asset.\n### ![6](Documentation~/images/Numeral_6_half.png) Inspector\n* **Attributes:** Change attributes, like element name, that are set in the UXML document.\n* **Inherited Styles:** Add/remove style classes and see which selectors match the current element.\n* **Local Styles:** Override styles on the current element, inlined in the UXML document.\n\nFor more info, see our [documentation page](Documentation~/index.md).\n","samples":[{"path":"Samples~/OptionsPanel","description":"Simple options panel.","displayName":"OptionsPanel"},{"path":"Samples~/TanksGameScreen","description":"Main game screen derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksGameScreen"},{"path":"Samples~/TanksMainMenu","description":"Main menu screen derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksMainMenu"},{"path":"Samples~/TanksPlayerListItem","description":"Players list item derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksPlayerListItem"},{"path":"Samples~/TanksStatsBox","description":"Stats box derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksStatsBox"}],"_resolved":"","_integrity":"","repository":{"url":"https://github.cds.internal.unity3d.com/unity/com.unity.ui.builder.git","type":"git","revision":"4accfe23eb02bf73511c4d2b2497c053c7245026"},"_npmVersion":"6.13.4","_nodeVersion":"12.16.1","readmeFilename":"README.md","name":"com.unity.ui.builder","version":"1.0.0-preview.15","displayName":"UI Builder","description":"The UI Builder lets you visually create and edit UI assets such as UI documents (.uxml files), and stylesheets (.uss files), that you use with Unity's UI Toolkit (formerly UIElements).\n\nTo open the UI Builder window, select Window > UI Toolkit > UI Builder from the menu.\n\nNote: In Unity 2019.x, you open the UI Builder from the Window > UI > UI Builder menu.\n\nNote: UI Builder is the visual authoring tool for UI Toolkit. It does not include runtime support. To enable runtime support in Unity 2020.1 and later, install the UI Toolkit package. For details, please see the UI Builder package documentation.","dependencies":{},"dist":{"shasum":"a7390dc91c45e0ce037a0cfec249a9573febf7c6","tarball":"https://download.packages.unity.com/com.unity.ui.builder/-/com.unity.ui.builder-1.0.0-preview.15.tgz"}},"1.0.0-preview.14":{"_id":"com.unity.ui.builder@1.0.0-preview.14","type":"tool","_from":"file:com.unity.ui.builder-1.0.0-preview.14.tgz","unity":"2019.4","upmCi":{"footprint":"06653e3c6523587e48aa7062ac44a6ccb3bdb454"},"readme":"# UI Builder\n\nThe **UI Builder** lets you visually create and edit UI assets such as UI documents (`.uxml` files), and StyleSheets (`.uss` files), that you use with Unity's **UI Toolkit** (formerly UIElements). You can open the UI Builder window from the menu (**Window > UI Toolkit > UI Builder**), or from the Project window (double-click a `.uxml` asset).\n\n> Note: In Unity 2019.x, you open the UI Builder from the **Window > UI > UI Builder** menu.\n\n> Note: UI Builder is the visual authoring tool for UI Toolkit. It does not include runtime support. To enable runtime support in Unity 2020.1 and later, install the UI Toolkit package. For details, see this post on the Unity Forum: https://forum.unity.com/threads/ui-toolkit-1-0-preview-available.927822/.\n\n**Internal Developers:** Please **join our [#devs-uibuilder](https://unity.slack.com/archives/CJ3TX00QJ) Slack channel** for feedback and questions.\n\n## Installation\n\nUnity versions supported:\n- **2019.4**: 2019.4.17f1 or newer\n- **2020.1**: 2020.1.17f1 or newer\n- **2020.2**: 2020.2.1f1 or newer\n- **2020.3**: 2020.3.1f1 or newer\n- **2021.1**: 2021.1.0f1 or newer\n\nTo install:\n* **2021+**: Nothing to do. UI Builder comes built-in in Unity 2021.1+.\n* **2019-2020**:\n    1. Open the **Window > Package Manager**.\n        * **For 2020.x**, go to **Edit > Project Settings... > Package Manager**, and enable check **Enable Preview Packages**:\n        ![Enable Preview Packages (new)](Documentation~/images/InstallationPackageManagerEnablePreview.png)\n        * **For 2019.x**, enable **Advanced > Show preview Packages**: ![Enable Preview Packages](Documentation~/images/InstallationPackageManagerAdvancedOptions.png)\n    1. Go back to the **Window > Package Manager**.\n    1. Search for `UI Builder`:![Search Package Manager](Documentation~/images/InstallationPackageManagerSearch.png)\n    1. Press **Install**.\n\n## Documentation\n\n![UI Builder Main Window](Documentation~/images/UIBuilderAnnotatedMainWindow.png)\n\n### ![1](Documentation~/images/Numeral_1_half.png) StyleSheets\n* Create USS Selectors for sharing common styling between multiple elements.\n### ![2](Documentation~/images/Numeral_2_half.png) Hierarchy\n* Current UI Document (UXML) element hierarchy.\n### ![3](Documentation~/images/Numeral_3_half.png) Library\n* **Standard tab:** Built-in Unity elements.\n* **Project tab:** Custom user elements like other `.uxml` templates in the current project.\n### ![4](Documentation~/images/Numeral_4_half.png) Viewport\n* **Toolbar:** Can Save/Load, change the Theme and activate Preview mode.\n* Currently selected element with manipulation handles.\n* Edit-time Canvas for editing and previewing current document with optional edit-time-only background image.\n### ![5](Documentation~/images/Numeral_5_half.png) Code Previews\n* **UXML Preview:** Preview of the generated UXML hierarchy asset.\n* **USS Preview:** Preview of the generated USS styles asset.\n### ![6](Documentation~/images/Numeral_6_half.png) Inspector\n* **Attributes:** Change attributes, like element name, that are set in the UXML document.\n* **Inherited Styles:** Add/remove style classes and see which selectors match the current element.\n* **Local Styles:** Override styles on the current element, inlined in the UXML document.\n\nFor more info, see our [documentation page](Documentation~/index.md).\n","samples":[{"path":"Samples~/OptionsPanel","description":"Simple options panel.","displayName":"OptionsPanel"},{"path":"Samples~/TanksGameScreen","description":"Main game screen derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksGameScreen"},{"path":"Samples~/TanksMainMenu","description":"Main menu screen derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksMainMenu"},{"path":"Samples~/TanksPlayerListItem","description":"Players list item derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksPlayerListItem"},{"path":"Samples~/TanksStatsBox","description":"Stats box derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksStatsBox"}],"_resolved":"","_integrity":"","repository":{"url":"https://github.cds.internal.unity3d.com/unity/com.unity.ui.builder.git","type":"git","revision":"bf75273d3ed698e99fc457498430574a11e457bf"},"_npmVersion":"6.13.4","_nodeVersion":"12.16.1","readmeFilename":"README.md","name":"com.unity.ui.builder","version":"1.0.0-preview.14","displayName":"UI Builder","description":"The UI Builder lets you visually create and edit UI assets such as UI documents (.uxml files), and stylesheets (.uss files), that you use with Unity's UI Toolkit (formerly UIElements).\n\nTo open the UI Builder window, select Window > UI Toolkit > UI Builder from the menu.\n\nNote: In Unity 2019.x, you open the UI Builder from the Window > UI > UI Builder menu.\n\nNote: UI Builder is the visual authoring tool for UI Toolkit. It does not include runtime support. To enable runtime support in Unity 2020.1 and later, install the UI Toolkit package. For details, please see the UI Builder package documentation.","dependencies":{},"dist":{"shasum":"eb641a7c27daa472797f7d8f5dadf8d821d55c22","tarball":"https://download.packages.unity.com/com.unity.ui.builder/-/com.unity.ui.builder-1.0.0-preview.14.tgz"}},"1.0.0-preview.13":{"_id":"com.unity.ui.builder@1.0.0-preview.13","type":"tool","_from":"file:com.unity.ui.builder-1.0.0-preview.13.tgz","unity":"2019.4","upmCi":{"footprint":"34f91712ab9f6cd6cc9572e73e9e9a7b4170dce6"},"readme":"# UI Builder\r\n\r\nThe **UI Builder** lets you visually create and edit UI assets such as UI documents (`.uxml` files), and StyleSheets (`.uss` files), that you use with Unity's **UI Toolkit** (formerly UIElements). You can open the UI Builder window from the menu (**Window > UI Toolkit > UI Builder**), or from the Project window (double-click a `.uxml` asset).\r\n\r\n> Note: In Unity 2019.x, you open the UI Builder from the **Window > UI > UI Builder** menu.\r\n\r\n> Note: UI Builder is the visual authoring tool for UI Toolkit. It does not include runtime support. To enable runtime support in Unity 2020.1 and later, install the UI Toolkit package. For details, see this post on the Unity Forum: https://forum.unity.com/threads/ui-toolkit-1-0-preview-available.927822/.\r\n\r\n**Internal Developers:** Please **join our [#devs-uibuilder](https://unity.slack.com/archives/CJ3TX00QJ) Slack channel** for feedback and questions.\r\n\r\n## Installation\r\n\r\nUnity versions supported:\r\n- **2019.4**: 2019.4.17f1 or newer\r\n- **2020.1**: 2020.1.17f1 or newer\r\n- **2020.2**: 2020.2.1f1 or newer\r\n- **2021.1**: 2021.1.0b1 or newer\r\n\r\nTo install:\r\n* **2021+**: Nothing to do. UI Builder comes built-in in Unity 2021.1+.\r\n* **2019-2020**:\r\n    1. Open the **Window > Package Manager**.\r\n        * **For 2020.x**, go to **Edit > Project Settings... > Package Manager**, and enable check **Enable Preview Packages**:\r\n        ![Enable Preview Packages (new)](Documentation~/images/InstallationPackageManagerEnablePreview.png)\r\n        * **For 2019.x**, enable **Advanced > Show preview Packages**: ![Enable Preview Packages](Documentation~/images/InstallationPackageManagerAdvancedOptions.png)\r\n    1. Go back to the **Window > Package Manager**.\r\n    1. Search for `UI Builder`:![Search Package Manager](Documentation~/images/InstallationPackageManagerSearch.png)\r\n    1. Press **Install**.\r\n\r\n## Documentation\r\n\r\n![UI Builder Main Window](Documentation~/images/UIBuilderAnnotatedMainWindow.png)\r\n\r\n### ![1](Documentation~/images/Numeral_1_half.png) StyleSheets\r\n* Create USS Selectors for sharing common styling between multiple elements.\r\n### ![2](Documentation~/images/Numeral_2_half.png) Hierarchy\r\n* Current UI Document (UXML) element hierarchy.\r\n### ![3](Documentation~/images/Numeral_3_half.png) Library\r\n* **Standard tab:** Built-in Unity elements.\r\n* **Project tab:** Custom user elements like other `.uxml` templates in the current project.\r\n### ![4](Documentation~/images/Numeral_4_half.png) Viewport\r\n* **Toolbar:** Can Save/Load, change the Theme and activate Preview mode.\r\n* Currently selected element with manipulation handles.\r\n* Edit-time Canvas for editing and previewing current document with optional edit-time-only background image.\r\n### ![5](Documentation~/images/Numeral_5_half.png) Code Previews\r\n* **UXML Preview:** Preview of the generated UXML hierarchy asset.\r\n* **USS Preview:** Preview of the generated USS styles asset.\r\n### ![6](Documentation~/images/Numeral_6_half.png) Inspector\r\n* **Attributes:** Change attributes, like element name, that are set in the UXML document.\r\n* **Inherited Styles:** Add/remove style classes and see which selectors match the current element.\r\n* **Local Styles:** Override styles on the current element, inlined in the UXML document.\r\n\r\nFor more info, see our [documentation page](Documentation~/index.md).\r\n","samples":[{"path":"Samples~/OptionsPanel","description":"Simple options panel.","displayName":"OptionsPanel"},{"path":"Samples~/TanksGameScreen","description":"Main game screen derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksGameScreen"},{"path":"Samples~/TanksMainMenu","description":"Main menu screen derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksMainMenu"},{"path":"Samples~/TanksPlayerListItem","description":"Players list item derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksPlayerListItem"},{"path":"Samples~/TanksStatsBox","description":"Stats box derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksStatsBox"}],"_resolved":"","_integrity":"","repository":{"url":"https://github.cds.internal.unity3d.com/unity/com.unity.ui.builder.git","type":"git","revision":"6a1afb11681a6db3abc8fd76cdfec5cba83d2baf"},"_npmVersion":"6.13.4","_nodeVersion":"12.16.1","readmeFilename":"README.md","name":"com.unity.ui.builder","version":"1.0.0-preview.13","displayName":"UI Builder","description":"The UI Builder lets you visually create and edit UI assets such as UI documents (.uxml files), and stylesheets (.uss files), that you use with Unity's UI Toolkit (formerly UIElements).\n\nTo open the UI Builder window, select Window > UI Toolkit > UI Builder from the menu.\n\nNote: In Unity 2019.x, you open the UI Builder from the Window > UI > UI Builder menu.\n\nNote: UI Builder is the visual authoring tool for UI Toolkit. It does not include runtime support. To enable runtime support in Unity 2020.1 and later, install the UI Toolkit package. For details, please see the UI Builder package documentation.","dependencies":{},"dist":{"shasum":"6ef053d29e3d2f65dcf65e3d7af68d9fcbfc235b","tarball":"https://download.packages.unity.com/com.unity.ui.builder/-/com.unity.ui.builder-1.0.0-preview.13.tgz"}},"1.0.0-preview.12":{"_id":"com.unity.ui.builder@1.0.0-preview.12","type":"tool","_from":"file:com.unity.ui.builder-1.0.0-preview.12.tgz","unity":"2019.4","upmCi":{"footprint":"3e161ba937ba914da0aa4ab4218ab701311879d9"},"readme":"# UI Builder\r\n\r\nThe **UI Builder** lets you visually create and edit UI assets such as UI documents (`.uxml` files), and StyleSheets (`.uss` files), that you use with Unity's **UI Toolkit** (formerly UIElements). You can open the UI Builder window from the menu (**Window > UI Toolkit > UI Builder**), or from the Project window (double-click a `.uxml` asset).\r\n\r\n> Note: In Unity 2019.x, you open the UI Builder from the **Window > UI > UI Builder** menu.\r\n\r\n> Note: UI Builder is the visual authoring tool for UI Toolkit. It does not include runtime support. To enable runtime support in Unity 2020.1 and later, install the UI Toolkit package. For details, see this post on the Unity Forum: https://forum.unity.com/threads/ui-toolkit-1-0-preview-available.927822/.\r\n\r\n**Internal Developers:** Please **join our [#devs-uibuilder](https://unity.slack.com/archives/CJ3TX00QJ) Slack channel** for feedback and questions.\r\n\r\n## Installation\r\n\r\nUnity versions supported:\r\n- **2019.4**: 2019.4.17f1 or newer\r\n- **2020.1**: 2020.1.17f1 or newer\r\n- **2020.2**: 2020.2.1f1 or newer\r\n- **2021.1**: 2021.1.0b1 or newer\r\n\r\nTo install:\r\n* **2021+**: Nothing to do. UI Builder comes built-in in Unity 2021.1+.\r\n* **2019-2020**:\r\n    1. Open the **Window > Package Manager**.\r\n        * **For 2020.x**, go to **Edit > Project Settings... > Package Manager**, and enable check **Enable Preview Packages**:\r\n        ![Enable Preview Packages (new)](Documentation~/images/InstallationPackageManagerEnablePreview.png)\r\n        * **For 2019.x**, enable **Advanced > Show preview Packages**: ![Enable Preview Packages](Documentation~/images/InstallationPackageManagerAdvancedOptions.png)\r\n    1. Go back to the **Window > Package Manager**.\r\n    1. Search for `UI Builder`:![Search Package Manager](Documentation~/images/InstallationPackageManagerSearch.png)\r\n    1. Press **Install**.\r\n\r\n## Documentation\r\n\r\n![UI Builder Main Window](Documentation~/images/UIBuilderAnnotatedMainWindow.png)\r\n\r\n### ![1](Documentation~/images/Numeral_1_half.png) StyleSheets\r\n* Create USS Selectors for sharing common styling between multiple elements.\r\n### ![2](Documentation~/images/Numeral_2_half.png) Hierarchy\r\n* Current UI Document (UXML) element hierarchy.\r\n### ![3](Documentation~/images/Numeral_3_half.png) Library\r\n* **Standard tab:** Built-in Unity elements.\r\n* **Project tab:** Custom user elements like other `.uxml` templates in the current project.\r\n### ![4](Documentation~/images/Numeral_4_half.png) Viewport\r\n* **Toolbar:** Can Save/Load, change the Theme and activate Preview mode.\r\n* Currently selected element with manipulation handles.\r\n* Edit-time Canvas for editing and previewing current document with optional edit-time-only background image.\r\n### ![5](Documentation~/images/Numeral_5_half.png) Code Previews\r\n* **UXML Preview:** Preview of the generated UXML hierarchy asset.\r\n* **USS Preview:** Preview of the generated USS styles asset.\r\n### ![6](Documentation~/images/Numeral_6_half.png) Inspector\r\n* **Attributes:** Change attributes, like element name, that are set in the UXML document.\r\n* **Inherited Styles:** Add/remove style classes and see which selectors match the current element.\r\n* **Local Styles:** Override styles on the current element, inlined in the UXML document.\r\n\r\nFor more info, see our [documentation page](Documentation~/index.md).\r\n","samples":[{"path":"Samples~/OptionsPanel","description":"Simple options panel.","displayName":"OptionsPanel"},{"path":"Samples~/TanksGameScreen","description":"Main game screen derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksGameScreen"},{"path":"Samples~/TanksMainMenu","description":"Main menu screen derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksMainMenu"},{"path":"Samples~/TanksPlayerListItem","description":"Players list item derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksPlayerListItem"},{"path":"Samples~/TanksStatsBox","description":"Stats box derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksStatsBox"}],"_resolved":"","_integrity":"","repository":{"url":"https://github.cds.internal.unity3d.com/unity/com.unity.ui.builder.git","type":"git","revision":"5f470399841504f5ff0004fe7633d04aed7f43d9"},"_npmVersion":"6.13.4","_nodeVersion":"12.16.1","readmeFilename":"README.md","name":"com.unity.ui.builder","version":"1.0.0-preview.12","displayName":"UI Builder","description":"The UI Builder lets you visually create and edit UI assets such as UI documents (.uxml files), and stylesheets (.uss files), that you use with Unity's UI Toolkit (formerly UIElements).\n\nTo open the UI Builder window, select Window > UI Toolkit > UI Builder from the menu.\n\nNote: In Unity 2019.x, you open the UI Builder from the Window > UI > UI Builder menu.\n\nNote: UI Builder is the visual authoring tool for UI Toolkit. It does not include runtime support. To enable runtime support in Unity 2020.1 and later, install the UI Toolkit package. For details, please see the UI Builder package documentation.","dependencies":{},"dist":{"shasum":"ad44d64ae2f58c1637327bdc2eee0f28d5e67536","tarball":"https://download.packages.unity.com/com.unity.ui.builder/-/com.unity.ui.builder-1.0.0-preview.12.tgz"}},"1.0.0-preview.11":{"_id":"com.unity.ui.builder@1.0.0-preview.11","type":"tool","_from":"file:com.unity.ui.builder-1.0.0-preview.11.tgz","unity":"2019.4","upmCi":{"footprint":"53dc837ccf445cfa8f78d250624b3c59ed5aba6c"},"readme":"# UI Builder\r\n\r\nThe **UI Builder** lets you visually create and edit UI assets such as UI documents (`.uxml` files), and StyleSheets (`.uss` files), that you use with Unity's **UI Toolkit** (formerly UIElements). After you setup the UI Builder package, you can open the UI Builder window from the menu (**Window > UI Toolkit > UI Builder**), or from the Project window (double-click a `.uxml` asset).\r\n\r\n> Note: In Unity 2019.x, you open the UI Builder from the **Window > UI > UI Builder** menu.\r\n\r\n> Note: UI Builder is the visual authoring tool for UI Toolkit. It does not include runtime support. To enable runtime support in Unity 2020.1 and later, install the UI Toolkit package. For details, see this post on the Unity Forum: https://forum.unity.com/threads/ui-toolkit-1-0-preview-available.927822/.\r\n\r\n**Internal Developers:** Please **join our [#devs-uibuilder](https://unity.slack.com/archives/CJ3TX00QJ) Slack channel** for feedback and questions.\r\n\r\n## Installation\r\n\r\nUnity versions supported:\r\n- **2019.4**: 2019.4.15f1 or newer\r\n- **2020.1**: 2020.1.15f1 or newer\r\n- **2020.2**: 2020.2.0b13 or newer\r\n- **2021.1**: 2021.1.0a7 or newer\r\n\r\nTo install:\r\n1. Open the **Window > Package Manager**.\r\n    * For 2019.x, enable **Advanced > Show preview Packages**: ![Enable Preview Packages](Documentation~/images/InstallationPackageManagerAdvancedOptions.png)\r\n    * For newer 2020.1+, go to **Edit > Project Settings... > Package Manager**, and enable check **Enable Preview Packages**:\r\n    ![Enable Preview Packages (new)](Documentation~/images/InstallationPackageManagerEnablePreview.png)\r\n1. Go back to the **Window > Package Manager**.\r\n1. Search for `UI Builder`:![Search Package Manager](Documentation~/images/InstallationPackageManagerSearch.png)\r\n1. Press **Install**.\r\n\r\n## Documentation\r\n\r\n![UI Builder Main Window](Documentation~/images/UIBuilderAnnotatedMainWindow.png)\r\n\r\n### ![1](Documentation~/images/Numeral_1_half.png) StyleSheets\r\n* Create USS Selectors for sharing common styling between multiple elements.\r\n### ![2](Documentation~/images/Numeral_2_half.png) Hierarchy\r\n* Current UI Document (UXML) element hierarchy.\r\n### ![3](Documentation~/images/Numeral_3_half.png) Library\r\n* **Standard tab:** Built-in Unity elements.\r\n* **Project tab:** Custom user elements like other `.uxml` templates in the current project.\r\n### ![4](Documentation~/images/Numeral_4_half.png) Viewport\r\n* **Toolbar:** Can Save/Load, change the Theme and activate Preview mode.\r\n* Currently selected element with manipulation handles.\r\n* Edit-time Canvas for editing and previewing current document with optional edit-time-only background image.\r\n### ![5](Documentation~/images/Numeral_5_half.png) Code Previews\r\n* **UXML Preview:** Preview of the generated UXML hierarchy asset.\r\n* **USS Preview:** Preview of the generated USS styles asset.\r\n### ![6](Documentation~/images/Numeral_6_half.png) Inspector\r\n* **Attributes:** Change attributes, like element name, that are set in the UXML document.\r\n* **Inherited Styles:** Add/remove style classes and see which selectors match the current element.\r\n* **Local Styles:** Override styles on the current element, inlined in the UXML document.\r\n\r\nFor more info, see our [documentation page](Documentation~/index.md).\r\n","samples":[{"path":"Samples~/OptionsPanel","description":"Simple options panel.","displayName":"OptionsPanel"},{"path":"Samples~/TanksGameScreen","description":"Main game screen derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksGameScreen"},{"path":"Samples~/TanksMainMenu","description":"Main menu screen derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksMainMenu"},{"path":"Samples~/TanksPlayerListItem","description":"Players list item derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksPlayerListItem"},{"path":"Samples~/TanksStatsBox","description":"Stats box derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksStatsBox"}],"_resolved":"","_integrity":"","repository":{"url":"https://github.cds.internal.unity3d.com/unity/com.unity.ui.builder.git","type":"git","revision":"02b67634561aeb7ad4689d6be03aa1a4cbab1305"},"_npmVersion":"6.13.4","_nodeVersion":"12.16.1","readmeFilename":"README.md","name":"com.unity.ui.builder","version":"1.0.0-preview.11","displayName":"UI Builder","description":"The UI Builder lets you visually create and edit UI assets such as UI documents (.uxml files), and stylesheets (.uss files), that you use with Unity's UI Toolkit (formerly UIElements).\n\nTo open the UI Builder window, select Window > UI Toolkit > UI Builder from the menu.\n\nNote: In Unity 2019.x, you open the UI Builder from the Window > UI > UI Builder menu.\n\nNote: UI Builder is the visual authoring tool for UI Toolkit. It does not include runtime support. To enable runtime support in Unity 2020.1 and later, install the UI Toolkit package. For details, please see the UI Builder package documentation.","dependencies":{},"dist":{"shasum":"d657532491cd9dd5568b9c8c84aa81a49aa82ec2","tarball":"https://download.packages.unity.com/com.unity.ui.builder/-/com.unity.ui.builder-1.0.0-preview.11.tgz"}},"1.0.0-preview.10":{"_id":"com.unity.ui.builder@1.0.0-preview.10","type":"tool","_from":"file:com.unity.ui.builder-1.0.0-preview.10.tgz","unity":"2019.4","upmCi":{"footprint":"4e651462699f94eba6f4be648b387d1cafbedd08"},"readme":"# UI Builder\r\n\r\nThe **UI Builder** lets you visually create and edit UI assets such as UI documents (`.uxml` files), and stylesheets (`.uss` files), that you use with Unity's **UI Toolkit** (formerly UIElements). After you install the UI Builder package, you can open the UI Builder window from the menu (**Window > UI Toolkit > UI Builder**), or from the Project window (double-click a `.uxml` asset).\r\n\r\n> Note: In Unity 2019.x, you open the UI Builder from the **Window > UI > UI Builder** menu.\r\n\r\n> Note: UI Builder is the visual authoring tool for UI Toolkit. It does not include runtime support. To enable runtime support in Unity 2020.1 and later, install the UI Toolkit package. For details, see this post on the Unity Forum: https://forum.unity.com/threads/ui-toolkit-1-0-preview-available.927822/.\r\n\r\n**Internal Developers:** Please **join our [#devs-uibuilder](https://unity.slack.com/archives/CJ3TX00QJ) Slack channel** for feedback and questions.\r\n\r\n## Installation\r\n\r\nUnity versions supported:\r\n- **2019.4**: 2019.4.15f1 or newer\r\n- **2020.1**: 2020.1.14f1 or newer\r\n- **2020.2**: 2020.2.0b12 or newer\r\n- **2021.1**: 2021.1.0a7 or newer\r\n\r\nTo install:\r\n1. Open the **Window > Package Manager**.\r\n    * For 2019.x, enable **Advanced > Show preview Packages**: ![Enable Preview Packages](Documentation~/images/InstallationPackageManagerAdvancedOptions.png)\r\n    * For newer 2020.1+, go to **Edit > Project Settings... > Package Manager**, and enable check **Enable Preview Packages**:\r\n    ![Enable Preview Packages (new)](Documentation~/images/InstallationPackageManagerEnablePreview.png)\r\n1. Go back to the **Window > Package Manager**.\r\n1. Search for `UI Builder`:![Search Package Manager](Documentation~/images/InstallationPackageManagerSearch.png)\r\n1. Press **Install**.\r\n\r\n## Documentation\r\n\r\n![UI Builder Main Window](Documentation~/images/UIBuilderAnnotatedMainWindow.png)\r\n\r\n### ![1](Documentation~/images/Numeral_1_half.png) Explorer\r\n* **StyleSheet:** Create USS selectors for sharing common styling between multiple elements.\r\n* **Hierarchy:** Current document element tree.\r\n### ![2](Documentation~/images/Numeral_2_half.png) Library\r\n* **Unity Elements:** Built-in Unity elements.\r\n* **Project Elements:** Custom user elements like other `.uxml` templates in the current project.\r\n### ![3](Documentation~/images/Numeral_3_half.png) Viewport\r\n* **Toolbar:** Can Save/Load, change the Theme and activate Preview mode.\r\n* Currently selected element with manipulation handles.\r\n* Edit-time Canvas for editing and previewing current document with optional edit-time-only background image.\r\n### ![4](Documentation~/images/Numeral_4_half.png) Code Previews\r\n* **UXML Preview:** Preview of the generated UXML hierarchy asset.\r\n* **USS Preview:** Preview of the generated USS styles asset.\r\n### ![5](Documentation~/images/Numeral_5_half.png) Inspector\r\n* **Attributes:** Change attributes, like element name, that are set in the UXML document.\r\n* **Inherited Styles:** Add/remove style classes and see which selectors match the current element.\r\n* **Local Styles:** Override styles on the current element, inlined in the UXML document.\r\n\r\nFor more info, see our [documentation page](Documentation~/index.md).\r\n","samples":[{"path":"Samples~/OptionsPanel","description":"Simple options panel.","displayName":"OptionsPanel"},{"path":"Samples~/TanksGameScreen","description":"Main game screen derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksGameScreen"},{"path":"Samples~/TanksMainMenu","description":"Main menu screen derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksMainMenu"},{"path":"Samples~/TanksPlayerListItem","description":"Players list item derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksPlayerListItem"},{"path":"Samples~/TanksStatsBox","description":"Stats box derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksStatsBox"}],"_resolved":"","_integrity":"","repository":{"url":"https://github.cds.internal.unity3d.com/unity/com.unity.ui.builder.git","type":"git","revision":"1919b46263f1d87044f4f9780b0d055a0644d408"},"_npmVersion":"6.13.4","_nodeVersion":"12.16.1","readmeFilename":"README.md","name":"com.unity.ui.builder","version":"1.0.0-preview.10","displayName":"UI Builder","description":"The UI Builder lets you visually create and edit UI assets such as UI documents (.uxml files), and stylesheets (.uss files), that you use with Unity's UI Toolkit (formerly UIElements).\n\nTo open the UI Builder window, select Window > UI Toolkit > UI Builder from the menu.\n\nNote: In Unity 2019.x, you open the UI Builder from the Window > UI > UI Builder menu.\n\nNote: UI Builder is the visual authoring tool for UI Toolkit. It does not include runtime support. To enable runtime support in Unity 2020.1 and later, install the UI Toolkit package. For details, please see the UI Builder package documentation.","dependencies":{},"dist":{"shasum":"a0f163c741df993de2d57cf00e9d1bb4742922a7","tarball":"https://download.packages.unity.com/com.unity.ui.builder/-/com.unity.ui.builder-1.0.0-preview.10.tgz"}},"1.0.0-preview.9":{"_id":"com.unity.ui.builder@1.0.0-preview.9","type":"tool","_from":"file:com.unity.ui.builder-1.0.0-preview.9.tgz","unity":"2019.4","upmCi":{"footprint":"5400eaf477186bf4f6a655016c19e1c7597801ee"},"readme":"# UI Builder\r\n\r\nThe **UI Builder** lets you visually create and edit UI assets such as UI documents (`.uxml` files), and stylesheets (`.uss` files), that you use with Unity's **UI Toolkit** (formerly UIElements). After you install the UI Builder package, you can open the UI Builder window from the menu (**Window > UI Toolkit > UI Builder**), or from the Project window (double-click a `.uxml` asset).\r\n\r\n> Note: In Unity 2019.x, you open the UI Builder from the **Window > UI > UI Builder** menu.\r\n\r\n> Note: UI Builder is the visual authoring tool for UI Toolkit. It does not include runtime support. To enable runtime support in Unity 2020.1 and later, install the UI Toolkit package. For details, see this post on the Unity Forum: https://forum.unity.com/threads/ui-toolkit-1-0-preview-available.927822/.\r\n\r\n**Internal Developers:** Please **join our [#devs-uibuilder](https://unity.slack.com/archives/CJ3TX00QJ) Slack channel** for feedback and questions.\r\n\r\n## Installation\r\n\r\nUnity versions supported:\r\n- **2019.4**: 2019.4.10f1 or newer\r\n- **2020.1**: 2020.1.6f1 or newer\r\n- **2020.2**: 2020.2.0b2 or newer\r\n\r\nTo install:\r\n1. Open the **Window > Package Manager**.\r\n    * For 2019.x, enable **Advanced > Show preview Packages**: ![Enable Preview Packages](Documentation~/images/InstallationPackageManagerAdvancedOptions.png)\r\n    * For newer 2020.1+, go to **Edit > Project Settings... > Package Manager**, and enable check **Enable Preview Packages**:\r\n    ![Enable Preview Packages (new)](Documentation~/images/InstallationPackageManagerEnablePreview.png)\r\n1. Go back to the **Window > Package Manager**.\r\n1. Search for `UI Builder`:![Search Package Manager](Documentation~/images/InstallationPackageManagerSearch.png)\r\n1. Press **Install**.\r\n\r\n## Documentation\r\n\r\n![UI Builder Main Window](Documentation~/images/UIBuilderAnnotatedMainWindow.png)\r\n\r\n### ![1](Documentation~/images/Numeral_1_half.png) Explorer\r\n* **StyleSheet:** Create USS selectors for sharing common styling between multiple elements.\r\n* **Hierarchy:** Current document element tree.\r\n### ![2](Documentation~/images/Numeral_2_half.png) Library\r\n* **Unity Elements:** Built-in Unity elements.\r\n* **Project Elements:** Custom user elements like other `.uxml` templates in the current project.\r\n### ![3](Documentation~/images/Numeral_3_half.png) Viewport\r\n* **Toolbar:** Can Save/Load, change the Theme and activate Preview mode.\r\n* Currently selected element with manipulation handles.\r\n* Edit-time Canvas for editing and previewing current document with optional edit-time-only background image.\r\n### ![4](Documentation~/images/Numeral_4_half.png) Code Previews\r\n* **UXML Preview:** Preview of the generated UXML hierarchy asset.\r\n* **USS Preview:** Preview of the generated USS styles asset.\r\n### ![5](Documentation~/images/Numeral_5_half.png) Inspector\r\n* **Attributes:** Change attributes, like element name, that are set in the UXML document.\r\n* **Inherited Styles:** Add/remove style classes and see which selectors match the current element.\r\n* **Local Styles:** Override styles on the current element, inlined in the UXML document.\r\n\r\nFor more info, see our [documentation page](Documentation~/index.md).\r\n","samples":[{"path":"Samples~/OptionsPanel","description":"Simple options panel.","displayName":"OptionsPanel"},{"path":"Samples~/TanksGameScreen","description":"Main game screen derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksGameScreen"},{"path":"Samples~/TanksMainMenu","description":"Main menu screen derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksMainMenu"},{"path":"Samples~/TanksPlayerListItem","description":"Players list item derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksPlayerListItem"},{"path":"Samples~/TanksStatsBox","description":"Stats box derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksStatsBox"}],"_resolved":"","_integrity":"","repository":{"url":"https://github.cds.internal.unity3d.com/unity/com.unity.ui.builder.git","type":"git","revision":"d43084304f4535fec7aab4bb930911df29514cac"},"_npmVersion":"6.13.4","_nodeVersion":"12.16.1","readmeFilename":"README.md","name":"com.unity.ui.builder","version":"1.0.0-preview.9","displayName":"UI Builder","description":"The UI Builder lets you visually create and edit UI assets such as UI documents (.uxml files), and stylesheets (.uss files), that you use with Unity's UI Toolkit (formerly UIElements).\n\nTo open the UI Builder window, select Window > UI Toolkit > UI Builder from the menu.\n\nNote: In Unity 2019.x, you open the UI Builder from the Window > UI > UI Builder menu.\n\nNote: UI Builder is the visual authoring tool for UI Toolkit. It does not include runtime support. To enable runtime support in Unity 2020.1 and later, install the UI Toolkit package. For details, please see the UI Builder package documentation.","dependencies":{},"dist":{"shasum":"53e2e214d127ea28423b4e29bd2a6cf768a6b4ba","tarball":"https://download.packages.unity.com/com.unity.ui.builder/-/com.unity.ui.builder-1.0.0-preview.9.tgz"}},"1.0.0-preview.7":{"_id":"com.unity.ui.builder@1.0.0-preview.7","type":"tool","_from":"file:com.unity.ui.builder-1.0.0-preview.7.tgz","unity":"2019.4","upmCi":{"footprint":"13604fbf28d8b6f056a29ae4e349421659544a4c"},"readme":"# UI Builder\r\n\r\nThe **UI Builder** lets you visually create and edit UI assets such as UI documents (`.uxml` files), and stylesheets (`.uss` files), that you use with Unity's **UI Toolkit** (formerly UIElements). After you install the UI Builder package, you can open the UI Builder window from the menu (**Window > UI Toolkit > UI Builder**), or from the Project window (double-click a `.uxml` asset).\r\n\r\n> Note: In Unity 2019.x, you open the UI Builder from the **Window > UI > UI Builder** menu.\r\n\r\n> Note: UI Builder is the visual authoring tool for UI Toolkit. It does not include runtime support. To enable runtime support in Unity 2020.1 and later, install the UI Toolkit package. For details, see this post on the Unity Forum: https://forum.unity.com/threads/ui-toolkit-1-0-preview-available.927822/.\r\n\r\n**Internal Developers:** Please **join our [#devs-uibuilder](https://unity.slack.com/archives/CJ3TX00QJ) Slack channel** for feedback and questions.\r\n\r\n## Installation\r\n\r\nUnity versions supported:\r\n- **2019.4**: 2019.4.10f1 or newer\r\n- **2020.1**: 2020.1.6f1 or newer\r\n- **2020.2**: 2020.2.0b2 or newer\r\n\r\nTo install:\r\n1. Open the **Window > Package Manager**.\r\n    * For 2019.x, enable **Advanced > Show preview Packages**: ![Enable Preview Packages](Documentation~/images/InstallationPackageManagerAdvancedOptions.png)\r\n    * For newer 2020.1+, go to **Edit > Project Settings... > Package Manager**, and enable check **Enable Preview Packages**:\r\n    ![Enable Preview Packages (new)](Documentation~/images/InstallationPackageManagerEnablePreview.png)\r\n1. Go back to the **Window > Package Manager**.\r\n1. Search for `UI Builder`:![Search Package Manager](Documentation~/images/InstallationPackageManagerSearch.png)\r\n1. Press **Install**.\r\n\r\n## Documentation\r\n\r\n![UI Builder Main Window](Documentation~/images/UIBuilderAnnotatedMainWindow.png)\r\n\r\n### ![1](Documentation~/images/Numeral_1_half.png) Explorer\r\n* **StyleSheet:** Create USS selectors for sharing common styling between multiple elements.\r\n* **Hierarchy:** Current document element tree.\r\n### ![2](Documentation~/images/Numeral_2_half.png) Library\r\n* **Unity Elements:** Built-in Unity elements.\r\n* **Project Elements:** Custom user elements like other `.uxml` templates in the current project.\r\n### ![3](Documentation~/images/Numeral_3_half.png) Viewport\r\n* **Toolbar:** Can Save/Load, change the Theme and activate Preview mode.\r\n* Currently selected element with manipulation handles.\r\n* Edit-time Canvas for editing and previewing current document with optional edit-time-only background image.\r\n### ![4](Documentation~/images/Numeral_4_half.png) Code Previews\r\n* **UXML Preview:** Preview of the generated UXML hierarchy asset.\r\n* **USS Preview:** Preview of the generated USS styles asset.\r\n### ![5](Documentation~/images/Numeral_5_half.png) Inspector\r\n* **Attributes:** Change attributes, like element name, that are set in the UXML document.\r\n* **Inherited Styles:** Add/remove style classes and see which selectors match the current element.\r\n* **Local Styles:** Override styles on the current element, inlined in the UXML document.\r\n\r\nFor more info, see our [documentation page](Documentation~/index.md).\r\n","samples":[{"path":"Samples~/OptionsPanel","description":"Simple options panel.","displayName":"OptionsPanel"},{"path":"Samples~/TanksGameScreen","description":"Main game screen derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksGameScreen"},{"path":"Samples~/TanksMainMenu","description":"Main menu screen derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksMainMenu"},{"path":"Samples~/TanksPlayerListItem","description":"Players list item derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksPlayerListItem"},{"path":"Samples~/TanksStatsBox","description":"Stats box derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksStatsBox"}],"_resolved":"","_integrity":"","repository":{"url":"https://github.cds.internal.unity3d.com/unity/com.unity.ui.builder.git","type":"git","revision":"c21f69c2fda9ec4612bcd07d16864cff0193ea6b"},"_npmVersion":"6.13.4","_nodeVersion":"12.16.1","readmeFilename":"README.md","name":"com.unity.ui.builder","version":"1.0.0-preview.7","displayName":"UI Builder","description":"The UI Builder lets you visually create and edit UI assets such as UI documents (.uxml files), and stylesheets (.uss files), that you use with Unity's UI Toolkit (formerly UIElements).\n\nTo open the UI Builder window, select Window > UI Toolkit > UI Builder from the menu.\n\nNote: In Unity 2019.x, you open the UI Builder from the Window > UI > UI Builder menu.\n\nNote: UI Builder is the visual authoring tool for UI Toolkit. It does not include runtime support. To enable runtime support in Unity 2020.1 and later, install the UI Toolkit package. For details, please see the UI Builder package documentation.","dependencies":{},"dist":{"shasum":"89d388129842c27b9f3f370fdfaef45faa2c0753","tarball":"https://download.packages.unity.com/com.unity.ui.builder/-/com.unity.ui.builder-1.0.0-preview.7.tgz"}},"1.0.0-preview.6":{"_id":"com.unity.ui.builder@1.0.0-preview.6","type":"tool","_from":"file:com.unity.ui.builder-1.0.0-preview.6.tgz","unity":"2019.3","upmCi":{"footprint":"39f49f89f15ff2b07668d53e88190b83be179e14"},"readme":"# UI Builder\r\n\r\nThe **UI Builder** lets you visually create and edit UI assets such as UI documents (`.uxml` files), and stylesheets (`.uss` files), that you use with Unity's **UI Toolkit** (formerly UIElements). After you install the UI Builder package, you can open the UI Builder window from the menu (**Window > UI Toolkit > UI Builder**), or from the Project window (double-click a `.uxml` asset).\r\n\r\n> Note: In Unity 2019.x, you open the UI Builder from the **Window > UI > UI Builder** menu.\r\n\r\n> Note: UI Builder is the visual authoring tool for UI Toolkit. It does not include runtime support. To enable runtime support in Unity 2020.1 and later, install the UI Toolkit package. For details, see this post on the Unity Forum: https://forum.unity.com/threads/ui-toolkit-1-0-preview-available.927822/.\r\n\r\n**Internal Developers:** Please **join our [#devs-uibuilder](https://unity.slack.com/archives/CJ3TX00QJ) Slack channel** for feedback and questions.\r\n\r\n## Installation\r\n\r\nUnity versions supported:\r\n- **2019.3**: 2019.3.15f1 or newer\r\n- **2019.4**: 2019.4.9f1 or newer\r\n- **2020.1**: 2020.1.3f1 or newer\r\n- **2020.2**: 2020.2.0a21 or newer\r\n\r\nTo install:\r\n1. Open the **Window > Package Manager**.\r\n    * For 2019.x, enable **Advanced > Show preview Packages**: ![Enable Preview Packages](Documentation~/images/InstallationPackageManagerAdvancedOptions.png)\r\n    * For newer 2020.1+, go to **Edit > Project Settings... > Package Manager**, and enable check **Enable Preview Packages**:\r\n    ![Enable Preview Packages (new)](Documentation~/images/InstallationPackageManagerEnablePreview.png)\r\n1. Go back to the **Window > Package Manager**.\r\n1. Search for `UI Builder`:![Search Package Manager](Documentation~/images/InstallationPackageManagerSearch.png)\r\n1. Press **Install**.\r\n\r\n## Documentation\r\n\r\n![UI Builder Main Window](Documentation~/images/UIBuilderAnnotatedMainWindow.png)\r\n\r\n### ![1](Documentation~/images/Numeral_1_half.png) Explorer\r\n* **StyleSheet:** Create USS selectors for sharing common styling between multiple elements.\r\n* **Hierarchy:** Current document element tree.\r\n### ![2](Documentation~/images/Numeral_2_half.png) Library\r\n* **Unity Elements:** Built-in Unity elements.\r\n* **Project Elements:** Custom user elements like other `.uxml` templates in the current project.\r\n### ![3](Documentation~/images/Numeral_3_half.png) Viewport\r\n* **Toolbar:** Can Save/Load, change the Theme and activate Preview mode.\r\n* Currently selected element with manipulation handles.\r\n* Edit-time Canvas for editing and previewing current document with optional edit-time-only background image.\r\n### ![4](Documentation~/images/Numeral_4_half.png) Code Previews\r\n* **UXML Preview:** Preview of the generated UXML hierarchy asset.\r\n* **USS Preview:** Preview of the generated USS styles asset.\r\n### ![5](Documentation~/images/Numeral_5_half.png) Inspector\r\n* **Attributes:** Change attributes, like element name, that are set in the UXML document.\r\n* **Inherited Styles:** Add/remove style classes and see which selectors match the current element.\r\n* **Local Styles:** Override styles on the current element, inlined in the UXML document.\r\n\r\nFor more info, see our [documentation page](Documentation~/index.md).\r\n","samples":[{"path":"Samples~/OptionsPanel","description":"Simple options panel.","displayName":"OptionsPanel"},{"path":"Samples~/TanksGameScreen","description":"Main game screen derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksGameScreen"},{"path":"Samples~/TanksMainMenu","description":"Main menu screen derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksMainMenu"},{"path":"Samples~/TanksPlayerListItem","description":"Players list item derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksPlayerListItem"},{"path":"Samples~/TanksStatsBox","description":"Stats box derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksStatsBox"}],"_resolved":"","_integrity":"","repository":{"url":"https://github.cds.internal.unity3d.com/unity/com.unity.ui.builder.git","type":"git","revision":"ef6eb30d9d619a5005bf8dc31f87da7045b28285"},"_npmVersion":"6.13.4","_nodeVersion":"12.16.1","readmeFilename":"README.md","name":"com.unity.ui.builder","version":"1.0.0-preview.6","displayName":"UI Builder","description":"The UI Builder lets you visually create and edit UI assets such as UI documents (.uxml files), and stylesheets (.uss files), that you use with Unity's UI Toolkit (formerly UIElements).\n\nTo open the UI Builder window, select Window > UI Toolkit > UI Builder from the menu.\n\nNote: In Unity 2019.x, you open the UI Builder from the Window > UI > UI Builder menu.\n\nNote: UI Builder is the visual authoring tool for UI Toolkit. It does not include runtime support. To enable runtime support in Unity 2020.1 and later, install the UI Toolkit package. For details, please see the UI Builder package documentation.","dependencies":{},"dist":{"shasum":"b64a80d7760a3e289b5b35898ef69cb073d2eeec","tarball":"https://download.packages.unity.com/com.unity.ui.builder/-/com.unity.ui.builder-1.0.0-preview.6.tgz"}},"1.0.0-preview.5":{"_id":"com.unity.ui.builder@1.0.0-preview.5","type":"tool","_from":"file:com.unity.ui.builder-1.0.0-preview.5.tgz","unity":"2019.3","upmCi":{"footprint":"1e79114c75ee38a32e1ad7bea4a26b3ddd55c49b"},"readme":"# UI Builder\r\n\r\nThe **UI Builder** lets you visually create and edit UI assets such as UI documents (`.uxml` files), and stylesheets (`.uss` files), that you use with Unity's **UI Toolkit** (formerly UIElements). After you install the UI Builder package, you can open the UI Builder window from the menu (**Window > UI Toolkit > UI Builder**), or from the Project window (double-click a `.uxml` asset).\r\n\r\n> Note: In Unity 2019.x, you open the UI Builder from the **Window > UI > UI Builder** menu.\r\n\r\n> Note: UI Builder is the visual authoring tool for UI Toolkit. It does not include runtime support. To enable runtime support in Unity 2020.1 and later, install the UI Toolkit package. For details, see this post on the Unity Forum: https://forum.unity.com/threads/ui-toolkit-1-0-preview-available.927822/.\r\n\r\n**Internal Developers:** Please **join our [#devs-uibuilder](https://unity.slack.com/archives/CJ3TX00QJ) Slack channel** for feedback and questions.\r\n\r\n## Installation\r\n\r\nUnity versions supported:\r\n- **2019.3**: 2019.3.15f1 or newer\r\n- **2019.4**: 2019.4.9f1 or newer\r\n- **2020.1**: 2020.1.3f1 or newer\r\n- **2020.2**: 2020.2.0a21 or newer\r\n\r\nTo install:\r\n1. Open the **Window > Package Manager**.\r\n    * For 2019.x, enable **Advanced > Show preview Packages**: ![Enable Preview Packages](Documentation~/images/InstallationPackageManagerAdvancedOptions.png)\r\n    * For newer 2020.1+, go to **Edit > Project Settings... > Package Manager**, and enable check **Enable Preview Packages**:\r\n    ![Enable Preview Packages (new)](Documentation~/images/InstallationPackageManagerEnablePreview.png)\r\n1. Go back to the **Window > Package Manager**.\r\n1. Search for `UI Builder`:![Search Package Manager](Documentation~/images/InstallationPackageManagerSearch.png)\r\n1. Press **Install**.\r\n\r\n## Documentation\r\n\r\n![UI Builder Main Window](Documentation~/images/UIBuilderAnnotatedMainWindow.png)\r\n\r\n### ![1](Documentation~/images/Numeral_1_half.png) Explorer\r\n* **StyleSheet:** Create USS selectors for sharing common styling between multiple elements.\r\n* **Hierarchy:** Current document element tree.\r\n### ![2](Documentation~/images/Numeral_2_half.png) Library\r\n* **Unity Elements:** Built-in Unity elements.\r\n* **Project Elements:** Custom user elements like other `.uxml` templates in the current project.\r\n### ![3](Documentation~/images/Numeral_3_half.png) Viewport\r\n* **Toolbar:** Can Save/Load, change the Theme and activate Preview mode.\r\n* Currently selected element with manipulation handles.\r\n* Edit-time Canvas for editing and previewing current document with optional edit-time-only background image.\r\n### ![4](Documentation~/images/Numeral_4_half.png) Code Previews\r\n* **UXML Preview:** Preview of the generated UXML hierarchy asset.\r\n* **USS Preview:** Preview of the generated USS styles asset.\r\n### ![5](Documentation~/images/Numeral_5_half.png) Inspector\r\n* **Attributes:** Change attributes, like element name, that are set in the UXML document.\r\n* **Inherited Styles:** Add/remove style classes and see which selectors match the current element.\r\n* **Local Styles:** Override styles on the current element, inlined in the UXML document.\r\n\r\nFor more info, see our [documentation page](Documentation~/index.md).\r\n","samples":[{"path":"Samples~/OptionsPanel","description":"Simple options panel.","displayName":"OptionsPanel"},{"path":"Samples~/TanksGameScreen","description":"Main game screen derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksGameScreen"},{"path":"Samples~/TanksMainMenu","description":"Main menu screen derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksMainMenu"},{"path":"Samples~/TanksPlayerListItem","description":"Players list item derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksPlayerListItem"},{"path":"Samples~/TanksStatsBox","description":"Stats box derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksStatsBox"}],"_resolved":"","_integrity":"","repository":{"url":"https://github.cds.internal.unity3d.com/unity/com.unity.ui.builder.git","type":"git","revision":"7172d318f9129d76b343f343f1ed2fa7730fb323"},"_npmVersion":"6.13.4","_nodeVersion":"12.16.1","readmeFilename":"README.md","name":"com.unity.ui.builder","version":"1.0.0-preview.5","displayName":"UI Builder","description":"The UI Builder lets you visually create and edit UI assets such as UI documents (.uxml files), and stylesheets (.uss files), that you use with Unity's UI Toolkit (formerly UIElements).\n\nTo open the UI Builder window, select Window > UI Toolkit > UI Builder from the menu.\n\nNote: In Unity 2019.x, you open the UI Builder from the Window > UI > UI Builder menu.\n\nNote: UI Builder is the visual authoring tool for UI Toolkit. It does not include runtime support. To enable runtime support in Unity 2020.1 and later, install the UI Toolkit package. For details, please see the UI Builder package documentation.","dependencies":{},"dist":{"shasum":"5357fc49ff7da0eb6cc22bc677ea767930cac3bb","tarball":"https://download.packages.unity.com/com.unity.ui.builder/-/com.unity.ui.builder-1.0.0-preview.5.tgz"}},"1.0.0-preview.4":{"_id":"com.unity.ui.builder@1.0.0-preview.4","type":"tool","_from":"file:com.unity.ui.builder-1.0.0-preview.4.tgz","unity":"2019.3","upmCi":{"footprint":"ea4411b729a80e2a6c035b9b031b6bf912e7534b"},"readme":"# UI Builder\r\n\r\nThe **UI Builder** lets you visually create and edit UI assets such as UI documents (`.uxml` files), and stylesheets (`.uss` files), that you use with Unity's **UI Toolkit** (formerly UIElements). After you install the UI Builder package, you can open the UI Builder window from the menu (**Window > UI Toolkit > UI Builder**), or from the Project window (double-click a `.uxml` asset).\r\n\r\n> Note: In Unity 2019.x, you open the UI Builder from the **Window > UI > UI Builder** menu.\r\n\r\n> Note: UI Builder is the visual authoring tool for UI Toolkit. It does not include runtime support. To enable runtime support in Unity 2020.1 and later, install the UI Toolkit package. For details, see this post on the Unity Forum: https://forum.unity.com/threads/ui-toolkit-1-0-preview-available.927822/.\r\n\r\n**Internal Developers:** Please **join our [#devs-uibuilder](https://unity.slack.com/archives/CJ3TX00QJ) Slack channel** for feedback and questions.\r\n\r\n## Installation\r\n\r\nUnity versions supported:\r\n- **2019.3**: 2019.3.15f1 or newer\r\n- **2019.4**: 2019.4.7f1 or newer\r\n- **2020.1**: 2020.1.1f1 or newer\r\n- **2020.2**: 2020.2.0a19 or newer\r\n\r\nTo install:\r\n1. Open the **Window > Package Manager**.\r\n    * For 2019.x, enable **Advanced > Show preview Packages**: ![Enable Preview Packages](Documentation~/images/InstallationPackageManagerAdvancedOptions.png)\r\n    * For newer 2020.1+, go to **Edit > Project Settings... > Package Manager**, and enable check **Enable Preview Packages**:\r\n    ![Enable Preview Packages (new)](Documentation~/images/InstallationPackageManagerEnablePreview.png)\r\n1. Go back to the **Window > Package Manager**.\r\n1. Search for `UI Builder`:![Search Package Manager](Documentation~/images/InstallationPackageManagerSearch.png)\r\n1. Press **Install**.\r\n\r\n## Documentation\r\n\r\n![UI Builder Main Window](Documentation~/images/UIBuilderAnnotatedMainWindow.png)\r\n\r\n### ![1](Documentation~/images/Numeral_1_half.png) Explorer\r\n* **StyleSheet:** Create USS selectors for sharing common styling between multiple elements.\r\n* **Hierarchy:** Current document element tree.\r\n### ![2](Documentation~/images/Numeral_2_half.png) Library\r\n* **Unity Elements:** Built-in Unity elements.\r\n* **Project Elements:** Custom user elements like other `.uxml` templates in the current project.\r\n### ![3](Documentation~/images/Numeral_3_half.png) Viewport\r\n* **Toolbar:** Can Save/Load, change the Theme and activate Preview mode.\r\n* Currently selected element with manipulation handles.\r\n* Edit-time Canvas for editing and previewing current document with optional edit-time-only background image.\r\n### ![4](Documentation~/images/Numeral_4_half.png) Code Previews\r\n* **UXML Preview:** Preview of the generated UXML hierarchy asset.\r\n* **USS Preview:** Preview of the generated USS styles asset.\r\n### ![5](Documentation~/images/Numeral_5_half.png) Inspector\r\n* **Attributes:** Change attributes, like element name, that are set in the UXML document.\r\n* **Inherited Styles:** Add/remove style classes and see which selectors match the current element.\r\n* **Local Styles:** Override styles on the current element, inlined in the UXML document.\r\n\r\nFor more info, see our [documentation page](Documentation~/index.md).\r\n","samples":[{"path":"Samples~/OptionsPanel","description":"Simple options panel.","displayName":"OptionsPanel"},{"path":"Samples~/TanksGameScreen","description":"Main game screen derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksGameScreen"},{"path":"Samples~/TanksMainMenu","description":"Main menu screen derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksMainMenu"},{"path":"Samples~/TanksPlayerListItem","description":"Players list item derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksPlayerListItem"},{"path":"Samples~/TanksStatsBox","description":"Stats box derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksStatsBox"}],"_resolved":"","_integrity":"","repository":{"url":"https://github.cds.internal.unity3d.com/unity/com.unity.ui.builder.git","type":"git","revision":"de0c3fe1d4105aea55780f9d275c92662312f844"},"_npmVersion":"6.13.4","_nodeVersion":"12.16.1","readmeFilename":"README.md","name":"com.unity.ui.builder","version":"1.0.0-preview.4","displayName":"UI Builder","description":"The UI Builder lets you visually create and edit UI assets such as UI documents (.uxml files), and stylesheets (.uss files), that you use with Unity's UI Toolkit (formerly UIElements).\n\nTo open the UI Builder window, select Window > UI Toolkit > UI Builder from the menu.\n\nNote: In Unity 2019.x, you open the UI Builder from the Window > UI > UI Builder menu.\n\nNote: UI Builder is the visual authoring tool for UI Toolkit. It does not include runtime support. To enable runtime support in Unity 2020.1 and later, install the UI Toolkit package. For details, please see the UI Builder package documentation.","dependencies":{},"dist":{"shasum":"20479912d1e5b8de5150cc9ea00545a5bbc38483","tarball":"https://download.packages.unity.com/com.unity.ui.builder/-/com.unity.ui.builder-1.0.0-preview.4.tgz"}},"1.0.0-preview.3":{"_id":"com.unity.ui.builder@1.0.0-preview.3","type":"tool","_from":"file:com.unity.ui.builder-1.0.0-preview.3.tgz","unity":"2019.3","upmCi":{"footprint":"4e61ec5af7da5086c3681b38265c72d0f1526ef7"},"readme":"# UI Builder\r\n\r\nThe **UI Builder** lets you visually create and edit UI assets (UXML and USS) for use with the **UI Toolkit** (formally UIElements). Once the package is installed, the UI Builder window can be opened via the **Window > UI Toolkit > UI Builder** menu, or double-clicking on a `.uxml` asset in the Project Browser.\r\n\r\n> Note, for 2019.x, the UI Builder window can be found in **Window > UI > UI Builder**.\r\n\r\n**Internal Developers:** Please **join our [#devs-uibuilder](https://unity.slack.com/archives/CJ3TX00QJ) Slack channel** for feedback and questions.\r\n\r\n## Installation\r\n\r\nUnity versions supported:\r\n- **2019.3**: 2019.3.15f1 or newer\r\n- **2019.4**: 2019.4.3f1 or newer\r\n- **2020.1**: 2020.1.0b15 or newer\r\n- **2020.2**: 2020.2.0a17 or newer\r\n\r\nTo install:\r\n1. Open the **Window > Package Manager**.\r\n    * For 2019.x, enable **Advanced > Show preview Packages**: ![Enable Preview Packages](Documentation~/images/InstallationPackageManagerAdvancedOptions.png)\r\n    * For newer 2020.1+, go to **Edit > Project Settings... > Package Manager**, and enable check **Enable Preview Packages**:\r\n    ![Enable Preview Packages (new)](Documentation~/images/InstallationPackageManagerEnablePreview.png)\r\n1. Go back to the **Window > Package Manager**.\r\n1. Search for `UI Builder`:![Search Package Manager](Documentation~/images/InstallationPackageManagerSearch.png)\r\n1. Press **Install**.\r\n\r\n## Documentation\r\n\r\n![UI Builder Main Window](Documentation~/images/UIBuilderAnnotatedMainWindow.png)\r\n\r\n### ![1](Documentation~/images/Numeral_1_half.png) Explorer\r\n* **StyleSheet:** Create USS selectors for sharing common styling between multiple elements.\r\n* **Hierarchy:** Current document element tree.\r\n### ![2](Documentation~/images/Numeral_2_half.png) Library\r\n* **Unity Elements:** Built-in Unity elements.\r\n* **Project Elements:** Custom user elements like other `.uxml` templates in the current project.\r\n### ![3](Documentation~/images/Numeral_3_half.png) Viewport\r\n* **Toolbar:** Can Save/Load, change the Theme and activate Preview mode.\r\n* Currently selected element with manipulation handles.\r\n* Edit-time Canvas for editing and previewing current document with optional edit-time-only background image.\r\n### ![4](Documentation~/images/Numeral_4_half.png) Code Previews\r\n* **UXML Preview:** Preview of the generated UXML hierarchy asset.\r\n* **USS Preview:** Preview of the generated USS styles asset.\r\n### ![5](Documentation~/images/Numeral_5_half.png) Inspector\r\n* **Attributes:** Change attributes, like element name, that are set in the UXML document.\r\n* **Inherited Styles:** Add/remove style classes and see which selectors match the current element.\r\n* **Local Styles:** Override styles on the current element, inlined in the UXML document.\r\n\r\nFor more info, see our [documentation page](Documentation~/index.md).\r\n","samples":[{"path":"Samples~/OptionsPanel","description":"Simple options panel.","displayName":"OptionsPanel"},{"path":"Samples~/TanksGameScreen","description":"Main game screen derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksGameScreen"},{"path":"Samples~/TanksMainMenu","description":"Main menu screen derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksMainMenu"},{"path":"Samples~/TanksPlayerListItem","description":"Players list item derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksPlayerListItem"},{"path":"Samples~/TanksStatsBox","description":"Stats box derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksStatsBox"}],"_resolved":"","_integrity":"","repository":{"url":"https://github.cds.internal.unity3d.com/unity/com.unity.ui.builder.git","type":"git","revision":"966fceec1c8e9828680c518b78187914a3f9b78c"},"_npmVersion":"6.13.4","_nodeVersion":"12.16.1","readmeFilename":"README.md","name":"com.unity.ui.builder","version":"1.0.0-preview.3","displayName":"UI Builder","description":"UI Builder lets you visually create and edit UI assets (UXML and USS) for use with the UI Toolkit (formally UIElements).\n\nYou can open the UI Builder via the main menu: Window > UI Toolkit > UI Builder\n\nNote: In Unity 2019.x, the UI Builder can be found in: Window > UI > UI Builder","dependencies":{},"dist":{"shasum":"1cbc87c507b7dcdf0d83bc4e07a7fd4074f7d593","tarball":"https://download.packages.unity.com/com.unity.ui.builder/-/com.unity.ui.builder-1.0.0-preview.3.tgz"}},"1.0.0-preview.2":{"_id":"com.unity.ui.builder@1.0.0-preview.2","type":"tool","_from":"file:com.unity.ui.builder-1.0.0-preview.2.tgz","unity":"2019.3","upmCi":{"footprint":"e406ea4aad962f8b4ff594841b6e884f010c63b5"},"readme":"# UI Builder\r\n\r\nThe **UI Builder** lets you visually create and edit UI assets (UXML and USS) for use with the **UI Toolkit** (formally UIElements). Once the package is installed, the UI Builder window can be opened via the **Window > UI Toolkit > UI Builder** menu, or double-clicking on a `.uxml` asset in the Project Browser.\r\n\r\n> Note, for 2019.x, the UI Builder window can be found in **Window > UI > UI Builder**.\r\n\r\n**Internal Developers:** Please **join our [#devs-uibuilder](https://unity.slack.com/archives/CJ3TX00QJ) Slack channel** for feedback and questions.\r\n\r\n## Installation\r\n\r\nUnity versions supported:\r\n- **2019.3**: 2019.3.15f1 or newer\r\n- **2019.4**: 2019.4.3f1 or newer\r\n- **2020.1**: 2020.1.0b15 or newer\r\n- **2020.2**: 2020.2.0a17 or newer\r\n\r\nTo install:\r\n1. Open the **Window > Package Manager**.\r\n    * For 2019.x, enable **Advanced > Show preview Packages**: ![Enable Preview Packages](Documentation~/images/InstallationPackageManagerAdvancedOptions.png)\r\n    * For newer 2020.1+, go to **Edit > Project Settings... > Package Manager**, and enable check **Enable Preview Packages**:\r\n    ![Enable Preview Packages (new)](Documentation~/images/InstallationPackageManagerEnablePreview.png)\r\n1. Go back to the **Window > Package Manager**.\r\n1. Search for `UI Builder`:![Search Package Manager](Documentation~/images/InstallationPackageManagerSearch.png)\r\n1. Press **Install**.\r\n\r\n## Documentation\r\n\r\n![UI Builder Main Window](Documentation~/images/UIBuilderAnnotatedMainWindow.png)\r\n\r\n### ![1](Documentation~/images/Numeral_1_half.png) Explorer\r\n* **StyleSheet:** Create USS selectors for sharing common styling between multiple elements.\r\n* **Hierarchy:** Current document element tree.\r\n### ![2](Documentation~/images/Numeral_2_half.png) Library\r\n* **Unity Elements:** Built-in Unity elements.\r\n* **Project Elements:** Custom user elements like other `.uxml` templates in the current project.\r\n### ![3](Documentation~/images/Numeral_3_half.png) Viewport\r\n* **Toolbar:** Can Save/Load, change the Theme and activate Preview mode.\r\n* Currently selected element with manipulation handles.\r\n* Edit-time Canvas for editing and previewing current document with optional edit-time-only background image.\r\n### ![4](Documentation~/images/Numeral_4_half.png) Code Previews\r\n* **UXML Preview:** Preview of the generated UXML hierarchy asset.\r\n* **USS Preview:** Preview of the generated USS styles asset.\r\n### ![5](Documentation~/images/Numeral_5_half.png) Inspector\r\n* **Attributes:** Change attributes, like element name, that are set in the UXML document.\r\n* **Inherited Styles:** Add/remove style classes and see which selectors match the current element.\r\n* **Local Styles:** Override styles on the current element, inlined in the UXML document.\r\n\r\nFor more info, see our [documentation page](Documentation~/index.md).\r\n","samples":[{"path":"Samples~/OptionsPanel","description":"Simple options panel.","displayName":"OptionsPanel"},{"path":"Samples~/TanksGameScreen","description":"Main game screen derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksGameScreen"},{"path":"Samples~/TanksMainMenu","description":"Main menu screen derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksMainMenu"},{"path":"Samples~/TanksPlayerListItem","description":"Players list item derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksPlayerListItem"},{"path":"Samples~/TanksStatsBox","description":"Stats box derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksStatsBox"}],"_resolved":"","_integrity":"","repository":{"url":"https://github.cds.internal.unity3d.com/unity/com.unity.ui.builder.git","type":"git","revision":"5818f1e1684e32192bf7ec7e23a9cc9a08200b68"},"_npmVersion":"6.13.4","_nodeVersion":"12.16.1","readmeFilename":"README.md","name":"com.unity.ui.builder","version":"1.0.0-preview.2","displayName":"UI Builder","description":"UI Builder lets you visually create and edit UI assets (UXML and USS) for use with the UI Toolkit (formally UIElements).\n\nYou can open the UI Builder via the main menu: Window > UI Toolkit > UI Builder\n\nNote: In Unity 2019.x, the UI Builder can be found in: Window > UI > UI Builder","dependencies":{},"dist":{"shasum":"f063531e16f5f9bea4c97e2a627f7c6dea844fc7","tarball":"https://download.packages.unity.com/com.unity.ui.builder/-/com.unity.ui.builder-1.0.0-preview.2.tgz"}},"1.0.0-preview.1":{"_id":"com.unity.ui.builder@1.0.0-preview.1","type":"tool","_from":"file:com.unity.ui.builder-1.0.0-preview.1.tgz","unity":"2019.3","upmCi":{"footprint":"887d20a541150c3ab6dadd96640a8921f9531d09"},"readme":"# UI Builder\r\n\r\nThe **UI Builder** lets you visually create and edit UI assets (UXML and USS) for use with the **UI Toolkit** (formally UIElements). Once the package is installed, the UI Builder window can be opened via the **Window > UI Toolkit > UI Builder** menu, or double-clicking on a `.uxml` asset in the Project Browser.\r\n\r\n> Note, for 2019.x, the UI Builder window can be found in **Window > UI > UI Builder**.\r\n\r\n**Internal Developers:** Please **join our [#devs-uibuilder](https://unity.slack.com/archives/CJ3TX00QJ) Slack channel** for feedback and questions.\r\n\r\n## Installation\r\n\r\nUnity versions supported:\r\n- **2019.3**: 2019.3.15f1 or newer\r\n- **2019.4**: 2019.4.0f1 or newer\r\n- **2020.1**: 2020.1.0b12 or newer\r\n- **2020.2**: 2020.2.0a14 or newer\r\n\r\nTo install:\r\n1. Open the **Window > Package Manager**.\r\n    * For 2019.x, enable **Advanced > Show preview Packages**: ![Enable Preview Packages](Documentation~/images/InstallationPackageManagerAdvancedOptions.png)\r\n    * For newer 2020.1+, go to **Edit > Project Settings... > Package Manager**, and enable check **Enable Preview Packages**:\r\n    ![Enable Preview Packages (new)](Documentation~/images/InstallationPackageManagerEnablePreview.png)\r\n1. Go back to the **Window > Package Manager**.\r\n1. Search for `UI Builder`:![Search Package Manager](Documentation~/images/InstallationPackageManagerSearch.png)\r\n1. Press **Install**.\r\n\r\n## Documentation\r\n\r\n![UI Builder Main Window](Documentation~/images/UIBuilderAnnotatedMainWindow.png)\r\n\r\n### ![1](Documentation~/images/Numeral_1_half.png) Explorer\r\n* **StyleSheet:** Create USS selectors for sharing common styling between multiple elements.\r\n* **Hierarchy:** Current document element tree.\r\n### ![2](Documentation~/images/Numeral_2_half.png) Library\r\n* **Unity Elements:** Built-in Unity elements.\r\n* **Project Elements:** Custom user elements like other `.uxml` templates in the current project.\r\n### ![3](Documentation~/images/Numeral_3_half.png) Viewport\r\n* **Toolbar:** Can Save/Load, change the Theme and activate Preview mode.\r\n* Currently selected element with manipulation handles.\r\n* Edit-time Canvas for editing and previewing current document with optional edit-time-only background image.\r\n### ![4](Documentation~/images/Numeral_4_half.png) Code Previews\r\n* **UXML Preview:** Preview of the generated UXML hierarchy asset.\r\n* **USS Preview:** Preview of the generated USS styles asset.\r\n### ![5](Documentation~/images/Numeral_5_half.png) Inspector\r\n* **Attributes:** Change attributes, like element name, that are set in the UXML document.\r\n* **Inherited Styles:** Add/remove style classes and see which selectors match the current element.\r\n* **Local Styles:** Override styles on the current element, inlined in the UXML document.\r\n\r\nFor more info, see our [documentation page](Documentation~/index.md).\r\n","samples":[{"path":"Samples~/OptionsPanel","description":"Simple options panel.","displayName":"OptionsPanel"},{"path":"Samples~/TanksGameScreen","description":"Main game screen derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksGameScreen"},{"path":"Samples~/TanksMainMenu","description":"Main menu screen derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksMainMenu"},{"path":"Samples~/TanksPlayerListItem","description":"Players list item derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksPlayerListItem"},{"path":"Samples~/TanksStatsBox","description":"Stats box derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksStatsBox"}],"_resolved":"","_integrity":"","repository":{"url":"https://github.cds.internal.unity3d.com/unity/com.unity.ui.builder.git","type":"git","revision":"685fbd3855e4ec197460c8cbd5267948f2cc3a0d"},"_npmVersion":"6.13.4","_nodeVersion":"12.16.1","readmeFilename":"README.md","name":"com.unity.ui.builder","version":"1.0.0-preview.1","displayName":"UI Builder","description":"UI Builder lets you visually create and edit UI assets (UXML and USS) for use with the UI Toolkit (formally UIElements).\n\nYou can open the UI Builder via the main menu: Window > UI Toolkit > UI Builder\n\nNote: In Unity 2019.x, the UI Builder can be found in: Window > UI > UI Builder","dependencies":{},"dist":{"shasum":"7c0f35cc310b0581a2bff710faf5e96e0fffedb6","tarball":"https://download.packages.unity.com/com.unity.ui.builder/-/com.unity.ui.builder-1.0.0-preview.1.tgz"}},"0.11.2-preview":{"_id":"com.unity.ui.builder@0.11.2-preview","type":"tool","_from":"file:com.unity.ui.builder-0.11.2-preview.tgz","unity":"2019.2","upmCi":{"footprint":"619111561ca97be9ae4c2d3eee8f6510cfce1a31"},"readme":"# UI Builder\r\n\r\nThe **UI Builder** lets you visually create and edit UI assets (UXML and USS) for use with the **UI Toolkit** (formally UIElements). Once the package is installed, the UI Builder window can be opened via the **Window > UI Toolkit > UI Builder** menu, or double-clicking on a `.uxml` asset in the Project Browser.\r\n\r\n> Note, for 2019.3 and 2019.2, the UI Builder window can be found in **Window > UI > UI Builder**.\r\n\r\n**Internal Developers:** Please **join our [#devs-uibuilder](https://unity.slack.com/archives/CJ3TX00QJ) Slack channel** for feedback and questions.\r\n\r\n## Installation\r\n\r\nUnity versions supported:\r\n- **2019.2**: 2019.2.21f1 or newer\r\n- **2019.3**: 2019.3.12f1 or newer\r\n- **2020.1**: 2020.1.0b7 or newer\r\n- **2020.2**: 2020.2.0a9 or newer\r\n\r\nTo install:\r\n1. Open the **Window > Package Manager**.\r\n    * For 2019.2, 2019.3, and older 2020.1, enable **Advanced > Show preview Packages**: ![Enable Preview Packages](Documentation~/images/InstallationPackageManagerAdvancedOptions.png)\r\n    * For newer 2020.1 and 2020.2+, go to **Edit > Project Settings... > Package Manager**, and enable check **Enable Preview Packages**:\r\n    ![Enable Preview Packages (new)](Documentation~/images/InstallationPackageManagerEnablePreview.png)\r\n1. Go back to the **Window > Package Manager**.\r\n1. Search for `UI Builder`:![Search Package Manager](Documentation~/images/InstallationPackageManagerSearch.png)\r\n1. Press **Install**.\r\n\r\n## Documentation\r\n\r\n![UI Builder Main Window](Documentation~/images/UIBuilderAnnotatedMainWindow.png)\r\n\r\n### ![1](Documentation~/images/Numeral_1_half.png) Explorer\r\n* **StyleSheet:** Create USS selectors for sharing common styling between multiple elements.\r\n* **Hierarchy:** Current document element tree.\r\n### ![2](Documentation~/images/Numeral_2_half.png) Library\r\n* **Unity Elements:** Built-in Unity elements.\r\n* **Project Elements:** Custom user elements like other `.uxml` templates in the current project.\r\n### ![3](Documentation~/images/Numeral_3_half.png) Viewport\r\n* **Toolbar:** Can Save/Load, change the Theme and activate Preview mode.\r\n* Currently selected element with manipulation handles.\r\n* Edit-time Canvas for editing and previewing current document with optional edit-time-only background image.\r\n### ![4](Documentation~/images/Numeral_4_half.png) Code Previews\r\n* **UXML Preview:** Preview of the generated UXML hierarchy asset.\r\n* **USS Preview:** Preview of the generated USS styles asset.\r\n### ![5](Documentation~/images/Numeral_5_half.png) Inspector\r\n* **Attributes:** Change attributes, like element name, that are set in the UXML document.\r\n* **Inherited Styles:** Add/remove style classes and see which selectors match the current element.\r\n* **Local Styles:** Override styles on the current element, inlined in the UXML document.\r\n\r\nFor more info, see our [documentation page](Documentation~/index.md).\r\n","samples":[{"path":"Samples~/OptionsPanel","description":"Simple options panel.","displayName":"OptionsPanel"},{"path":"Samples~/TanksGameScreen","description":"Main game screen derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksGameScreen"},{"path":"Samples~/TanksMainMenu","description":"Main menu screen derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksMainMenu"},{"path":"Samples~/TanksPlayerListItem","description":"Players list item derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksPlayerListItem"},{"path":"Samples~/TanksStatsBox","description":"Stats box derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksStatsBox"}],"_resolved":"","_integrity":"","repository":{"url":"https://github.cds.internal.unity3d.com/unity/com.unity.ui.builder.git","type":"git","revision":"b48ddea26247d13042a54e1de50578812027c774"},"_npmVersion":"6.13.4","_nodeVersion":"12.16.1","readmeFilename":"README.md","name":"com.unity.ui.builder","version":"0.11.2-preview","displayName":"UI Builder","description":"UI Builder lets you visually create and edit UI assets (UXML and USS) for use with the UI Toolkit (formally UIElements).\n\nYou can open the UI Builder via the main menu: Window > UI Toolkit > UI Builder\n\nNote: In Unity 2019.3 and 2019.2, the UI Builder can be found in: Window > UI > UI Builder","dependencies":{},"dist":{"shasum":"9d5dda3d0b54109b51270c0fc8d8c68ed7a5b2ac","tarball":"https://download.packages.unity.com/com.unity.ui.builder/-/com.unity.ui.builder-0.11.2-preview.tgz"}},"0.11.1-preview":{"_id":"com.unity.ui.builder@0.11.1-preview","type":"tool","_from":"file:com.unity.ui.builder-0.11.1-preview.tgz","unity":"2019.2","upmCi":{"footprint":"a7f543db8aff27019eed7ccc859d378cabd0d2e5"},"readme":"# UI Builder\r\n\r\nThe **UI Builder** lets you visually create and edit UI assets (UXML and USS) for use with the **UI Toolkit** (formally UIElements). Once the package is installed, the UI Builder window can be opened via the **Window > UI Toolkit > UI Builder** menu, or double-clicking on a `.uxml` asset in the Project Browser.\r\n\r\n> Note, for 2019.3 and 2019.2, the UI Builder window can be found in **Window > UI > UI Builder**.\r\n\r\n**Internal Developers:** Please **join our [#devs-uibuilder](https://unity.slack.com/archives/CJ3TX00QJ) Slack channel** for feedback and questions.\r\n\r\n## Installation\r\n\r\nUnity versions supported:\r\n- **2019.2**: 2019.2.21f1 or newer\r\n- **2019.3**: 2019.3.12f1 or newer\r\n- **2020.1**: 2020.1.0b7 or newer\r\n- **2020.2**: 2020.2.0a9 or newer\r\n\r\nTo install:\r\n1. Open the **Window > Package Manager**.\r\n    * For 2019.2, 2019.3, and older 2020.1, enable **Advanced > Show preview Packages**: ![Enable Preview Packages](Documentation~/images/InstallationPackageManagerAdvancedOptions.png)\r\n    * For newer 2020.1 and 2020.2+, go to **Edit > Project Settings... > Package Manager**, and enable check **Enable Preview Packages**:\r\n    ![Enable Preview Packages (new)](Documentation~/images/InstallationPackageManagerEnablePreview.png)\r\n1. Go back to the **Window > Package Manager**.\r\n1. Search for `UI Builder`:![Search Package Manager](Documentation~/images/InstallationPackageManagerSearch.png)\r\n1. Press **Install**.\r\n\r\n## Documentation\r\n\r\n![UI Builder Main Window](Documentation~/images/UIBuilderAnnotatedMainWindow.png)\r\n\r\n### ![1](Documentation~/images/Numeral_1_half.png) Explorer\r\n* **StyleSheet:** Create USS selectors for sharing common styling between multiple elements.\r\n* **Hierarchy:** Current document element tree.\r\n### ![2](Documentation~/images/Numeral_2_half.png) Library\r\n* **Unity Elements:** Built-in Unity elements.\r\n* **Project Elements:** Custom user elements like other `.uxml` templates in the current project.\r\n### ![3](Documentation~/images/Numeral_3_half.png) Viewport\r\n* **Toolbar:** Can Save/Load, change the Theme and activate Preview mode.\r\n* Currently selected element with manipulation handles.\r\n* Edit-time Canvas for editing and previewing current document with optional edit-time-only background image.\r\n### ![4](Documentation~/images/Numeral_4_half.png) Code Previews\r\n* **UXML Preview:** Preview of the generated UXML hierarchy asset.\r\n* **USS Preview:** Preview of the generated USS styles asset.\r\n### ![5](Documentation~/images/Numeral_5_half.png) Inspector\r\n* **Attributes:** Change attributes, like element name, that are set in the UXML document.\r\n* **Inherited Styles:** Add/remove style classes and see which selectors match the current element.\r\n* **Local Styles:** Override styles on the current element, inlined in the UXML document.\r\n\r\nFor more info, see our [documentation page](Documentation~/index.md).\r\n","samples":[{"path":"Samples~/OptionsPanel","description":"Simple options panel.","displayName":"OptionsPanel"},{"path":"Samples~/TanksGameScreen","description":"Main game screen derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksGameScreen"},{"path":"Samples~/TanksMainMenu","description":"Main menu screen derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksMainMenu"},{"path":"Samples~/TanksPlayerListItem","description":"Players list item derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksPlayerListItem"},{"path":"Samples~/TanksStatsBox","description":"Stats box derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksStatsBox"}],"_resolved":"","_integrity":"","repository":{"url":"https://github.cds.internal.unity3d.com/unity/com.unity.ui.builder.git","type":"git","revision":"96d18ea466419dd606a7b8c7552407a08bcc3e59"},"_npmVersion":"6.13.4","_nodeVersion":"12.16.1","readmeFilename":"README.md","name":"com.unity.ui.builder","version":"0.11.1-preview","displayName":"UI Builder","description":"UI Builder lets you visually create and edit UI assets (UXML and USS) for use with the UI Toolkit (formally UIElements).\n\nYou can open the UI Builder via the main menu: Window > UI Toolkit > UI Builder\n\nNote: In Unity 2019.3 and 2019.2, the UI Builder can be found in: Window > UI > UI Builder","dependencies":{},"dist":{"shasum":"03cfd89df4964a2c2075cfa767ed525c1b4f7e7e","tarball":"https://download.packages.unity.com/com.unity.ui.builder/-/com.unity.ui.builder-0.11.1-preview.tgz"}},"0.11.0-preview":{"_id":"com.unity.ui.builder@0.11.0-preview","type":"tool","_from":"file:com.unity.ui.builder-0.11.0-preview.tgz","unity":"2019.2","upmCi":{"footprint":"ae9474a638b628f40fd98f9e608d383af929f115"},"readme":"# UI Builder\r\n\r\nThe **UI Builder** lets you visually create and edit UI assets (UXML and USS) for use with the **UI Toolkit** (formally UIElements). Once the package is installed, the UI Builder window can be opened via the **Window > UI Toolkit > UI Builder** menu, or double-clicking on a `.uxml` asset in the Project Browser.\r\n\r\n> Note, for 2019.3 and 2019.2, the UI Builder window can be found in **Window > UI > UI Builder**.\r\n\r\n**Internal Developers:** Please **join our [#devs-uibuilder](https://unity.slack.com/archives/CJ3TX00QJ) Slack channel** for feedback and questions.\r\n\r\n## Installation\r\n\r\nUnity versions supported:\r\n- **2019.2**: 2019.2.21f1 or newer\r\n- **2019.3**: 2019.3.12f1 or newer\r\n- **2020.1**: 2020.1.0b7 or newer\r\n- **2020.2**: 2020.2.0a9 or newer\r\n\r\nTo install:\r\n1. Open the **Window > Package Manager**.\r\n1. Enable **Advanced > Show preview Packages**: ![Enable Preview Packages](Documentation~/images/InstallationPackageManagerAdvancedOptions.png)\r\n1. Search for `UI Builder`:![Search Package Manager](Documentation~/images/InstallationPackageManagerSearch.png)\r\n1. Press **Install**.\r\n\r\n## Documentation\r\n\r\n![UI Builder Main Window](Documentation~/images/UIBuilderAnnotatedMainWindow.png)\r\n\r\n### ![1](Documentation~/images/Numeral_1_half.png) Explorer\r\n* **StyleSheet:** Create USS selectors for sharing common styling between multiple elements.\r\n* **Hierarchy:** Current document element tree.\r\n### ![2](Documentation~/images/Numeral_2_half.png) Library\r\n* **Unity Elements:** Built-in Unity elements.\r\n* **Project Elements:** Custom user elements like other `.uxml` templates in the current project.\r\n### ![3](Documentation~/images/Numeral_3_half.png) Viewport\r\n* **Toolbar:** Can Save/Load, change the Theme and activate Preview mode.\r\n* Currently selected element with manipulation handles.\r\n* Edit-time Canvas for editing and previewing current document with optional edit-time-only background image.\r\n### ![4](Documentation~/images/Numeral_4_half.png) Code Previews\r\n* **UXML Preview:** Preview of the generated UXML hierarchy asset.\r\n* **USS Preview:** Preview of the generated USS styles asset.\r\n### ![5](Documentation~/images/Numeral_5_half.png) Inspector\r\n* **Attributes:** Change attributes, like element name, that are set in the UXML document.\r\n* **Inherited Styles:** Add/remove style classes and see which selectors match the current element.\r\n* **Local Styles:** Override styles on the current element, inlined in the UXML document.\r\n\r\nFor more info, see our [documentation page](Documentation~/index.md).\r\n","samples":[{"path":"Samples~/OptionsPanel","description":"Simple options panel.","displayName":"OptionsPanel"},{"path":"Samples~/TanksGameScreen","description":"Main game screen derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksGameScreen"},{"path":"Samples~/TanksMainMenu","description":"Main menu screen derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksMainMenu"},{"path":"Samples~/TanksPlayerListItem","description":"Players list item derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksPlayerListItem"},{"path":"Samples~/TanksStatsBox","description":"Stats box derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksStatsBox"}],"_resolved":"","_integrity":"","repository":{"url":"https://github.cds.internal.unity3d.com/unity/com.unity.ui.builder.git","type":"git","revision":"7221f5de831890a13994e82366fc5f24ab45a431"},"_npmVersion":"6.13.4","_nodeVersion":"12.16.1","readmeFilename":"README.md","name":"com.unity.ui.builder","version":"0.11.0-preview","displayName":"UI Builder","description":"UI Builder lets you visually create and edit UI assets (UXML and USS) for use with the UI Toolkit (formally UIElements).\n\nYou can open the UI Builder via the main menu: Window > UI Toolkit > UI Builder\n\nNote: In Unity 2019.3 and 2019.2, the UI Builder can be found in: Window > UI > UI Builder","dependencies":{},"dist":{"shasum":"d972a02deb1d93cd81ec49eb46e3f4175ffc880b","tarball":"https://download.packages.unity.com/com.unity.ui.builder/-/com.unity.ui.builder-0.11.0-preview.tgz"}},"0.10.2-preview":{"_id":"com.unity.ui.builder@0.10.2-preview","type":"tool","_from":"file:com.unity.ui.builder-0.10.2-preview.tgz","unity":"2019.2","readme":"# UI Builder\r\n\r\nThe **UI Builder** lets you visually create and edit UXML and USS UI assets for **UIElements**. Once the package is installed, the UI Builder window can be opened via the **Window > UI > UI Builder** menu, or double-clicking on a `.uxml` asset in the Project Browser.\r\n\r\n**Internal Developers:** Please **join our [#devs-uibuilder](https://unity.slack.com/archives/CJ3TX00QJ) Slack channel** for feedback and questions.\r\n\r\n## Installation\r\n\r\nUnity versions supported:\r\n- **2019.2**: 2019.2.20f1 or newer\r\n- **2019.3**: 2019.3.0f6 or newer\r\n- **2020.1**: 2020.1.0a22 or newer\r\n\r\nTo install:\r\n1. Open the **Window > Package Manager**.\r\n1. Enable **Advanced > Show preview Packages**: ![Enable Preview Packages](Documentation~/images/InstallationPackageManagerAdvancedOptions.png)\r\n1. Search for `UI Builder`:![Search Package Manager](Documentation~/images/InstallationPackageManagerSearch.png)\r\n1. Press **Install**.\r\n\r\n## Documentation\r\n\r\n![UI Builder Main Window](Documentation~/images/UIBuilderAnnotatedMainWindow.png)\r\n\r\n### ![1](Documentation~/images/Numeral_1_half.png) Explorer\r\n* **StyleSheet:** Create USS selectors for sharing common styling between multiple elements.\r\n* **Hierarchy:** Current document element tree.\r\n### ![2](Documentation~/images/Numeral_2_half.png) Library\r\n* **Unity Elements:** Built-in Unity elements.\r\n* **Project Elements:** Custom user elements like other `.uxml` templates in the current project.\r\n### ![3](Documentation~/images/Numeral_3_half.png) Viewport\r\n* **Toolbar:** Can Save/Load, change the Theme and activate Preview mode.\r\n* Currently selected element with manipulation handles.\r\n* Edit-time Canvas for editing and previewing current document with optional edit-time-only background image.\r\n### ![4](Documentation~/images/Numeral_4_half.png) Code Previews\r\n* **UXML Preview:** Preview of the generated UXML hierarchy asset.\r\n* **USS Preview:** Preview of the generated USS styles asset.\r\n### ![5](Documentation~/images/Numeral_5_half.png) Inspector\r\n* **Attributes:** Change attributes, like element name, that are set in the UXML document.\r\n* **Inherited Styles:** Add/remove style classes and see which selectors match the current element.\r\n* **Local Styles:** Override styles on the current element, inlined in the UXML document.\r\n\r\nFor more info, see our [documentation page](Documentation~/index.md).\r\n","samples":[{"path":"Samples~/OptionsPanel","description":"Simple options panel.","displayName":"OptionsPanel"},{"path":"Samples~/TanksGameScreen","description":"Main game screen derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksGameScreen"},{"path":"Samples~/TanksMainMenu","description":"Main menu screen derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksMainMenu"},{"path":"Samples~/TanksPlayerListItem","description":"Players list item derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksPlayerListItem"},{"path":"Samples~/TanksStatsBox","description":"Stats box derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksStatsBox"}],"_npmUser":{"name":"service-airflow-production@unity","email":"packman-ops+service-airflow-production@unity3d.com"},"_resolved":"","_integrity":"","repository":{"url":"https://github.cds.internal.unity3d.com/unity/com.unity.ui.builder.git","type":"git","revision":"e4b6109a2198c07cf81d9a6d74b921ab907f4980","footprint":"31b983096a89e2389aa7f9f6688f730390ceed37"},"_npmVersion":"6.13.4","_nodeVersion":"12.14.1","readmeFilename":"README.md","name":"com.unity.ui.builder","version":"0.10.2-preview","displayName":"UI Builder","description":"UI Builder lets you visually create and edit UI using UIElements, UXML, and USS.\n\nYou can open the UI Builder via the main menu: Window > UI > UI Builder","dependencies":{},"dist":{"shasum":"78a6bd91b086321038f16134a71f00ad573f9749","tarball":"https://download.packages.unity.com/com.unity.ui.builder/-/com.unity.ui.builder-0.10.2-preview.tgz"}},"0.10.1-preview":{"_id":"com.unity.ui.builder@0.10.1-preview","type":"tool","_from":"file:com.unity.ui.builder-0.10.1-preview.tgz","unity":"2019.2","readme":"# UI Builder\r\n\r\nThe **UI Builder** lets you visually create and edit UXML and USS UI assets for **UIElements**. Once the package is installed, the UI Builder window can be opened via the **Window > UI > UI Builder** menu, or double-clicking on a `.uxml` asset in the Project Browser.\r\n\r\n**Internal Developers:** Please **join our [#devs-uibuilder](https://unity.slack.com/archives/CJ3TX00QJ) Slack channel** for feedback and questions.\r\n\r\n## Installation\r\n\r\nUnity versions supported:\r\n- **2019.2**: 2019.2.20f1 or newer\r\n- **2019.3**: 2019.3.0f6 or newer\r\n- **2020.1**: 2020.1.0a22 or newer\r\n\r\nTo install:\r\n1. Open the **Window > Package Manager**.\r\n1. Enable **Advanced > Show preview Packages**: ![Enable Preview Packages](Documentation~/images/InstallationPackageManagerAdvancedOptions.png)\r\n1. Search for `UI Builder`:![Search Package Manager](Documentation~/images/InstallationPackageManagerSearch.png)\r\n1. Press **Install**.\r\n\r\n## Documentation\r\n\r\n![UI Builder Main Window](Documentation~/images/UIBuilderAnnotatedMainWindow.png)\r\n\r\n### ![1](Documentation~/images/Numeral_1_half.png) Explorer\r\n* **StyleSheet:** Create USS selectors for sharing common styling between multiple elements.\r\n* **Hierarchy:** Current document element tree.\r\n### ![2](Documentation~/images/Numeral_2_half.png) Library\r\n* **Unity Elements:** Built-in Unity elements.\r\n* **Project Elements:** Custom user elements like other `.uxml` templates in the current project.\r\n### ![3](Documentation~/images/Numeral_3_half.png) Viewport\r\n* **Toolbar:** Can Save/Load, change the Theme and activate Preview mode.\r\n* Currently selected element with manipulation handles.\r\n* Edit-time Canvas for editing and previewing current document with optional edit-time-only background image.\r\n### ![4](Documentation~/images/Numeral_4_half.png) Code Previews\r\n* **UXML Preview:** Preview of the generated UXML hierarchy asset.\r\n* **USS Preview:** Preview of the generated USS styles asset.\r\n### ![5](Documentation~/images/Numeral_5_half.png) Inspector\r\n* **Attributes:** Change attributes, like element name, that are set in the UXML document.\r\n* **Inherited Styles:** Add/remove style classes and see which selectors match the current element.\r\n* **Local Styles:** Override styles on the current element, inlined in the UXML document.\r\n\r\nFor more info, see our [documentation page](Documentation~/index.md).\r\n","samples":[{"path":"Samples~/OptionsPanel","description":"Simple options panel.","displayName":"OptionsPanel"},{"path":"Samples~/TanksGameScreen","description":"Main game screen derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksGameScreen"},{"path":"Samples~/TanksMainMenu","description":"Main menu screen derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksMainMenu"},{"path":"Samples~/TanksPlayerListItem","description":"Players list item derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksPlayerListItem"},{"path":"Samples~/TanksStatsBox","description":"Stats box derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksStatsBox"}],"_npmUser":{"name":"service-airflow-production@unity","email":"packman-ops+service-airflow-production@unity3d.com"},"_resolved":"","_integrity":"","repository":{"url":"https://github.cds.internal.unity3d.com/unity/com.unity.ui.builder.git","type":"git","revision":"76fb3592d5e6610f05160d6de7a611658b66e961"},"_npmVersion":"6.13.4","_nodeVersion":"12.14.1","readmeFilename":"README.md","name":"com.unity.ui.builder","version":"0.10.1-preview","displayName":"UI Builder","description":"UI Builder lets you visually create and edit UI using UIElements, UXML, and USS.\n\nYou can open the UI Builder via the main menu: Window > UI > UI Builder","dependencies":{},"dist":{"shasum":"37315b5fe3872d63ab3b1352b5fb3184f19e30ad","tarball":"https://download.packages.unity.com/com.unity.ui.builder/-/com.unity.ui.builder-0.10.1-preview.tgz"}},"0.10.0-preview":{"_id":"com.unity.ui.builder@0.10.0-preview","type":"tool","_from":"file:com.unity.ui.builder-0.10.0-preview.tgz","unity":"2019.2","readme":"# UI Builder\r\n\r\nThe **UI Builder** lets you visually create and edit UXML and USS UI assets for **UIElements**. Once the package is installed, the UI Builder window can be opened via the **Window > UI > UI Builder** menu, or double-clicking on a `.uxml` asset in the Project Browser.\r\n\r\n**Internal Developers:** Please **join our [#devs-uibuilder](https://unity.slack.com/archives/CJ3TX00QJ) Slack channel** for feedback and questions.\r\n\r\n## Installation\r\n\r\nUnity versions supported:\r\n- **2019.2**: 2019.2.14f1 or newer\r\n- **2019.3**: 2019.3.0b12 or newer\r\n- **2020.1**: 2020.1.0a15 or newer\r\n\r\nTo install:\r\n1. Open the **Window > Package Manager**.\r\n1. Enable **Advanced > Show preview Packages**: ![Enable Preview Packages](Documentation~/images/InstallationPackageManagerAdvancedOptions.png)\r\n1. Search for `UI Builder`:![Search Package Manager](Documentation~/images/InstallationPackageManagerSearch.png)\r\n1. Press **Install**.\r\n\r\n## Documentation\r\n\r\n![UI Builder Main Window](Documentation~/images/UIBuilderAnnotatedMainWindow.png)\r\n\r\n### ![1](Documentation~/images/Numeral_1_half.png) Explorer\r\n* **StyleSheet:** Create USS selectors for sharing common styling between multiple elements.\r\n* **Hierarchy:** Current document element tree.\r\n### ![2](Documentation~/images/Numeral_2_half.png) Library\r\n* **Unity Elements:** Built-in Unity elements.\r\n* **Project Elements:** Custom user elements like other `.uxml` templates in the current project.\r\n### ![3](Documentation~/images/Numeral_3_half.png) Viewport\r\n* **Toolbar:** Can Save/Load, change the Theme and activate Preview mode.\r\n* Currently selected element with manipulation handles.\r\n* Edit-time Canvas for editing and previewing current document with optional edit-time-only background image.\r\n### ![4](Documentation~/images/Numeral_4_half.png) Code Previews\r\n* **UXML Preview:** Preview of the generated UXML hierarchy asset.\r\n* **USS Preview:** Preview of the generated USS styles asset.\r\n### ![5](Documentation~/images/Numeral_5_half.png) Inspector\r\n* **Attributes:** Change attributes, like element name, that are set in the UXML document.\r\n* **Inherited Styles:** Add/remove style classes and see which selectors match the current element.\r\n* **Local Styles:** Override styles on the current element, inlined in the UXML document.\r\n\r\nFor more info, see our [documentation page](Documentation~/UI.Builder.md).\r\n","samples":[{"path":"Samples~/OptionsPanel","description":"Simple options panel.","displayName":"OptionsPanel"},{"path":"Samples~/TanksGameScreen","description":"Main game screen derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksGameScreen"},{"path":"Samples~/TanksMainMenu","description":"Main menu screen derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksMainMenu"},{"path":"Samples~/TanksPlayerListItem","description":"Players list item derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksPlayerListItem"},{"path":"Samples~/TanksStatsBox","description":"Stats box derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksStatsBox"}],"_npmUser":{"name":"service-airflow-production@unity","email":"packman-ops+service-airflow-production@unity3d.com"},"_resolved":"","_integrity":"","repository":{"url":"git@github.cds.internal.unity3d.com:unity/com.unity.ui.builder.git","type":"git","revision":"0fbbe75647ecbb5bf81fb0d120b4b02ec060f63f"},"_npmVersion":"6.12.1","_nodeVersion":"12.13.1","readmeFilename":"README.md","name":"com.unity.ui.builder","version":"0.10.0-preview","displayName":"UI Builder","description":"UI Builder lets you visually create and edit UI using UIElements, UXML, and USS.\n\nYou can open the UI Builder via the main menu: Window > UI > UI Builder","dependencies":{},"dist":{"shasum":"069fb1cd08fcf9ffb4d1e108b01e4ee0f5548bf3","tarball":"https://download.packages.unity.com/com.unity.ui.builder/-/com.unity.ui.builder-0.10.0-preview.tgz"}},"0.9.0-preview":{"_id":"com.unity.ui.builder@0.9.0-preview","type":"tool","unity":"2019.2","samples":[{"path":"Samples~/OptionsPanel","description":"Simple options panel.","displayName":"OptionsPanel"},{"path":"Samples~/TanksGameScreen","description":"Main game screen derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksGameScreen"},{"path":"Samples~/TanksMainMenu","description":"Main menu screen derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksMainMenu"},{"path":"Samples~/TanksPlayerListItem","description":"Players list item derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksPlayerListItem"},{"path":"Samples~/TanksStatsBox","description":"Stats box derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksStatsBox"}],"scripts":{},"repository":{"url":"git@github.cds.internal.unity3d.com:unity/com.unity.ui.builder.git","type":"git","revision":"71cfb220aab60572cdb7ad612d9e67fb312eaec8"},"name":"com.unity.ui.builder","version":"0.9.0-preview","displayName":"UI Builder","description":"UI Builder lets you visually create and edit UI using UIElements, UXML, and USS.\n\nYou can open the UI Builder via the main menu: Window > UI > UI Builder","dependencies":{},"dist":{"shasum":"969812a88193ece643d3a935aa9c26b6225a5c75","tarball":"https://download.packages.unity.com/com.unity.ui.builder/-/com.unity.ui.builder-0.9.0-preview.tgz"}},"0.8.4-preview":{"_id":"com.unity.ui.builder@0.8.4-preview","type":"tool","unity":"2019.2","samples":[{"path":"Samples~/OptionsPanel","description":"Simple options panel.","displayName":"OptionsPanel"},{"path":"Samples~/TanksGameScreen","description":"Main game screen derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksGameScreen"},{"path":"Samples~/TanksMainMenu","description":"Main menu screen derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksMainMenu"},{"path":"Samples~/TanksPlayerListItem","description":"Players list item derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksPlayerListItem"},{"path":"Samples~/TanksStatsBox","description":"Stats box derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksStatsBox"}],"scripts":{},"repository":{"url":"git@github.cds.internal.unity3d.com:unity/com.unity.ui.builder.git","type":"git","revision":"4ce0836da2772ad3926946672946787576775158"},"name":"com.unity.ui.builder","version":"0.8.4-preview","displayName":"UI Builder","description":"UI Builder lets you visually create and edit UI using UIElements, UXML, and USS.\n\nYou can open the UI Builder via the main menu: Window > UI > UI Builder","dependencies":{},"dist":{"shasum":"79bb40366da4b661e8089ee9982869874fc58991","tarball":"https://download.packages.unity.com/com.unity.ui.builder/-/com.unity.ui.builder-0.8.4-preview.tgz"}},"0.8.3-preview":{"_id":"com.unity.ui.builder@0.8.3-preview","type":"tool","unity":"2019.2","samples":[{"path":"Samples~/OptionsPanel","description":"Simple options panel.","displayName":"OptionsPanel"},{"path":"Samples~/TanksGameScreen","description":"Main game screen derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksGameScreen"},{"path":"Samples~/TanksMainMenu","description":"Main menu screen derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksMainMenu"},{"path":"Samples~/TanksPlayerListItem","description":"Players list item derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksPlayerListItem"},{"path":"Samples~/TanksStatsBox","description":"Stats box derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksStatsBox"}],"scripts":{},"repository":{"url":"git@github.cds.internal.unity3d.com:unity/com.unity.ui.builder.git","type":"git","revision":"cd9ccbad55c5fa02ff02a1e824cd88b1621f4406"},"name":"com.unity.ui.builder","version":"0.8.3-preview","displayName":"UI Builder","description":"UI Builder lets you visually create and edit UI using UIElements, UXML, and USS.\n\nYou can open the UI Builder via the main menu: Window > UI > UI Builder","dependencies":{},"dist":{"shasum":"b4fad2da24d4e45ef5cb1f61e1d324fb111fc9af","tarball":"https://download.packages.unity.com/com.unity.ui.builder/-/com.unity.ui.builder-0.8.3-preview.tgz"}},"0.8.2-preview":{"_id":"com.unity.ui.builder@0.8.2-preview","unity":"2019.2","samples":[{"path":"Samples~/OptionsPanel","description":"Simple options panel.","displayName":"OptionsPanel"},{"path":"Samples~/TanksGameScreen","description":"Main game screen derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksGameScreen"},{"path":"Samples~/TanksMainMenu","description":"Main menu screen derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksMainMenu"},{"path":"Samples~/TanksPlayerListItem","description":"Players list item derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksPlayerListItem"},{"path":"Samples~/TanksStatsBox","description":"Stats box derived from the Unite CPH 2019 Tanks demo.","displayName":"TanksStatsBox"}],"scripts":{},"repository":{"url":"git@github.cds.internal.unity3d.com:unity/com.unity.ui.builder.git","type":"git","revision":"bb932539ccf7f96721d57c16a2f213034456e547"},"name":"com.unity.ui.builder","version":"0.8.2-preview","displayName":"UI Builder","description":"UI Builder lets you visually create and edit UI using UIElements, UXML, and USS.","dependencies":{},"dist":{"shasum":"0f3d4c1c333562635dfe638101f1679a816bfa29","tarball":"https://download.packages.unity.com/com.unity.ui.builder/-/com.unity.ui.builder-0.8.2-preview.tgz"}},"0.8.1-preview":{"_id":"com.unity.ui.builder@0.8.1-preview","unity":"2019.2","scripts":{},"repository":{"url":"git@github.cds.internal.unity3d.com:unity/com.unity.ui.builder.git","type":"git","revision":"0123865dbc05d8de9c9343bdb27f9ce5de67416e"},"name":"com.unity.ui.builder","version":"0.8.1-preview","displayName":"UI Builder","description":"UI Builder lets you visually create and edit UI using UIElements, UXML, and USS.","dependencies":{},"dist":{"shasum":"720c10a546b2ac8731e36c666d73c3abe09c8cd5","tarball":"https://download.packages.unity.com/com.unity.ui.builder/-/com.unity.ui.builder-0.8.1-preview.tgz"}},"0.8.0-preview":{"_id":"com.unity.ui.builder@0.8.0-preview","unity":"2019.2","samples":[{"path":"Samples~/OptionsPanel","description":"Simple options panel.","displayName":"OptionsPanel"}],"scripts":{},"repository":{"url":"git@github.cds.internal.unity3d.com:unity/com.unity.ui.builder.git","type":"git","revision":"3344d2d4a7042adcd695bc5b52b9dd689696419d"},"name":"com.unity.ui.builder","version":"0.8.0-preview","displayName":"UI Builder","description":"UI Builder lets you visually create and edit UI using UIElements, UXML, and USS.","dependencies":{},"dist":{"shasum":"8e5e6912ec7ebcde1e37a240525dbe9165fa1c04","tarball":"https://download.packages.unity.com/com.unity.ui.builder/-/com.unity.ui.builder-0.8.0-preview.tgz"}},"0.7.0-preview":{"_id":"com.unity.ui.builder@0.7.0-preview","unity":"2019.2","samples":[{"path":"Samples~/OptionsPanel","description":"Simple options panel.","displayName":"OptionsPanel"}],"scripts":{},"repository":{"url":"git@github.cds.internal.unity3d.com:unity/com.unity.ui.builder.git","type":"git","revision":"0915f46edea526b42260064a9c8edfb6fb2dadab"},"name":"com.unity.ui.builder","version":"0.7.0-preview","displayName":"UI Builder","description":"UI Builder lets you visually create and edit UI using UIElements, UXML, and USS.","dependencies":{},"dist":{"shasum":"be988fa13fd4d6766b6e4291471c8d652337c043","tarball":"https://download.packages.unity.com/com.unity.ui.builder/-/com.unity.ui.builder-0.7.0-preview.tgz"}},"0.6.2-preview":{"_id":"com.unity.ui.builder@0.6.2-preview","unity":"2019.2","samples":[{"path":"Samples~/OptionsPanel","description":"Simple options panel.","displayName":"OptionsPanel"}],"scripts":{},"repository":{"url":"git@github.cds.internal.unity3d.com:unity/com.unity.ui.builder.git","type":"git","revision":"c73b5bc65cdb47042fb8227a60e3f7fc358b2942"},"name":"com.unity.ui.builder","version":"0.6.2-preview","displayName":"UI Builder","description":"UI Builder lets you visually create and edit UI using UIElements, UXML, and USS.","dependencies":{},"dist":{"shasum":"fb5a60ad504efb93f41dc1bfb016309992caa18e","tarball":"https://download.packages.unity.com/com.unity.ui.builder/-/com.unity.ui.builder-0.6.2-preview.tgz"}},"0.6.1-preview":{"_id":"com.unity.ui.builder@0.6.1-preview","unity":"2019.2","samples":[{"path":"Samples~/OptionsPanel","description":"Simple options panel.","displayName":"OptionsPanel"}],"scripts":{},"repository":{"url":"git@github.cds.internal.unity3d.com:unity/com.unity.ui.builder.git","type":"git","revision":"d9e5fda352fe8bf5d34fdf9cd75d38fcca932130"},"name":"com.unity.ui.builder","version":"0.6.1-preview","displayName":"UI Builder","description":"UI Builder lets you visually create and edit UI using UIElements, UXML, and USS.","dependencies":{},"dist":{"shasum":"252f69109beeee75f0e51d29b3592ba32d0a25c3","tarball":"https://download.packages.unity.com/com.unity.ui.builder/-/com.unity.ui.builder-0.6.1-preview.tgz"}},"0.5.8-preview":{"_id":"com.unity.ui.builder@0.5.8-preview","unity":"2019.2","samples":[{"path":"Samples~/OptionsPanel","description":"Simple options panel.","displayName":"OptionsPanel"}],"scripts":{},"repository":{"url":"git@github.cds.internal.unity3d.com:unity/com.unity.ui.builder.git","type":"git","revision":"bc64886b1d7ebf7f1a28b7ef3ac7d9edc8ad91a0"},"name":"com.unity.ui.builder","version":"0.5.8-preview","displayName":"UI Builder","description":"UI Builder lets you visually create and edit UI using UIElements, UXML, and USS.","dependencies":{},"dist":{"shasum":"592e51bbe7898fcb13e3d2cc3d7ee2493ead8da7","tarball":"https://download.packages.unity.com/com.unity.ui.builder/-/com.unity.ui.builder-0.5.8-preview.tgz"}},"0.5.7-preview":{"_id":"com.unity.ui.builder@0.5.7-preview","unity":"2019.2","samples":[{"path":"Samples~/OptionsPanel","description":"Simple options panel.","displayName":"OptionsPanel"}],"scripts":{},"repository":{"url":"git@github.cds.internal.unity3d.com:unity/com.unity.ui.builder.git","type":"git","revision":"9cb17ebd0f2c88e6f3bbf15c6d65f30a65ab0cd7"},"name":"com.unity.ui.builder","version":"0.5.7-preview","displayName":"UI Builder","description":"UI Builder lets you visually create and edit UI using UIElements, UXML, and USS.","dependencies":{},"dist":{"shasum":"53281a2d91d490438449c18ca7612b58a2a4060a","tarball":"https://download.packages.unity.com/com.unity.ui.builder/-/com.unity.ui.builder-0.5.7-preview.tgz"}}},"time":{"1.0.0-preview.18":"2021-10-12T15:00:35.000Z","1.0.0-preview.17":"2021-09-01T13:23:18.000Z","1.0.0-preview.16":"2021-08-16T14:23:40.000Z","1.0.0-preview.15":"2021-08-06T12:35:44.000Z","1.0.0-preview.14":"2021-03-30T21:55:33.000Z","1.0.0-preview.13":"2021-03-17T17:48:16.000Z","1.0.0-preview.12":"2021-01-16T19:13:16.000Z","1.0.0-preview.11":"2020-12-04T20:51:03.000Z","1.0.0-preview.10":"2020-11-27T03:56:45.000Z","1.0.0-preview.9":"2020-10-15T21:29:10.000Z","1.0.0-preview.7":"2020-09-21T16:54:52.000Z","1.0.0-preview.6":"2020-09-03T15:54:45.000Z","1.0.0-preview.5":"2020-08-28T23:49:05.000Z","1.0.0-preview.4":"2020-08-27T06:23:31.000Z","1.0.0-preview.3":"2020-07-17T20:40:11.000Z","1.0.0-preview.2":"2020-07-16T21:36:47.000Z","1.0.0-preview.1":"2020-06-19T01:53:30.000Z","0.11.2-preview":"2020-05-15T12:25:19.000Z","0.11.1-preview":"2020-05-13T01:21:37.000Z","0.11.0-preview":"2020-05-05T16:36:46.000Z","0.10.2-preview":"2020-03-11T16:38:02.000Z","0.10.1-preview":"2020-02-06T22:26:22.000Z","0.10.0-preview":"2019-12-13T20:44:11.000Z","0.9.0-preview":"2019-11-26T02:06:23.000Z","0.8.4-preview":"2019-11-06T15:06:46.000Z","0.8.3-preview":"2019-10-10T22:05:08.000Z","0.8.2-preview":"2019-09-20T14:04:38.000Z","0.8.1-preview":"2019-09-16T06:04:10.000Z","0.8.0-preview":"2019-09-16T04:04:04.000Z","0.7.0-preview":"2019-09-06T05:03:58.000Z","0.6.2-preview":"2019-08-29T20:04:10.000Z","0.6.1-preview":"2019-08-22T00:03:55.000Z","0.5.8-preview":"2019-08-06T22:04:01.000Z","0.5.7-preview":"2019-07-25T02:04:09.000Z"},"dist-tags":{"latest":"1.0.0-preview.18"},"etag":"\"202bf-Ck9PxrvzvsX41zxGNqet3zBOBUE\""}