Collision shapes are called "helper objects" in Godot, in the sense that they exist only in the editor, and not in the game itself (they are part of the physics engine). So as this answer says, you need to make them visible by attaching a mesh (these are visible, and not helper objects) to them.