Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- Rewired
- 커스텀쉐이더
- muilt controller
- AssetBundle
- 에셋번들
- apk
- TextMeshPro 한글
- kinect v2
- 구글플레이스토어
- 역직렬화 오류
- Unity
- WebGL
- Specular Highlights
- Android
- Depth camera
- web3D
- DS4
- 랜더스트리밍
- 듀얼쇼크4
- TextMeshPro
- Unity VisualStudio
- webview
- RenderStreaming
- untiy
- 반응형레이아웃
- 유니티
- Environment Reflections
- unityhub
- android app bundle
- AR
Archives
- Today
- Total
기억저장고
WebGL RendertTexture.Create failed: requested size is too large 오류 해결방법 본문
Unity
WebGL RendertTexture.Create failed: requested size is too large 오류 해결방법
기억해조 2023. 11. 24. 17:43유니티 WebGL에서
RendertTexture.Create failed: requested size is too large
오류가 났을경우,
(오류생성방법: F12-Toggle device tool bar 를 눌렀을 경우 생김, 메모리가 계속 쌓임)
Html파일에서
config.matchWebGLToCanvasSize = false;
이 부분을 주석 해제 하면 된다.
WebGL error on some machines: Unity is creating larger and larger offscreen FBOs and eventually fail
I find the reason. I’m not good at HTML and JS. The canvas I created is too large. I am using the following to set the size of a canvas: canvas.width = 800; canvas.height = 600; The width and height are without unit. At 100% zoom their unit is ‘px’.
discussions.unity.com
'Unity' 카테고리의 다른 글
Unity VisualStudio 연결 안될 경우(External Tool에서도 안될경우) (0) | 2024.03.08 |
---|---|
[Untiy] URP – 커스텀쉐이더에서 Environment Reflections, Specular Highlights 조절하는법 (0) | 2024.02.22 |
Unity SpriteEditor 사용해서, 네임태그 늘려쓰기 (0) | 2023.11.14 |
unity WebGL 빌드 후, Mac에서만 느릴경우 해결 (0) | 2023.10.26 |
Target API 올렸을때 나온 모든 오류 (0) | 2023.10.13 |
Comments