0

I've begun using Rider for my Unity project and its displaying performance warnings for methods that are unavoidable such as Debug.Log() and Debug.LogError(). Selecting "Disable performance analysis for method" only clears the warning for a single call site. The Inspection Severity category in Settings seems like it only allows me toggle performance analysis for all methods.

Is there any way to disable these warnings project-wide for specific methods?

1 Answer 1

0

In File | Settings | Editor | Inspection Settings | Inspection Severity | C#, you can adjust the inspection severity level and trun off the warning messages.

1
  • I should have been more specific: I only want these warnings disabled for those specific methods. I still want warnings for all other method calls. I'll update my question with this detail
    – WongWray
    Commented Jul 9 at 18:05

Not the answer you're looking for? Browse other questions tagged or ask your own question.