top of page

    public Renderer Test;

    // Use this for initialization
    void Start () {
        
    }
    
    // Update is called once per frame
    void Update () {
        Test.material.color = Color.blue;    
    }

 

オブジェクト色変更

bottom of page