I am trying to create a code with the following variables and I receive this message when compiling: The type or namespace name 'Tile' could not be found. Are you missing 'UnityEngine.WSA' using directive?
how do I fix this and what is 'UnityEngine.WSA'?
public Tile[,] tiles;
public Tile border;
public Tile grass
↧