Unity 2D Games Developer Question: Explain me classic Arcade? Unity 2D Games Developer Interview QuestionAnswer: Classic arcade games refer to games that originally existed on freestanding coin-operated machines, Generally with a pixel art feel and style. Previous QuestionNext QuestionWhat is platform?Explain me arrange the event functions listed below in the order in which they will be invoked when an application is closed: Update() OnGUI() Awake() OnDisable() Start() LateUpdate() OnEnable() OnApplicationQuit() OnDestroy()?