So fügen Sie Starrbody als Variable hinzu

public Rigidbody rigid;

void Start() {
  rigid = GetComponent<Rigidbody> ();
}
Brainy Bison