Firstborn/Library/PackageCache/com.unity.ads@4.4.2/Editor/DevX/UXML/AdsServiceGettingStarted.uxml
Schaken-Mods 9092858a58 updated to the latest editor
I updated everything to the latest Unity Editor. Also realized I had the wrong shaders on my hairs, those are fixed and the hairs look MUCH better!
2023-05-07 17:43:11 -05:00

14 lines
633 B
Plaintext

<UXML xmlns="UnityEngine.UIElements">
<VisualElement class="project-settings-section-container">
<Label text="Getting Started" class="project-settings-title"/>
<Label class="label-container"
text="We&apos;ve made it as simple as possible to integrate ads into your game, to help you become more successful."/>
<VisualElement name="LearnMore" class="field-block link-button">
<TextElement text="Learn More" class="link-button"/>
<VisualElement class="external-link-icon"/>
</VisualElement>
</VisualElement>
<VisualElement class="separator"/>
</UXML>