> For the complete documentation index, see [llms.txt](https://julhiecio.gitbook.io/ju-tps-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://julhiecio.gitbook.io/ju-tps-documentation/game-development/how-to-load-scene.md).

# How to load scene

You can load scenes normally with the [SceneManager](https://docs.unity3d.com/ScriptReference/SceneManagement.SceneManager.LoadScene.html). If you want something simple you can use the Trigger Load Level component, it will load a scene by name when the Player passes through it.

<div align="left"><figure><img src="https://2945806600-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FCQMDx0LmgnRXXTklLhoh%2Fuploads%2F0WovxnvYWfOoigU1BT41%2Fimage.png?alt=media&amp;token=31d20cdc-8a3e-4b07-a4b4-69b4c2d3658a" alt=""><figcaption></figcaption></figure></div>
