I have a simple Orthographic scene with some random fixed objects and a ground “hill” object. I have it setup so you can click on the screen and if there is no collider at that point, it instantiates a little ball that bounces around the objects and gets destroyed when it falls/rolls off the hill.
The problem is that if I click really REALLY close to the ground, it will instantiate the ball but the ball will be “stuck” halfway into the ground and won’t move. Sometimes it will fling the object out from the ground which is fine for this particular purpose but I’d like to fix the ball getting stuck issue but am unsure how to go about that since I’m just using the default physics engine.
Any suggestions?