microsoft / Microsoft.Unity.Analyzers

Roslyn analyzers for Unity game developers
MIT License
689 stars 74 forks source link

UNT0033 reported for valid message #338

Closed jbevain closed 5 months ago

jbevain commented 5 months ago

Bug description

Project\Library\PackageCache\com.unity.render-pipelines.universal\Editor\2D\Light2DEditor.cs(881,
14): warning UNT0033: The Unity message 'OnPostprocessSprites' has an incorrect case

Expected behavior

OnPostprocessSprites is the correct naming: https://docs.unity3d.com/ScriptReference/AssetPostprocessor.OnPostprocessSprites.html