Siccity / GLTFUtility

Simple GLTF importer for Unity
MIT License
1.02k stars 218 forks source link

Only vertices but no triangles... #192

Open Weimmer opened 2 years ago

Weimmer commented 2 years ago

Hi, I installed the tool, and imported the gltf file, it shows no triangles.... only vertices…

Bildschirmfoto 2022-03-04 um 20 12 28
seeyam-q commented 2 years ago

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

Greakz commented 1 year ago

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.

JayHuangYC commented 1 year ago

@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.