Unity3d wrong use of rigid body
Today one developer is complaining about his game got stuck and not run smoothly, that is why I decided to highlight the common mistake developer do is the wrong use of collisions between objects. * Never use the rigid body on object which is continuously in contact with other Game objects in the scene, this will consume all ram on mathematical calculations and device will not perform smoothly .