microsoft / MixedRealityCompanionKit

This is a MixedRealityToolkit style repository for code bits and components that may not run directly on Microsoft HoloLens or immersive headsets but instead pair with them to build experiences.
MIT License
595 stars 288 forks source link

Add support for application settings and session files #133

Closed david-c-kline closed 7 years ago

david-c-kline commented 7 years ago

This change adds Application settings to: Set heartbeat interval Allow auto-session reconnection This also adds support for saving and loading device session files. Closes #108. Closes #127.

david-c-kline commented 7 years ago

Added device rename support as well. Closes #110 Closes #126 Closes #130 Closes #131