Im fairly new to unity and Im trying to add a box and circle collider to my character but everytime I click play it moves from where I had it and just disappears. Any ideas why?
It looks like your player has moved for some reason. In the editor it has a Y of 4.7 but in the game it is Y 10.8. So might not be the colliders at all, and some script modifying their player position. Alternately it could be the colliders but you have an invisible collider causing the movement.