Dumb shadow question

Hey guys! This is a noob question, but i never paid much attention to shadows in Unity anyway, so it’s all my fault for not knowing how to do the following: Many games implement extremely simple shadows, but still, they are there. Most mobile games and such use sphere-shaped shadows as a replacement to make them prettier and performance efficient. How would i do that in Unity?

I didn’t see any sort of option on the quality settings neither on the mesh renderer component that would make anything like that, but there MUST be something, right? I mean, it’s not like i will just create a bunch of spheres and set them to render shadow only, that would be completely ridiculous.

I am talking about this:
99840-screen520x924.jpeg

What you’re looking for is a blob shadow projector. There’s one included in the Unity Standard Assets package.

I’m not sure how this works either but usually when you create a cube or capsule, it has a shadow already. To make the shadow just a circle, you would move the light so it’s above the specific object so the shadow isn’t facing any direction other than just a circle. Hope this helps.