Tiled GPU perf. warning: RenderTexture color surface (0x0) was not cleared/discarded, doing <run with profiler for info> 경고

유니티 C# 2017. 12. 24. 12:30

Tiled GPU perf. warning: RenderTexture color surface  (0x0) was not cleared/discarded, doing <run with profiler for info>

경고가 뜰때가 있다.


카메라를 여러대 사용할 때 나온다고 대부분 말을 합니다.


https://forum.unity.com/threads/4-2-any-way-to-turn-off-the-tiled-gpu-perf-warning.191906/


주로 여기서 내용을 다뤘으며


카메라 한대의 Depth를 -1로 바꾸면 가능하면 Clear Flags를 Solid Color로 바꿔서 사용하자.