If I get what you're asking this is a simple task. You want the angle between the direction the first cube is looking and the position of the other cube? Then it's something like
Vector3.AngleBetween( object 1 forward, object 1 position - object 2 position );
↧