Hello Guest

Author Topic: Any 2D game tutorials for 2DToolKit?  (Read 4261 times)

GigaTron

  • Newbie
  • *
  • Posts: 6
    • View Profile
Any 2D game tutorials for 2DToolKit?
« on: April 21, 2013, 02:42:58 am »
Hey guys are there any tutorials to make a simple game project with 2D Tool kit? I wanted to use a tutorial instead of examples or scripts since I'm pretty new to Unity game programming...

unikronsoftware

  • Administrator
  • Hero Member
  • *****
  • Posts: 9709
    • View Profile
Re: Any 2D game tutorials for 2DToolKit?
« Reply #1 on: April 21, 2013, 05:47:16 pm »
We're working on a 2D Toolkit specific tutorial, but for now, you will find the Unity 3d platformer tutorial in Unity really relevant - you can easily replace all of the 3D assets with 2D Toolkit sprites and end up with a 2D platform game.

If you're getting started, the most important thing is to understand how Unity works, so any general Unity gameplay related tutorials will be really directly relevant. If you're not into scripting, then you should get something like PlayMaker. The tutorials we are developing won't go into great detail on scripting, etc.