Load Scene
This component is used to simplify loading of scenes, it could also use the Loading Overlay.
Simple Usage
Attach the component to any GameObject and assign the required fields.
Enter the scene name or build index into the Scene field.
Check the Use Loading Overlay toggle if you want to use it.
Select and Input Key or assign a Button to the Hook To Button field.
Code Usage
You can start loading the scene via code by invoking the LoadScene() method.