Create Map Editor UI

Creating the UI for the editor requires quite a few different components. To help you create this quicker, below is the UI that has been created for the course that you can use and modify.

Import UI Container Template

Download the template below for the UI container. You can then drag this into your project in the Core Editor to import it.

Import Map Tile Template

Import the template below, and drag it into your project in the Core Editor. This template is for the grid tile that will be dynamically spawned.

Import Control Tile Template

Import the template below and then drag it into your project in the Core Editor. This template will be the control button for each of the valid tiles that can be used.

Create Client Context

In the Hierarchy create a Client Context folder and name it Client. This folder will hold the UI template you imported above, and the script for the editor.

Add UI Template

In Project Content find the Map Editor UI Container template you imported earlier, and add it to the Client folder in the Hierarchy.

Scroll to Top