2D Toolkit Forum

2D Toolkit => Support => Topic started by: beclai on January 08, 2013, 09:16:44 pm

Title: Tutorial for beginners to make simple game?
Post by: beclai on January 08, 2013, 09:16:44 pm
I'm relatively new to Unity and completely new to the 2D toolkit. I've been watching tutorials for making 3D games that were very helpful; do such tutorials exist for the 2D toolkit? Thanks!
Title: Re: Tutorial for beginners to make simple game?
Post by: unikronsoftware on January 09, 2013, 05:53:18 am
There aren't any tutorials on how to make an entire game using 2D Toolkit. The 2D functionality provided by 2D Toolkit is an extension of core Unity functionality - you will need to understand how to make things happen in Unity for the gameplay elements. For instance the 3d platformer tutorial in Unity is really good - and you can replace all the 3D elements with sprites with relative ease. Link here: http://unity3d.com/gallery/demos/demo-projects

I'm looking into some more comprehensive tutorials which cover not just 2D Toolkit but a bit of Unity stuff too - what kind of tutorials have you found useful before?

Title: Re: Tutorial for beginners to make simple game?
Post by: beclai on January 14, 2013, 02:30:35 pm
Thanks for the response! I've been following the Walker Bro tutorials for general Unity 3D use, which have been very helpful so far.