Comments on: Assignment 0: Unity Warmup http://github.blairmacintyre.me/site-archive/cs4455f11/ Video Game Design and Architecture Thu, 01 Sep 2011 01:25:34 +0000 hourly 1 https://wordpress.org/?v=5.2.2 By: blair https://github.blairmacintyre.me/site-archive/cs4455f11/assignments/assignment-0-unity-warmup/#comment-8 Thu, 01 Sep 2011 01:25:34 +0000 http://cs4455f11.computing4fun.org/?page_id=43#comment-8 (From your TA, Chris)

If you hare having trouble getting your assignment to play on the web, your host may be to blame. PRISM WORKS, but if you are hosting on your own website, there may be some server-side problems if your are getting a “download failed” type error.

Thanks to Byrant Malaski for the solution:

Basically, if your unity file is not loading you need to add a web.config into either the root directory of your server, or into the folder that holds the .unity3d file.

Here is the code:
<?xml version=”1.0″ encoding=”utf-8″ ?>
<configuration>
<system.webServer>
<staticContent>
<mimeMap fileExtension=”.unity3d” mimeType=”application/vnd.unity” />
</staticContent>
</system.webServer>
</configuration>
</code>
If that does not work they can contact their host. Phew.

]]>
By: blair https://github.blairmacintyre.me/site-archive/cs4455f11/assignments/assignment-0-unity-warmup/#comment-7 Tue, 30 Aug 2011 18:52:36 +0000 http://cs4455f11.computing4fun.org/?page_id=43#comment-7 Thanks, I’ve fixed it.

]]>
By: sxuereb3 https://github.blairmacintyre.me/site-archive/cs4455f11/assignments/assignment-0-unity-warmup/#comment-6 Tue, 30 Aug 2011 18:48:24 +0000 http://cs4455f11.computing4fun.org/?page_id=43#comment-6 Just a reminder that you wanted me to post saying we didn’t need a team name for the first Assignment. The criteria above doesn’t say anything about a team name, but the one on t-sqaure does.

]]>
By: blair https://github.blairmacintyre.me/site-archive/cs4455f11/assignments/assignment-0-unity-warmup/#comment-5 Mon, 29 Aug 2011 20:46:56 +0000 http://cs4455f11.computing4fun.org/?page_id=43#comment-5 Thanks for posting. I’ll add a note to the assignment that you should plan on doing the assignment on your own computer (this assignment doesn’t need the extra features of Unity Pro that the lab machines have, and everyone is supposed to have a machine!)

]]>
By: mhirth https://github.blairmacintyre.me/site-archive/cs4455f11/assignments/assignment-0-unity-warmup/#comment-4 Mon, 29 Aug 2011 20:42:27 +0000 http://cs4455f11.computing4fun.org/?page_id=43#comment-4 Just wanted to point out that the DMGL is closed until September 5th. Trying to save someone the walk. The door opens but there’s a sign saying it’s closed.

]]>
By: blair https://github.blairmacintyre.me/site-archive/cs4455f11/assignments/assignment-0-unity-warmup/#comment-3 Fri, 26 Aug 2011 01:14:57 +0000 http://cs4455f11.computing4fun.org/?page_id=43#comment-3 Thanks for noticing my oversight, I fixed it in the assignment! I copied the text out of the t-square site (which I had also neglected to “post”) and (of course) the due date isn’t in the text. The joy of using new technology for a class (never used a blog for class before!)

]]>
By: twooten https://github.blairmacintyre.me/site-archive/cs4455f11/assignments/assignment-0-unity-warmup/#comment-2 Thu, 25 Aug 2011 17:55:14 +0000 http://cs4455f11.computing4fun.org/?page_id=43#comment-2 Is this due 6am on Aug. 29th? Where/how do we submit it?

]]>