The issue is that decals require depth to project onto which translucent meshes do not render. You could work around this by having a second copy of the mesh that is “hidden in main pass” and set the material on that mesh to be opaque. It should render depths and give something to project onto but I haven’t tried it yet.
1 Like