✏️ Unity 21버전을 사용하다 Unity 6로 업그레이드 하니 콘솔에 위와 같은 경고 메세지가 생겼습니다.
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 ()
🔥 해결방법
다음 버전부터는 렌더링 호환 모드가 중단 및 제거되니 사용을 중지하라는 내용인데,
Edit - Project Settings - Graphic - Render Graph
에서
Compatibility Mode (Render Graph Disabled)
를 비활성화 하면 됩니다.
Compatibility Mode 곧 완전히 제거 된다고 합니다.