how to load another environment with an interaction?

Hello everyone! I’m a beginner. I have a question about how to make a “door” with an interactive trigger, which sends me to a new environment while a cutscene runs. Thanks!

Hey @Samukarai! Welcome to the forums!

Let’s make you a checklist first of things that need to be working in order to do this. I know it seems simple and it can be, you just need to make your tools first!

  1. You need an interact system. This can be found in a lot of tutorials, I’ll link one below for you to start with. :slight_smile:
  2. Sending to a new environment can be done via teleport with level streaming, teleport with a pre-loaded area (so just without level streaming), or level loading (sounds simplest but loading a new persistent level would likely be the worst option).
  3. Finally, cutscenes are created using sequencer. :slight_smile:

Hope this helps! Start off with step 1 below!

Disclaimer: This link is not associated with Unreal Engine, Epic Games, or their partners.