Skip to content

Mixed Reality OpenXR Plugin v1.7.0

Compare
Choose a tag to compare
@devdeeprc devdeeprc released this 16 Dec 01:32
· 29 commits to main since this release
af65b9f
  • Fixed compatibility with the 1.6.0 release of Unity's OpenXR plugin.
  • Fixed bugs where Unity application crashes due to unhandled exceptions in MR plugin.
  • Fixed a bug that the Unity MR plugin was not properly cleaned up due to unbalanced module ref count.
  • Added new API AppRemoting.StartConnectingToPlayer for connect mode app remoting. It replaces the deprecated AppRemoting.Connect.
  • Added new API AppRemoting.StartListeningForPlayer for listen mode app remoting. It replaces the deprecated AppRemoting.Listen.
  • Added new API AppRemoting.StopListening to stop listening on the remote app for incoming connections.
  • Added new API AppRemoting.IsReadyToStart to indicate when app remoting is ready to be started.
  • Added new APIs for secure mode app remoting connections, e.g. AppRemoting.SecureRemotingConnectConfiguration and AppRemoting.SecureRemotingListenConfiguration
  • Added new events AppRemoting.Connected, AppRemoting.Disconnecting, and AppRemoting.ReadyToStart in addition to existing AppRemoting.TryGetConnectionState function.