static vars and scene loading

Okay, I keep forgetting this part - Say I have a static class with a variable, if I load a different scene, will that variable reset to default or keep it’s value if I changed it in the previous scene?

It will keep its value.

thanks!