top of page

スクリプト無効&有効(パブリック)

    public MonoBehaviour TEST;

    void Start () {
        TEST.enabled = false;
    }

 

bottom of page