14/07/10 03:40:59.03 xx5UL/cu.net
あ、コードの最終行は
× B.transform.rotation=new Vector3(rotationX,rotationY,rotationZ);
○ A.transform.rotation=new Vector3(rotationX,rotationY,rotationZ);
でした
というか欲を言うと
A.transform += (A.transform-B.transform)*0.1f
みたいに一行で全て済むのが理想ですが、さすがにこれはないですよね…