Hi I have a 3D space but I want to determine the angle of an object in degrees with regards to an object that acts as a center of origin. Kinda like a clock with one hand where I have an arrow pointing at an angle regarless of the z axis. Note that the Vector3.forward direction of both objects is always pointing away from the center as my object B moves. The question is how do I get the angle in degrees?
Here is a sample where it returns 45 wherein the angle may range from 0-359.