How do I package my game with all the levels I created

I completed the battle blaster game from the course “Unreal Engine 5 C++ Game Development” and I tried to package so I coud show it to my friends but when I play the game from the packaged version only the first one works and after I clear it makes me replay it. When I play from UE it works for all levels

Hi,
I think this is not covered in the course. In project settings under packaging you have to list all the maps to include in the package. As default, only the default map is included. See screenshots below


1 Like