キャメラマン カメラ 移動

function Update () {
	transform.Translate(Input.GetAxis("Horizontal"), 0, Input.GetAxis("Vertical"));
}

これをカメラにセットしたら「カメラが」動く.