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

Importing assets


In this chapter, we are going to create an interior environment. This will be useful to know, because unlike a landscape, we can use straight floors and more structure as most houses are that way, and we will use models to build the environment!

To show how easy it is to use, let's get started. Perform the following steps:

  1. Start off by going to the Materials folder in the Project tab, and create two new materials by selecting Create | New Material. Give one of the new materials the name House and the other, Props. Once you have that created go to your example code folder and move over the 2048_House_TEX.jpg and 2048_Props_TEX.jpg files. Once you've done that, apply that texture to the materials. Have a look at the following screenshot:

  2. Create a new folder in our Assets folder named Models.

    Note

    Optionally, you can move the models from the Terrain Assets folder to here as well, but as we aren't using them anymore, I didn't.

    John Espiritu has very kindly provided some models in...