What is Unity Game engine system designed to

  • Slides: 15
Download presentation

What is Unity? �Game engine – system designed to help create video games Easier

What is Unity? �Game engine – system designed to help create video games Easier & Faster �Visual editor – see changes in real-time Interactive & Rapid prototyping �Component-based – functionally built out of smaller pieces Modular & Extensible

What can Unity do? RENDERING NETWORKING ANIMATION ATRIFICIAL INTELLIGENCE AUDIO PHISYCS SCRIPTING RESOURCES INPUT

What can Unity do? RENDERING NETWORKING ANIMATION ATRIFICIAL INTELLIGENCE AUDIO PHISYCS SCRIPTING RESOURCES INPUT

What does Unity look like? VIEW ORGANIZE TWEAK

What does Unity look like? VIEW ORGANIZE TWEAK

Multiple programming languages Java. Script Boo C#

Multiple programming languages Java. Script Boo C#

Unity games run everywhere

Unity games run everywhere

What about 2 D games?

What about 2 D games?

What about 3 D games?

What about 3 D games?

Architecture Game Assets Scenes Game Objects Components

Architecture Game Assets Scenes Game Objects Components

Assets Images 3 D Models Scripts Assets Sounds Video Fonts Animations

Assets Images 3 D Models Scripts Assets Sounds Video Fonts Animations

Scene �Unity games are divided into scenes �Scenes are empty spaces… �…that can be

Scene �Unity games are divided into scenes �Scenes are empty spaces… �…that can be field with game objects

Game Object �Everything inside a scene is a game object �Game objects also start

Game Object �Everything inside a scene is a game object �Game objects also start out empty and do nothing… �…but by adding comonents to them they can become anything!

Component �Each component adds a piece of functionally to the game object �The combination

Component �Each component adds a piece of functionally to the game object �The combination of all components defines what the game object is

Some Components �Trasform �Rendering �Physics �Script �Light �Camera �Sky. Box �Text mesh �…and many

Some Components �Trasform �Rendering �Physics �Script �Light �Camera �Sky. Box �Text mesh �…and many more

How to get Unity? � Unity Basic Has every essential features such as graphics,

How to get Unity? � Unity Basic Has every essential features such as graphics, audio, physics, animation, networking, input and scripting Free (with splashscreen) � Unity Pro Advanced graphics, audio, animation and artificial intelligence $ 1. 500+