1.5.0-beta-2
Pre-release
Pre-release
·
1385 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.
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
主な変更点
重要: VRChat SDK 3.1.13 が必須になりました。 VCCで更新する場合は自動的にVRCSDKも更新されます。
新機能
- 簡単なアニメーションを生成できる、オブジェクト指向のメニュー編集システムを追加。新しいチュートリアルを見に行ってね!
- ローカルのみパラメーターに対応 by @bdunderscore in #275
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
New Contributors
Full Changelog: 1.4.5...1.5.0-beta-2