Unity Flashcards

1
Q

Advantage of Unity

A

extremely production visual workflow (visual editor)

high degree of cross-platform support (plugin)

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

Key terms:
Scene
(art) Asset
Interactive Object

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

cross-platform development and deployment

A
  1. develop on one platform (say PC)

2. deploy to another target platform (say Android)

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

Component in Unity = Interfaces in Java

  • Favor Composition over inheritance
  • Building Unity Objects via Composition (vs via Inheritance)
A

An component has-a set of capabilities
An Class implements a set of behaviors.

Component cherry pick what capabilities

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