Hi,
im creating a drawmesh for my scene with this line
Graphics.DrawMesh(Mesh, matrix, Material, 0, null, advancedSettings.subMaterialIndex,null,UnityEngine.Rendering.ShadowCastingMode.On,true);
but the created mesh cast only the environment reflections, not my Reflection Probes.
how i can fix this problem?