modular-avatar

OTHER License

Stars
485
Committers
38

Bot releases are visible (Hide)

modular-avatar - 0.8.0

Published by github-actions[bot] almost 2 years ago

IMPORTANT: This release requires some manual steps to update. If you installed a prior version, delete the net.fushizen.modular-avatar directory from the Packages folder in your project directory before installing the new version.

重要:ここリリースは更新するのに手動ステップが必要です。 前のバージョンをインストールしたなら、プロジェクトフォルダーの中のPackagesフォルダーからnet.fushizen.modular-avatarフォルダーを削除してから更新してください。

Changelog

  • Rename all namespaces to be under the nadena.dev root.
  • Fix a concurrent modification exception reported by twitter:ArcWAG
  • Only show the logo once per inspector pane

主な更新点

  • ネームスペースをnadena.devで統一
  • twitter:ArcWAGさんに報告された、Concurrent modification exceptionを修正
  • インスペクターウィンドウ毎に、一回だけロゴを表示するように変更

Full Changelog: https://github.com/bdunderscore/modular-avatar/compare/0.7.1...0.8.0

modular-avatar - 0.7.1

Published by github-actions[bot] almost 2 years ago

What's Changed

  • Rename First Person Visible -> Visible Head Accessory
  • Add warning to components when used outside of the avatar root
  • Workaround a VRCSDK bug resulting in broken AV3 debug displays
  • Override component names and organize them into an add component submenu

主な変更点

  • First Person Visible -> Visible Head Accessoryに改名
  • アバター外に置かれたコンポーネントに注意表示を追加
  • AV3デバッグ表示が壊れるVRCSDKバグを迂回
  • コンポーネント名をオーバーライドし、サブメニューに移動させた

Full Changelog: https://github.com/bdunderscore/modular-avatar/compare/0.7.0...0.7.1

modular-avatar - 0.7.0

Published by github-actions[bot] almost 2 years ago

Changes since 0.6.7

  • Fixed some MergeArmature bugs
  • Add support for mapping blendshapes with different names in source and destination
  • Support VRCAnimatorLayerControl references within the same animator
  • Support path remappings on First Person Visible objects
  • Detect VRCParameterDriver parameters in the Parameters component UI

主な更新点

  • MergeArmatureバグをいくつか修正
  • 元のメッシュと操作されるメッシュの名前が違うブレンドシェープの同期に対応
  • 単一アニメーター内のVRCAnimatorLayerControl操作に対応
  • First Person Visibleがついているオブジェクトのアニメーターパス補正を実装
  • ParametersコンポーネントのUIで、VRCParameterDriverで指定されたパラメーターを自動検知

Full Changelog: https://github.com/bdunderscore/modular-avatar/compare/0.6.7...0.7.0

modular-avatar - 0.6.7

Published by github-actions[bot] almost 2 years ago

What's Changed

主な変更点

  • First Person Visibleコンポーネントを追加。髪の毛など一人視点で表示しやすくします
  • メニューインストーラー:デフォで一番上のメニューに導入するように変更

Full Changelog: https://github.com/bdunderscore/modular-avatar/compare/0.6.6...0.6.7

modular-avatar - 0.6.6

Published by github-actions[bot] almost 2 years ago

What's changed

  • Fix compile error when uploading avatars
  • Fix armature merge breaking when objects are disabled initially

主な変更点

  • アバターアップロード時のコンパイルエラーを修正
  • 初期から無効化されたオブジェクトでアーマチュア統合が壊れるバグを修正

Full Changelog: https://github.com/bdunderscore/modular-avatar/compare/0.6.5...0.6.6

modular-avatar - 0.6.5

Published by github-actions[bot] almost 2 years ago

What's Changed

  • Fix automatic outfit setup

主な更新点

  • 自動衣装セットアップのバグを修正

Full Changelog: https://github.com/bdunderscore/modular-avatar/compare/0.6.4...0.6.5

modular-avatar - 0.6.4

Published by github-actions[bot] almost 2 years ago

  • Fixed component allowlist patch breaking with newer versions of the VRCSDK. If you find that you are unable to upload due to an error like "The following component types are found on the Avatar and will be removed by the client", please update your VRCSDK.

  • コンポーネント許可リストの補正が最新VRCSDKで壊れるバグを修正。なお、「The following component types are found on the Avatar and will be removed by the client」というエラーでアップロードできない場合はVRCSDKを更新してください。

Full Changelog: https://github.com/bdunderscore/modular-avatar/compare/0.6.3...0.6.4

modular-avatar - 0.6.3

Published by github-actions[bot] almost 2 years ago

What's Changed

  • Adding logo (logo design by Pumo)

主な変更点

  • ロゴを追加 (ロゴデザインはぷもさんにお願いしました)

Full Changelog: https://github.com/bdunderscore/modular-avatar/compare/0.6.1...0.6.3

modular-avatar - 0.6.1

Published by github-actions[bot] almost 2 years ago

  • Add search UI for blendshapes
  • Minor UI fixes
  • Moved sample prefabs up a level to make them easier to find

  • ブレンドシェープの検索UIを実装
  • UIの微修正
  • サンプルプレハブを見つかりやすくなるように上の階層へ移動

Full Changelog: https://github.com/bdunderscore/modular-avatar/compare/0.6.0...0.6.1

modular-avatar - 0.6.0

