Unity-Technologies / ProjectAuditor

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

fix compilation #162

Closed mtrive closed 1 year ago

mtrive commented 1 year ago

Description

Fix backwards compatibility with old versions of Unity.

borisbauer-unity commented 1 year ago

Seems to work well now. The change is more a clean-up: just removed one conditional line that wrote into UserPreferences.

What I expect as a user and tested:

mtrive commented 1 year ago

Seems to work well now. The change is more a clean-up: just removed one conditional line that wrote into UserPreferences.

What I expect as a user and tested:

  • I select settings and they stay a persistent selection (Default or a settings asset)
  • if I delete a selected settings asset while PA is closed or running it falls back onto the in-memory default settings

Great, thank you!