>>38
一応コレで動いたよ
function Update(){
transform.Translate(Vector3(Input.GetAxis("Mouse ScrollWheel"),0,0));
}