Unity 5 2D Sprite Animation Tutorial: Move Player

Unity 5 2d sprite tutorial for the game Hit ’n Split in which I show how to drag and move a sprite player gameobject with the mouse or touch input. For dragging sprite a Unity Collider2D (BoxCollider) is used. The movement of the player is clamped to the left and to the right, so that the player is always visible. I also introduce a new hand puppet character called Mr. Handpig who from now on will give some profound comments about the content of my tutorials:-) The next part of the tutorial will cover how
Back to Top