#pragma strict

function Start () {

}

function Update {
 transform.position.x = 2; 
}
라고 올바르게 컴파일 한거 가튼데 ㅠㅠ 뭐가 문제죠 ㅠㅠ