Book Image

Unity Game Development Blueprints

By : John P. Doran
Book Image

Unity Game Development Blueprints

By: John P. Doran

Overview of this book

Table of Contents (16 chapters)
Unity Game Development Blueprints
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Project setup


At this point, I have assumed that you have Unity started up and have our project from the previous chapter loaded. Now, perform the following steps:

  1. With Unity started, open the project from the previous chapter.

  2. Since we want to keep our projects nice and tidy, we are going to do some refining of our project's structure before starting with this project. Create the following folders:

    • Scenes

    • Terrains

    • Prefabs

    • Materials

  3. Place the scene from the previous chapter in your Scenes folder.

  4. Next, move the terrain object and Terrain Assets folder to the Terrains folder, so everything having to do with our terrains is in one place.

  5. Place your tree prefab we made in the Prefabs folder.

  6. Place the scripts from Standard Assets\Character Controllers\Sources\Scripts to your Scripts folder (optionally in a folder called Character).

  7. Move the First Person Controller prefab to the Prefabs folder.

  8. Move the Skyboxes and Water folders to the Materials folder, deleting the Daylight Simple Water prefab...