Skip to content

Commit 046c709

Browse files
committed
Merge pull request #31 from DuFF14/Distortion
Updated recent changes text.
2 parents 8cec90a + 209329b commit 046c709

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

OSVR-Unity/CHANGES.md

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

55
Use git for a full changelog.
6-
76
##Recent Changes (updated 18-March-2015)
7+
##Distortion (20-March-2015)
8+
- Unity 4 Free limitations. The new distortion shader will not work with Unity 4 Free version. It will work with Unity 4 Pro or Unity 5. If you are using Unity 4 Free, everything will still work but there won't be any distortion. This is due to the distortion shader using a render to texture pass.
9+
- Fixed Timestep was changed from 0.2 to 0.01667. This is how often FixedUpdate() gets called. The change should result in a more comfortable VR experience, but make sure it doesn't break any physics in your game.
10+
- Changed the default quality settings. Turned on 4x AA and disabled shadows.
11+
12+
##Unity 5 Update (updated 18-March-2015)
813
- Refactored VRHead.cs and VREye.cs to be Unity 5-friendly (mostly instances of "camera" that needed to become GetComponent<Camera>()). Upgrading from Unity 4 to Unity 5 should be seamless.
914
- VRDisplayTracked.prefab has been updated to use the json descriptor file for the HDK by default. If you are using another HMD, be sure to set the corresponding json file on the VRDisplayTracked prefab's DisplayInterface script.
1015
- Fixed issue with stereo overlap and roll for HMDs with multiple video inputs.

0 commit comments

Comments
 (0)