Search Unity

Setting up IIS to stream Unity3D content

Discussion in 'Editor & General Support' started by mfsksa, Jun 9, 2008.

  1. mfsksa

    mfsksa

    Joined:
    May 31, 2008
    Posts:
    17
    Hi all,

    I've created a simple website with a few links to several Unity3D scenes, uploaded them to Windows Server running IIS 6, and setup the mime-type (unity application/vnd.unity).

    I can access the website from the web server but whenever I clicked any of the link, an error "Failed to download data" showed up.

    Am I missing something here? Are there additional setup that I need to be aware of?

    TIA.
     
  2. Charles Hinshaw

    Charles Hinshaw

    Joined:
    Feb 6, 2008
    Posts:
    1,070
  3. shaun

    shaun

    Joined:
    Mar 23, 2007
    Posts:
    728
    You've probably figured it out already, but just add the Mimetypes to the IIS server or site.
    You might want to add the Ogg formats while you're at it.
     

    Attached Files:

  4. mfsksa

    mfsksa

    Joined:
    May 31, 2008
    Posts:
    17
    Thanks. I tried adding the suggested MIME type but it didn't work.

    However, I found another thread suggesting this MIME type instead and it works now.

    extension: unityweb
    MIME type: application/x-unity