Skip to content

1.26.0

Latest

Choose a tag to compare

@sailro sailro released this 03 Feb 09:04
· 10 commits to main since this release
cb7880b

https://www.nuget.org/packages/Microsoft.Unity.Analyzers/1.26.0

  • Added UNT0040 diagnostic, GameObject.isStatic is editor-only.
  • Added UNT0041 diagnostic, use Animator.StringToHash for repeated Animator method calls.
  • Added UNT0042 diagnostic, Mesh array property accessed in loop.
  • Fixed UNT0022 diagnostic side effects.
  • Recategorized UNT0034 (Vector3→Vector2 conversion) from Performance to Readability.
  • Recategorized UNT0035 (Vector2→Vector3 conversion) from Performance to Readability.