Hello there! I am working on a game based inside of a computer and modeled a basic version of a usb port using cubes and bezier curves. They look like this inside of blender:
The backfaces are missing, because the standard shaders in Unity have Backface Culling activated. Either use a two-sided shader or create the backfaces of the model in Blender.