Skip to content
Discussion options

You must be logged in to vote

Hi, there is nothing wrong or unexpected here... "exporting" isn't the same as "saving" and you shouldn't expect that what you export (or re-import) will be the same as what you started with. Changes do happen on export that are necessary simply because 3D software and game engines treat the data differently, some changes are well known (eg game engines require triangle meshes, so I triangulate on export) but other changes are less obvious.

For example:
A simple plane in Blender, already triangulated. On the right you can see it's UVs, which are split in half.
How many vertices are there? 4
How many UVs are there? 6
In Blender the top-left and bottom-right vertices each have one position,…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ross-g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants