//logic for remove tile logic private void RemoveTileButtonLogic() { tile.RemoveSelf(); DestroyImmediate(tile.gameObject); }