Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

I have tried without overwriting it, but still no luck

(1 edit)

If you can, you could send some of the files over (like the blend, fbx, gltf, and so on) so I can try to see what the problem is, any method is fine if it's not overcomplicated, I'll look at it later when I've got some time

While I haven't found the exact cause of it, I looked at the file and noticed that the GLTF file is exporting the vertices for every face that needs to be connected and as such the vertex count is going up a lot while the FBX just has the vertices connected normally,if you import the meshes and then select a face and move them and compare how it is for the two models you will understand what I mean

Fixed it by turning off normals when exporting because normals split vertices.

That sounds good, if there's any more bugs with some models with the app let me know, although I will start working on 1.2 soon but I can release patches anyways