22
Enter the Third Dimension Getting to grips with 3D

Enter the Third Dimension · 2016-02-26 · The Unity way—an example [ ] Assets Scenes GameObjects [20 ] Components Scripts [21 ] Prefabs [22 ] The interface ... Game Object Game

  • Upload
    others

  • View
    4

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Enter the Third Dimension · 2016-02-26 · The Unity way—an example [ ] Assets Scenes GameObjects [20 ] Components Scripts [21 ] Prefabs [22 ] The interface ... Game Object Game

Enter the Third Dimension

Getting to grips with 3D

Page 2: Enter the Third Dimension · 2016-02-26 · The Unity way—an example [ ] Assets Scenes GameObjects [20 ] Components Scripts [21 ] Prefabs [22 ] The interface ... Game Object Game

[ 8 ]

Coordinates

Page 3: Enter the Third Dimension · 2016-02-26 · The Unity way—an example [ ] Assets Scenes GameObjects [20 ] Components Scripts [21 ] Prefabs [22 ] The interface ... Game Object Game

[ ]

Local space versus world space

Page 4: Enter the Third Dimension · 2016-02-26 · The Unity way—an example [ ] Assets Scenes GameObjects [20 ] Components Scripts [21 ] Prefabs [22 ] The interface ... Game Object Game

[ 10 ]

Page 5: Enter the Third Dimension · 2016-02-26 · The Unity way—an example [ ] Assets Scenes GameObjects [20 ] Components Scripts [21 ] Prefabs [22 ] The interface ... Game Object Game

[ 11 ]

Vectors

Cameras

Projection mode—3D versus 2D

Page 6: Enter the Third Dimension · 2016-02-26 · The Unity way—an example [ ] Assets Scenes GameObjects [20 ] Components Scripts [21 ] Prefabs [22 ] The interface ... Game Object Game

[ 12 ]

Page 7: Enter the Third Dimension · 2016-02-26 · The Unity way—an example [ ] Assets Scenes GameObjects [20 ] Components Scripts [21 ] Prefabs [22 ] The interface ... Game Object Game

[ 13 ]

Page 8: Enter the Third Dimension · 2016-02-26 · The Unity way—an example [ ] Assets Scenes GameObjects [20 ] Components Scripts [21 ] Prefabs [22 ] The interface ... Game Object Game

[ 14 ]

Page 9: Enter the Third Dimension · 2016-02-26 · The Unity way—an example [ ] Assets Scenes GameObjects [20 ] Components Scripts [21 ] Prefabs [22 ] The interface ... Game Object Game

[ 15 ]

Rigidbody physics

Page 10: Enter the Third Dimension · 2016-02-26 · The Unity way—an example [ ] Assets Scenes GameObjects [20 ] Components Scripts [21 ] Prefabs [22 ] The interface ... Game Object Game

[ 16 ]

Collision detection

Page 11: Enter the Third Dimension · 2016-02-26 · The Unity way—an example [ ] Assets Scenes GameObjects [20 ] Components Scripts [21 ] Prefabs [22 ] The interface ... Game Object Game

[ 17 ]

Essential Unity concepts

Page 12: Enter the Third Dimension · 2016-02-26 · The Unity way—an example [ ] Assets Scenes GameObjects [20 ] Components Scripts [21 ] Prefabs [22 ] The interface ... Game Object Game

[ 18 ]

The Unity way—an example

Page 13: Enter the Third Dimension · 2016-02-26 · The Unity way—an example [ ] Assets Scenes GameObjects [20 ] Components Scripts [21 ] Prefabs [22 ] The interface ... Game Object Game

[ ]

Assets

Scenes

GameObjects

Page 14: Enter the Third Dimension · 2016-02-26 · The Unity way—an example [ ] Assets Scenes GameObjects [20 ] Components Scripts [21 ] Prefabs [22 ] The interface ... Game Object Game

[ 20 ]

Components

Scripts

Page 15: Enter the Third Dimension · 2016-02-26 · The Unity way—an example [ ] Assets Scenes GameObjects [20 ] Components Scripts [21 ] Prefabs [22 ] The interface ... Game Object Game

[ 21 ]

Prefabs

Page 16: Enter the Third Dimension · 2016-02-26 · The Unity way—an example [ ] Assets Scenes GameObjects [20 ] Components Scripts [21 ] Prefabs [22 ] The interface ... Game Object Game

[ 22 ]

The interface

Page 17: Enter the Third Dimension · 2016-02-26 · The Unity way—an example [ ] Assets Scenes GameObjects [20 ] Components Scripts [21 ] Prefabs [22 ] The interface ... Game Object Game

[ 23 ]

Control tools

Page 18: Enter the Third Dimension · 2016-02-26 · The Unity way—an example [ ] Assets Scenes GameObjects [20 ] Components Scripts [21 ] Prefabs [22 ] The interface ... Game Object Game

[ 24 ]

Flythrough Scene navigation

Control bar

Page 19: Enter the Third Dimension · 2016-02-26 · The Unity way—an example [ ] Assets Scenes GameObjects [20 ] Components Scripts [21 ] Prefabs [22 ] The interface ... Game Object Game

[ 25 ]

Search box

Create button

The Inspector

Page 20: Enter the Third Dimension · 2016-02-26 · The Unity way—an example [ ] Assets Scenes GameObjects [20 ] Components Scripts [21 ] Prefabs [22 ] The interface ... Game Object Game

[ 26 ]

The Project window

Page 21: Enter the Third Dimension · 2016-02-26 · The Unity way—an example [ ] Assets Scenes GameObjects [20 ] Components Scripts [21 ] Prefabs [22 ] The interface ... Game Object Game

[ 27 ]

The Game view

Page 22: Enter the Third Dimension · 2016-02-26 · The Unity way—an example [ ] Assets Scenes GameObjects [20 ] Components Scripts [21 ] Prefabs [22 ] The interface ... Game Object Game

[ 28 ]

Summary