Hi,
Reset on disable only affects the active state, not the variables.
Unfortunatly, I haven't found a good way to set it up. I would need a proxy to save data on awake, so it would be a tricky setup.
currently, when I have to deal with this, I force values on start states, so that I know that everytime I enter this state, my fsm variables get set to the right values.
I can let you "reset" a given number o variables to null, blank or 0, but that's not the same as reverting values to their original values set during editing.
Bye,
Jean