how to move player around planet with fake gavity using Input.acceleration for mobile devices

ı want to move my sphere around the big sphere(planet) ı made a fake gravity ı can move my sphere with axis at pc or with joystick But not with acceleration can anyone help me please ı couldnt find anything on the internet

5843671--620509--acceleremeter.png

Orbital mechanics are very touchy in a fixed timestep physics simulation like the one Unity uses so I don’t recommend using the physics engine. Pick your orbital characteristics and just use ellipse functions to place the orbiter would be my suggestion.