modular-avatar icon indicating copy to clipboard operation
modular-avatar copied to clipboard

Results 233 modular-avatar issues
Sort by recently updated
recently updated
newest added

... when conditions below are met: - `ModularAvatarMergeAnimator` component is added by NDMF plugin before MA pass, - `ModularAvatarMergeAnimator.animator` is set to a temporary AnimatorController ( `new AnimatorController()` ), -...

bug

Randomly my fx layer is starting to give me a breaking error, i havent imported anything or changed anything does anyone know how to fix this? This problem happens with...

bug

In here, Menu Installer https://github.com/bdunderscore/modular-avatar/blob/9c96ae2010ea0399db3a38a27ca0936cefa52c3b/Editor/Inspector/Menu/MenuInstallerEditor.cs#L304 "Extract menu to objects" button currently cannot be translated due to lack of localization key.

"びしょぬれのしずくさん"のボーン名が辞書に入っていないため、Setup Outfit等が正常に動作しない問題の修正を試みます。 fix: #874 現状の懸念点 - Armatureが"bone_root"であることが(他コンポーネント/処理含めて)想定されているかが不明 - アバター側のボーンにprefixがついていることが想定されているかが不明 - 想定されていない場合、prefixを含めたボーン名に修正する必要があります(アバター側の全てのボーンに"bone_"が付いているため)が、あまり現実的ではないような… - lowerlegに"leg_L"及びRを追加しましたが、upperlegに"Leg_L"及びRが存在するため、正常に処理されるか自信がありません。手元で動かした感じでは大丈夫そうでしたが… - 当該アバター/衣装を持っていないため、実環境でのテストが出来ていない