OSVR / OSVR-Unity

Package for authoring OSVR experiences with Unity.
Apache License 2.0
98 stars 38 forks source link

Unity Editor GUI for launching OSVR Utilities #170

Closed DuFF14 closed 8 years ago

DuFF14 commented 8 years ago

v0.1 Adds an in-editor gui for launching OSVR Utilities and links to docs. Works on Windows. Implementation inspired by @RedIronLabs https://github.com/RedIronLabs/OSVR-Unity-Editor---Server-Launcher

DuFF14 commented 8 years ago

image

DuFF14 commented 8 years ago

Found a bug where config file isn't saved because the script reloads and reverts to what it is initially defined as (osvr_server_config.json). To reproduce, select a different config file and "save & launch", then press Play -- the config file name reverts. Also happens with server directory. Seems like the script is reloading without calling Init() or ShowWindow().

Also, should change PlayerPrefs to EditorPrefs. And save entire config path, not just filename.

DuFF14 commented 8 years ago

Fixed those issues above and added a logo: image