Hi,
so I did a replay system that stores player inputs and replay them but I'm running in an issue quite inconvenient.
If the player press a key while I am on replay, the key is taken into account and my replay is now incoherent.
Can I differentiate player's inputs VS inputs created from the code? (so I can disable actual input while in replay)