Home > Enterprise >  Unity 3d Player climbing walls
Unity 3d Player climbing walls

Time:08-11

I found that if I start to walk in the corner, my player starts to slowly going up (like climbing or floating). I wonder did smn fixed that?

CodePudding user response:

Maybe it comes from the SphereCollider.

CodePudding user response:

You might have made the object move by the y axis.

  • Related