Spawn skateboard under player
I would like to know ways in which one can spawn skateboard under player like we see in subway surfers.
My best two guesses are, 1.Spawnning skateboard and then making it child of player. 2.Changing current child prefab of player with skateboard attached prefab.
With first approach ,its get complicated to know exact character's leg position.
What you think is the best way? if you know any other good way then please mention . My hierachy structure is, -Parent (with movement script) - Child (with main logic) - Character model
Thanks in advance
Your answer
Follow this Question
Related Questions
How to speed up player character in ENDLESS RUNNER after colliding with powerup?? 0 Answers
Hinje joint doesn't let a skate move freely,Hinje joint doesn't let a car move freely 0 Answers
2D Power up script not working 0 Answers
Freeze all falling objects on y-axis 0 Answers
How can I separate my Code efficiently ? 0 Answers