Import Problem with 3D Coat Mesh

Hi

I am using 3D Coat since almost 2 Years now, so I have quite some experience with it by now. I used it with another engine last year without having import problems, but since I switched back to Unity (for other reasons) this year, I have more and more import problems with my meshes.
The way I use it normally is sculpt in voxels > Retopo > Pixel Paint > Export to obj > Import to unity

Most of them are connected to two Problems:

  1. Smooth shading generating weird shading for long thin polygons in case these polys are not 100% flat (which happens often during retopo)
  2. Smoothing Groups and the “calculate normals” creating ugly, visible seams along the edges (which does not happen with imported blender meshes as they don’t need the smoothing groups —> most probably thanks to the edge split)

Now, most of the time I could solve the problem by a) using the smoothing groups / calculating the normals in unity, which made the weird smooth shading issue go away with a mesh I imported some months ago… but then the weird seam issue popped up, which I guess is just the normal way smoothing groups works (I guess the edge split IS superiour, at least for use with Unity, only less performant?)

Today I tried to fix a problem with another of my 3D Coat meshes where the normal map was baked wrong, by using additional polygons for some small details to help the normal map.

The same old weird smooth shading issue pooped up again, this time I could not fix it however.

I tried changing the UV seams, using smoothing groups or not in 3D Coat and on the Unity Import, tried obj, dae and fbx filetypes… I even thought that the triangulation on import might be the issue and did that once in the retopo room in 3D Coat. no luck!
See below for images about the problem:

1396339--72191--$3dcoat_problem_voxel.png
This is the original Voxel sculpt

1396339--72192--$3dcoat_problem_retopo.png
the retopo mesh

1396339--72193--$3dcoat_problem_paint.png
how it looks in the paint room (no problems with the shading visible)

1396339--72194--$3dcoat_problem_unity.png
And Finally after import into unity. One of the shading errors is marked in Red.

Now I am aware that I might reduce the errors by throwing additional polygons at my mesh and changing the UV mapping (there are also ugly seams all over the mesh, which I can’t 100% map to the way the UV is layed out as similar problems are unknown to me with Blender Meshes)…

But before I do that I wanted to get some people with more expierience to look at the problem… maybe someone has seen something like this before and can tell me exactly why this happens? Or why I don’t see similar problems in 3D Coat?

I guess it has to do with the Blender import and the way it triangulates the file… it must treat it somehow different than blender files. But as I’m more of a programmer than a 3D Artist, I don’t exactly know :slight_smile:

Maybe someone that uses 3D Coat for sculpting, and imports this sculpts to Unity could lay out their pipeline and workflow so I can check if I do something stupid somewhere along the way?

Thanks in advance for any help!

Gian-Reto

EDIT:

I tried sculpting another object to see if its just a problem with the other object… but upon import to Unity, the same ugly artefacts are there again.

1396339--72551--$3d_coat_problem_again.png

If noĂ´ne has any idea what is going wrong, I fear I will not be able to use 3D coat for sculpting anymore. This program has become a big waste of time!

I was able to solve the problem.

Actually, it was just the normal map green channel that was the wrong way around. Inverting the channel in PS did the trick, all the artefacts are gone now after import to unity.

1 Like

Actually, 3D Coat has added a neat little function in the newest releases that makes this tweak unecessary.

Just select “Unity” as Normalmap Software Preset when merging to paint room, and the normal map Green channel will automatically be flipped on export.

Of course that means you need to flip it back if you re-import to 3D Coat, but it will nicely import to Unity without any tweaks in PS or Gimp