top of page

TOSHICHAN
Unityでスクリプト&簡単な実装サイト
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