webGL “build and run” 버튼을 눌러서 실행하면 빌드가 다시 되기때문에 시간이 오래걸림 로컬에서 서버를 열어서 실행해볼 수 있다.

http-server 설치

$ npm i -g http-server

실행

// 유니티 빌드 폴더로 이동
$ http-server

Starting up http-server, serving ./
Available on:
  http://127.0.0.1:8080
  http://120.50.93.152:8080
  http://192.168.2.1:8080
Hit CTRL-C to stop the server

http://localhost:8080 로 접속해보면 게임이 실행된것을 확인해 볼 수 있다.