Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.26 KB

release-notes.md

File metadata and controls

36 lines (26 loc) · 1.26 KB

Release Notes

Version 2022.0.3

What's Changed

SDK User Features

  • Audio mixer interface. by @namark in #16
  • Documentation fixes and improvements. by @namark in #17
  • Improved the design of the HTML documentation. by @namark in #18

SDK Developer Features

  • Improved the Makefile rules for generating documentaiton. by @namark in #19

SDK Developer Bugfixes

  • Fixed Unity project path not being specified in Makefile rules. by @namark in #20

Full Changelog: https://github.com/vircadia/vircadia-unity-sdk/compare/2022.0.2...2022.0.3

Version 2022.0.2

Features

  • Avatar mixer interface.

Developer Features

  • Example project settings for Android.
  • Configuration for automatic GitHub release notes.

Version 2022.0.1

Features

  • Domain Server connection and node enumeration.
  • Sending and receiving messages using the message mixer.
  • A simple example script.

Developer Features

  • Project setup as an embedded UPM package.
  • A Makefile to support automation and UPM package creation.