I guys, I am working on a project that is running into a few snags. Hopefully some of you can help me out with your wisdom that you have acquired over the years.
So what am I trying to do?
I have a human character that I have modeled that I want to bring into Unity and apply to our game. The way the Coders have set it up they need 1st and 3rd person and while doing 1st person they need to remove the head or make that specific part of the character invisible for the players view (multiplayer game) because the camera sits where the head is… Everyone else will see the full model. The problem we are having seems to be with the seem created on the character around the neck where we split the model up. This is clearly a Normals issue when it comes to the model. If I import the fbx into maya I can easily hit average normals and the two parts look seamless. However when I export that model again it has the same issue as before. I do not know why I am getting this issue. Even when working inside of Substance painter for the texturing I do not have any seams visible on the model and it looks fine.
I have seen how artists set up Characters and they always have the body on one texture map and the face on another map. I had suggested using UV sets for this and keeping the body welded together however the Coders have told me that you can not work with UV sets inside of Unity to apply multiple shaders to one model.
In Close I have a model that I made with basically two UV sets the body and the head. When I exported the model into Unity around the neck there is a very serious normals seam. Ill be honest Im a bit turned around on this and havent found a way to resolve it.