Siccity / GLTFUtility

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

Tinkercad GLB model import issue #50

Closed EtherealPtr closed 4 years ago

EtherealPtr commented 4 years ago

I imported a colored glb model at runtime but the colors didn't display. I created the model online using Tinkercad. Imported it under the Lightweight Render Pipeline within Unity. The colors seem to work if I remove the Lightweight Render Pipeline script in the graphics settings. To replicate:

Siccity commented 4 years ago

I don't have any experience with LRP. Is your model using vertex colors? It may be that my shaders, which incorporate vertex color tint, don't work in LRP.