Problems with RenderFeatures and Decal Projector in URP

Hello, want to project a Decal on a ground. The Problem is for another feature i first render the ground invisble and than have A RenderFeature That AfterRenderOpaques renders the ground again but visible this time. Seems like that causes the Decal Projector to not be able to project on the ground. Is there a easy solution? For example to render the Decals after the ground is rendered visible?

For a bit more context i have an Object on Layer golfCourse with this shader:


Than i Have a RenderFeature:
Screenshot 2024-10-11 151120 That After RenderingOpaques Renders the Object again but with a overidden Material.
And here is the result:
Screenshot 2024-10-11 151506
on the Cube i have the material that i assign in the AfterRenderingOpaques of the ground and the Decal works but not on the real ground

Hm, try changing the order of your render features?

sadly. Not working