Answer by BradyIrv · Jul 23, 2019 at 05:39 PM
You can use player prefs and set a float to 0/1, then set the bool based on that float.
Or you could create a script that is DoNotDestroyOnLoad() in which case it would maintain its data, then load/use the bool from there.