Search Unity

  1. If you have experience with import & exporting custom (.unitypackage) packages, please help complete a survey (open until May 15, 2024).
    Dismiss Notice
  2. Unity 6 Preview is now available. To find out what's new, have a look at our Unity 6 Preview blog post.
    Dismiss Notice

Unity supported file formats

Discussion in 'Formats & External Tools' started by Dragon Rider, Jan 26, 2008.

  1. Dragon Rider

    Dragon Rider

    Joined:
    Jan 17, 2008
    Posts:
    280
    Does Unity support .BSP and .MAP files? In my knowledge, these formats are the best for low-poly collidable interiors/buildings.
     
  2. Aras

    Aras

    Unity Technologies

    Joined:
    Nov 7, 2005
    Posts:
    4,770
    These formats are the ones which use a specific spatial partitioning scheme (BSP tree) to render static (non-moveable, non deformable) indoor level geometry. Mostly used in FPS games, because they usually consist of static geometry and mostly indoors.

    Unity does not use BSP partitioning, so there's little use of BSP or MAP formats. Just give it your level geometry as a Maya file, Blender file, FBX file etc.
     
  3. Dragon Rider

    Dragon Rider

    Joined:
    Jan 17, 2008
    Posts:
    280
    OK thanks. The reason I was wondering is because BSP and MAP offer extremely simple collision meshes, making them very fast to calculate.