Skip to content

Commit

Permalink
fix: this fixes styling and error on 2019+ editors.
Browse files Browse the repository at this point in the history
Signed-off-by: dragonslaya <steve.s@bigredplanetgames.com>
  • Loading branch information
dragonslaya-ss committed Jun 20, 2021
1 parent a1ec86d commit 3b58a7b
Showing 1 changed file with 4 additions and 2 deletions.
@@ -1,5 +1,6 @@
<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" xsi="http://www.w3.org/2001/XMLSchema-instance" engine="UnityEngine.UIElements" editor="UnityEditor.UIElements" noNamespaceSchemaLocation="../../../../UIElementsSchema/UIElements.xsd" editor-extension-mode="False">
<Style src="WelcomeWindow.uss" />
<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" xsi="http://www.w3.org/2001/XMLSchema-instance" engine="UnityEngine.UIElements" editor="UnityEditor.UIElements" noNamespaceSchemaLocation="../../../../UIElementsSchema/UIElements.xsd" editor-extension-mode="False">
<ui:VisualElement>
<Style src="WelcomeWindow.uss" />
<ui:VisualElement name="Banner">
<ui:Label name="VersionText" text="Placeholder" />
<ui:Image name="Icon" style="background-image: resource('MirageIcon');" />
Expand Down Expand Up @@ -74,4 +75,5 @@
</ui:ScrollView>
</ui:VisualElement>
</ui:Box>
</ui:VisualElement>
</ui:UXML>

0 comments on commit 3b58a7b

Please sign in to comment.