FindObjectsOfTypeAll <GameObject>(); //取得したGameObjectの中からTargetを探す foreach (var go in gameObjectList) { if (go.name == "Target") ...
確定! 回上一頁