SlideShare ist ein Scribd-Unternehmen logo
1 von 12
Downloaden Sie, um offline zu lesen
UNITY 3D
BCSF13A006
BCSF13A017
BCSF13A028
WHAT IS UNITY
 Unity is cross-platform game engine, developed by UnityTechnologies
 It is use to developed games for PC, Console, Mobile Devices and websites
PORTABILITY
 Emphasis on portability
 Within a project, developers have control over delivery to mobile devices, web
browsers, desktops, and consoles
SUPPORTED PLATFORMS
 Android
 AppleTV
 BlackBerry 10
 iOS
 Linux
 Windows phone 8
 Windows
 Xbox360
 Xbox one
APIs
 Direct3D on window and Xbox360
 OpenGL on Mac
 OpenGL ES on Android and iOS
VERSION
 Unity comes in two basic flavors:
 pro version
 free version
INSTALLING UNITY
Unity is straightforward to install :
 You can download the executable
 Run it
 Follow the installer instructions
 When the installation is finished, a window entitled ‘activate your Unity license’ will appear. Check the
box marked ‘activate a free 30-day trial of Unity Pro’ and click ‘OK.’
 When the trial expires, if you don’t want to buy the pro version, you can switch to the free version
and keep your existing content
SUPPORTED LANGUAGES
 C#
 JavaScript
HOW IT WORKS
 In Unity, we’ll building objects and attaching them to game entities
 If you want a ‘Mook’ object that handles AI for an enemy in your game
 You’d write a ‘Mook’ class
 Then attach that file to every enemy entity
 When you run your game, each enemy will be equipped with a copy of the ‘Mook’ object
A CLASS FILE LOOKS SOMETHING LIKE THIS
using UnityEngine;
public class Mook : MonoBehaviour {
private float health;
void Start () {
health = 100;
}
void Update(){
if (health > 0){
//search for player
//if you encounter the player on the road, kill him
//if you get shot, remove a random amount of health
}
}
}
RECEPTION
 More than 1.3 million developers are using its tools to create “Bob’s your Uncle" graphics in their iOS,
Android, console, PC, and web-based games

Weitere ähnliche Inhalte

Was ist angesagt?

Unity 3D game engine seminar
Unity 3D game engine  seminarUnity 3D game engine  seminar
Unity 3D game engine seminar
NikhilThorat15
 
Unity 3D
Unity 3DUnity 3D
Unity 3D
gema123
 
Game Project / Working with Unity
Game Project / Working with UnityGame Project / Working with Unity
Game Project / Working with Unity
Petri Lankoski
 

Was ist angesagt? (20)

Unity introduction for programmers
Unity introduction for programmersUnity introduction for programmers
Unity introduction for programmers
 
Unity Game Engine
Unity Game EngineUnity Game Engine
Unity Game Engine
 
Introduction to Unity3D Game Engine
Introduction to Unity3D Game EngineIntroduction to Unity3D Game Engine
Introduction to Unity3D Game Engine
 
Unity Introduction
Unity IntroductionUnity Introduction
Unity Introduction
 
Unity Programming
Unity Programming Unity Programming
Unity Programming
 
Unity 5 Overview
Unity 5 OverviewUnity 5 Overview
Unity 5 Overview
 
Unity: Introduction
Unity: IntroductionUnity: Introduction
Unity: Introduction
 
Unity 3d
Unity 3dUnity 3d
Unity 3d
 
Presentación Unity
Presentación UnityPresentación Unity
Presentación Unity
 
Game development unity
Game development unityGame development unity
Game development unity
 
Unity 3D game engine seminar
Unity 3D game engine  seminarUnity 3D game engine  seminar
Unity 3D game engine seminar
 
unity basics
unity basicsunity basics
unity basics
 
The Basics of Unity - The Game Engine
The Basics of Unity - The Game EngineThe Basics of Unity - The Game Engine
The Basics of Unity - The Game Engine
 
Unity
UnityUnity
Unity
 
Unity 3D
Unity 3DUnity 3D
Unity 3D
 
01 unity 3_d_introduction
01 unity 3_d_introduction01 unity 3_d_introduction
01 unity 3_d_introduction
 
Unity 3D VS your team
Unity 3D VS your teamUnity 3D VS your team
Unity 3D VS your team
 
Unity 3d Basics
Unity 3d BasicsUnity 3d Basics
Unity 3d Basics
 
Casual and Social Games with Unity
Casual and Social Games with UnityCasual and Social Games with Unity
Casual and Social Games with Unity
 
Game Project / Working with Unity
Game Project / Working with UnityGame Project / Working with Unity
Game Project / Working with Unity
 

Andere mochten auch (9)

申命記17章0923 風佳
申命記17章0923 風佳申命記17章0923 風佳
申命記17章0923 風佳
 
Ramadanesques 11 1437 (1)
Ramadanesques 11 1437 (1)Ramadanesques 11 1437 (1)
Ramadanesques 11 1437 (1)
 
Sonar
SonarSonar
Sonar
 
Arborite Company Brochure En_0
Arborite Company Brochure En_0Arborite Company Brochure En_0
Arborite Company Brochure En_0
 
Brochure Molinos de la Cruz
Brochure Molinos de la CruzBrochure Molinos de la Cruz
Brochure Molinos de la Cruz
 
EAD presentation Winodws mobile phone app
EAD presentation Winodws mobile phone appEAD presentation Winodws mobile phone app
EAD presentation Winodws mobile phone app
 
Song Proffer
Song ProfferSong Proffer
Song Proffer
 
