📅  最后修改于: 2022-03-11 14:48:44.999000             🧑  作者: Mango
GameObject.Find("Name of the object you want to access").GetComponent();
PlayerControllerScript.run = true;
Another Example:
GameObject.Find("Player").GetComponent().run = true;