1
$\begingroup$

I created a rough puzzle piece in blender so I can export a .fbx and then import into Unity to create a virtual reality puzzle but when I import it into unity there are pieces of the mesh missing but in blender everything is solid.

After I create my mesh what is the best way to make the entire mesh solid so that when I import it there aren't missing pieces. I've tried flipping the normals and smart UV unwrapping but it doesn't help much.

$\endgroup$
3
  • 3
    $\begingroup$ Hello and welcome. Please add some screenshots of the issue to have a visual representation of what the problem is. The more info, the better to help you $\endgroup$
    – Emir
    Commented May 17, 2021 at 1:33
  • $\begingroup$ I think this might be a culling issue. Try turning off culling in the object's shader in Unity (cull off), and if that still isn't working, try looking into what is the best frontface/backface culling setup in blender for export to Unity. $\endgroup$ Commented May 17, 2021 at 1:41
  • $\begingroup$ UV unwrapping does nothing to the geometry. It just influences how textures are mapped onto the geometry. Please do add screenshots PS don’t use Imgur, just embed them directly into the question $\endgroup$
    – TheLabCat
    Commented May 17, 2021 at 1:49

1 Answer 1

0
$\begingroup$

I selected one of the parts that were missing and chose Normals > Recalculate Outside and then chose Shade Flat and everything cleared up.

I will look into culling though I'll be making several puzzle pieces and the quickest solution is desired.puzzle piece in blender

$\endgroup$
1
  • $\begingroup$ The polygons might also need to be converted to triangles, as Unity is a game-engine. This can be done with the triangulate modifier. $\endgroup$
    – RPaladin
    Commented May 17, 2021 at 2:58

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .