Unity3d Character Spawn Point
So, I've made a multiplayer game for my programming assignment. The only difficulty I'm facing at the moment is spawning my character at a specific spawn point when I press "play". Since it's multiplayer, I'm using Unity's implemented multiplayer asset. When I click "play" or "LAN Host" rather I'm put at a random spot on the map. The point I spawn is the same and I want to change it, I want to put my character at a specific point in the map. I couldn't find anything concerning this when I was googling, they were all about spawning drones and putting a spawn point on them but nothing similar to this.
TLDR; I want to make a specific spawn point for my CHARACTER each time I press PLAY. Right now, it's spawning at a random place.
This is Unity3d.
Your answer
Follow this Question
Related Questions
transform.rotate to rotate character's arm 1 Answer
How to fix snake behavior in Unity3d? 0 Answers
Navigation in VR Mode?!! 0 Answers
Unity3d Character Spawn Point 0 Answers