Search Unity

how fix vertex car outbounded and good other program graphic mix

Discussion in 'General Discussion' started by omarzonex, Oct 26, 2015.

  1. omarzonex

    omarzonex

    Joined:
    Jan 16, 2012
    Posts:
    158
    how fix vertex car
    program other good vertex car and
    problem importing unity3d error


     
  2. angrypenguin

    angrypenguin

    Joined:
    Dec 29, 2011
    Posts:
    15,620
    Some of your normals are pointing the wrong way. It's not a Unity thing, it's that many 3D packages show faces double sided (which you don't want to do in your game if you don't absolutely have to).

    You want to "flip normals" of the relevant faces.