Skip to content

Commit a54da1b

Browse files
committed
Merge pull request #48 from OSVR/updateReadmeChanges
Update readme, changes
2 parents e7ad2a0 + 8c6f3be commit a54da1b

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

OSVR-Unity/CHANGES.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
This is an abbreviated changelog for the OSVR Unity Plugin.
44

55
Use git for a full changelog.
6-
##Recent Changes (updated 31-March-2015)
6+
##Recent Changes (updated 31-May-2015)
7+
##Displays Folder removed v0.1.78-ge7ad2a0 (31-May-2015)
8+
- Unity developers no longer need to assign a JSON display descriptor in the Unity editor. The OSVR server sends the display descriptor to Unity, so switching HMDs requires changing the server config file to use a different display, not recompiling your Unity project.
9+
710
##DLL Search Path v0.1-69-gb80966b (31-March-2015)
811
- The built executable will now find the plugins it needs in the _Data folder. Previously, the executable had to be in the same directory with Assets/Plugins. That is no longer necessary.
912

OSVR-Unity/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
22

33
> _This is an Alpha Release, and probably not entirely idiomatic for Unity. Check back for updates often._
44
5+
## Documentation
6+
For links to details, documentation, and support, visit the repository on github: https://github.com/OSVR/OSVR-Unity#readme
7+
58
## Known Issues
69
This list only includes Unity-specific issues that have a substantial impact on the development experience. For a full list of issues, see the [GitHub issue tracker](https://github.com/sensics/OSVR-Unity/issues)
710

811
- Unity 4 Free version will not use distortion as this is a Pro-only feature. You will get a warning that you can ignore and continue to use OSVR without distortion. OSVR plugins will still work with Unity 4 Free. If you get a License Error in Unity 4 Free, try moving all files from Plugins/x86 to Plugins/.
912
- Unity 5 OSVR developers should use the 32-bit version of the Unity 5 editor for now. Support for 64-bit Unity 5 is coming soon. ([GitHub issue](https://github.com/OSVR/OSVR-Unity/issues/19))
1013
- Stereo will not work unless you load a display `.json` file manually into the display prefab. A number of these are bundled with the plugin: drag and drop the appropriate one into the slot in the Inspector.
11-
- Display configuration is not always falling back to data from OSVR. ([GitHub issue](https://github.com/OSVR/OSVR-Unity/issues/2))
1214

1315
## Basic Principles and Files
1416
On a machine where you're running an OSVR-Unity application, you need to run an OSVR server, part of the OSVR-Core builds. For convenience, a 32-bit OSVR Server install is bundled in the OSVR-Unity snapshot archives. [Contact us](mailto:support@osvr.org) if you need help.

0 commit comments

Comments
 (0)