Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModelImportSettingsConfiguratorについて #165

Open
s-anzai opened this issue Dec 9, 2021 · 0 comments
Open

ModelImportSettingsConfiguratorについて #165

s-anzai opened this issue Dec 9, 2021 · 0 comments

Comments

@s-anzai
Copy link

s-anzai commented Dec 9, 2021

お疲れ様です。

Overwrite Import SettingsのModelImportSettingsConfiguratorの設定なんですが
avatarSetupのパラメータが設定が反映されないようです

こちらを中を見て確認しましたがsourceAvatarに対して値を流すと(nullであっても)
avatarSetupが強制的にCreateFromThisModelに変更されるようです

#if UNITY_2019_3_OR_NEWER
            target.avatarSetup = reference.avatarSetup;//ここでNoAvatar等のパラメータを入れたとしても
#endif

            target.sourceAvatar = reference.sourceAvatar; //ここでCreateFromThisModelに変わる
            target.swapUVChannels = reference.swapUVChannels;

こちらのローカルでは値変更時のみ反映するように一時的に対応していますが
正しい直し方ではないともいますので対応していただければと思います
お手数をおかけしますが宜しくお願い致します。
使用バージョン:AssetGraph1.7.2-preview
使用Unityversion:2021.2.4f1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant