Monday, April 20, 2026, 6:35 PM / 5 min read

SketchUp to Unity Problems: Missing Textures, Wrong Scale, Broken Faces

The common Unity import failures after a SketchUp handoff and the checks that usually fix scale, face orientation, or material problems.

Most SketchUp to Unity problems are not about getting a file into the editor once. They show up after import, when the model looks wrong, scales badly, or loses material fidelity.

Wrong Scale Usually Starts at Import Settings

Unity's SketchUp import settings include unit conversion, and the official importer docs call that out explicitly. If the first import comes in too large or too small, fix that before you build prefabs, lighting, or collisions on top of the asset.

Materials and Textures Need an Early Review

Unity can read materials from SketchUp, but not every SketchUp feature survives the trip. The importer docs also list unsupported elements, which is why a messy architectural file often looks incomplete when it lands in-engine.

Broken Faces Often Mean Backface Trouble

Thin surfaces and reversed faces are common in SketchUp-originated models. If the asset starts disappearing from certain camera angles, inspect face orientation before blaming Unity.

A Safer Recovery Path

  • Re-import after checking unit conversion.
  • Audit reversed faces and paper-thin geometry in the source.
  • Move to FBX if you need a more conventional engine handoff.
  • Use GLB when runtime preview and reuse matter more than editor-native import.

Source-backed note

Unity's SketchUp import settings documentation is the key reference here because it identifies both the import controls and the limitations that explain most bad first imports.

Sources and References

Official or primary references that support the guidance in this article.

Common Questions

Short answers to the most common follow-up questions on this workflow.

Why is the model the wrong size after import into Unity?
Unit conversion settings are a common cause. Check Unity's SketchUp import settings before changing the asset elsewhere.
Why do faces disappear in Unity?
Reversed faces, paper-thin geometry, or backface-related issues in the source model are common reasons.
What is the fallback if the direct import keeps looking wrong?
Try a cleaner interchange format such as FBX or GLB instead of forcing the direct SKP import path.
Get started

Try the converter routes next

The dedicated pages bring together upload, format selection, related routes, and FAQs.