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.
12345678 |
- <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"/>
- </VisualElement>
- <VisualElement class="separator"/>
- </UXML>
|