setting a transform into some Angle

Hi All, How i cant move some game object into desired degree or angle , my problem was into calculate the angel between two gameobject and moving into the result angle

Did you try using Quaternion.AngleAxis?

To calculate an angle between two objects you can use Quaternion.Angle, or Vector3.Angle.

If you can give out more details, it will be easier to help you.