- Home /
The question is answered, right answer was accepted
Player enable
My question is I have my main player who I disable in the beginning of the scene on a trigger which enables my second player. My problem is at the end of the scene when I enable my first player back and destroy the second, why does my first player return to the beginning of the scene? I'm using C#.
Answer by adnanshaukat-uol · Feb 28, 2017 at 08:03 AM
After Activating your first Player, you have to position your player at your second persons position. save your second persons position before destroying it and then change your first person's position to second person's position
Follow this Question
Related Questions
Objects will not spawn in a 2d game. 0 Answers
2D Sidescroller Issues Please help. 1 Answer
Double jump 2D Platformer 1 Answer