GLTFUtility icon indicating copy to clipboard operation
GLTFUtility copied to clipboard

Only vertices but no triangles...

Open Weimmer opened this issue 2 years ago • 3 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

Weimmer avatar Mar 04 '22 19:03 Weimmer

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

seeyam-q avatar Mar 23 '22 00:03 seeyam-q

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.

Greakz avatar Jan 08 '23 01:01 Greakz

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

JayHuangYC avatar Aug 21 '23 17:08 JayHuangYC