how to reference another script in a different scenes unity c# 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();