- Home /
Character gets stuck where he spawns???
So when you spawn in you can move left or right if you move right lets say then try to move left again there's like an invisible wall where you spawned initially. if you die and respawn somewhere else the wall gets moved to where you spawned and you cant go through it. wtf lol. i looked and its not creating a new object in the hierarchy so im really stuck haha.
$$anonymous$$aybe your spawn point is an empty gameobject and it has a collider? Idk you really stumped me man
Answer by jamesvhyde · Jul 27, 2020 at 05:49 PM
There is not really enough information to figure out this question. Do you have code for the spawning behavior?
I'm going to make a shot in the dark and say you have a prefab in the scene that gets moved to the spawn location. Then the prefab is instantiated for the character and you are bumping into the original.
Your answer
Follow this Question
Related Questions
How do I make a script that will allow my character to shoot projectiles? 1 Answer
How do I tilt my camera when I'm doing a certain action 1 Answer
First script plays animation but second script stops if from playing said animation 1 Answer
How can calculate the drawn circle range ? 1 Answer
prefabs not saving GameObject variables 0 Answers