# 2D

- [New Input System - 2D Move](/unity-cookbook/2d/new-input-system-2d-move.md): I keep looking up how to move the character using the new input system for 2D using "Invoke Unity Events." This is what my successful setup looks like.
- [Pixel Sprite Setup](/unity-cookbook/2d/pixel-sprite-setup.md): Many steps. Writing them down for future reference.
- [Animations](/unity-cookbook/2d/animations.md): You can't have a static sprite moving over the screen. Here is the setup for 4-direction movement. However, 2-direction movement is also included in here with how to flip the sprite on the X-axis.
- [Animator in Script](/unity-cookbook/2d/animator-in-script.md): Once the Animator Component is setup, you can control the parameters via script.
- [Tilemap](/unity-cookbook/2d/tilemap.md)
- [2D Camera Follow Player](/unity-cookbook/2d/2d-camera-follow-player.md): Use Cinemachine.
