How to make object not recieve self shadows?

i want off self shadows for mesh renderer

Shadows are generated per-light. You can disable a renderer from participating on the per-light shadowmap (shadow casting) or using the shadow map (receiving shadows). But since all shadows are collected in a single shadowmap, it’s not possible to filter which object’s shadow renders on which object.