VRM4U icon indicating copy to clipboard operation
VRM4U copied to clipboard

Warning: Plugin

Open EjunPatapon opened this issue 2 years ago • 4 comments

初めまして。 最近、Pluginを使わせていただいております。宜しくお願い致します。 ソースをDLして、UE5 C++環境で本Pluginを使用させていただいているのですが、RiderでBuild中に、以下のWarningが出るようになってしまいました。 こちらについては、何か対処する方法がありますでしょうか。 C++を使い始めてまだ2ヶ月位なので、初心者的な質問かもしれません。 お手数をおかけします。 ご確認、宜しくお願い致します。

Warning: Plugin 'VRM4U' does not list plugin 'IKRig' as a dependency, but module 'VRM4U' depends on 'IKRig'. Warning: Plugin 'VRM4U' does not list plugin 'IKRig' as a dependency, but module 'VRM4U' depends on 'IKRigEditor'. Warning: Plugin 'VRM4U' does not list plugin 'IKRig' as a dependency, but module 'VRM4ULoader' depends on 'IKRig'. Warning: Plugin 'VRM4U' does not list plugin 'IKRig' as a dependency, but module 'VRM4ULoader' depends on 'IKRigEditor'.

 その後、こちらのWarningが出て、75%で停止して、起動できなくなっています。

Warning LogBlueprint \Plugins\ALS-Community\Content\AdvancedLocomotionV4\Blueprints\AnimModifiers\Calculate_RotationAmount.uasset: [Compiler] Finalize Bone Animation : Usage of 'Finalize Bone Animation' has been deprecated. FinalizeBoneAnimation has been deprecated, use UAnimDataController instead

EjunPatapon avatar Jun 23 '22 13:06 EjunPatapon

はじめまして。

それら警告は出ますが、プラグインの動作には問題ありません。 手順として、シンプルなC++プロジェクトをビルドして起動確認をした後、VRM4Uを導入するのが良いと思います。

ビルドができない場合はビルドログを、UE5の起動途中でエラーがでる場合は下記のような場所にあるログを添付ください。 MyProject/Saved/Log/MyProject.log

ruyo avatar Jun 24 '22 22:06 ruyo

hi ruyo , i have same problem with project launching my mobile game on unreal engine 5.0.2 to my phone ,and i cannot solve it until now, so please help me WARNING: Warning: Plugin 'VRM4U' does not list plugin 'IKRig' as a dependency, but module 'VRM4U' depends on 'IKRig'. here's the log : ProjectLauncherVRM.log

andrew0807-jul avatar Jul 05 '22 04:07 andrew0807-jul

Here: image Add this: image

This fixed the warning messages for me.

akyoto avatar Sep 12 '22 05:09 akyoto

for thoes who meet same problem, this is the editable and copyable code:

{
"Name": "IKRig",
"Enabled": true
}

Valkierja avatar Jul 12 '23 09:07 Valkierja