Original Discord Post by chewie1278 | 2024-10-28 23:09:29
I’m having some issues with the Convai plugin in Unreal Engine 5.2. Until a couple of months ago, everything was working fine, but now I’m getting compilation errors when I activate the plugin.
Has there been any recent update or change that could be causing this?
this are some errors:
LogScript: Warning: Script Msg: /ConvAI/MetaHumans/Animations/Motions2/MT/Walk/MTN_N_WalkInPlace : Curve with name FootPlanted_Left and type RCT_Float (0) already exists
LogScript: Warning: Script Msg: /ConvAI/MetaHumans/Animations/Motions2/MT/Walk/MTN_N_WalkInPlace : Curve with name FootPlanted_Right and type RCT_Float (0) already exists
LogScript: Warning: Script Msg: /ConvAI/MetaHumans/Animations/Motions2/MT/Walk/MTN_N_WalkInPlace : Curve with name LayerData_BasePose_MTN and type RCT_Float (0) already exists
LogAnimationCompression: Display: Fetched compressed animation data for AnimSequence /ConvAI/MetaHumans/Animations/Motions2/MT/Walk/MTN_N_WalkInPlace.MTN_N_WalkInPlace
LogScript: Warning: Script Msg: /ConvAI/MetaHumans/Animations/Motions2/MT/Walk/MTO_N_Walk_F_VarB : Curve with name MoveData_Gait and type RCT_Float (0) already exists
LogScript: Warning: Script Msg: /ConvAI/MetaHumans/Animations/Motions2/MT/Walk/MTO_N_Walk_F_VarB : Curve with name MoveData_Speed and type RCT_Float (0) already exists
LogScript: Warning: Script Msg: /ConvAI/MetaHumans/Animations/Motions2/MT/Walk/MTO_N_Walk_F_VarB : Curve with name FootPlanted_Left and type RCT_Float (0) already exists
LogScript: Warning: Script Msg: /ConvAI/MetaHumans/Animations/Motions2/MT/Walk/MTO_N_Walk_F_VarB : Curve with name FootPlanted_Right and type RCT_Float (0) already exists
LogScript: Warning: Script Msg: /ConvAI/MetaHumans/Animations/Motions2/MT/Walk/MTO_N_Walk_F_VarB : Curve with name LayerData_BasePose_MTO and type RCT_Float (0) already exists
Even if I start a project from scratch, it compiles without problems before activating the plugin, but as soon as I activate the plugin, it gives a packaging error.
Embedded Content: Releases · Conv-AI/Convai-UnrealEngine-SDK
This Unreal Engine plugin integrates Convai API for conversational AI and environment perception and action-taking by the AI in Unreal Engine. - Conv-AI/Convai-UnrealEngine-SDK
Link: Releases · Conv-AI/Convai-UnrealEngine-SDK · GitHub
I had to resolve it quickly, so I went back to version 3.0.0, and it worked. I didn’t have time to test with the following versions. But at least with the latest version available in the marketplace (now called Fab), there were errors.