I just implemented the save system and if you have values to save you also need the “SaveableEntity.cs” script attached to the gameojbect for it to work.
Is it possible to have it structured in such a way that the Interface also adds the [RequireComponent(oftype(SaveableEntity))] in any way? So I don’t forget to add it and then miss saving the values