public void DropPot(Vector3 position) { Pot go = Instantiate(potPrefab, position, Quaternion.identity); go.Release(); }