In my project, a bullet spawns then moves toward its target and getting bounced after hitting a wall.
After getting bounced back, when it comes closer to its spawn point, it starts to slow down then goes in opposite direction like there is some opposing force present in its spawn point. Any idea why this is happening?
Bullet has rigidbody component and I am using AddForce to move the bullet.