>>723
var target : Transform; // ターゲット
function Update () {
transform.rotation.eulerAngles.y = target.transform.rotation.eulerAngles.y;
}