You are on page 1of 3

Lecture 1

In class worksheet
Thursday
Worksheet
Terms
Afordances - something that
allows you to do something
unity has a lot of diferent
ways to use it
tool
Workfow - process that allow
work to happen
input data -
input modes -
interface -
Unity
Asset folder holds everything
3d model lfe holds fles
2d textures - fles
GameObjects - basic structures
and things (bird,music)
Components scripts - special
are scrips
Components camera
Thursday
homework
due -Tues
Unity Interface workshipeeet
coding worksheet
reed 10print 10,15,20
Poetic landscape
lighting campera
create a Terrain, light it , place
your Camera
use custom terrain textures
cgtextures.com
import a skypbox (standard
assets)
put a poem in it, using 3d text
mesh
use a Custome font dafont.com
you must import the poem
text 4 lines + using C#scripting
code
psuh your project fles to a
GitHub repo
post HOmeworld on the Wiki
Intro to Code codes is a script which a
computer or person follow
Experiment with
- Computers can compute things
for us
- feld test for exceptions
Measuring
- exact numbers ex. >Move (10);
numbers of steps
- adaptive code
walk until you dont feel
Terms & codes
- Start runs once
- Update will run every frame
constantly
- // (comment)
Text in Unity
3 Component which interact
-transorm
Mesh Render
Text Mesh
- to increas res. increase Font
Size & decrase Character size
To add scripts Add Component
> [location of script]s

You might also like