CodeLikeMe
patreon
How to Save Progress in Complex Levels in Unreal Engine (ALS #168)
🕑 Added 2023-03-16 15:01:02 +0000 UTCIn this episode of the shooter series, we are going to look into how to save and load a complex level. What it meant by complex level is, we need to save the state of the world, not just the player location and weapon data. The state of the world includes the enemy spawners, enemy sublevels, objective markers etc. When we save the progress in the middle of the level and load next time, we need to restore the state of the world correctly.
project files
https://www.patreon.com/posts/63654325
Comments
Shil
Hey there, Can you add some ai behaviour so enemies utilize (toggle) there Equipped weapons depending on distance from player, or is it a simple sphere collsion?