유니티의 WebGL 콘텐츠를 지원하는 웹브라우저 호환성 확인(데스크톱, 모바일) https://docs.unity3d.com/Manual/webgl-browsercompatibility.html WebGL 콘텐츠를 실행하기위해 웹브라우저는 다음 조건을 충족해야합니다. -WebGL 1 또는 WebGL 2를 지원하는 웹브라우저(유니티 WebGL1은 지원 중단 예정) -HTML5 표준을 준수하는 웹브라우저 -64비트이며 WebAssembly를 지원하는 웹브라우저 유니티 WebGL의 모바일 지원 공식적으로 Unity WebGL은 모바일 장치를 지원하지 않습니다. Unity WebGL 콘텐츠는 안드로이드 및 ios 기기에서 작동합니다. 하지만 일반적으로 WebGl 콘텐츠를 지원할만큼 강력하지않고 메모리가 부족한 ..
유니티 webGL 사용 가이드, 기술문서 webGL 개발시작 https://docs.unity3d.com/kr/2018.4/Manual/webgl-gettingstarted.html 프로젝트 빌드 및 실행 https://docs.unity3d.com/kr/2018.4/Manual/webgl-building.html 유니티 webGL 플래폼 호환성 https://docs.unity3d.com/2020.1/Documentation/Manual/webgl-browsercompatibility.html 유니티 모바일 webGL 이슈 https://forum.unity.com/threads/webgl-support-for-mobile-browsers.778082/ https://caniuse.com/webgl2