Hi there. I'm not new to Godot, though I am new to the world of 3D and recently started learning Blender. I've gotten to a point where I've modeled a computer monitor that I'm attempting to import into Godot. In Windows 3D Viewer, the model looks perfect, but in Godot the texture appears warped. My first instinct is it's a UV unwrapping issue... but then why is the texture only looking strange when importing into Godot?
Some more context - I used a procedural shader that I had to separately bake the color, roughness, and normal textures. Then I fed those textures into a duplicate version of the object (into the Principled BSDF node in Blender) and exported that as .glb.
The first screenshot displays the output in Windows 3D viewer (the screenshot is low-res but upon zooming in the viewer, the imperfections in the material are clearly there); the other two screenshots display the preview in Godot.
Any help would be appreciated.