How to solve the situation that the moving position is blocked by the wall
Answers
-
Be sure with these questions to include information that is needed. There is no indication of how you are moving this object. Chances are the CharacterController you are using is designed to not let the character walk through walls.
0 -
I used CharacterController and NetworkCharacterControllerPrototype sync components.
set location
transform.position = bPoint;
0 -
It may be called in FixedUpdateNetwork
NetworkCharacterControllerPrototype .Move method,
At this time, setting transform.position will be blocked by the wall
0