Quick Initialization

When you start up your project, every variable has an initial value. Is there a fast way to set all the variables back to the initial, or would I have to do it manually?

Maybe i’m wrong, but i think it has to be done manually. If it’s relate to object’s variable, then you can destroy and replacing the object by a new one : it will have the initial value setted.