how to access a member from another scene in unity code example
Example: how to reference scripts in other scenes unity
//you can use this to preserve scripts when loading new scene
DontDestroyOnLoad();
//you can use this to preserve scripts when loading new scene
DontDestroyOnLoad();