- Home /
How to create a spawn point
I want to make a spawn point so the playable character can spawn there when he/she dies. I want to make it like how World of Warcraft has it so which ever spawn point you're closet to when you die, you spawn in there. How do I do this?
Answer by liszto · Feb 27, 2013 at 01:13 AM
Because this subject has been ask too much on Internet I can just say you to look here:
http://u3d.as/content/unity-technologies/3d-platformer-tutorial/3yF
http://answers.unity3d.com/questions/191822/make-a-spawn-point.html
Little advice :
Use an array of Spawn Point
Check distance between your death position and the nearest point in your array
Spawn your player at this place.
Last advice, next time search a little bit more before asking this here cause there is a lot of subject on this everywhere ;)
Your answer
Follow this Question
Related Questions
The name 'Joystick' does not denote a valid type ('not found') 2 Answers
How to make my enemy stop moving once dead? 2 Answers
How to "Stop my character from dying for no reason"? 2 Answers
Spawning script error 0 Answers
Player spawn after touching 0 Answers