Answers for "use a common scene for UI across multiple unity scenes"

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
2

how to change scenes in unity

SceneManager.LoadScene(scenename);
Posted by: Guest on May-27-2020

C# Answers by Framework

Browse Popular Code Answers by Language