SquareDash/Library/PackageCache/com.unity.collab-proxy@2.2.0/Editor/PlasticSCM/Assets/Layouts/DownloadPlasticExeWindow.uxml
kingjuulian06 0efb85038a Arbeit 2
2023-11-21 22:03:49 +01:00

14 lines
587 B
Plaintext

<UXML xmlns="UnityEngine.UIElements">
<VisualElement name="container">
<Label name="title" />
<Label name="requireMessage" text="This feature requires a Unity Version Control installation." />
<Label name="message" />
<VisualElement name="progressControlsContainer" />
<VisualElement name="footer">
<VisualElement class="grow-max" />
<Button name="downloadCloudEdition" />
<Button name="downloadEnterpriseEdition" />
<Button name="cancel" />
</VisualElement>
</VisualElement>
</UXML>