Hi guys,
Anyone has an clue how to spawn a player after I generate a grid in 2D?
I mean I got the Grid Spawn Working and how do I say (Player you must spawn on the tile 0,0)
Thanks for the help
Ivo
Hi guys,
Anyone has an clue how to spawn a player after I generate a grid in 2D?
I mean I got the Grid Spawn Working and how do I say (Player you must spawn on the tile 0,0)
Thanks for the help
Ivo
You can have an empty gameobject (call it SpawnLocation or something) that is also spawned at 0,0. Then you assign the Player’s transform at Start to be at the SpawnLocation.transform.position.