Class
- Namespace
- CoreFramework
Handles the initial bootstrapping of the application, ensuring that essential settings are applied and that the initial scene is loaded.
[HelpURL("https://jameslafritz.github.io/Unity6CoreFramework/Manual/Bootstrapper.html")]
public class Bootstrapper : MonoBehaviour
- Inheritance
-
object
- Extension Methods
Methods
Init()
Asynchronously initializes necessary services and loads the starting scene when the application begins.
[RuntimeInitializeOnLoadMethod(RuntimeInitializeLoadType.BeforeSceneLoad)]
private static void Init()