public void button_cancle_create_custom() { B_custom.SetActive(false); }
void Start() { Bg_sub.SetActive(false); B_custom.SetActive(false); B_random.SetActive(false); }
public void button_to_create_custom() { B_custom.SetActive(true); }