atteneder / glTFast

Efficient glTF 3D import / export package for Unity
Other
1.24k stars 251 forks source link

Investigate in SerializeReference as replacement for FakeSchema #118

Closed atteneder closed 3 years ago

atteneder commented 3 years ago

Using SerializeReference instead of a second JSON parse with the FakeSchema might speed up parsing.

atteneder commented 3 years ago

Unfortunately this proved not to work.