public void PlaceTemp(int index) { GameObject disk = Instantiate(temp, grid.IndexToWorldPos(index), Quaternion.identity, tempParent); }