To create a game with the 2D GameKit, follow these steps:
- Create a new Unity 2D project.
- Use the Package Manager to install the Cinemachine and Post Processing packages (if these are installed, you'll get errors when downloading the 2D GameKit).
- Import 2D GameKit (free from Unity Technologies) from the Asset Store.
- Close and then re-open the Unity Editor.
- Create a new 2D GameKitScene, by choosing menu: Kit Tools | Create New Scene. You'll then be asked to name the Scene, and a new Scene asset file will be created in your Project | Assets folder. You'll see there are quite a few special GameObjects in the Hierarchy of your new Scene:
- As you can see, the new Scene starts off containing an animated 2D character (Ellen), and ...