Skip to content

Commit

Permalink
feat: add generator name
Browse files Browse the repository at this point in the history
  • Loading branch information
hybridherbst committed Dec 29, 2021
1 parent 603ae02 commit e7cc317
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,8 @@ public GLTFSceneExporter(Transform[] rootTransforms, ExportOptions options)
Animations = new List<GLTFAnimation>(),
Asset = new Asset
{
Version = "2.0"
Version = "2.0",
Generator = "UnityGLTF (prefrontal cortex' fork)"
},
Buffers = new List<GLTFBuffer>(),
BufferViews = new List<BufferView>(),
Expand Down

0 comments on commit e7cc317

Please sign in to comment.