So I’ve been using PlayerPrefs to save various int and float variables in my game, I was wondering, how do I save and load a boolean with PlayerPrefs? I’m sure I could jury-rig something using an integer if it’s not possible, but I’d rather not have to if I don’t need to.