Search Unity

Game object floating in the air

Discussion in 'Physics' started by Shivazgod_303, Jan 16, 2019.

  1. Shivazgod_303

    Shivazgod_303

    Joined:
    Mar 5, 2018
    Posts:
    14
    I can't seem to get my game object to stop floating in the air.
    When I add a rigibody to it all it does is fall through the ground

    upload_2019-1-16_11-3-45.png
     
  2. Joe-Censored likes this.
  3. SparrowGS

    SparrowGS

    Joined:
    Apr 6, 2017
    Posts:
    2,536
    If it falls through the ground he has a collider(@Lurking-Ninja edit: didnt see you said on the ground.), the problem is likely mesh on mesh, if they are both not convex(concave) they will ignore each other.

    Pro tip - check out the docs and manual.
     
    Joe-Censored likes this.