How to change the character’s spawn and where exactly?
this isn’t the correct place to post this, just so you know.
but something like this should work
public Transform SpawnSpot;
public Transform Player;
void Start(){
Player.transform.position = SpawnSpot.transform.position;
}
That won’t account for rotation, but it will spawn you, start doing google searches and you’ll find an answer btw.
The script is name?
Project zoso&?
Yeah you definitely need to go to http://unity3d.com/learn
Script name doesn’t matter.
1 Like