upAuto Bootstrap Loader

To ensure proper project initialization in the editor, regardless of the currently open scene, the game always starts from the Bootstrap scene when entering Play Mode. This functionality is implemented in the script: AutoBootstrapLoader.cs

You can enable or disable auto-bootstrap using the menu command: Tools > Toggle Auto Bootstrap.

Switching the state is accompanied by a corresponding message in the console.

Last updated