Unity-Technologies / ProjectAuditor

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

Fix Config object saving to asset #213

Closed mtrive closed 11 months ago

mtrive commented 11 months ago

Description

Looks like ignoring an issue has never worked due to the Config asset not being saved if the corresponding scriptable object in memory changed.

Changes made

With this change, the Config object is marked dirty every time a rule is added/changed/removed, and serialized to the corresponding asset.

Checklist

Before review: