You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1234567891011121314 |
- <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>
|