Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

Introduction to Unity Game Development, Schemes and Mind Maps of Game Theory

An overview of the unity game engine, a powerful and versatile tool for creating video games. It covers the key features and capabilities of unity, including its visual editor, modular and extensible architecture, and support for various programming languages like c#, javascript, and boo. The document also discusses the core concepts of unity, such as scenes, game objects, and components, and how they can be used to build interactive and visually appealing games. Additionally, it showcases a live demo of a simple game, highlighting the process of preparing the scene, adding game objects, and using c# scripts to define the game's behavior. This comprehensive introduction to unity game development can be valuable for students, game developers, and anyone interested in exploring the world of interactive entertainment.

Typology: Schemes and Mind Maps

2022/2023

Uploaded on 10/29/2022

rohan-harish-1
rohan-harish-1 🇮🇳

1 document

1 / 19

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
With
Game Development & Designing.
001
pf3
pf4
pf5
pf8
pf9
pfa
pfd
pfe
pff
pf12
pf13

Partial preview of the text

Download Introduction to Unity Game Development and more Schemes and Mind Maps Game Theory in PDF only on Docsity!

With

Game Development & Designing. 001

Faculty of Science & Technology IFHE University, Hyderabad (A Deemed University under Section 3 of UGC Act, 1956)

By

A.Rohan Harish

What is Unity? 001 Game engine - system designed to help create video games

Easier & Faster 004 omniponent-based - functionality built out of smaller pieces

Modular & Extensible

Visual editor - see changes in real-time Interactive & Rapid prototyping

What can Unity do for you? Animation Audio Resources Scripting Rendering Networking 001 Animation

Audio 004 Scripting

Rendering

Resources 006 Networking

❏ (^) Java Script ❏ (^) C# ❏ Boo

Multiple programming

languages

Scenes And Game Objects

❏ Scenes are empty spaces that can be filled

with Game Objects.

❏ Everything inside a scene is a Game Object

❏ Some Game Objects also empty at starting but

by adding Components to them they can

become anything.

Component

Each component adds a functionality to the

Game Object.

The combination of all components defines what

the Game Object is.

Ex : C# adds custom behaviour.

WHO IS WHO PLAYERS SLIME

GAME VIEW

THANK YOU