Unity-Technologies / ProjectAuditor

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

Fix: handle unnamed pass parsing in Unity 2021.2.14+ #160

Closed cabauman closed 1 year ago

cabauman commented 1 year ago

Description

Fixes #159

Changes made

Check for unnamed pass formatting specific to Unity 2021.2.14+

Notes

Haven't checked what formatting Editor.log and Player.log uses in Unity 2022 and 2023.

Checklist

Before review:

unity-cla-assistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

mtrive commented 1 year ago

Thanks for this. It took a bit of time because we don't have good shader test coverage for Unity 2021+. It's something we need to improve. Anyway, will merge it for you and update the changelog