About
AboutAbout
About
 
Apple Case Study
Apple Case StudyApple Case Study
Apple Case Study
 

Ähnlich wie Unity 3 d

Project Report Tron Legacy
Project Report Tron LegacyProject Report Tron Legacy
Project Report Tron Legacy
Manpreet Singh
 

Ähnlich wie Unity 3 d (20)

UNITY 3D.pptx
UNITY 3D.pptxUNITY 3D.pptx
UNITY 3D.pptx
 
unity gaming programing basics for students ppt
unity gaming programing basics for students pptunity gaming programing basics for students ppt
unity gaming programing basics for students ppt
 
How to Create a VR Game in unity 3D
How to Create a VR Game in unity 3DHow to Create a VR Game in unity 3D
How to Create a VR Game in unity 3D
 
Cmd unity withc
Cmd unity withcCmd unity withc
Cmd unity withc
 
Sprinter
SprinterSprinter
Sprinter
 
Unity Game Engine - Basics
Unity Game Engine - BasicsUnity Game Engine - Basics
Unity Game Engine - Basics
 
Car racing game for android
Car racing game for androidCar racing game for android
Car racing game for android
 
Unity3D_Seminar.pptx
Unity3D_Seminar.pptxUnity3D_Seminar.pptx
Unity3D_Seminar.pptx
 
Delta Engine Multiplatform Development Presentation 2011-05
Delta Engine Multiplatform Development Presentation 2011-05Delta Engine Multiplatform Development Presentation 2011-05
Delta Engine Multiplatform Development Presentation 2011-05
 
Ways to Choose the Right Game Development Platform.pdf
Ways to Choose the Right Game Development Platform.pdfWays to Choose the Right Game Development Platform.pdf
Ways to Choose the Right Game Development Platform.pdf
 
STUDY OF AN APPLICATION DEVELOPMENT ENVIRONMENT BASED ON UNITY GAME ENGINE
STUDY OF AN APPLICATION DEVELOPMENT ENVIRONMENT BASED ON UNITY GAME ENGINESTUDY OF AN APPLICATION DEVELOPMENT ENVIRONMENT BASED ON UNITY GAME ENGINE
STUDY OF AN APPLICATION DEVELOPMENT ENVIRONMENT BASED ON UNITY GAME ENGINE
 
Project Report Tron Legacy
Project Report Tron LegacyProject Report Tron Legacy
Project Report Tron Legacy
 
Delta Engine @ CeBit 2011
Delta Engine @ CeBit 2011Delta Engine @ CeBit 2011
Delta Engine @ CeBit 2011
 
Best Android Game development- acadereality
Best Android Game development- acaderealityBest Android Game development- acadereality
Best Android Game development- acadereality
 
Imaginecup
ImaginecupImaginecup
Imaginecup
 
Unity 3 d
Unity 3 dUnity 3 d
Unity 3 d
 
Zombi - Shoot for Survive
Zombi - Shoot for SurviveZombi - Shoot for Survive
Zombi - Shoot for Survive
 
LO1 - Lesson 6 - Software
LO1 - Lesson 6 - SoftwareLO1 - Lesson 6 - Software
LO1 - Lesson 6 - Software
 
Getting started with immersive technologies
Getting started with immersive technologiesGetting started with immersive technologies
Getting started with immersive technologies
 
Unity tutorial
Unity tutorialUnity tutorial
Unity tutorial
 

Kürzlich hochgeladen

Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
KarakKing
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
heathfieldcps1
 

Kürzlich hochgeladen (20)

How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptx
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
 
Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptx
 
REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptx
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxOn_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
 
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxCOMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the Classroom
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - English
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
 

Unity 3 d

  • 2. WHAT IS UNITY  Unity is cross-platform game engine, developed by UnityTechnologies  It is use to developed games for PC, Console, Mobile Devices and websites
  • 3. PORTABILITY  Emphasis on portability  Within a project, developers have control over delivery to mobile devices, web browsers, desktops, and consoles
  • 4. SUPPORTED PLATFORMS  Android  AppleTV  BlackBerry 10  iOS  Linux  Windows phone 8  Windows  Xbox360  Xbox one
  • 5. APIs  Direct3D on window and Xbox360  OpenGL on Mac  OpenGL ES on Android and iOS
  • 6. VERSION  Unity comes in two basic flavors:  pro version  free version
  • 7. INSTALLING UNITY Unity is straightforward to install :  You can download the executable  Run it  Follow the installer instructions  When the installation is finished, a window entitled ‘activate your Unity license’ will appear. Check the box marked ‘activate a free 30-day trial of Unity Pro’ and click ‘OK.’  When the trial expires, if you don’t want to buy the pro version, you can switch to the free version and keep your existing content
  • 9. HOW IT WORKS  In Unity, we’ll building objects and attaching them to game entities  If you want a ‘Mook’ object that handles AI for an enemy in your game  You’d write a ‘Mook’ class  Then attach that file to every enemy entity  When you run your game, each enemy will be equipped with a copy of the ‘Mook’ object
  • 10. A CLASS FILE LOOKS SOMETHING LIKE THIS using UnityEngine; public class Mook : MonoBehaviour { private float health; void Start () { health = 100; } void Update(){ if (health > 0){ //search for player //if you encounter the player on the road, kill him //if you get shot, remove a random amount of health } } }
  • 11.
  • 12. RECEPTION  More than 1.3 million developers are using its tools to create “Bob’s your Uncle" graphics in their iOS, Android, console, PC, and web-based games