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.

Bug Unity tutorial, failed.

Discussion in 'Physics' started by falcongpro, Aug 27, 2023.

  1. falcongpro

    falcongpro

    Joined:
    Jul 9, 2022
    Posts:
    2
    I've been using the unity Junior Programmer Lessons and at the chapter about rigidbody and colliders, it doesn't work as you can see on this short clip, any idea about how to fix it? thanks...
    :)
     
  2. falcongpro

    falcongpro

    Joined:
    Jul 9, 2022
    Posts:
    2
  3. arkano22

    arkano22

    Joined:
    Sep 20, 2012
    Posts:
    1,719
    It almost looks as if your crate has some sort of spring joint acting on it, but without further details it's pretty much impossible to tell what might be happening.

    One thing is clear though: you should use a BoxCollider on the crate, not a MeshColliders. MeshColliders are by far the most expensive and less robust type of collider and should be avoided unless absolutely necessary.