I want to make a point where the player spawns at when the game starts but no idea how to do it
Before I give you an asnwer, I have to ask, did you even try to google this in the slightest? Its dealt with in multiple unity tutorials and live sessions, multiple external unity tutorials and articles, and me just seaching “unity player spawn points” comes up with a ton of videos and examples etc.
for example.
Essentially, you are setting the players transform.position to be the transform.position of the spawn point object. you can put a reference to the spawn point in the script and drag it in via inspector.
1 Like