-
-
下記サイトで説明されているVixenというツールで非破壊メニュー実装を行っている場合に添付のようなエラーが表示されました。
「メニューの実装のためのアニメーション関連の処理」と「最適化の処理」タイミング次第で競合が発生しそうなのでひとまずAvatarOptimizerの「AAO Trace And Optimize」コンポーネントを削除して対応しています。
https://docs.hai-v…
-
I may be wrong or that could be due to language barrier, but shouldn't "Modular Avater" be "Modular Avatar" ?
Tell me.
-
I ran into an issue with ndmf on a new Unity 2022 project where ndmf generates animators on avatars that are not using ndmf functions and causes adverse effects. You can test this with [hfcRed's among…
-
As title. My package folder:
![image](https://github.com/poi-vrc/DressingTools/assets/96401952/a8da3359-96b9-445a-91ab-184313bfa514)
It used to raise NDMF version error. And after i grab a 1.3.7…
-
community-drivenである程度サポートされてることを書いておきたい
-
Upon debugging why a friend's avatar was not building with MA 1.8.4 and NDMF 1.3.2 in Unity 2022, I noticed in their logs:
Packages\nadena.dev.ndmf\Runtime\NonPersistentConfig.cs(6,42): error C…
-
This can be repro'd on Unity 2022, need to double-check but IIRC this was happening with Unity 2019 as well
-
For some reason VCC fails to update 1.6.4 -> 1.6.5-rc1.
-
Modular Avatar等にあるようなParametersやMenuなどを選択する便利なUIがNDMFプラグイン由来のそれを認識できないのは不便
- プラグイン自身が生成するものの自己申告ができる
- 申告された物が共通のインターフェースで取得できる
が満たされると嬉しい
参考までに自身のプラグインのために独自実装した物はこんな感じ
https://github.com/…