コード例 #1
0
 void Awake()
 {
     worldManager = this;
     DontDestroyOnLoad(this.gameObject);
     gameObject.AddComponent <ActiveNearCamera>();
 }