Firstborn/Library/PackageCache/com.unity.ads@4.4.2/Editor/DevX/UXML/AdsServiceGameIds.uxml

9 lines
428 B
Plaintext
Raw Normal View History

2023-03-28 13:24:16 -04:00
<UXML xmlns="UnityEngine.UIElements">
<VisualElement class="project-settings-section-container">
<Label text="Game Id" class="project-settings-title"/>
<TextField class="game-id" name="AndroidGameId" text="N/A" label="Android" readonly="true"/>
<TextField class="game-id" name="AppleGameId" text="N/A" label="iOS" readonly="true"/>
2023-03-28 13:24:16 -04:00
</VisualElement>
<VisualElement class="separator"/>
</UXML>