Releases: arenaxr/arena-unity
Releases · arenaxr/arena-unity
v1.0.0
1.0.0 (2024-11-07)
⚠ BREAKING CHANGES
- Refactored topic structure for more granular flow and access (#107)
Features
- Refactored topic structure for more granular flow and access (#107) (16ff39f)
Bug Fixes
- json: prevent user editing of deprecated fields (022b3cb)
- mqtt: require userClient in topic for all scene messages (#109) (e716434)
v0.14.0
0.14.0 (2024-08-09)
Features
- scene-options: load navMesh model in scene (7e8182a)
Bug Fixes
- auth: suggest creating account for 401/403 http responses (5bc564f)
v0.13.0
0.13.0 (2024-06-12)
Features
- scene: allow injest of non-mqtt scene messages (0614860)
Bug Fixes
- scene: change message callback to use topic+message (3f09bd3)
v0.12.5
0.12.5 (2024-05-01)
Bug Fixes
- gltf: correctly animate animation-mixer clips on play (dd2e0c7)
- gltf: ensure gltfs load with unique scene root object (0befaa4)
- gltf: force local gltf file load, restore animations (495359c)
- gltf: load downloaded gltf asset file manually (edf21ab)
v0.12.4
0.12.4 (2024-04-22)
Bug Fixes
- auth: add error check for possible malformed file store token (cf1c893)
- auth: replace Jwt lib with direct token deserialization (fedad99)
- filestore: move fs login to just-in-time at export (c2a8cb2)
- gltf: fixed build failure for non-editor builds (f2b4f70)
- ios: restore requires ios link lbs for m2mqtt (47de58f)
- update draco decompression to 5.1.2 with vOS support (60fee51)
v0.12.3
0.12.3 (2024-04-04)
Bug Fixes
- auth: do not attempt filestore auth for anonymous (41c8223)
v0.12.2
0.12.2 (2024-03-01)
Bug Fixes
- gltf: allow ktx/meshopt decompression (adf201f)
v0.12.1
0.12.1 (2024-02-29)
Bug Fixes
- adding GLTF advanced export settings interface (#93) (ade17bb)
- only require glTFExport shaders in editor (ea4da89)
- preempt user with Import TMP Essentials at load (3f3c36d)
v0.12.0
0.12.0 (2024-02-21)
Features
- gltf: add glTFast library, allowing export of Unity models as GLTF to filestore (#89) (14748d7)
- hands: allow hands rendering to be diabled (cf3f3da)
Bug Fixes
- add reverse gltf export rotation (073c44f)
- check scene pemissions for menu options (c1e3dbf)
- gltf: add logging of gltf export upload status (8d1c343)
- simplify and always close download progress bar (1865bc4)
- use protected json storage for user state (ff413e3)
v0.11.1
0.11.1 (2023-11-03)
Bug Fixes
- auth: fixed failed Signout command (6b13ced)
- light: disable Light component from visible/remote-render (1df5030)