You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on github.com and signed with GitHub’s verified signature.
The key has expired.
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.