Disko
Disko

Reputation: 53

Player walking through terrain bug

I have this glitch/bug that I can walk through terrain with my player. I have tried so many things to fix it, but it seems like i need a hand. It seems like the problem appear when there is a hill or the terrain raise a little bit.

Normal view: enter image description here

The bug: enter image description here

Terrain options:

enter image description here

Player options:

enter image description here

Upvotes: 1

Views: 597

Answers (1)

Mykola Zhyhallo
Mykola Zhyhallo

Reputation: 37

I had this problem too. Thats becouse terrain renderer and terrain collider have different shapes.(so you are walking throught renderer, but not throught collider) Try to bake physics(cause physics rebaking) one more time before enter play mode.(thats should apply new shape for static terrain collider)

Upvotes: 1

Related Questions