04-11-2024, 11:57 AM
Code:
The render pass Obi.VolumePass does not have an implementation of the RecordRenderGraph method.
Please implement this method, or consider turning on Compatibility Mode (RenderGraph disabled)
in the menu Edit > Project Settings > Graphics > URP. Otherwise the render pass will have no effect.
For more information, refer to https://docs.unity3d.com/Packages/com.unity.render-pipelines.universal@latest/index.html?subfolder=/manual/customizing-urp.html.
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)
Hi Jose, since Unity 6 is LTS now, do you plan to convert the rendering to use RenderGraph anytime soon?
For now, I can use compatibility mode, that disable RenderGraph, but I don't know the downsides of this yet, since I just start in Unity 6 lately.