Using compression at runtime with Unreal Engine
· β 6 min read
Overview In a new project my Team wanted to toy around with a rewind mechanic for a new 2D adventure game and been totally honest, it’s not something to complex to implement, at least not for a quick prototype. But what happen when there’s a need to keep track of more than just the player and enemies, but also track the scenario and npcs wandering around there? We have a nice problem to resolve.