Answers for "in unity 2d how to call another script from another script in a different scene"

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 "in unity 2d how to call another script from another script in a different scene"

C# Answers by Framework

Browse Popular Code Answers by Language