A SolarSail example project showing a 2D platformer with sprite sheet animations
- Clone this repo
- Download the player
- Unzip player into this repo
- Run player
- LEFT/RIGHT Arrow Keys: Move and change direction
- SPACE: Jump (with gravity physics)
- 1: Idle animation
- 2: Walk animation
- 3: Run animation
- 4: Jump animation
- 5: Dead animation
- 0: Reset to automatic animation mode
- 2D Platformer Movement: Horizontal movement with proper speed control
- Jump Physics: Gravity simulation with ground collision detection
- Direction Facing: Character flips when changing direction
- Automatic Animation: Idle/run animations based on movement state
- Manual Animation Control: Number keys for testing specific animations
- Frame-Rate Independent: Uses Time.deltaTime for consistent movement