Import from Blender inverts x axis position coordinates

I have a collection of objects (basically a Blender scene with multiple meshes) that am importing to Unity.

For simplicity, I have some stuff on the left (negative x) and some other stuff on the right (positive x). However, after exporting as .fbx to Unity, a positive coordinate, say 1.7, becomes -1.7

How do I fix this?