Create Key Column for Tiles Data Table

As more and more tiles get added to the Tiles data table, some of those tiles will be special tiles where they are not spawned in based on what is the tile value contains. For example, tile value 0 is a wall, but the Wall Corner entry in the data table will not match any value in the map table because it is a special tile case.

To help with these special tile cases, a new column will be added that will contain a unique key.

  1. In My Tables in Project Content, double click on the Tiles data table to open it.
  2. Add a new column called key and set the type to String.
  3. Go through the rows to give each one a unique key.
Scroll to Top