News

Create your 2D game in Unity. Contribute to Antarsoft/Unity-2D-Tutorial-For-Beginners development by creating an account on GitHub.
A basic tutorial for a 2D Pixel Art RPG game in Unity. The tutorial follows the epic playlist of Mister Taft Creates.
A complete tutorial explaining how to create a very basic 2D platform game for Android with touch-screen controls in Unity.
Collider 2d in unity 3dunity has two physics engines, one for 3d and one for 2d. when we use 2d physics engine a collider 2d component must be used. there are four collider 2d component. each collider ...