Hello Guest

Author Topic: Tutorial for beginners to make simple game?  (Read 5556 times)

beclai

  • Newbie
  • *
  • Posts: 2
    • View Profile
Tutorial for beginners to make simple game?
« 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!

unikronsoftware

  • Administrator
  • Hero Member
  • *****
  • Posts: 9709
    • View Profile
Re: Tutorial for beginners to make simple game?
« Reply #1 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?


beclai

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: Tutorial for beginners to make simple game?
« Reply #2 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.