Search Unity

Question Rigidbody not bouncing

Discussion in 'Physics' started by Robiiii, Dec 3, 2022.

  1. Robiiii

    Robiiii

    Joined:
    Apr 30, 2017
    Posts:
    4
    Hello everyone,
    I'm trying to make a projectile bounce in 3D, but it just isn't working. Been searching for the past hour for an answer but I haven't found a solution.

    Here's my setup:
    Physics Material of the projectile:
    upload_2022-12-4_0-10-36.png

    Collider and Rigidbody of the projectile:
    upload_2022-12-4_0-11-48.png

    and the Physics settings:
    upload_2022-12-4_0-13-42.png

    Instead of bouncing of the walls and ground, the projectiles don't bounce at all and just slide (but comes to a stop pretty quick)

    Any help is appreciated, thanks in advance :)
     
  2. Edy

    Edy

    Joined:
    Jun 3, 2010
    Posts:
    2,512
    Set "Bounce Threshold" to zero in Project Settings > Physics:

    upload_2022-12-4_22-53-41.png