My requirement is pretty clear. I want to create game object which does not move from its place based on any force apply to it.
There are other objects which affects this game object and apply some force to it but I want to freeze this game object in any situation.
Right now I set mass of this object to 10 and apply constraints on all positions and rotations values. As a result it is jerking some what now become static and it is building object so jerky building look too much poor.
I want to create behavior such that static body in other game engine like cocos2d, andengine, libgdx etc.
I hope you understand my question so please give some helpful information.
For convenience... http://docs.unity3d.com/Manual/CollidersOverview.html At "Collider interactions" -> "Static Collider"
– Mikilo