{"_id":"com.unity.ui","name":"com.unity.ui","description":"UI Toolkit is a set of features, resources and tools for developing user interfaces (UI). Use it to develop custom UI and extensions for the Unity Editor, runtime debugging tools, and runtime UI for games and applications.\r\n\r\nUI Toolkit includes:\r\n\r\n▪ A retained-mode UI system, based on recognized web technologies, that supports stylesheets, and dynamic and contextual event handling.\r\n▪ UXML and USS asset types for building and styling user interfaces. These are inspired by standard web technologies such as XML, HTML, and CSS.\r\n▪ Tools and resources such as a built-in UI debugger, the support for the UI Builder visual UI authoring tool*, and examples available in the editor.\r\n\r\n*Available via the com.unity.ui.builder package","provider":"upm","versions":{"1.0.0-preview.18":{"_id":"com.unity.ui@1.0.0-preview.18","type":"asset","_from":"file:com.unity.ui-1.0.0-preview.18.tgz","unity":"2020.3","upmCi":{"footprint":"5eb8179806ed205005a965da963e0a6969e436f5"},"samples":[{"path":"Samples~","description":"Examples that demonstrate workflows and API usage for both Editor and Runtime UI","displayName":"UI Toolkit Examples"}],"_resolved":"/pkgprom/com.unity.ui-1.0.0-preview.18.tgz","_integrity":"sha512-erpq+4wt+jJ2vL6UF5/YJx7LbW3INfH0VeF/ES9NaSw1/GjP3Vmb/FYjh3tjb4NYBNDwfZwjN8pS353KCCL1Sw==","repository":{"url":"https://github.com/Unity-Technologies/com.unity.ui.git","type":"git","revision":"e8edeaacbd151249d01c1185b8503e605dca062b"},"_npmVersion":"7.5.2","_nodeVersion":"12.21.0","unityRelease":"17f1","relatedPackages":{"com.unity.ui.tests":"1.0.0-preview.18"},"name":"com.unity.ui","version":"1.0.0-preview.18","displayName":"UI Toolkit","description":"UI Toolkit is a set of features, resources and tools for developing user interfaces (UI). Use it to develop custom UI and extensions for the Unity Editor, runtime debugging tools, and runtime UI for games and applications.\r\n\r\nUI Toolkit includes:\r\n\r\n▪ A retained-mode UI system, based on recognized web technologies, that supports stylesheets, and dynamic and contextual event handling.\r\n▪ UXML and USS asset types for building and styling user interfaces. These are inspired by standard web technologies such as XML, HTML, and CSS.\r\n▪ Tools and resources such as a built-in UI debugger, the support for the UI Builder visual UI authoring tool*, and examples available in the editor.\r\n\r\n*Available via the com.unity.ui.builder package","keywords":["UI","UIElements","Runtime UI","Editor UI","UI Toolkit","Toolkit"],"dependencies":{"com.unity.textcore":"1.0.0-preview.3","com.unity.modules.uielementsnative":"1.0.0"},"dist":{"shasum":"266803d8326755fcdf4e2fe7c5f2d4a3d76e5998","tarball":"https://download.packages.unity.com/com.unity.ui/-/com.unity.ui-1.0.0-preview.18.tgz"}},"1.0.0-preview.17":{"_id":"com.unity.ui@1.0.0-preview.17","bugs":{"url":"https://github.com/Unity-Technologies/com.unity.ui/issues"},"type":"asset","_from":"file:com.unity.ui-1.0.0-preview.17.tgz","unity":"2020.3","upmCi":{"footprint":"38d4ae0d449af83c943cb929be9cad8a165bcc92"},"readme":"# UI Toolkit (Package)\n\nUI Toolkit is a set of features, resources and tools for developing user interfaces (UI). Use it to develop custom UI and extensions for the Unity Editor, runtime debugging tools, and runtime UI for games and applications.\n\nUI Toolkit includes:\n\n- A retained-mode UI system, based on recognized web technologies, that supports stylesheets, and dynamic and contextual event handling.\n- UXML and USS asset types for building and styling user interfaces. These are inspired by standard web technologies such as XML, HTML, and CSS.\n- Tools and resources such as a built-in UI debugger, support for the UI Builder visual UI authoring tool&#42;, and examples available in the editor.\n\n&#42;Available via the com.unity.ui.builder package\n\n## About this package\n\nUI Toolkit is built into Unity as a core part of the Editor. It is also available in this package, com.unity.ui, which is currently in preview. The built-in version for each major Unity release is based on a specific version of this package, but the two are not completely identical.\n\n## Builtin UI Toolkit vs. the UI Toolkit package\n\nThe built-in version of UI Toolkit includes the features required to make user interfaces for Unity Editor extensions. The package version contains the exact same features, as well as the features required to make runtime user interfaces for games and applications. It may also contain other new features that are currently in preview.\n\nBoth versions of UI Toolkit work exactly the same way, and use the same namespaces: `UnityEditor.UIElements` and `UnityEngine.UIElements`. When you install the package, you will not see many difference other than having access to the runtime features, and other preview features. You do not need to do any additional configuration.\n\n# Using package-only UI Toolkit features\n\nIn a project, code that needs UI Toolkit features that are only present in the package MUST reference the assemblies explicitly. Otherwise, the compilation order is not guaranteed, and you might see errors in the Editor or at build time related to missing APIs. In a assembly definition file (.asmdef), you must add an explicit reference to `\"UnityEngine.UIElementsModule\"` to access new runtime APIs or `\"UnityEditor.UIElementsModule\"` for editor features.\n\nHere is a sample of an assembly definition file adding these references:\n\n```\n{\n  \"name\": \"AssemblyConsumingNewAPI\",\n  \"references\": [\n     \"UnityEngine.UIElementsModule\",\n     \"UnityEditor.UIElementsModule\"\n     ],\n  \"includePlatforms\": [],\n  \"excludePlatforms\": [],\n  \"allowUnsafeCode\": true,\n  \"overrideReferences\": false,\n  \"precompiledReferences\": [],\n  \"autoReferenced\": false,\n  \"defineConstraints\": [],\n  \"versionDefines\": [],\n  \"noEngineReferences\": false\n}\n```\n","samples":[{"path":"Samples~","description":"Examples that demonstrate workflows and API usage for both Editor and Runtime UI","displayName":"UI Toolkit Examples"}],"homepage":"https://github.com/Unity-Technologies/com.unity.ui#readme","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Unity-Technologies/com.unity.ui.git","type":"git","revision":"e8edeaacbd151249d01c1185b8503e605dca062b"},"_npmVersion":"6.13.4","_nodeVersion":"12.16.1","unityRelease":"16f1","readmeFilename":"README.md","relatedPackages":{"com.unity.ui.tests":"1.0.0-preview.17"},"name":"com.unity.ui","version":"1.0.0-preview.17","displayName":"UI Toolkit","description":"UI Toolkit is a set of features, resources and tools for developing user interfaces (UI). Use it to develop custom UI and extensions for the Unity Editor, runtime debugging tools, and runtime UI for games and applications.\r\n\r\nUI Toolkit includes:\r\n\r\n▪ A retained-mode UI system, based on recognized web technologies, that supports stylesheets, and dynamic and contextual event handling.\r\n▪ UXML and USS asset types for building and styling user interfaces. These are inspired by standard web technologies such as XML, HTML, and CSS.\r\n▪ Tools and resources such as a built-in UI debugger, the support for the UI Builder visual UI authoring tool*, and examples available in the editor.\r\n\r\n*Available via the com.unity.ui.builder package","keywords":["UI","UIElements","Runtime UI","Editor UI","UI Toolkit","Toolkit"],"dependencies":{"com.unity.textcore":"1.0.0-preview.3","com.unity.modules.uielementsnative":"1.0.0"},"dist":{"shasum":"05eafed052a4a113f886119e885b32cebf673b94","tarball":"https://download.packages.unity.com/com.unity.ui/-/com.unity.ui-1.0.0-preview.17.tgz"}},"1.0.0-preview.16":{"_id":"com.unity.ui@1.0.0-preview.16","bugs":{"url":"https://github.com/Unity-Technologies/com.unity.ui/issues"},"type":"asset","_from":"file:com.unity.ui-1.0.0-preview.16.tgz","unity":"2020.3","upmCi":{"footprint":"b22c56303e7df491c1186778efe8083f81947c2b"},"readme":"# UI Toolkit (Package)\n\nUI Toolkit is a set of features, resources and tools for developing user interfaces (UI). Use it to develop custom UI and extensions for the Unity Editor, runtime debugging tools, and runtime UI for games and applications.\n\nUI Toolkit includes:\n\n- A retained-mode UI system, based on recognized web technologies, that supports stylesheets, and dynamic and contextual event handling.\n- UXML and USS asset types for building and styling user interfaces. These are inspired by standard web technologies such as XML, HTML, and CSS.\n- Tools and resources such as a built-in UI debugger, support for the UI Builder visual UI authoring tool&#42;, and examples available in the editor.\n\n&#42;Available via the com.unity.ui.builder package\n\n## About this package\n\nUI Toolkit is built into Unity as a core part of the Editor. It is also available in this package, com.unity.ui, which is currently in preview. The built-in version for each major Unity release is based on a specific version of this package, but the two are not completely identical.\n\n## Builtin UI Toolkit vs. the UI Toolkit package\n\nThe built-in version of UI Toolkit includes the features required to make user interfaces for Unity Editor extensions. The package version contains the exact same features, as well as the features required to make runtime user interfaces for games and applications. It may also contain other new features that are currently in preview.\n\nBoth versions of UI Toolkit work exactly the same way, and use the same namespaces: `UnityEditor.UIElements` and `UnityEngine.UIElements`. When you install the package, you will not see many difference other than having access to the runtime features, and other preview features. You do not need to do any additional configuration.\n\n# Using package-only UI Toolkit features\n\nIn a project, code that needs UI Toolkit features that are only present in the package MUST reference the assemblies explicitly. Otherwise, the compilation order is not guaranteed, and you might see errors in the Editor or at build time related to missing APIs. In a assembly definition file (.asmdef), you must add an explicit reference to `\"UnityEngine.UIElementsModule\"` to access new runtime APIs or `\"UnityEditor.UIElementsModule\"` for editor features.\n\nHere is a sample of an assembly definition file adding these references:\n\n```\n{\n  \"name\": \"AssemblyConsumingNewAPI\",\n  \"references\": [\n     \"UnityEngine.UIElementsModule\",\n     \"UnityEditor.UIElementsModule\"\n     ],\n  \"includePlatforms\": [],\n  \"excludePlatforms\": [],\n  \"allowUnsafeCode\": true,\n  \"overrideReferences\": false,\n  \"precompiledReferences\": [],\n  \"autoReferenced\": false,\n  \"defineConstraints\": [],\n  \"versionDefines\": [],\n  \"noEngineReferences\": false\n}\n```\n","samples":[{"path":"Samples~","description":"Examples that demonstrate workflows and API usage for both Editor and Runtime UI","displayName":"UI Toolkit Examples"}],"homepage":"https://github.com/Unity-Technologies/com.unity.ui#readme","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Unity-Technologies/com.unity.ui.git","type":"git","revision":"e8edeaacbd151249d01c1185b8503e605dca062b"},"_npmVersion":"6.13.4","_nodeVersion":"12.16.1","unityRelease":"0b9","readmeFilename":"README.md","relatedPackages":{"com.unity.ui.tests":"1.0.0-preview.16"},"name":"com.unity.ui","version":"1.0.0-preview.16","displayName":"UI Toolkit","description":"UI Toolkit is a set of features, resources and tools for developing user interfaces (UI). Use it to develop custom UI and extensions for the Unity Editor, runtime debugging tools, and runtime UI for games and applications.\r\n\r\nUI Toolkit includes:\r\n\r\n▪ A retained-mode UI system, based on recognized web technologies, that supports stylesheets, and dynamic and contextual event handling.\r\n▪ UXML and USS asset types for building and styling user interfaces. These are inspired by standard web technologies such as XML, HTML, and CSS.\r\n▪ Tools and resources such as a built-in UI debugger, the support for the UI Builder visual UI authoring tool*, and examples available in the editor.\r\n\r\n*Available via the com.unity.ui.builder package","keywords":["UI","UIElements","Runtime UI","Editor UI","UI Toolkit","Toolkit"],"dependencies":{"nuget.moq":"1.0.0","nuget.castle-core":"1.0.1","com.unity.textcore":"1.0.0-preview.3","com.unity.modules.uielementsnative":"1.0.0"},"dist":{"shasum":"9109698c3596d60046163a7c67d4aed80a3cfe8e","tarball":"https://download.packages.unity.com/com.unity.ui/-/com.unity.ui-1.0.0-preview.16.tgz"}},"1.0.0-preview.15":{"_id":"com.unity.ui@1.0.0-preview.15","bugs":{"url":"https://github.com/Unity-Technologies/com.unity.ui/issues"},"type":"asset","_from":"file:com.unity.ui-1.0.0-preview.15.tgz","unity":"2020.3","upmCi":{"footprint":"6b8391d9cfef4779bee8530ee87fdd63254e7405"},"readme":"# UI Toolkit (Package)\n\nUI Toolkit is a set of features, resources and tools for developing user interfaces (UI). Use it to develop custom UI and extensions for the Unity Editor, runtime debugging tools, and runtime UI for games and applications.\n\nUI Toolkit includes:\n\n- A retained-mode UI system, based on recognized web technologies, that supports stylesheets, and dynamic and contextual event handling.\n- UXML and USS asset types for building and styling user interfaces. These are inspired by standard web technologies such as XML, HTML, and CSS.\n- Tools and resources such as a built-in UI debugger, support for the UI Builder visual UI authoring tool&#42;, and examples available in the editor.\n\n&#42;Available via the com.unity.ui.builder package\n\n## About this package\n\nUI Toolkit is built into Unity as a core part of the Editor. It is also available in this package, com.unity.ui, which is currently in preview. The built-in version for each major Unity release is based on a specific version of this package, but the two are not completely identical.\n\n## Builtin UI Toolkit vs. the UI Toolkit package\n\nThe built-in version of UI Toolkit includes the features required to make user interfaces for Unity Editor extensions. The package version contains the exact same features, as well as the features required to make runtime user interfaces for games and applications. It may also contain other new features that are currently in preview.\n\nBoth versions of UI Toolkit work exactly the same way, and use the same namespaces: `UnityEditor.UIElements` and `UnityEngine.UIElements`. When you install the package, you will not see many difference other than having access to the runtime features, and other preview features. You do not need to do any additional configuration.\n\n# Using package-only UI Toolkit features\n\nIn a project, code that needs UI Toolkit features that are only present in the package MUST reference the assemblies explicitly. Otherwise, the compilation order is not guaranteed, and you might see errors in the Editor or at build time related to missing APIs. In a assembly definition file (.asmdef), you must add an explicit reference to `\"UnityEngine.UIElementsModule\"` to access new runtime APIs or `\"UnityEditor.UIElementsModule\"` for editor features.\n\nHere is a sample of an assembly definition file adding these references:\n\n```\n{\n  \"name\": \"AssemblyConsumingNewAPI\",\n  \"references\": [\n     \"UnityEngine.UIElementsModule\",\n     \"UnityEditor.UIElementsModule\"\n     ],\n  \"includePlatforms\": [],\n  \"excludePlatforms\": [],\n  \"allowUnsafeCode\": true,\n  \"overrideReferences\": false,\n  \"precompiledReferences\": [],\n  \"autoReferenced\": false,\n  \"defineConstraints\": [],\n  \"versionDefines\": [],\n  \"noEngineReferences\": false\n}\n```\n","samples":[{"path":"Samples~","description":"Examples that demonstrate workflows and API usage for both Editor and Runtime UI","displayName":"UI Toolkit Examples"}],"homepage":"https://github.com/Unity-Technologies/com.unity.ui#readme","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Unity-Technologies/com.unity.ui.git","type":"git","revision":"e7b3ccec546b507cf904db52b29db1de38f4a300"},"_npmVersion":"6.13.4","_nodeVersion":"12.16.1","unityRelease":"0b9","readmeFilename":"README.md","relatedPackages":{"com.unity.ui.tests":"1.0.0-preview.15"},"name":"com.unity.ui","version":"1.0.0-preview.15","displayName":"UI Toolkit","description":"UI Toolkit is a set of features, resources and tools for developing user interfaces (UI). Use it to develop custom UI and extensions for the Unity Editor, runtime debugging tools, and runtime UI for games and applications.\r\n\r\nUI Toolkit includes:\r\n\r\n▪ A retained-mode UI system, based on recognized web technologies, that supports stylesheets, and dynamic and contextual event handling.\r\n▪ UXML and USS asset types for building and styling user interfaces. These are inspired by standard web technologies such as XML, HTML, and CSS.\r\n▪ Tools and resources such as a built-in UI debugger, the support for the UI Builder visual UI authoring tool*, and examples available in the editor.\r\n\r\n*Available via the com.unity.ui.builder package","keywords":["UI","UIElements","Runtime UI","Editor UI","UI Toolkit","Toolkit"],"dependencies":{"nuget.moq":"1.0.0","nuget.castle-core":"1.0.1","com.unity.textcore":"1.0.0-preview.3","com.unity.modules.uielementsnative":"1.0.0"},"dist":{"shasum":"724298a1e53ea2f20972a5b05aa9a11cf28b6952","tarball":"https://download.packages.unity.com/com.unity.ui/-/com.unity.ui-1.0.0-preview.15.tgz"}},"1.0.0-preview.14":{"_id":"com.unity.ui@1.0.0-preview.14","bugs":{"url":"https://github.com/Unity-Technologies/com.unity.ui/issues"},"type":"asset","unity":"2020.2","upmCi":{"footprint":"6dfb99fc4a77feed017300f47c122980cf36f1c1"},"readme":"# UI Toolkit (Package)\r\n\r\nUI Toolkit is a set of features, resources and tools for developing user interfaces (UI). Use it to develop custom UI and extensions for the Unity Editor, runtime debugging tools, and runtime UI for games and applications.\r\n\r\nUI Toolkit includes:\r\n\r\n- A retained-mode UI system, based on recognized web technologies, that supports stylesheets, and dynamic and contextual event handling.\r\n- UXML and USS asset types for building and styling user interfaces. These are inspired by standard web technologies such as XML, HTML, and CSS.\r\n- Tools and resources such as a built-in UI debugger, support for the UI Builder visual UI authoring tool&#42;, and examples available in the editor.\r\n\r\n&#42;Available via the com.unity.ui.builder package\r\n\r\n## About this package\r\n\r\nUI Toolkit is built into Unity as a core part of the Editor. It is also available in this package, com.unity.ui, which is currently in preview. The built-in version for each major Unity release is based on a specific version of this package, but the two are not completely identical.\r\n\r\n## Builtin UI Toolkit vs. the UI Toolkit package\r\n\r\nThe built-in version of UI Toolkit includes the features required to make user interfaces for Unity Editor extensions. The package version contains the exact same features, as well as the features required to make runtime user interfaces for games and applications. It may also contain other new features that are currently in preview.\r\n\r\nBoth versions of UI Toolkit work exactly the same way, and use the same namespaces: `UnityEditor.UIElements` and `UnityEngine.UIElements`. When you install the package, you will not see many difference other than having access to the runtime features, and other preview features. You do not need to do any additional configuration.\r\n","samples":[{"path":"Samples~","description":"Examples that demonstrate workflows and API usage for both Editor and Runtime UI","displayName":"UI Toolkit Examples"}],"_npmUser":{},"homepage":"https://github.com/Unity-Technologies/com.unity.ui#readme","repository":{"url":"git+https://github.com/Unity-Technologies/com.unity.ui.git","type":"git","revision":"e2c286830f9d1a8daccdf6dfe2a01aaf86facfed"},"_npmVersion":"5.6.0","_nodeVersion":"8.17.0","unityRelease":"0f1","readmeFilename":"README.md","relatedPackages":{"com.unity.ui.tests":"1.0.0-preview.14"},"name":"com.unity.ui","version":"1.0.0-preview.14","displayName":"UI Toolkit","description":"UI Toolkit is a set of features, resources and tools for developing user interfaces (UI). Use it to develop custom UI and extensions for the Unity Editor, runtime debugging tools, and runtime UI for games and applications.\r\n\r\nUI Toolkit includes:\r\n\r\n▪ A retained-mode UI system, based on recognized web technologies, that supports stylesheets, and dynamic and contextual event handling.\r\n▪ UXML and USS asset types for building and styling user interfaces. These are inspired by standard web technologies such as XML, HTML, and CSS.\r\n▪ Tools and resources such as a built-in UI debugger, the support for the UI Builder visual UI authoring tool*, and examples available in the editor.\r\n\r\n*Available via the com.unity.ui.builder package","keywords":["UI","UIElements","Runtime UI","Editor UI","UI Toolkit","Toolkit"],"dependencies":{"com.unity.textcore":"1.0.0-preview.2","com.unity.modules.uielementsnative":"1.0.0"},"dist":{"shasum":"61ddbdb228932f0af2ba1451ac28271d6f8a353c","tarball":"https://download.packages.unity.com/com.unity.ui/-/com.unity.ui-1.0.0-preview.14.tgz"}},"1.0.0-preview.13":{"_id":"com.unity.ui@1.0.0-preview.13","bugs":{"url":"https://github.com/Unity-Technologies/com.unity.ui/issues"},"type":"asset","unity":"2020.1","upmCi":{"footprint":"75b9f69499478473d09f3e4533093a1c38151188"},"readme":"# UI Toolkit (Package)\r\n\r\nUI Toolkit is a set of features, resources and tools for developing user interfaces (UI). Use it to develop custom UI and extensions for the Unity Editor, runtime debugging tools, and runtime UI for games and applications.\r\n\r\nUI Toolkit includes:\r\n\r\n- A retained-mode UI system, based on recognized web technologies, that supports stylesheets, and dynamic and contextual event handling.\r\n- UXML and USS asset types for building and styling user interfaces. These are inspired by standard web technologies such as XML, HTML, and CSS.\r\n- Tools and resources such as a built-in UI debugger, support for the UI Builder visual UI authoring tool&#42;, and examples available in the editor.\r\n\r\n&#42;Available via the com.unity.ui.builder package\r\n\r\n## About this package\r\n\r\nUI Toolkit is built into Unity as a core part of the Editor. It is also available in this package, com.unity.ui, which is currently in preview. The built-in version for each major Unity release is based on a specific version of this package, but the two are not completely identical.\r\n\r\n## Builtin UI Toolkit vs. the UI Toolkit package\r\n\r\nThe built-in version of UI Toolkit includes the features required to make user interfaces for Unity Editor extensions. The package version contains the exact same features, as well as the features required to make runtime user interfaces for games and applications. It may also contain other new features that are currently in preview.\r\n\r\nBoth versions of UI Toolkit work exactly the same way, and use the same namespaces: `UnityEditor.UIElements` and `UnityEngine.UIElements`. When you install the package, you will not see many difference other than having access to the runtime features, and other preview features. You do not need to do any additional configuration.\r\n","samples":[{"path":"Samples~","description":"Examples that demonstrate workflows and API usage for both Editor and Runtime UI","displayName":"UI Toolkit Examples"}],"_npmUser":{},"homepage":"https://github.com/Unity-Technologies/com.unity.ui#readme","repository":{"url":"git+https://github.com/Unity-Technologies/com.unity.ui.git","type":"git","revision":"f72d06df210e1093004f35a1844a89b566ee212d"},"_npmVersion":"5.6.0","_nodeVersion":"8.17.0","unityRelease":"9f1","readmeFilename":"README.md","relatedPackages":{"com.unity.ui.tests":"1.0.0-preview.13"},"name":"com.unity.ui","version":"1.0.0-preview.13","displayName":"UI Toolkit","description":"UI Toolkit is a set of features, resources and tools for developing user interfaces (UI). Use it to develop custom UI and extensions for the Unity Editor, runtime debugging tools, and runtime UI for games and applications.\r\n\r\nUI Toolkit includes:\r\n\r\n▪ A retained-mode UI system, based on recognized web technologies, that supports stylesheets, and dynamic and contextual event handling.\r\n▪ UXML and USS asset types for building and styling user interfaces. These are inspired by standard web technologies such as XML, HTML, and CSS.\r\n▪ Tools and resources such as a built-in UI debugger, the support for the UI Builder visual UI authoring tool*, and examples available in the editor.\r\n\r\n*Available via the com.unity.ui.builder package","keywords":["UI","UIElements","Runtime UI","Editor UI","UI Toolkit","Toolkit"],"dependencies":{"nuget.moq":"1.0.0","nuget.castle-core":"1.0.1","com.unity.textcore":"1.0.0-preview.2","com.unity.modules.uielementsnative":"1.0.0"},"dist":{"shasum":"69efc1cf83eac1dbfcce79d555e8c0290393eab4","tarball":"https://download.packages.unity.com/com.unity.ui/-/com.unity.ui-1.0.0-preview.13.tgz"}},"1.0.0-preview.12":{"_id":"com.unity.ui@1.0.0-preview.12","bugs":{"url":"https://github.com/Unity-Technologies/com.unity.ui/issues"},"type":"asset","unity":"2020.1","upmCi":{"footprint":"3dcc482092e297547ac23de000810ba4d3fa6371"},"readme":"# UI Toolkit (Package)\r\n\r\nUI Toolkit is a set of features, resources and tools for developing user interfaces (UI). Use it to develop custom UI and extensions for the Unity Editor, runtime debugging tools, and runtime UI for games and applications.\r\n\r\nUI Toolkit includes:\r\n\r\n- A retained-mode UI system, based on recognized web technologies, that supports stylesheets, and dynamic and contextual event handling.\r\n- UXML and USS asset types for building and styling user interfaces. These are inspired by standard web technologies such as XML, HTML, and CSS.\r\n- Tools and resources such as a built-in UI debugger, support for the UI Builder visual UI authoring tool&#42;, and examples available in the editor.\r\n\r\n&#42;Available via the com.unity.ui.builder package\r\n\r\n## About this package\r\n\r\nUI Toolkit is built into Unity as a core part of the Editor. It is also available in this package, com.unity.ui, which is currently in preview. The built-in version for each major Unity release is based on a specific version of this package, but the two are not completely identical.\r\n\r\n## Builtin UI Toolkit vs. the UI Toolkit package\r\n\r\nThe built-in version of UI Toolkit includes the features required to make user interfaces for Unity Editor extensions. The package version contains the exact same features, as well as the features required to make runtime user interfaces for games and applications. It may also contain other new features that are currently in preview.\r\n\r\nBoth versions of UI Toolkit work exactly the same way, and use the same namespaces: `UnityEditor.UIElements` and `UnityEngine.UIElements`. When you install the package, you will not see many difference other than having access to the runtime features, and other preview features. You do not need to do any additional configuration.\r\n","samples":[{"path":"Samples~","description":"Examples that demonstrate workflows and API usage for both Editor and Runtime UI","displayName":"UI Toolkit Examples"}],"_npmUser":{},"homepage":"https://github.com/Unity-Technologies/com.unity.ui#readme","repository":{"url":"git+https://github.com/Unity-Technologies/com.unity.ui.git","type":"git","revision":"873b50a16799da4a06c6de8cf32f0865fd034ec0"},"_npmVersion":"5.6.0","_nodeVersion":"8.17.0","unityRelease":"9f1","readmeFilename":"README.md","relatedPackages":{"com.unity.ui.tests":"1.0.0-preview.12"},"name":"com.unity.ui","version":"1.0.0-preview.12","displayName":"UI Toolkit","description":"UI Toolkit is a set of features, resources and tools for developing user interfaces (UI). Use it to develop custom UI and extensions for the Unity Editor, runtime debugging tools, and runtime UI for games and applications.\r\n\r\nUI Toolkit includes:\r\n\r\n▪ A retained-mode UI system, based on recognized web technologies, that supports stylesheets, and dynamic and contextual event handling.\r\n▪ UXML and USS asset types for building and styling user interfaces. These are inspired by standard web technologies such as XML, HTML, and CSS.\r\n▪ Tools and resources such as a built-in UI debugger, the support for the UI Builder visual UI authoring tool*, and examples available in the editor.\r\n\r\n*Available via the com.unity.ui.builder package","keywords":["UI","UIElements","Runtime UI","Editor UI","UI Toolkit","Toolkit"],"dependencies":{"nuget.moq":"1.0.0","nuget.castle-core":"1.0.1","com.unity.textcore":"1.0.0-preview.2","com.unity.modules.uielementsnative":"1.0.0"},"dist":{"shasum":"d0078633d5ddf48a1e867e40e94eb312d3b1b471","tarball":"https://download.packages.unity.com/com.unity.ui/-/com.unity.ui-1.0.0-preview.12.tgz"}},"1.0.0-preview.11":{"_id":"com.unity.ui@1.0.0-preview.11","bugs":{"url":"https://github.com/Unity-Technologies/com.unity.ui/issues"},"type":"asset","unity":"2020.1","upmCi":{"footprint":"48c65ef4c944416a94d4053e298e6d916e7416fe"},"readme":"# UI Toolkit (Package)\r\n\r\nUI Toolkit is a set of features, resources and tools for developing user interfaces (UI). Use it to develop custom UI and extensions for the Unity Editor, runtime debugging tools, and runtime UI for games and applications.\r\n\r\nUI Toolkit includes:\r\n\r\n- A retained-mode UI system, based on recognized web technologies, that supports stylesheets, and dynamic and contextual event handling.\r\n- UXML and USS asset types for building and styling user interfaces. These are inspired by standard web technologies such as XML, HTML, and CSS.\r\n- Tools and resources such as a built-in UI debugger, support for the UI Builder visual UI authoring tool&#42;, and examples available in the editor.\r\n\r\n&#42;Available via the com.unity.ui.builder package\r\n\r\n## About this package\r\n\r\nUI Toolkit is built into Unity as a core part of the Editor. It is also available in this package, com.unity.ui, which is currently in preview. The built-in version for each major Unity release is based on a specific version of this package, but the two are not completely identical.\r\n\r\n## Builtin UI Toolkit vs. the UI Toolkit package\r\n\r\nThe built-in version of UI Toolkit includes the features required to make user interfaces for Unity Editor extensions. The package version contains the exact same features, as well as the features required to make runtime user interfaces for games and applications. It may also contain other new features that are currently in preview.\r\n\r\nBoth versions of UI Toolkit work exactly the same way, and use the same namespaces: `UnityEditor.UIElements` and `UnityEngine.UIElements`. When you install the package, you will not see many difference other than having access to the runtime features, and other preview features. You do not need to do any additional configuration.\r\n","samples":[{"path":"Samples~","description":"Examples that demonstrate workflows and API usage for both Editor and Runtime UI","displayName":"UI Toolkit Examples"}],"_npmUser":{},"homepage":"https://github.com/Unity-Technologies/com.unity.ui#readme","repository":{"url":"git+https://github.com/Unity-Technologies/com.unity.ui.git","type":"git","revision":"1a26ef167c430e18dfa4070469d7c2533cdc89b6"},"_npmVersion":"5.6.0","_nodeVersion":"8.17.0","unityRelease":"9f1","readmeFilename":"README.md","relatedPackages":{"com.unity.ui.tests":"1.0.0-preview.11"},"name":"com.unity.ui","version":"1.0.0-preview.11","displayName":"UI Toolkit","description":"UI Toolkit is a set of features, resources and tools for developing user interfaces (UI). Use it to develop custom UI and extensions for the Unity Editor, runtime debugging tools, and runtime UI for games and applications.\r\n\r\nUI Toolkit includes:\r\n\r\n▪ A retained-mode UI system, based on recognized web technologies, that supports stylesheets, and dynamic and contextual event handling.\r\n▪ UXML and USS asset types for building and styling user interfaces. These are inspired by standard web technologies such as XML, HTML, and CSS.\r\n▪ Tools and resources such as a built-in UI debugger, the support for the UI Builder visual UI authoring tool*, and examples available in the editor.\r\n\r\n*Available via the com.unity.ui.builder package","keywords":["UI","UIElements","Runtime UI","Editor UI","UI Toolkit","Toolkit"],"dependencies":{"nuget.moq":"1.0.0","nuget.castle-core":"1.0.1","com.unity.textcore":"1.0.0-preview.2","com.unity.modules.uielementsnative":"1.0.0"},"dist":{"shasum":"7960f7c09578292f69e1fece1e84c8575c491f72","tarball":"https://download.packages.unity.com/com.unity.ui/-/com.unity.ui-1.0.0-preview.11.tgz"}},"1.0.0-preview.9":{"_id":"com.unity.ui@1.0.0-preview.9","bugs":{"url":"https://github.com/Unity-Technologies/com.unity.ui/issues"},"type":"asset","unity":"2020.1","upmCi":{"footprint":"8ce1a15967ca7b556703ebc2ea3c667573f4e0b3"},"readme":"# UI Toolkit (Package)\r\n\r\nUI Toolkit is a set of features, resources and tools for developing user interfaces (UI). Use it to develop custom UI and extensions for the Unity Editor, runtime debugging tools, and runtime UI for games and applications.\r\n\r\nUI Toolkit includes:\r\n\r\n- A retained-mode UI system, based on recognized web technologies, that supports stylesheets, and dynamic and contextual event handling.\r\n- UXML and USS asset types for building and styling user interfaces. These are inspired by standard web technologies such as XML, HTML, and CSS.\r\n- Tools and resources such as a built-in UI debugger, support for the UI Builder visual UI authoring tool&#42;, and examples available in the editor.\r\n\r\n&#42;Available via the com.unity.ui.builder package\r\n\r\n## About this package\r\n\r\nUI Toolkit is built into Unity as a core part of the Editor. It is also available in this package, com.unity.ui, which is currently in preview. The built-in version for each major Unity release is based on a specific version of this package, but the two are not completely identical.\r\n\r\n## Builtin UI Toolkit vs. the UI Toolkit package\r\n\r\nThe built-in version of UI Toolkit includes the features required to make user interfaces for Unity Editor extensions. The package version contains the exact same features, as well as the features required to make runtime user interfaces for games and applications. It may also contain other new features that are currently in preview.\r\n\r\nBoth versions of UI Toolkit work exactly the same way, and use the same namespaces: `UnityEditor.UIElements` and `UnityEngine.UIElements`. When you install the package, you will not see many difference other than having access to the runtime features, and other preview features. You do not need to do any additional configuration.\r\n","samples":[{"path":"Samples~","description":"Examples that demonstrate workflows and API usage for both Editor and Runtime UI","displayName":"UI Toolkit Examples"}],"_npmUser":{},"homepage":"https://github.com/Unity-Technologies/com.unity.ui#readme","repository":{"url":"git+https://github.com/Unity-Technologies/com.unity.ui.git","type":"git","revision":"2aba7a0c4a3a1d94124de37a28c7a9a59fbe4c59"},"_npmVersion":"5.6.0","_nodeVersion":"8.11.1","unityRelease":"3f1","readmeFilename":"README.md","relatedPackages":{"com.unity.ui.tests":"1.0.0-preview.9"},"name":"com.unity.ui","version":"1.0.0-preview.9","displayName":"UI Toolkit","description":"UI Toolkit is a set of features, resources and tools for developing user interfaces (UI). Use it to develop custom UI and extensions for the Unity Editor, runtime debugging tools, and runtime UI for games and applications.\r\n\r\nUI Toolkit includes:\r\n\r\n▪ A retained-mode UI system, based on recognized web technologies, that supports stylesheets, and dynamic and contextual event handling.\r\n▪ UXML and USS asset types for building and styling user interfaces. These are inspired by standard web technologies such as XML, HTML, and CSS.\r\n▪ Tools and resources such as a built-in UI debugger, the support for the UI Builder visual UI authoring tool*, and examples available in the editor.\r\n\r\n*Available via the com.unity.ui.builder package","keywords":["UI","UIElements","Runtime UI","Editor UI","UI Toolkit","Toolkit"],"dependencies":{"nuget.moq":"1.0.0","nuget.castle-core":"1.0.1","com.unity.modules.uielementsnative":"1.0.0"},"dist":{"shasum":"e1b4f628e80fdfd4803690c594de1f5bfad7f89f","tarball":"https://download.packages.unity.com/com.unity.ui/-/com.unity.ui-1.0.0-preview.9.tgz"}},"1.0.0-preview.8":{"_id":"com.unity.ui@1.0.0-preview.8","bugs":{"url":"https://github.com/Unity-Technologies/com.unity.ui/issues"},"type":"asset","unity":"2020.1","upmCi":{"footprint":"923eedd32bbbd2fd66f19501a53ac3f6a88f686c"},"readme":"# UI Toolkit (Package)\r\n\r\nUI Toolkit is a set of features, resources and tools for developing user interfaces (UI). Use it to develop custom UI and extensions for the Unity Editor, runtime debugging tools, and runtime UI for games and applications.\r\n\r\nUI Toolkit includes:\r\n\r\n- A retained-mode UI system, based on recognized web technologies, that supports stylesheets, and dynamic and contextual event handling.\r\n- UXML and USS asset types for building and styling user interfaces. These are inspired by standard web technologies such as XML, HTML, and CSS.\r\n- Tools and resources such as a built-in UI debugger, support for the UI Builder visual UI authoring tool&#42;, and examples available in the editor.\r\n\r\n&#42;Available via the com.unity.ui.builder package\r\n\r\n## About this package\r\n\r\nUI Toolkit is built into Unity as a core part of the Editor. It is also available in this package, com.unity.ui, which is currently in preview. The built-in version for each major Unity release is based on a specific version of this package, but the two are not completely identical.\r\n\r\n## Builtin UI Toolkit vs. the UI Toolkit package\r\n\r\nThe built-in version of UI Toolkit includes the features required to make user interfaces for Unity Editor extensions. The package version contains the exact same features, as well as the features required to make runtime user interfaces for games and applications. It may also contain other new features that are currently in preview.\r\n\r\nBoth versions of UI Toolkit work exactly the same way, and use the same namespaces: `UnityEditor.UIElements` and `UnityEngine.UIElements`. When you install the package, you will not see many difference other than having access to the runtime features, and other preview features. You do not need to do any additional configuration.\r\n","samples":[{"path":"Samples~","description":"Examples that demonstrate workflows and API usage for both Editor and Runtime UI","displayName":"UI Toolkit Examples"}],"_npmUser":{},"homepage":"https://github.com/Unity-Technologies/com.unity.ui#readme","repository":{"url":"git+https://github.com/Unity-Technologies/com.unity.ui.git","type":"git","revision":"72cf1557f83c26819c629e2a516ab0a6defe0f2b"},"_npmVersion":"5.6.0","_nodeVersion":"8.11.1","unityRelease":"3f1","readmeFilename":"README.md","relatedPackages":{"com.unity.ui.tests":"1.0.0-preview.8"},"name":"com.unity.ui","version":"1.0.0-preview.8","displayName":"UI Toolkit","description":"UI Toolkit is a set of features, resources and tools for developing user interfaces (UI). Use it to develop custom UI and extensions for the Unity Editor, runtime debugging tools, and runtime UI for games and applications.\r\n\r\nUI Toolkit includes:\r\n\r\n▪ A retained-mode UI system, based on recognized web technologies, that supports stylesheets, and dynamic and contextual event handling.\r\n▪ UXML and USS asset types for building and styling user interfaces. These are inspired by standard web technologies such as XML, HTML, and CSS.\r\n▪ Tools and resources such as a built-in UI debugger, the support for the UI Builder visual UI authoring tool*, and examples available in the editor.\r\n\r\n*Available via the com.unity.ui.builder package","keywords":["UI","UIElements","Runtime UI","Editor UI","UI Toolkit","Toolkit"],"dependencies":{"nuget.moq":"1.0.0","nuget.castle-core":"1.0.1","com.unity.modules.uielementsnative":"1.0.0"},"dist":{"shasum":"220e8140c5f1917dd09c1c1f52aded9eca963ab8","tarball":"https://download.packages.unity.com/com.unity.ui/-/com.unity.ui-1.0.0-preview.8.tgz"}},"1.0.0-preview.7":{"_id":"com.unity.ui@1.0.0-preview.7","bugs":{"url":"https://github.com/Unity-Technologies/com.unity.ui/issues"},"type":"asset","unity":"2020.1","upmCi":{"footprint":"0e8d30b6fd09ae58e2afb83998143e646cb99d7a"},"readme":"# UI Toolkit (Package)\r\n\r\nUI Toolkit is a set of features, resources and tools for developing user interfaces (UI). Use it to develop custom UI and extensions for the Unity Editor, runtime debugging tools, and runtime UI for games and applications.\r\n\r\nUI Toolkit includes:\r\n\r\n- A retained-mode UI system, based on recognized web technologies, that supports stylesheets, and dynamic and contextual event handling.\r\n- UXML and USS asset types for building and styling user interfaces. These are inspired by standard web technologies such as XML, HTML, and CSS.\r\n- Tools and resources such as a built-in UI debugger, support for the UI Builder visual UI authoring tool&#42;, and examples available in the editor.\r\n\r\n&#42;Available via the com.unity.ui.builder package\r\n\r\n## About this package\r\n\r\nUI Toolkit is built into Unity as a core part of the Editor. It is also available in this package, com.unity.ui, which is currently in preview. The built-in version for each major Unity release is based on a specific version of this package, but the two are not completely identical.\r\n\r\n## Builtin UI Toolkit vs. the UI Toolkit package\r\n\r\nThe built-in version of UI Toolkit includes the features required to make user interfaces for Unity Editor extensions. The package version contains the exact same features, as well as the features required to make runtime user interfaces for games and applications. It may also contain other new features that are currently in preview.\r\n\r\nBoth versions of UI Toolkit work exactly the same way, and use the same namespaces: `UnityEditor.UIElements` and `UnityEngine.UIElements`. When you install the package, you will not see many difference other than having access to the runtime features, and other preview features. You do not need to do any additional configuration.\r\n","samples":[{"path":"Samples~","description":"Examples that demonstrate workflows and API usage for both Editor and Runtime UI","displayName":"UI Toolkit Examples"}],"_npmUser":{},"homepage":"https://github.com/Unity-Technologies/com.unity.ui#readme","repository":{"url":"git+https://github.com/Unity-Technologies/com.unity.ui.git","type":"git","revision":"e805c6ac478b5be853a54d72b5154dbf343e0a49"},"_npmVersion":"5.6.0","_nodeVersion":"8.11.1","unityRelease":"3f1","readmeFilename":"README.md","relatedPackages":{"com.unity.ui.tests":"1.0.0-preview.7"},"name":"com.unity.ui","version":"1.0.0-preview.7","displayName":"UI Toolkit","description":"UI Toolkit is a set of features, resources and tools for developing user interfaces (UI). Use it to develop custom UI and extensions for the Unity Editor, runtime debugging tools, and runtime UI for games and applications.\r\n\r\nUI Toolkit includes:\r\n\r\n▪ A retained-mode UI system, based on recognized web technologies, that supports stylesheets, and dynamic and contextual event handling.\r\n▪ UXML and USS asset types for building and styling user interfaces. These are inspired by standard web technologies such as XML, HTML, and CSS.\r\n▪ Tools and resources such as a built-in UI debugger, the support for the UI Builder visual UI authoring tool*, and examples available in the editor.\r\n\r\n*Available via the com.unity.ui.builder package","keywords":["UI","UIElements","Runtime UI","Editor UI","UI Toolkit","Toolkit"],"dependencies":{"nuget.moq":"1.0.0","nuget.castle-core":"1.0.1","com.unity.modules.uielementsnative":"1.0.0"},"dist":{"shasum":"747029afb89975bd17f3e60ac24269c2a7a327f1","tarball":"https://download.packages.unity.com/com.unity.ui/-/com.unity.ui-1.0.0-preview.7.tgz"}},"1.0.0-preview.6":{"_id":"com.unity.ui@1.0.0-preview.6","bugs":{"url":"https://github.com/Unity-Technologies/com.unity.ui/issues"},"type":"asset","unity":"2020.1","upmCi":{"footprint":"809330784ef6289b7a6e5a6bb27512d98192c8d5"},"readme":"# UI Toolkit (Package)\r\n\r\nUI Toolkit is a set of features, resources and tools for developing user interfaces (UI). Use it to develop custom UI and extensions for the Unity Editor, runtime debugging tools, and runtime UI for games and applications.\r\n\r\nUI Toolkit includes:\r\n\r\n- A retained-mode UI system, based on recognized web technologies, that supports stylesheets, and dynamic and contextual event handling.\r\n- UXML and USS asset types for building and styling user interfaces. These are inspired by standard web technologies such as XML, HTML, and CSS.\r\n- Tools and resources such as a built-in UI debugger, support for the UI Builder visual UI authoring tool&#42;, and examples available in the editor.\r\n\r\n&#42;Available via the com.unity.ui.builder package\r\n\r\n## About this package\r\n\r\nUI Toolkit is built into Unity as a core part of the Editor. It is also available in this package, com.unity.ui, which is currently in preview. The built-in version for each major Unity release is based on a specific version of this package, but the two are not completely identical.\r\n\r\n## Builtin UI Toolkit vs. the UI Toolkit package\r\n\r\nThe built-in version of UI Toolkit includes the features required to make user interfaces for Unity Editor extensions. The package version contains the exact same features, as well as the features required to make runtime user interfaces for games and applications. It may also contain other new features that are currently in preview.\r\n\r\nBoth versions of UI Toolkit work exactly the same way, and use the same namespaces: `UnityEditor.UIElements` and `UnityEngine.UIElements`. When you install the package, you will not see many difference other than having access to the runtime features, and other preview features. You do not need to do any additional configuration.\r\n","samples":[{"path":"Samples~","description":"Collection of samples used in the UIElements documentation.","displayName":"UIElements Samples"}],"_npmUser":{},"homepage":"https://github.com/Unity-Technologies/com.unity.ui#readme","repository":{"url":"git+https://github.com/Unity-Technologies/com.unity.ui.git","type":"git","revision":"04ddad0b91e1039880b0bb2c9593bc89b0cac4cd"},"_npmVersion":"5.6.0","_nodeVersion":"8.11.1","unityRelease":"0b13","readmeFilename":"README.md","relatedPackages":{"com.unity.ui.tests":"1.0.0-preview.6"},"name":"com.unity.ui","version":"1.0.0-preview.6","displayName":"UI Toolkit","description":"UI Toolkit is a set of features, resources and tools for developing user interfaces (UI). Use it to develop custom UI and extensions for the Unity Editor, runtime debugging tools, and runtime UI for games and applications.\r\n\r\nUI Toolkit includes:\r\n\r\n▪ A retained-mode UI system, based on recognized web technologies, that supports stylesheets, and dynamic and contextual event handling.\r\n▪ UXML and USS asset types for building and styling user interfaces. These are inspired by standard web technologies such as XML, HTML, and CSS.\r\n▪ Tools and resources such as a built-in UI debugger, the support for the UI Builder visual UI authoring tool*, and examples available in the editor.\r\n\r\n*Available via the com.unity.ui.builder package","keywords":["UI","UIElements","Runtime UI","Editor UI","UI Toolkit","Toolkit"],"dependencies":{"nuget.moq":"1.0.0","nuget.castle-core":"1.0.1","com.unity.modules.uielementsnative":"1.0.0"},"dist":{"shasum":"4836170fe796cb031ba15ae7e60fd9d30d379d24","tarball":"https://download.packages.unity.com/com.unity.ui/-/com.unity.ui-1.0.0-preview.6.tgz"}},"1.0.0-preview.3":{"_id":"com.unity.ui@1.0.0-preview.3","bugs":{"url":"https://github.com/Unity-Technologies/com.unity.ui/issues"},"type":"asset","unity":"2020.1","upmCi":{"footprint":"e5e43da2d8e9c76d6aa520a734046ce3be64f423"},"readme":"# UI Toolkit (Package)\r\n\r\nUI Toolkit is a set of features, resources and tools for developing user interfaces (UI). Use it to develop custom UI and extensions for the Unity Editor, runtime debugging tools, and runtime UI for games and applications.\r\n\r\nUI Toolkit includes:\r\n\r\n- A retained-mode UI system, based on recognized web technologies, that supports stylesheets, and dynamic and contextual event handling.\r\n- UXML and USS asset types for building and styling user interfaces. These are inspired by standard web technologies such as XML, HTML, and CSS.\r\n- Tools and resources such as a built-in UI debugger, support for the UI Builder visual UI authoring tool&#42;, and examples available in the editor.\r\n\r\n&#42;Available via the com.unity.ui.builder package\r\n\r\n## About this package\r\n\r\nUI Toolkit is built into Unity as a core part of the Editor. It is also available in this package, com.unity.ui, which is currently in preview. The built-in version for each major Unity release is based on a specific version of this package, but the two are not completely identical.\r\n\r\n## Builtin UI Toolkit vs. the UI Toolkit package\r\n\r\nThe built-in version of UI Toolkit includes the features required to make user interfaces for Unity Editor extensions. The package version contains the exact same features, as well as the features required to make runtime user interfaces for games and applications. It may also contain other new features that are currently in preview.\r\n\r\nBoth versions of UI Toolkit work exactly the same way, and use the same namespaces: `UnityEditor.UIElements` and `UnityEngine.UIElements`. When you install the package, you will not see many difference other than having access to the runtime features, and other preview features. You do not need to do any additional configuration.\r\n","samples":[{"path":"Samples~","description":"Collection of samples used in the UIElements documentation.","displayName":"UIElements Samples"}],"_npmUser":{},"homepage":"https://github.com/Unity-Technologies/com.unity.ui#readme","repository":{"url":"git+https://github.com/Unity-Technologies/com.unity.ui.git","type":"git","revision":"5b151680b9510ba62f3e5ab6e4c79739f100f75a"},"_npmVersion":"5.6.0","_nodeVersion":"8.11.1","unityRelease":"0b12","readmeFilename":"README.md","relatedPackages":{"com.unity.ui.tests":"1.0.0-preview.3"},"name":"com.unity.ui","version":"1.0.0-preview.3","displayName":"UI Toolkit","description":"UI Toolkit is a set of features, resources and tools for developing user interfaces (UI). Use it to develop custom UI and extensions for the Unity Editor, runtime debugging tools, and runtime UI for games and applications.\r\n\r\nUI Toolkit includes:\r\n\r\n▪ A retained-mode UI system, based on recognized web technologies, that supports stylesheets, and dynamic and contextual event handling.\r\n▪ UXML and USS asset types for building and styling user interfaces. These are inspired by standard web technologies such as XML, HTML, and CSS.\r\n▪ Tools and resources such as a built-in UI debugger, the support for the UI Builder visual UI authoring tool*, and examples available in the editor.\r\n\r\n*Available via the com.unity.ui.builder package","keywords":["UI","UIElements","Runtime UI","Editor UI","UI Toolkit","Toolkit"],"dependencies":{"nuget.moq":"1.0.0","nuget.castle-core":"1.0.1","com.unity.modules.uielementsnative":"1.0.0"},"dist":{"shasum":"1c103c621952b5c460aa7fc15c9623db4877292e","tarball":"https://download.packages.unity.com/com.unity.ui/-/com.unity.ui-1.0.0-preview.3.tgz"}}},"time":{"1.0.0-preview.18":"2021-10-07T22:32:01.000Z","1.0.0-preview.17":"2021-09-01T14:19:08.000Z","1.0.0-preview.16":"2021-08-16T14:15:23.000Z","1.0.0-preview.15":"2021-08-10T10:43:03.000Z","1.0.0-preview.14":"2021-02-09T15:20:15.000Z","1.0.0-preview.13":"2020-12-01T00:02:06.000Z","1.0.0-preview.12":"2020-11-16T21:26:15.000Z","1.0.0-preview.11":"2020-11-13T21:46:58.000Z","1.0.0-preview.9":"2020-09-24T20:46:09.000Z","1.0.0-preview.8":"2020-09-01T21:18:05.000Z","1.0.0-preview.7":"2020-08-31T12:04:35.000Z","1.0.0-preview.6":"2020-07-29T18:29:52.000Z","1.0.0-preview.3":"2020-06-17T23:57:41.000Z"},"dist-tags":{"latest":"1.0.0-preview.18"},"etag":"\"d605-nPoRiyPO2eGdv+fG+cd9tVKZXOw\""}