Skip to content

v0.3.46 — More reliable generated-file checks

Choose a tag to compare

@FoxsterDev FoxsterDev released this 23 Aug 15:31
· 103 commits to master since this release

Why this matters

Generated files often change in harmless ways, while a startup modal can block Unity without leaving the log marker operators expect. Both cases used to create noisy failures or hide the real recovery step.

What this gives you

  • Generated-file checks now understand XML and Gradle structure, so harmless reordering and formatting changes no longer create false alarms.
  • Required markers are checked as real content, not comments, so missing evidence cannot be hidden by formatting.
  • Malformed generated files now fail with a clear reason and per-file evidence.
  • Unity startup with a blocking Safe Mode dialog is detected and comes with a concrete recovery step.

Validation

  • Host regression: 461 tests passed.
  • Unity 6000 and Unity 2022 consumer checks passed.