Skip to content

1.5.0-beta-4

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 14 May 13:16
· 1357 commits to main since this release

What's Changed

Important: VRChat SDK 3.1.13 is now required. If you're using the VCC to update, the VRCSDK should update automatically when you update MA.

Note: The action/animation generation system present in prior beta has been removed for the time being, as it needs some design changes.

New features

  • A new object-based menu editing system, including support for generating simple animations automatically. Check out the new tutorial!
  • Add support for local-only parameters to Parameters component by @bdunderscore in #275

Improvements

  • add bone name mapping from BoneRenamer by Azukimochi by @anatawa12 in #234
  • feat: add Foot=Ankle mapping, more hand bone names by @enitama in #265
  • Usability improvements by @float3 in #237

Bugfixes

  • Fix compatibility issues with VRC SDK 3.1.13
  • fix: exception in avatar parameters editor by @bdunderscore in #230
  • fix: direct blend parameters not being remapped by @bdunderscore in #246
  • fix: inconsistent handedness in finger bone names by @enitama in #262
  • fix: retarget is not performed if rootBone is the only bone to be retargeted by @anatawa12 in #241
  • Fix exception when subParameters is null in a generated component by @Narazaka in #263
  • fix: clap sample can't be uploaded on SDK 3.1.13 by @bdunderscore in #273
  • Use IEditorOnly instead of mokeypatching the SDK by @bdunderscore in #274
  • Fix a bug where MenuInstaller's UI would result in errors when an empty submenu was present by @hitsub in #282
  • fix: SDK 3.2.0-beta.1 compatibility by @bdunderscore in #289

主な変更点

重要: VRChat SDK 3.1.13 が必須になりました。 VCCで更新する場合は自動的にVRCSDKも更新されます。

※以前のベータにあった、アクション・アニメーション生成システムは仕様の見直しが必要だったため、いったん取り下げました。

新機能

Improvements

  • AzukimochiさんのBoneRenamerからボーン名マッピングを追加 by @anatawa12 in #234
  • feat: Foot=Ankle マッピングを追加、手のボーン名を追加 by @enitama in #265
  • 使いやすさ向上 by @float3 in #237

Bugfixes

  • VRC SDK 3.1.13との互換性問題を修正
  • fix: アバターパラメーターエディタでの例外 by @bdunderscore in #230
  • fix: Direct Blend Tree のパラメーター名がマッピングされない by @bdunderscore in #246
  • fix: 指のボーン名の左右が指定が間違っている by @enitama in #262
  • fix: rootboneのみがリターゲットされる場合、リターゲットがスキップされてしまう by @anatawa12 in #241
  • 自動生成などでsubParametersがnullのメニューアセットを指定した場合にエラるのを回避 by @Narazaka in #263
  • fix: clapのサンプルがSDK3.1.13でアップできない by @bdunderscore in #273
  • IEditorOnlyを使用 by @bdunderscore in #274
  • 空のSubMenuがあるとMenuInstallerの表示でエラーが発生するのを修正 by @hitsub in #282
  • SDK 3.2.0-beta.1との互換性を修正 by @bdunderscore in #289

New Contributors

  • @float3 made their first contribution in #237
  • @enitama made their first contribution in #262
  • @hitsub made their first contribution in #282

Full Changelog: 1.4.5...1.5.0-beta-4