Skip to content

v0.7.0: Migrated the Unity Editor to 2022.3.22f1

Compare
Choose a tag to compare
@github-actions github-actions released this 18 May 15:36
· 13 commits to main since this release
dc7ed3f

⚠️ BREAKING CHANGES

  • e6d356d: Migrated the Unity Editor from 2022.3.6f1 to 2022.3.22f1
  • 0ce21a0: Moved some internal methods in the Unity Editor extension. Of these, the following method is public, so if you are using these methods, please change them as follows:
      - EditorBase<Tb>.CompleteToggles(ToggleGroup toggleGroup, SerializedProperty arrayProp) -> static ToggleGroupUtils.CompleteToggles(this ToggleGroup group, SerializedProperty arrayProp)

Refactor

  • b701c7a: renamed an internal UdonSharp method
  • f240a74: improved banner texture import settings

Documents

  • 6cd767c: fixed the wrong link in contributing documents

Other updates

  • 50ebf9f: increased the version to 0.7.0
  • 1e05d71: increased the specified .NET version
  • 762b1f9: updated the dependencies
  • be58363: improved the manifest configuration
  • 78db3d4: improved the git attributes configuration

See also

#11