Skip to content

Releases: arenaxr/arena-unity

v1.1.0

02 Dec 21:21
c330998
Compare
Choose a tag to compare

1.1.0 (2024-12-02)

Features

  • mqtt: Allow sending private object/user messages (bb16f82)

v1.0.3

18 Nov 22:03
56d97f0
Compare
Choose a tag to compare

1.0.3 (2024-11-18)

Bug Fixes

  • auth: add username ui, env perms request (e1bb27d)
  • auth: only auto-detect renderfusion in editor (f5737ea)

v1.0.2

18 Nov 15:13
6142103
Compare
Choose a tag to compare

1.0.2 (2024-11-15)

Bug Fixes

  • auth: add requirement renderfusion perms when package manager installed (#111) (688c901)

v1.0.1

14 Nov 15:43
cd6927b
Compare
Choose a tag to compare

1.0.1 (2024-11-13)

Bug Fixes

  • fix crash when main camera is undefined (3aa7cb5)
  • update flexibilty of user id parsing from auth (95a0f3e)

v1.0.0

08 Nov 17:14
03f9960
Compare
Choose a tag to compare

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

13 Aug 21:20
c84ed76
Compare
Choose a tag to compare

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

22 Jun 16:40
9c7113f
Compare
Choose a tag to compare

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

02 May 14:13
c44610b
Compare
Choose a tag to compare

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

22 Apr 18:30
0850d9e
Compare
Choose a tag to compare

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

04 Apr 21:38
11afc5e
Compare
Choose a tag to compare

0.12.3 (2024-04-04)

Bug Fixes

  • auth: do not attempt filestore auth for anonymous (41c8223)