Use a global variable.
If you are resetting global variables when switching between layouts, then you can store this data in a Dictionary, Array or JSON object.
An Array would probably be the best choice to store the progress if you have many levels.