Static bool

Is it possible to make bool, that saves after reloading game/scene?

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.