Skip to content

Commit

Permalink
Release 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mwfarb committed Dec 6, 2021
1 parent c2dbe55 commit 57f9caa
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

ARENA-unity notable changes. Started 2021-11-30 (version 0.0.1).

## [0.0.2] - 2021-12-06
### Added
- Allow `.glb` GLTF load.
- ARENA cameras added to displays.
- Consistent naming`GameObject.name` == `object_id`
- Allow renaming of ARENA objects.
- Option to prevent logging of non-persist objects.
- Package version check in Editor.
- Fixed Unity-side object publish.

## [0.0.1] - 2021-11-30
### Added
- M2MqttUnity for ARENA TLS auth.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "io.conix.arena.unity",
"version": "0.0.1",
"version": "0.0.2",
"displayName": "ARENA Library for Unity",
"description": "Enables control of ARENA assets through Unity.",
"unity": "2019.1",
Expand Down

0 comments on commit 57f9caa

Please sign in to comment.