The creation of more complex solids (solids made with lots CSG operations like "Union", "Intersection", "Difference", similar to Boolean operations in 3dMax or CSG operations in other engines), may cause graphic bugs in Sandbox (mainly messed up UV mapping or geometry).
In the screenshot below: Solids used as basic as basic final structures (like platforms, walls, roofs, ceilings, etc.)
It is heavily recommended to replace those solids with cgf. models. However, splitting up the affected solids is a proper workaround for that issue:
UV Mapping for Solids
If complex solids are used as final assets – UV mapping has to be made! There are two ways to apply materials to solids:
1. By using assigning and using of specific MatID's (similar to cgf. asset creation)
How to set the material IDs of a solid:
How to apply a material to a solid:
2. By using solids with just one single material applied on, so you likely need e.g. for every wall, roof, floor/ceiling two blocks one for the interiors and one for the exterior side!