Published by github-actions[bot] about 2 years ago

  • Added support for syncing blendshapes from the base body mesh to outfit assets
  • Added some warnings to the menu installer editor
  • Added support for syncing internal parameters
  • Added fingerpen sample
  • Added Japanese editor localizations
  • Minor UI tweaks

  • ブレンドシェープを素体メッシュから衣装メッシュへ同期させる機能を追加
  • メニューインストーラーエディタに注意表示を追加
  • 指ペンサンプルを追加
  • エディタの日本語訳を追加
  • UI微調整

Full Changelog: https://github.com/bdunderscore/modular-avatar/compare/0.5.0...0.6.0

modular-avatar - 0.5.0

Published by github-actions[bot] about 2 years ago

What's Changed

  • Fixed an NPE on selecting Bone Proxy outside of an avatar, reported by twitter user ArcWAG.
  • Add a context menu setup option for outfits
  • Add support for merging parameters and menus (only very lightly tested, no docs yet!)

主な変更点

  • アバター外でBone Proxyを選択した時に発生するNPEを修正(TwitterユーザーArcWAGさんに報告されたものです)
  • 衣装のワンクリックセットアップ用の右クリックメニュー項目を追加
  • パラメーター、メニュー統合機能を追加。(最低限のテストしかやっておらず、ドキュメンテーションはまだないのであしからず!)

Full Changelog: https://github.com/bdunderscore/modular-avatar/compare/0.4.2...0.5.0

modular-avatar - 0.4.2

Published by github-actions[bot] about 2 years ago

What's Changed

  • [MergeArmature] Make AvatarObjectReference default to a null target
  • [MergeArmature] Restore support for inferring prefix/suffix
  • Fix PBs referencing constrained bones not working
  • Fix spurious NPE

主な変更点

  • [MergeArmature] AvatarObjectReferenceのデフォルト指定先をヌルに変更
  • [MergeArmature] 前置・後置の自動設定機能を復活させた
  • コンストレイントがついているボーンを指定したPhysBoneが動作しないバグを修正
  • ぬるぽを修正

Full Changelog: https://github.com/bdunderscore/modular-avatar/compare/0.4.1...0.4.2

modular-avatar - 0.4.1

Published by github-actions[bot] about 2 years ago

  • Fixes some more bugs related to constraints on merged armatures

  • 統合アーマチュアについているコンストレイントについてのバグをいくつか修正

Full Changelog: https://github.com/bdunderscore/modular-avatar/compare/0.4.0...0.4.1

modular-avatar - 0.4.0

Published by github-actions[bot] about 2 years ago

Note: This release may break prefab compatibility.

What's Changed

  • Fixes for merging armatures containing explicitly set constraints
  • Support drag-and-drop of prefab instances between avatars
  • Add option to match avatar write defaults settings in Merge Animator
  • Fix incorrect pathnames for generated assets in manual apply mode

Full Changelog: https://github.com/bdunderscore/modular-avatar/compare/0.3.0...0.4.0


注意: このリリースで依然のプレハブが壊れる可能性があります。

主な変更点

  • 手動でコンストレイントを設定したアーマチュアを統合するバグをいろいろと修正
  • プレハブインスタンスをアバター間でドラッグアンドドロップで移動することに対応
  • Merge AnimatorでアバターのWrite Defaults設定に合わせる設定を追加
  • 手動適用の出力アセットパスが間違っていた問題を修正

細かい変更点: https://github.com/bdunderscore/modular-avatar/compare/0.3.0...0.4.0

modular-avatar - 0.3.0

Published by github-actions[bot] about 2 years ago

What's Changed

主な変更点

Full Changelog: https://github.com/bdunderscore/modular-avatar/compare/0.2.2...0.3.0

modular-avatar - 0.2.2

Published by github-actions[bot] about 2 years ago

What's Changed

Full Changelog: https://github.com/bdunderscore/modular-avatar/compare/0.2.1...0.2.2

modular-avatar - 0.2.1

Published by github-actions[bot] about 2 years ago

Note: When upgrading, please perform a clean reinstall (delete the old package) if installing using the unitypackage.

注意: 0.1.xをunitypackageでインストールした場合は一度削除してから0.2.0版以降をインストールしてください。

What's Changed

  • Remove the need for an av3emu patch
  • Improve stability of locked merge armature system

Full Changelog: https://github.com/bdunderscore/modular-avatar/compare/0.1.4...0.2.1

modular-avatar - 0.1.4

Published by github-actions[bot] about 2 years ago

What's Changed

  • Add VPM repo url
  • Some improvements in behavior of locked merge armature components in prefabs
  • Temporary fix for asset cleanup not happening most of the time

Full Changelog: https://github.com/bdunderscore/modular-avatar/compare/0.1.3...0.1.4

modular-avatar - 0.1.3

Published by github-actions[bot] about 2 years ago

What's Changed

Full Changelog: https://github.com/bdunderscore/modular-avatar/compare/0.1.2...0.1.3

modular-avatar - 0.1.2

Published by github-actions[bot] about 2 years ago

Warning

This version is a prerelease; compatibility is not guaranteed. I recommend against distributing prefabs based on this release for now.

※このバージョンはプレリリース版です。今後の互換性は保証できません。今のところはこれを元にしたプレハブ配布は非推奨です。

What's Changed

Full Changelog: https://github.com/bdunderscore/modular-avatar/compare/0.1.1...0.1.2

Badges
Extracted from project README
Crowdin
Related Projects