Posts
Rocks - Simple turret AI
Published 5 May 2013 in archive with tags unity , futile , gamedev So I've been playing with Unity the last couple of days, and I quite like it. I'm not much of a fan of the scene editor, or any of the GUI stuff, but I've been playing with MattRix's Futile framework and being able to do everything from a code-first perspective is awesome. Continue reading …Unity3d web player MIME type
Published 5 May 2013 in archive with tags iis , unity3d , mimetypes IIS doesn't like serving unknown MIME types, and one of these happens to be the unity3d file for Unity Web Player. If you want it to serve this file, you have to go to MIME Types under IIS, and add a mime with the extension.unity3d
and type application/vnd.unity
.
Continue reading …