Answers for "to hide or show a canvas in unity"

C#
1

to hide or show a canvas in unity

CanvasA.gameObject.SetActive(false); CanvasB.gameObject.SetActive(true);
Posted by: Guest on August-06-2020

Code answers related to "to hide or show a canvas in unity"

C# Answers by Framework

Browse Popular Code Answers by Language