document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. group = canvas.gameObject.AddComponent<CanvasGroup>();
  2. group.alpha = 0f;
  3. group.interactable = false;
  4. group.blocksRaycasts = false;
  5. group.gameObject.SetActive(false);
');