Skip to content

Releases: filipemeneses/unity-to-json

v1.2.0

09 Sep 13:47
Compare
Choose a tag to compare

1.2.0 (2023-09-09)

Features

  • revamp to only read and encode unity files to json (3f8cd03)

Performance Improvements

  • convert window path to unix standard (963ffad)

v1.1.0

08 Sep 00:53
Compare
Choose a tag to compare

1.1.0 (2023-09-08)

Features

  • add unity project watcher (5d48a78), closes #3

Reverts

v1.0.1

07 Sep 22:39
Compare
Choose a tag to compare

1.0.1 (2023-09-07)

Performance Improvements

  • reuse glb instead deleting (972c28d), closes #2

v1.0.0

07 Sep 19:24
Compare
Choose a tag to compare

1.0.0 (2023-09-07)

Features

  • add complex file read and parser (263f087)
  • add fbx to gltf function (6cb3d93)
  • add function to read and convert unity project (783aeef)
  • add unity scene interpreter (4f953bc)

Performance Improvements

  • add parseUnityFile method (9993524)