untiy how to get a script from another scene 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();