I’m developing a story-driven game like a horror game, where the story progresses through chapters or days, and each part has different scenes.
One approach is to use a separate level for each scene to keep things organized. However, duplicating levels with similar content can quickly increase the game’s file size.
In story-based games like this, what’s the ideal way to manage scene transitions and level structure as the narrative progresses?