<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements"> <ui:VisualElement name="MainWindow" class="main-container main-container-light"> <Style src="Styles.uss" /> <ui:VisualElement name="imgLogo" class="status-icon status-icon-build-and-share" /> <ui:Label text="WebGL Publisher" name="lblTitle" class="progress-label" /> <ui:Label text="Create a WebGL build of your project and publish it to Unity website." name="lblSubTitle1" class="info-text" /> </ui:VisualElement> <ui:Button text="Get Started" name="btnGetStarted" class="bottom-button bottom-button-blue"> <Style src="Styles.uss" /> </ui:Button> </ui:UXML>