Unity Engine Flashcards

1
Q

Game engine :

A

A game engine is simply defined as a software framework that is designed specifically for video
game development

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Unity :

A

Unity is a cross-platform game engine with a built-in IDE
developed by Unity Technologies.

It is used to develop video games for web plugins, desktop platforms, consoles and mobile devices

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

IDE :

A

IDE stands for Integrated Development Environment:

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Unity actually is the union of :

A

(1) a game engine, that allows game created to run (hence to be played) in different environments,
(2) an application where the “visible pieces” of a game can be put together (the IDE) with a graphical
preview and using a controlled “play it” function, and
(3) a code editor (the one provided is MonoDevelop, but developers can use others; yes I know that code
writing is usually classified as part of the IDE, but for the sake of clarity of what follows, let’s keep it as a
separate piece).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly