tparisi / Unity-glTF-Exporter

Unity editor wizard that exports to glTF Format
MIT License
51 stars 39 forks source link

unity 5 update #3

Open aidanwolf opened 7 years ago

aidanwolf commented 7 years ago

Hey I made changes to the call types and variables.

.light to .GetComponent<Light>
.camera to GetComponent<Camera>

etc.

I've never uploaded anything to Github before is this something you want?