Uncategorized

First Unity Project

Posted in Uncategorized on August 1st, 2010 by Chris – Be the first to comment

Last week, I started looking into Unity as a way for me to make some games without focusing so much on the engine specifics. As fun as working on engine design may be, I feel like I need to spend more time on the gameplay side of the games; what’s the point of the engine if you don’t have any gameplay ideas really fleshed out or implemented?

One gameplay idea I’ve been wanting to try is player gravity manipulation. While I haven’t really fleshed out much more than “player should be able to invert their gravity at will”, I’m hoping that being able to try out new ideas quickly with Unity will be a big help.

To start off, I used the 2D Gameplay Tutorial from the Unity website, which is a basic example of 2D movement in a 3D scene. The only problem with this was that it was too simple to simply “invert gravity” as it used a very basic ‘Player Controller’ component. After a considerable rewrite of the movement and collision handling, I was able to manipulate the gravity the way I wanted. After creating a basic scene to play around in, I ended up with the following:

</p> <div align="center"> This content requires the <a href="http://www.unity3d.com/unity-web-player-2.x">Unity Web Player</a></div> <p>

(if the above does not work, you can find it here: http://bejitt.com/unity/GraviLerpz/)

I’ll continue to work on this, but I just wanted to get some sort of update out on here. Feedback would be appreciated! =D

New Blog

Posted in Uncategorized on April 15th, 2010 by Chris – Be the first to comment

I finally got around to getting a domain for myself. I’ve been putting it off for a while, but I finally buckled down and bought it. Now I finally have my own place to host files and have >> personalizable << blogging.

I used Posterous a little bit, but was really turned off by the editing interface, especially when it came to posting code segments. I’m hoping to find a good code formatter for me to use on here as that will really help me get my points/ideas across.

One other thing I’ve got planned is to detail all my past and current projects in some form. I hope to be able to provide any code/binaries for these.