Make sure the object has a starting scale of 1 in xyz. Then you should be able to scale it with gameObject.transform.localScale += new Vector3(1, 0, 1); for example. If the collider is still destroyed, could you explain what exactly happens when you scale the player?