By scaling this circle I want to let player know that there is something falling. How to create one? Maybe someone have it?
Sounds like you need a decal. basically, you add a texture to a plane, make it a prefab, instantiate it where you want, and scale it according to your needs.
You can find a lot of info on decals, for example here.