Search Unity

How to minimize collision?

Discussion in 'Physics' started by Xhitman, Aug 23, 2020.

  1. Xhitman

    Xhitman

    Joined:
    Oct 30, 2015
    Posts:
    452
    Any way to avoid the truck to be knocked up ?

    The truck need to move, so freeze rotation and position is not possible. The truck use wheel collider and rigidbody.

     
  2. fastFox2

    fastFox2

    Joined:
    Aug 7, 2020
    Posts:
    8
    What do you exacty mean? Did you try layers to avoid the collision to special game objects?

    fastFox2
     
  3. Xhitman

    Xhitman

    Joined:
    Oct 30, 2015
    Posts:
    452
    I think the truck should not behave like a football. The robot should push it , but not kick on sky.
     
  4. fastFox2

    fastFox2

    Joined:
    Aug 7, 2020
    Posts:
    8
    Have you tryied to increase the Mass of the Truck or to increase the gravity?