private void Awake() { GetComponent <Rigidbody2D>().simulated = false; Board_3 = transform.parent.parent.Find("Net").GetComponent <Board_Mode_1>(); }