1
votes

After updating from unity 5.5.2 to 2017.3 the Player character does not collide with objects(evironment asset) and is passing through them, all the objects have mesh collider with convex on, This is only happening in one of the level(scene) in the game while in rest of the level(scene) the player behaves normal and is colliding with objects.

Player settings

enter image description here

object settings

enter image description here

1
Can you clarify exactly what the issue is. Not clear for you comments. Can you also reference in the posted code what the problem is? - jdweng
edited @jdweng !! - Ved Sarkar

1 Answers

1
votes

The player's rigidbody is kinematic. I would try by disabling that property.