Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Dismiss Notice

Question Ball hopping when rolling down multiple colliders

Discussion in 'Physics' started by zakariaszobel, Apr 19, 2023.

  1. zakariaszobel

    zakariaszobel

    Joined:
    Jan 27, 2022
    Posts:
    3
    (Video of problem, ignore the rigidbody, only used for testing)

    Im currently making a "clone" of a game called slope.
    When the ball slides down the smooth slope, you'd expect the ball to move down the hill smoothly without jumping.
    But it doesn't.
    i've tested it when the slope is made up of only one collider, and in that test the ball would slide as intentional (without jumping), so it seems the problem is the multiple colliders.
    So, my question is, is there a way to combine multiple colliders in one like the composite collider 2D but for 3D?