WuhuIslandTesting/Library/PackageCache/com.unity.collab-proxy@1.17.7/Editor/PlasticSCM/Assets/Layouts/DownloadPlasticExeWindow.uxml

15 lines
579 B
Text
Raw Normal View History

2025-01-07 02:06:59 +01:00
<UXML xmlns="UnityEngine.UIElements">
<VisualElement name="container">
<Label name="title" />
<Label name="requireMessage" text="This feature requires a Plastic SCM installation." />
<Label name="message" />
<VisualElement name="progressControlsContainer" />
<VisualElement name="footer">
<VisualElement class="flex-grow" />
<Button name="downloadCloudEdition" />
<Button name="downloadEnterpriseEdition" />
<Button name="cancel" />
</VisualElement>
</VisualElement>
</UXML>