Skip to content

Releases: arenaxr/arena-unity

v0.9.0

07 Mar 17:44
5d01b58
Compare
Choose a tag to compare

0.9.0 (2023-03-07)

Features

  • line/thickline: support object type, also LineRenderer to (07d832f)
  • mqtt: add publish frequency override values per object/camera (#66) (370ebac)
  • thickline: support prescreened lineWidthStyler algorithms (f156394)

Bug Fixes

  • laser: add program choice to use laser line or thickline (0b71b8a)
  • material: improved opacity irregularity in rendering (1f02a4b)
  • material: use Fade mode for opacity<1 trans==true (d104a39)
  • mqtt: fixed timestamp format (aec6434)
  • mqtt: fixed UTC Zulu timestamp (0ee16fe)

v0.8.0

02 Mar 21:10
a4d8da1
Compare
Choose a tag to compare

0.8.0 (2023-03-02)

Features

  • click-listener: added ArenaClickListener component, added LaserPointer example (#64) (b06bd8c)
  • json: add several json-serializable component classes (#62) (632121b)
  • scene: preserve ArenaClientScene name during runtime (57cfdf5)

Bug Fixes

  • add deserialization failure check (12a2872)
  • animation-mixer: fixed repetitions default (e7a412f)
  • animation-mixer: handle null property without crashing (906f4b9)
  • animation-mixer: pub wire msg on edit, fix loop control, require clip (e1bf687)
  • click-listener: convert OnEventCallback to pass full msg json as string (9879ce4)
  • click-listener: fixed gltf model collision mesh (917d597)
  • click-listener: simplify primitive mesh colliders as convex (2439ab4)
  • click-listener: update collision mesh when mesh changes (a2da15a)
  • events/persist: fixed events publish topic and id, added persist complete event (363c198)
  • fixed runtime crash while checking permissions (3a80c97)
  • mesh: fixed arena defaults for several geometries (3bb06f2)
  • mqtt: always process locally generated messages (9266cf7)

v0.7.1

16 Feb 18:45
07b8ebc
Compare
Choose a tag to compare

0.7.1 (2023-02-16)

Bug Fixes

  • animation-mixer: avoid AssetDatabase for standalone builds (8dd27e0)
  • animation-mixer: load clip list at gltf file read (e0b840d)
  • hand: fixed dealyed load of controller models (e3fc715)

v0.7.0

15 Feb 05:09
7355f2c
Compare
Choose a tag to compare

0.7.0 (2023-02-15)

Features

  • animation-mixer: support animation-mixer, test new json parser (#59) (09cc529)
  • samples: add "headless" build option (#56) (b11b1aa)

Bug Fixes

  • avatar: simplified automated naming of exported cameras (3ec7676)
  • object: handle poorly formatted model/image content (9719723)

v0.6.3

28 Jan 01:18
902f77d
Compare
Choose a tag to compare

0.6.3 (2023-01-28)

Bug Fixes

  • object: alway convert rotation to quaternions for wire. Closes #54. (0dad548)

v0.6.2

26 Jan 15:11
ca5135c
Compare
Choose a tag to compare

0.6.2 (2023-01-26)

Bug Fixes

  • hand: apply proper transforms for hands the same as all gltf (8a558ae)
  • hand: locally remove matching hands when camera is deleted (beff3f3)
  • hand: Use new a-frame hand model urls. Closes #51. (7318d34)

v0.6.1

24 Jan 20:44
8ec7515
Compare
Choose a tag to compare
  • update code and shadergraphs of GLTFUtility to support rendering in URP/HDRP
  • dont create game object or download assets for objects that already exist in unity scene and bug fixes for hdrp/urp

v0.6.0

21 Nov 20:54
729dba4
Compare
Choose a tag to compare

0.6.0 (2022-11-21)

Features

  • mqtt: define all messages callback (6b6c1d0)

v0.5.1

10 Nov 19:26
9858e29
Compare
Choose a tag to compare

0.5.1 (2022-11-10)

Bug Fixes

  • update: allow update manager to handle leading v in version tag (45b92af)

v0.5.0

02 Nov 21:22
f49f51c
Compare
Choose a tag to compare

0.5.0 (2022-11-01)

Features

  • auth: add auth state to hierarchy window (#47) (834574f)
  • auth: show object perms in console and inspector (f2d5a52)
  • avatar: render hands from remote immersive vr (#48) (11aeb7c)
  • text: support unity text objects port to arena (b9673da)

Bug Fixes

  • auth: corrected namespace conflict (d7603b9)
  • auth: fix object perms in console during building (2ed1b4e)
  • import: fixed random progress meters hanging around (0eb602a)
  • mqtt: updated publish rate to 10 Hz for transform changes (5912fd6)
  • object: fix serialization create flag to allow object copy (958f84c)
  • protect against bad formatted assets (b2e8e32)
  • updated missing package version number v0.4.1 (6d02f93)