SlideShare a Scribd company logo
1 of 12
Download to read offline
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

More Related Content

What's hot (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
 

Viewers also liked

申命記17章0923 風佳
申命記17章0923 風佳申命記17章0923 風佳
申命記17章0923 風佳Fong Jean
 
Ramadanesques 11 1437 (1)
Ramadanesques 11 1437 (1)Ramadanesques 11 1437 (1)
Ramadanesques 11 1437 (1)Adil Ilyes
 
Arborite Company Brochure En_0
Arborite Company Brochure En_0Arborite Company Brochure En_0
Arborite Company Brochure En_0Genebry Kumiga
 
Brochure Molinos de la Cruz
Brochure Molinos de la CruzBrochure Molinos de la Cruz
Brochure Molinos de la Cruzmolinosdelacruz
 
EAD presentation Winodws mobile phone app
EAD presentation Winodws mobile phone appEAD presentation Winodws mobile phone app
EAD presentation Winodws mobile phone appmuqtasid21
 

Viewers also liked (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
 

Similar to Unity 3 d

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 pptKathiriyaParthiv
 
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 3DB R SOFTECH PVT LTD
 
Cmd unity withc
Cmd unity withcCmd unity withc
Cmd unity withcumairnoora
 
Unity Game Engine - Basics
Unity Game Engine - BasicsUnity Game Engine - Basics
Unity Game Engine - BasicsFirosK2
 
Car racing game for android
Car racing game for androidCar racing game for android
Car racing game for androidravijot singh
 
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-05Benjamin Nitschke
 
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.pdfMuhammad Waqas
 
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 ENGINEAIRCC Publishing Corporation
 
Project Report Tron Legacy
Project Report Tron LegacyProject Report Tron Legacy
Project Report Tron LegacyManpreet Singh
 
Delta Engine @ CeBit 2011
Delta Engine @ CeBit 2011Delta Engine @ CeBit 2011
Delta Engine @ CeBit 2011Karsten Wysk
 
Best Android Game development- acadereality
Best Android Game development- acaderealityBest Android Game development- acadereality
Best Android Game development- acaderealityNeilClark64
 
Getting started with immersive technologies
Getting started with immersive technologiesGetting started with immersive technologies
Getting started with immersive technologiesUchechukwu Obimma
 

Similar to 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
 

Recently uploaded

Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfchloefrazer622
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...anjaliyadav012327
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 

Recently uploaded (20)

Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdf
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 

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