- Home /
How can I combine UV's with the Combine Children?
Ok, so I want to make a map use only one texture, so if I build a map and use Texture2D.PackTextures with each of the mainTextures of the Children it generates the textures well, but I want to combine the mesh also and use that texture with the mesh, can I just apply it and everything will work correctly? I need to combine the UVs for that packed texture to work with the combine mesh?
Comment
$$anonymous$$esh.Combine$$anonymous$$eshes() Dose it works?