How to make a scene responsible for loading another scene?

Hi!

I need to find a way to make a specific scene with only the responsibility of loading some other scene. Like a loading screen, but being a scene.I can’t find examples of this anywhere, can you help me with some ideas?

Write a script that loads the secondary scene, place it on an object in the first scene. This is pretty much how any “loading screen” tutorial is going to work. Should be ample examples around.

All the examples I’ve seen used a canvas or something like that and enabled it. I need to load a scene that leads to another scene.

THere are some examples in the Docs. The first example on this page simply loads a scene.

Thanks!