I've got my playerprefs options and I'm trying to get a UICheckbox to show the state of the option when the options menu is loaded.
I've tried:
public UICheckbox leftHandedCheckbox;
leftHandedCheckbox.mChecked = PlayerPrefsX.GetBool("Left Hand Mode");
but it's not working. I noticed also when i ckeck and uncheck mChecked in the inspector it doesn't update in the game view.
Any suggestions? Thanks