New projects on the go!

My friend (Dan Rhodenizer) and I are working on two new games, under the development names Project 9 and Project Lit. These two projects can be followed at http://liteswitchstudios.com where we’ll have updates on the progress and screen shots of the games. Dan is primarily working on the graphics for the games, where I will … Read more

Simple Enemy Pacing Script [Unity3D]

Unity3D Version: 4.3.3f1 This C# code is for a simple enemy pacing script. The GameObject that has this script attached will go back and fourth in any Axis that is desired (default is to pace in the X-Axis). The GameObject uses a Ridged Body which makes it is quick to add other mechanics to it, such as … Read more