Sphere GameObject randomly spawns with hole in center - Unity 2d game

Unsure how this could happen or why. (sphere was completely normal a day ago) upon triggering the spawn of my bSphere, it now spawns with a giant hole in the center. I have not altered the code of the sphere or changed any of its settings whatsoever. If anyone knows how this could be caused or what could be causing this please let me know! Thanks!

My guess is that sphere is too close to the camera and it’s clipping through it. Try moving it back a little.