KellanHiggins / AsciiFBXExporterForUnity

A tool to export any Unity GameObject into a FBX ASCII format
Other
806 stars 165 forks source link

Error when MeshFilter with no mesh assigned #26

Closed MattOstgard closed 6 years ago

MattOstgard commented 7 years ago

MeshFilter.sharedMesh should be null checked

KellanHiggins commented 6 years ago

Included this into my branch. Didn't do a pull, just an old copy and paste. Hope that is okay :).