when character comes near to enemy which is hanging in y direction how we can fall the enemy on char

how we can fall enemy on chracter when it comes near to it.

You could use a raycast (or boxcast/spherecast) to detect that the player below. You could use a trigger for the detection, too.
Then, just move the enemy down.