Sphere direction on camera rotation

Hi Guys…I’m having problem with sphere controller.I use AddForce to get nice rotations while sphere moves and that works great,but i want to change direction of sphere while rotating camera,so if i press forward key it will move forward and not left,right or back…Currently if i press forward it goes forward until i rotate camera by lets say 180 deg around sphere -then forward button becomes back button…Could you please point me right direction how to do it?

Thanks in advance

Hi,

I dont know what type of game you are making or how your interface works, but you could just make the camera follow the sphere i.e, make the camera a child of the sphere.