Няма описание
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

AdsServiceGameIds.uxml 428B

12345678
  1. <UXML xmlns="UnityEngine.UIElements">
  2. <VisualElement class="project-settings-section-container">
  3. <Label text="Game Id" class="project-settings-title"/>
  4. <TextField class="game-id" name="AndroidGameId" text="N/A" label="Android" readonly="true"/>
  5. <TextField class="game-id" name="AppleGameId" text="N/A" label="iOS" readonly="true"/>
  6. </VisualElement>
  7. <VisualElement class="separator"/>
  8. </UXML>