I will keep the Value of an Variable after i reload the Level. So i set the value of Variable, then i load the same level and the Variable should keep their Value. I know its a basic Question but i dont know how to do this.
You can use game instance to store variable across level but it will lose it value if you quit/play the game (then you will need Save Game file for that).