Skip to content

Releases: anatawa12/AvatarOptimizer

v1.6.9-beta.2

22 Mar 11:08
Compare
Choose a tag to compare
v1.6.9-beta.2 Pre-release
Pre-release

Version 1.6.9-beta.2

Installer unitypackage for this version is here.

This is SNAPSHOT, not a stable release. make sure this may have many bugs.

Added

  • Support for VRCSDK 3.5.2-beta.2 #935

v1.6.9-beta.1

16 Mar 17:51
Compare
Choose a tag to compare
v1.6.9-beta.1 Pre-release
Pre-release

Version 1.6.9-beta.1

Installer unitypackage for this version is here.

This is SNAPSHOT, not a stable release. make sure this may have many bugs.

Added

  • Support for VRCSDK 3.5.2-beta.1 #926

v1.6.8

12 Mar 17:31
Compare
Choose a tag to compare

Version 1.6.8

Installer unitypackage for this version is here.

Fixed

  • If some component refers external component, internal error #921

v1.6.7

28 Feb 15:14
Compare
Choose a tag to compare

Version 1.6.7

Installer unitypackage for this version is here.

Fixed

  • Compilation Error due to VRCImposterSettings with VRCSDK 3.2.x #905
  • Skinned Mesh Renderers with None mesh will become Mesh with no polygons #906
    • This may affects bounds of Performance Rank in VRChat
  • Exclusions not working with Automatically Remove Zero Sized Polygons #907
  • Fix non-VRChat project support #884 (backport in #909)
  • Merge Toonlit with uv tiling is broken #911

v1.6.7-beta.1

28 Feb 15:03
Compare
Choose a tag to compare
v1.6.7-beta.1 Pre-release
Pre-release

Version 1.6.7-beta.1

Installer unitypackage for this version is here.

This is SNAPSHOT, not a stable release. make sure this may have many bugs.

Fixed

  • Compilation Error due to VRCImposterSettings with VRCSDK 3.2.x #905
  • Skinned Mesh Renderers with None mesh will become Mesh with no polygons #906
    • This may affects bounds of Performance Rank in VRChat
  • Exclusions not working with Automatically Remove Zero Sized Polygons #907
  • Fix non-VRChat project support #884 (backport in #909)
  • Merge Toonlit with uv tiling is broken #911

v1.6.6

31 Jan 15:46
Compare
Choose a tag to compare

Version 1.6.6

Installer unitypackage for this version is here.

Fixed

  • Some features are not working well if Trace and Optimize is not attached #876

v1.6.5

29 Jan 17:18
Compare
Choose a tag to compare

Version 1.6.5

Installer unitypackage for this version is here.

Changed

  • AvatarOptimizer now uses ErrorReporting API of NDMF instead of our own API #805
  • Project is slightly renamed to AAO: Avatar Optimizer #830
    • The term AAO and Avatar Optimizer are not changed, but display name on the VCC is changed to AAO: Avatar Optimizer

Fixed

  • Fix support for UniVRM components #802
  • VRM: Fix MergeSkinnedMesh breaking BlendShapeClip / VRM10Expression #810
  • Unknown component warning were shown multiple time for one type #818
    • In addition, location of the unknown components are shown on the error report.
  • Empty Armature trick broken #819
  • Added workaround for Array index (n) is out of bounds (size=m) error
  • Humanoid Bones may be removed by Trace and Optimize #831
  • Add license, documentationUrl, and changelogUrl to package.json #851
  • Nested Constraint can be broken with Trace and Optimize #857

v1.6.5-rc.3

27 Jan 15:05
Compare
Choose a tag to compare
v1.6.5-rc.3 Pre-release
Pre-release

Version 1.6.5-rc.3

Installer unitypackage for this version is here.

This is SNAPSHOT, not a stable release. make sure this may have many bugs.

Changed

  • Reverted NDMF to 1.3.0-rc.3 #858
    • NDMF 1.3.0-rc.4 or later does not execute Optimizing phase on entering play mode.
    • See this issue for more details.

Fixed

  • Nested Constraint can be broken with Trace and Optimize #857

v1.6.5-rc.2

24 Jan 16:16
Compare
Choose a tag to compare
v1.6.5-rc.2 Pre-release
Pre-release

Version 1.6.5-rc.2

Installer unitypackage for this version is here.

This is SNAPSHOT, not a stable release. make sure this may have many bugs.

Changed

  • Project is slightly renamed to AAO: Avatar Optimizer #830
    • The term AAO and Avatar Optimizer are not changed, but display name on the VCC is changed to AAO: Avatar Optimizer
  • Upgrades NDMF to 1.3.0-rc.4 #853

Fixed

  • Humanoid Bones may be removed by Trace and Optimize #831
  • Add license, documentationUrl, and changelogUrl to package.json #851

v1.6.5-rc.1

07 Jan 13:38
Compare
Choose a tag to compare
v1.6.5-rc.1 Pre-release
Pre-release

Version 1.6.5-rc.1

Installer unitypackage for this version is here.

This is SNAPSHOT, not a stable release. make sure this may have many bugs.

Changed

  • Upgrades NDMF to 1.3.0-rc.1 #815
    • Use Title instead of Description since substation in Title is implemented

Fixed

  • Reference to meshes will be merged is removed #808
  • VRM: Fix MergeSkinnedMesh breaking BlendShapeClip / VRM10Expression #810
  • Unknown component warning were shown multiple time for one type #818
    • In addition, location of the unknown components are shown on the error report.
  • AvatarOptimizer didn't register modification to ObjectRegistry #815
  • Empty Armature trick broken #819
  • Added workaround for Array index (n) is out of bounds (size=m) error