Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- group = canvas.gameObject.AddComponent<CanvasGroup>();
- group.alpha = 0f;
- group.interactable = false;
- group.blocksRaycasts = false;
- group.gameObject.SetActive(false);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement