参考:
http://answers.unity3d.com/questions/317648/angle-between-two-vectors.html
http://docs.unity3d.com/ScriptReference/Vector3.Angle.html
参考:
http://answers.unity3d.com/questions/317648/angle-between-two-vectors.html
http://docs.unity3d.com/ScriptReference/Vector3.Angle.html
The angle returned of Vector3.Angle is always the acute angle between the two vector (ie, the smaller of the two possible angles between them and never greater than 180 degrees).
So the angle is the same no matter if "to the left" or "to the right". If you want to know the side, the cross product may help you.
Supposing that both vectors are roughly in the horizontal plane (XZ), the Y component of their cross product may define the sign - for instance: