Skip to content

Commit 429546f

Browse files
committed
Update changes and readme.
1 parent f4d3c44 commit 429546f

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

OSVR-Unity/CHANGES.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@
33
This is an abbreviated changelog for the OSVR Unity Plugin.
44

55
Use git for a full changelog.
6-
##Recent Changes (updated 31-May-2015)
6+
##Recent Changes (updated 30-June-2015)
7+
8+
##Update/rename of Managed-OSVR assembly v0.1-94-gf4d3c44
9+
- The Unity plugin now uses the external Managed-OSVR project and assembly, providing improved reliability, development progress, and 64-bit support.
10+
- Projects upgrading to the new version should remove all copies of `ClientKit.dll` from their `Assets` (including subdirectories) before importing the updated package, as the file has been renamed to `OSVR.ClientKit.dll` to match .NET conventions.
11+
712
##Displays Folder removed v0.1.78-ge7ad2a0 (31-May-2015)
813
- 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.
914

OSVR-Unity/README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,12 @@ For links to details, documentation, and support, visit the repository on github
88
## Known Issues
99
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)
1010

11-
- 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/.
12-
- 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))
13-
- 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+
- 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.
1412

1513
## Basic Principles and Files
1614
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:[email protected]) if you need help.
1715

18-
The `OSVR-Unity.unitypackage` package should contain the x86 binary plugins, the compiled Managed-OSVR wrapper, the OSVRUnity scripts (in the `Assets` directory), and a directory of prefabs. Import this package into your project.
16+
The `OSVR-Unity.unitypackage` package should contain the x86 and x86_64 binary plugins, the compiled Managed-OSVR wrapper, the OSVRUnity scripts (in the `Assets` directory), and a directory of prefabs. Import this package into your project.
1917

2018
There is also a few sample/demo applications included, ranging from fairly sparse environments also used for development of the code/prefabs, to a high-detail demo.
2119

0 commit comments

Comments
 (0)