I am able to change the value of gravity from:: Edit–project settings–physics.
but it is for whole objects of the project, i want to set different gravity for different objects.
As iwaldrop said, Gravity is global. But this doenst exactly means that you cant create regional gravity. I would just create an OnTriggerStay and change the gravity by physics.gravity, when leaving the trigger just reset it.