Open Weimmer opened 2 years ago
I had the same issue - works after I removed newtonsoft.json-for-unity.converters
package from the project @eisenWu
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.
Hi, I installed the tool, and imported the gltf file, it shows no triangles.... only vertices…