Unity 2D Games Developer Question:

What is adventure?

Unity 2D Games Developer Interview Question
Unity 2D Games Developer Interview Question

Answer:

Adventure games involve exploration of, and interaction with, the environment as a main facet of gameplay.


Previous QuestionNext Question
What is racing?Explain me which of the following examples will run faster?

1000 GameObjects, each with a MonoBehaviour implementing the Update callback.
One GameObject with one MonoBehaviour with an Array of 1000 classes, each implementing a custom Update() callback.