Unity 6 렌더링 호환 모드 오류

용준·2024년 9월 27일
0

Unity

목록 보기
19/19

The project currently uses the compatibility mode where the Render Graph API is disabled. Support for this mode will be removed in future Unity versions. Migrate existing ScriptableRenderPasses to the new RenderGraph API.

After the migration, disable the compatibility mode in Edit > Projects Settings > Graphics > Render Graph.
UnityEditor.EditorAssemblies:ProcessInitializeOnLoadMethodAttributes ()

Unity 21.x버전을 사용하다가 6로 업그레이드 했는데 콘솔에 위와 같은 경고 메세지가 생겼습니다.

다음 버전부터는 렌더링 호환 모드가 중단 및 제거되니 사용을 중지하라는 내용인데요,

Edit - Project Settings - Graphic - Render Graph 에 들어가 Compatibility Mode (Render Graph Disabled) 를 비활성화 하면 해결됩니다.

1개의 댓글

comment-user-thumbnail
2024년 10월 6일

Compatibility Mode 곧 완전히 제거 된다고 합니다.

답글 달기