Unity-Technologies / ProjectAuditor

Project Auditor is an experimental static analysis tool for Unity Projects.
Other
815 stars 67 forks source link

Fix SprBatcher fixer and add platforms to textureanisotropic level #185

Closed IgorMaliukh closed 1 year ago

IgorMaliukh commented 1 year ago

Fix SprBatcher fixer and add platforms to texture anisotropic level diagnostic.

Description

  1. Set GraphicsSettings.useScriptableRenderPipelineBatching to true, as setting it in the render pipeline is not enough.
  2. Added platforms to texture anisotropic level diagnostic.

Changes made

  1. Fixed SprBatcher fixer.
  2. Added platforms to texture anisotropic level diagnostic.

Checklist

Before review: