Setting up the Third Person Character Controller project
Unity provides a great Playground scene with a Third Person robot character set up and ready to use. We’ll get those assets and set up a project with this scene in this recipe, making it really easy to work with 3D sounds later this chapter.
How to do it...
To set up the Third Person Character Controller project, perform the following steps:
- Create a new Unity 3D project.
- Open a web browser tab to Unity Asset Store, by choosing Menu: Window | Asset Store.
- Search for the free Starter Assets Third Person Character Controller.
- Select the assets, and when viewing their details, click the button Add to My Assets.
Figure 4.1: Adding Third-Person Starter to your assets on the Unity Asset Store website
- In the Unity editor, open the Package Manager to list your asset store assets by choosing the menu Window | Package Manager. Dock the Package Manager panel alongside...