- Home /
2d gameplay movement script
hi im a newbie and i want to make a 2d game. so my 3d movement script wont work. could somebody help me out? Thnx 4 your help!(could it also include a jump action)
if you made a 3D movement script you probably can do a 2D one too, check the 2D Platformer tutorial http://unity3d.com/support/resources/tutorials/2d-gameplay-tutorial, but noone will write a script for you
$$anonymous$$atyi, I was going to post about 2D platformer but you already mentioned it. I think it's a good response especially since the character has a jump action. If you post it as an answer (without that last sentence) I'd vote it up.
Answer by Ehren · Aug 30, 2010 at 09:56 PM
Here's a modified version of the 2D PlatformerController from the tutorial Matyi linked to above. You might find it helpful.
http://vonlehecreative.wordpress.com/2010/08/26/unity-resource-langmancontroller/