I'm seeing an issue with ship camera movement.
When moving your ship, at the beginning and end of a turn the camera is pulling in the opposite direction of ship movement, forcing the player camera to point away from the ships new direction. The unexpected spin added to the camera effectively slows the players camera sensitivity in the direction the ship is turning, potentially causing motion sickness.
Expected behavior:
Ship camera either doesn't rotate automatically when turning the ship (player controls as needed), or stays perfectly locked relative to ship.
Current behavior:
Ship camera pulls in the opposite direction of current ship turn.
In my case I'm needing to look away from the screen while turning the ship to avoid motion sickness.