…I’m trying to save the gravity for the PlayerPrefs. saving as a float with a value of -9.81 I get “invalid DWORD” in regedit and the value doe not read properly (as expected at that point). Anyone with an idea on storing decimal values in the PlayPrefs?
Static vars get their value when the run-time loads (or something along those lines) - so I’m assuming either parsefloat or playerprefs isn’t available at that time - hence you have to set the value separately.