Part 1 - Set up your 2D game world
Estimated Time: 20 Minutes
Summary
In this tutorial, you'll preview the finished version of Sprite Flight: a simple, 2D arcade game where you steer a triangular ship to dodge flying obstacles. Then, you'll create a new Unity project using Unityโs 2D template and set up the basic play area for your 2D game, complete with walls around the edges of the screen.
Go to Tutorial
Click here to access the full tutorial on Unity Learn
Checklist
- Created a new 2D project in Unity.
- Set up the background and camera.
- Added walls to the edges of the screen.