Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ゲームオブジェクトがあります。ゲームオブジェクトの「インスペクタ」にはいくつかのスクリプトがあります。ここで、スクリプトにアタッチされているパブリック変数を変更したいと考えています。これどうやってするの?
GameObject.Find("Wanderer").GetComponent<SteerForTeether>().TetherPosition = "whatever";
それは私が思うにそれを行う必要があります