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. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice

Resolved Custom mesh collider not colliding with other objects

Discussion in 'Physics for ECS' started by slushieboy99, Aug 3, 2022.

  1. slushieboy99

    slushieboy99

    Joined:
    Aug 29, 2014
    Posts:
    74
    Hi all,
    I'm making terrain which is generated at runtime and have a number of mesh colliders generated in physics collider components. I know the mesh colliders are being generated properly using the physics debug system, however, no other objects can collide with my mesh collider, they simply pass right through. Other objects can collide with each other, but nothing will collide with this... I've taken care to make sure my mesh collider entity has all the components as a test physics collider I converted has - no dice. Does anyone have experience with this issue?
     

    Attached Files:

  2. slushieboy99

    slushieboy99

    Joined:
    Aug 29, 2014
    Posts:
    74
    Updating to the latest version of DOTS Physics fixed this issue.