sketchfab / Unity-glTF-Exporter

Unity editor wizard that exports to glTF Format
MIT License
117 stars 14 forks source link

Support more Unity shaders #7

Open AurL opened 7 years ago

AurL commented 7 years ago

The exporter currently supports Standard (metal) and Standard (Specular setup), but it could also support other shaders.

The property naming is almost consistent between them, so the exporter should support them as much as possible.

Nice remark from @essimoon, Additive materials could also be supported. Sketchfab could parse them and automatically set materials to additive

sonygod commented 7 years ago

sounds great , because unity standard shader have lots of limit to use, such like occlusion could not assigned for Uv2...and so on you mean support custom shader or something else?