If you package a game and used Enable Stay Upright Constraint, then you most likely will receive a crash when running the game. Modify BuoyancyForceComponent.cpp, about line 279 should be:
Well at least that worked for me.
Code:
ConstraintInstance.AngularSwing1Motion = EAngularConstraintMotion::ACM_Free;
Comment