App Installer
App installer is a prefab that acts as the entry point of the game.
The execution order is modified so that it will be executed before everything else
App Installer will construct all the Systems and Support for the game to run.
Put App Installer in each of the Production scenes. This makes the scene can be played independently.
Note that you don't really need App Installer for Unit Testing for UI Testing.
Last updated