
can i transfer my player from door.level to tree.level ?
then when the player transfer to tree.level ,door.level is gone
i need help ,thank you

It depends on how exactly you want to do it.
There are two ways:
-use an “open level” node to open the tree level (you will have a short lagg before it opens)
-use level streaming -> https://docs.unrealengine/latest/INT/Engine/LevelStreaming/index.html ![]()
i am going to use level streaming ,