Thursday, March 15, 2012

Unity Tools

My Object Placement Tools for Unity got accepted to the Asset Store yesterday

Friday, March 9, 2012

Unity Tools

Just spent a couple day coding some tools for Unity to help with setting up scenes.  I made an align tool, a duplication tool, a random offsetter, and a move to surface tool.  They all turned out how I was hoping and creating them was a lot easier than I thought.  I've submitted them to the Unity Asset Store and I'm awaiting reply.

Friday, March 2, 2012

Some More Jump n Shoot Work

I fixed up the jumping code some more.  Still an issue with jumping up to a ledge adding more jump when you touch it.  Next onto making the shooting work better.

http://dl.dropbox.com/u/13785182/DevBuild_5_JumpingBetter/WebPlayer/WebPlayer.html

Thursday, March 1, 2012

Jet Game

Took a break from the jump and shoot game to work a little more on the jet game.  Getting the random generated levels to work.  There's no collision on the canyon to crash into and there's no end to the game or score, so it's not much of a game yet.  I also need to add the randomly placed obstacles too.  Right now it picks a pre-made section of track and adds it on to the end, once you fly through the section you're in it deletes itself and adds a new one to the end.  Also need to adjust the jet's speed and some other things with how it moves.

http://dl.dropbox.com/u/13785182/Canyon2Dev_1/WebPlayer/WebPlayer.html