This is the syntax I was after...
GameObject temp = GameObject.Find ("playerSHIP(Clone)/localSHIP");
GameObject.Find("RadarMgr").GetComponent().Transforms[0] = temp.transform;
↧