webgl1 Unity WebGL 실행 시 Build.framework.js 오류 해결 유니티 WebGL로 게임 빌드한 후에 크롬 브라우저에서 실행했더니 undefined 오류가 발생했다. TypeError: Cannot set properties of undefined (setting '1'),TypeError: Cannot set properties of undefined (setting '1') at _JS_WebRequest_Create (이후 생략) 관련 Unity Forum 글을 찾아보았다. Build.framework.js 파일을 수정하면 된단다. 핵심은 코드의 이 라인을 ▽ var wr = { requestInstances: {}, nextRequestId: 1, loglevel: 2 }; 이렇게 바꿔주면 된다는 것이다. ▽ var wr = { requestInstances:.. 2023. 2. 1. 이전 1 다음