In the past, in Unity, you could use DwmExtendFrameIntoClientArea in Unity to get a transparent game window drawn on top of the desktop, making all game objects appear on the desktop itself. This was done using the legacy render pipeline.
Now, I have an app built in URP and I'd like to achieve the same effect but have no clue how to do it. Downgrading to legacy render pipeline is not really an option as it is legacy at this point.
Anyone know how to achive a transparent game window drawn on top of the desktop using URP? If it helps, I only need it to work in Windows 10.
Thanks.