Skip to content

Commit

Permalink
fix: update src filepaths
Browse files Browse the repository at this point in the history
  • Loading branch information
HarrisonHough committed Sep 14, 2023
1 parent b004d05 commit eef533e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +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">
<ui:Template name="HeaderTemplate" src="/Assets/Ready Player Me/Core/Editor/UI/EditorWindows/Templates/HeaderTemplate.uxml" />
<Style src="/Assets/Ready Player Me/Core/Editor/UI/EditorWindows/CommonStyle.uss" />
<ui:Template name="HeaderTemplate" src="../Templates/HeaderTemplate.uxml" />
<Style src="../CommonStyle.uss" />
<ui:VisualElement name="ContentWrapper" style="align-items: center; width: 500px; margin-left: auto; margin-right: auto; margin-top: 0; margin-bottom: auto;">
<ui:Instance template="HeaderTemplate" name="HeaderTemplate" style="flex-shrink: 0;" />
<ReadyPlayerMe.Core.Editor.AvatarUrlTemplate style="flex-shrink: 0; width: 500px;" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<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="True">
<ui:Template name="HeaderTemplate" src="/Assets/Ready Player Me/Core/Editor/UI/EditorWindows/Templates/HeaderTemplate.uxml" />
<Style src="/Assets/Ready Player Me/Core/Editor/UI/EditorWindows/CommonStyle.uss" />
<ui:Template name="HeaderTemplate" src="../Templates/HeaderTemplate.uxml" />
<Style src="../CommonStyle.uss" />
<ui:VisualElement name="ContentWrapper" style="width: 500px; margin-left: auto; margin-right: auto; margin-top: 0; margin-bottom: auto; align-items: center;">
<ui:Instance template="HeaderTemplate" name="HeaderTemplate" style="flex-shrink: 0;" />
<ui:Instance template="HeaderTemplate" name="HeaderTemplate" />
<ui:VisualElement name="QuickStart" class="box" style="flex-shrink: 0; width: 470px; -unity-background-scale-mode: stretch-to-fill; margin-left: 15px; margin-right: 15px; margin-top: 15px; margin-bottom: 0; flex-direction: column; align-items: flex-start; justify-content: space-around;">
<ui:Label text="Quickstart Scene" display-tooltip-when-elided="true" name="Heading" class="headingText" style="margin-left: 5px; margin-bottom: 10px; margin-top: 10px; margin-right: 5px; font-size: 14px;" />
<ui:Label text="See your personal avatar in action. Load the Unity scene, paste your avatar-url and load and control the avatar in playmode." display-tooltip-when-elided="true" name="Description" style="white-space: normal; margin-left: 5px; margin-right: 5px;" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +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="True">
<ui:Template name="HeaderTemplate" src="/Assets/Ready Player Me/Core/Editor/UI/EditorWindows/Templates/HeaderTemplate.uxml" />
<Style src="/Assets/Ready Player Me/Core/Editor/UI/EditorWindows/CommonStyle.uss" />
<ui:Template name="HeaderTemplate" src="../Templates/HeaderTemplate.uxml" />
<Style src="../CommonStyle.uss" />
<ui:VisualElement style="align-items: center; width: 500px; margin-left: auto; margin-right: auto; margin-top: 0; margin-bottom: auto;">
<ui:Instance template="HeaderTemplate" name="HeaderTemplate" />
<ui:VisualElement name="PartnerSettingsHeading" class="heading">
Expand Down
4 changes: 2 additions & 2 deletions Editor/UI/EditorWindows/SetupGuide/SetupGuide.uxml
Original file line number Diff line number Diff line change
@@ -1,6 +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="True">
<ui:Template name="HeaderTemplate" src="/Assets/Ready Player Me/Core/Editor/UI/EditorWindows/Templates/HeaderTemplate.uxml" />
<Style src="/Assets/Ready Player Me/Core/Editor/UI/EditorWindows/CommonStyle.uss" />
<ui:Template name="HeaderTemplate" src="../Templates/HeaderTemplate.uxml" />
<Style src="../CommonStyle.uss" />
<ui:VisualElement name="ContentWrapper" style="align-items: center; width: 500px; margin-left: auto; margin-right: auto; margin-top: 0; margin-bottom: auto;">
<ui:Instance template="HeaderTemplate" name="HeaderTemplate" style="flex-shrink: 0;" />
<ui:VisualElement name="SubdomainPanel" style="flex-grow: 0; background-color: rgba(0, 0, 0, 0); margin-top: 0; height: 230px; flex-shrink: 0; display: none; width: 500px;">
Expand Down

0 comments on commit eef533e

Please sign in to comment.