Answers for "how to reference scripts in other scenes unity"

C#
1

how to reference scripts in other scenes unity

//you can use this to preserve scripts when loading new scene
DontDestroyOnLoad();
Posted by: Guest on May-10-2020

Code answers related to "how to reference scripts in other scenes unity"

C# Answers by Framework

Browse Popular Code Answers by Language