I am following the tutorial https://www.youtube.com/watch?v=phAkEFa6Thc&t=4s . The pickup fails, because the pickup item is not found. The item is in the object list. If I give the command “Walk to Item” it works. So How does the character knows which item to pickup? I will tray to upload a prt of the blueprint. I am using UE 5.5
Apologies for the delayed response, and thanks for your patience.
When you give a command like “Pick up Axe”, the system looks for an object labeled “Axe” in the Objects field within the Details panel. This field links Convai’s understanding of the scene to actual objects in your level. If the object is correctly referenced there, the appropriate Pick Up action should be triggered.
If the action response log shows a valid PickUp action, then the issue likely isn’t with Convai but rather with how the action is handled in your Blueprints or Level setup.