I don't know that I have ever tried Unity before, but in 6.5 hours I downloaded it, looked at tutorial stuff, learned the scripting stuff, made my brilliant new game idea and got it basically feature complete except for a "you win" message and condition. Tomorrow if I somehow have time to create models/graphics instead of just spheres/cubes and buttons, I will try to finish it and put it up on webhosting somewhere.
I was just about to stop for the night when I ran into one more entertaining issue -- normal multi-dimensional comma arrays apparently don't work with the Flash export, like someArray[2, 3], so I used a crazy Array() of Array()'s solution.
I was just about to stop for the night when I ran into one more entertaining issue -- normal multi-dimensional comma arrays apparently don't work with the Flash export, like someArray[2, 3], so I used a crazy Array() of Array()'s solution.