Lag when hitting an object

Hello everyone,
Everytime I hit a specific object (per example, an head), unity3d lags.
Anything that can prevent it from lagging?

Possibly lots of floating point calculations or/and loops. It really depends on how optimized your code is, and take a look if your PC hardware is suitable for development, like most laptops will have problems working with such stuff.