v2.0
Rebrand to VRnyan, full support for OnAirTap (see release notes for 1.3a1 & 1.3a2 for details)
After upgrading, please delete VNyan_Liv.dll as you shouldn't run both versions at once. This remains backwards-compatible with the LIV camera plugin
V2.0-RC1 is now 2.0 final with no changes. If you installed RC1 there is no need to upgrade
Changes:
Added support for sending a bone position to OnAirTap, to use for dynamically adjusting the clip plane at runtime
New config settings:
"BoneClip": "Hips" - Name of the bone to use. See the Unity docs for valid values. This is case sensitive
"BoneClipDistanceAdjust": "-0.15" - This adds additional distance from the camera to the bone position, e.g. to allow for body size when tracking hip bone. Negative numbers = closer to camera
"BoneClipDistanceAdjust2DOnly": "True" - Probably enable if OnAirTap is using a vertical clip plane. Ignores the Y axis when calculating distance
New trigger:
_lum_vr_setbone - Allows setting BoneClip & Distance Adjust
Text1 - Name of bone to set - See the Unity docs for valid values. This is case sensitive
Text2 - Distance to the bone position to add
Previous _lum_liv_xxx triggers are now _lum_vr_xxx however the legacy liv variants will still work