Packaged game partially working

So i just packaged my game, and everything seems to be working except one bit!
i had used line trace which was checked every tick, and with that line trace the player could open drawers and interact with items depending on what they are looking at.

So i used the line trace for opening drawers and picking up a key. So line trace works properly for the drawers and im able to open and close them! But it doesnt happen for the key! Im not able to pick up the key!

Should i package the game again? why is this happening!

P.S. it works fine in the editor!!

Hello,

  • To clarify, this is working correctly in the editor? What about if you test it in standalone instead of PIE?
  • Could you provide screenshots of any relevant blueprints?

Hey yes it was working correctly in the editor! I used a different logic to implement it because the previous one was not working. But thanks a lot for replying :smiley: