Releases: filipemeneses/unity-to-json
Releases · filipemeneses/unity-to-json
v1.2.0
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
1.1.0 (2023-09-08)
Features
- add unity project watcher (5d48a78), closes #3
Reverts
v1.0.1
1.0.1 (2023-09-07)
Performance Improvements
- reuse glb instead deleting (972c28d), closes #2
v1.0.0
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)