TolinSimpson / Kitbashery-deprecated-

Official repository for Kitbashery a desktop application for managing 3D kitbashing libraries. Made in Unity.
GNU General Public License v3.0
6 stars 1 forks source link

Combined Mesh has flipped normals after being saved (build mode) #6

Closed ghost closed 4 years ago

ghost commented 4 years ago

After saving a combined mesh to the library the mesh will have flipped normals after returning to build mode.

ghost commented 4 years ago

Meshes added the the kitbash in build mode are now copied in a way that creates new mesh instances rather than using the shared mesh of the original part. Creating a copy of the kitbash hierarchy led to the shared mesh being used which for some reason flipped the normals of combined meshes.