Unity-glTF-Exporter
Unity-glTF-Exporter copied to clipboard
Unity editor wizard that exports to glTF Format
Hi, I am working on the exporter to add animation support and I have some issues when it comes to skinning. I already posted on the [Unity Forum here](https://forum.unity3d.com/threads/unity-to-gltf-skinning.444730/) but...
Hey I made changes to the call types and variables. ``` .light to .GetComponent .camera to GetComponent etc. ``` I've never uploaded anything to Github before is this something you...
@HeavyD @lokeuei hey guys, got this repo going. Dave, Loke is going to help us get the glTF Unity exporter going again. You're both collaborators on this repo. First up,...
Refactor
I think it makes sense to bust this up into multiple files, assuming Unity doesn't have a restriction against doing that for wizards, plugins etc.