Is Standalone/Packaged game losing phsyic asset collisions a bug?

Hey guys,

I also have a forum post based on this here.

I was wondering if anyone has run into the problem where in stand alone and packaged builds collisions on physic assets stop working.

I currently have a skeletal mesh with a custom collision channel on it and am firing a projectile into it. The projectile causes and OnHit event while playing in editor but not in a stand alone game.

I have tested the custom collision channel with a standard static mesh component (a cube mesh) and it generates the hit event like normal.

It would be great if anyone has run into this and has a fix or if anyone has any ideas on how to fix it.

Thanks!

I just tested printing the collision profile for the skeletal mesh every 3 seconds. It turns out that the collision profile changes back to “charactermesh” in a packaged build and not my custom profile which prints in play in editor.

I’m having this issue too, this seems like some fairly core functionality to be bugged out…