how to show and hide canvas ui elements in unity using c# code example
Example: to hide or show a canvas in unity
CanvasA.gameObject.SetActive(false); CanvasB.gameObject.SetActive(true);
CanvasA.gameObject.SetActive(false); CanvasB.gameObject.SetActive(true);