Skip to content

Instantly share code, notes, and snippets.

@adrian-miasik
Created May 12, 2022 17:40
Show Gist options
  • Save adrian-miasik/16e15822d4684278e57f6e01f344d201 to your computer and use it in GitHub Desktop.
Save adrian-miasik/16e15822d4684278e57f6e01f344d201 to your computer and use it in GitHub Desktop.
<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" editor-extension-mode="False">
<ui:TextField picking-mode="Ignore" label="Unity Cloud Builds Directory: " name="unity-cloud-build-dir" style="visibility: visible;">
<ui:Button text="Browse..." display-tooltip-when-elided="true" name="browse-button" style="white-space: nowrap;" />
</ui:TextField>
<ui:Button text="Rename Builds" display-tooltip-when-elided="true" name="rename-button" style="left: auto; -unity-text-align: middle-center; white-space: nowrap;" />
</ui:UXML>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment