Siccity / GLTFUtility

Simple GLTF importer for Unity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Only vertices but no triangles...

Weimmer opened this issue · comments

Hi, I installed the tool, and imported the gltf file, it shows no triangles.... only vertices…
Bildschirmfoto 2022-03-04 um 20 12 28

I had the same issue - works after I removed newtonsoft.json-for-unity.converters package from the project @eisenwu

commented

I had the same issue with everything imported except for the triangles. In my case it was the missing indices data in the gltf file. The import worked after adding them.

@Siccity Curious if there is any workaround for this issue? I can also verify from this comment that the missing primitive.indices.HasValue is the root cause.