+ All Categories
Home > Documents > 04 - Advanced Topics - Iowa State University · ๏Drag and drop model files into Assets folder...

04 - Advanced Topics - Iowa State University · ๏Drag and drop model files into Assets folder...

Date post: 10-Jun-2018
Category:
Upload: hoangkhue
View: 219 times
Download: 0 times
Share this document with a friend
9
Advanced Topics
Transcript

Advanced Topics

Importing Models

๏Dozens of possible file types

๏.fbx and .obj are best

๏Drag and drop model files into Assets folder

๏Make sure materials and textures are included in the file you drag and drop

{

Places to Find Models

๏turbosquid.com

๏www.cgtrader.com

๏Dozens of others

Unity Asset Store

๏Models

๏Prefabs

๏Scripts

๏Textures

๏Projects

Unity Animation

๏Uses Key-frame animation

๏Can be applied to any GameObject

Particle Systems

๏Uses a large number of small objects to mimic “fuzzy” phenomena

๏Fire, Smoke, Rain, Snow, Clouds, etc.

Colliders

๏Allows physical interaction between objects

๏Colliders react with other colliders

๏Can also be used for selecting objects

So Much More in Unity!

๏2D Game Objects

๏Sprites

๏Networking

๏Virtual Reality

๏Audio

Experimentation Activity Ideas

๏Build a particle mimicking snow falling in your snow scene

๏Use colliders and physics to make a bouncing ball (Unity has a bounding ball tutorial)

๏Use a collider to activate object animations instead of a button press


Recommended