File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44using System . Runtime . InteropServices ;
55using System . Text ;
66
7- #if UNITY_STANDALONE
7+ #if UNITY_STANDALONE && ! XRINPUT_DISABLE_STEAMVR
88using Valve . VR ;
99#endif
1010
1111namespace VRstudios . API
1212{
13- #if UNITY_STANDALONE
13+ #if UNITY_STANDALONE && ! XRINPUT_DISABLE_STEAMVR
1414 public sealed class OpenVR_Legacy : XRInputAPI
1515 {
1616 private CVRSystem system ;
Original file line number Diff line number Diff line change 22using System . Runtime . InteropServices ;
33using System . IO ;
44
5- #if UNITY_STANDALONE
5+ #if UNITY_STANDALONE && ! XRINPUT_DISABLE_STEAMVR
66using Valve . VR ;
77#endif
88
99namespace VRstudios . API
1010{
11- #if UNITY_STANDALONE
11+ #if UNITY_STANDALONE && ! XRINPUT_DISABLE_STEAMVR
1212 public sealed class OpenVR_New : XRInputAPI
1313 {
1414 private CVRSystem system ;
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ private IEnumerator Start()
6161 singleton = this ;
6262
6363 // print version
64- Debug . Log ( "XRInput version: 1.0.10 " ) ;
64+ Debug . Log ( "XRInput version: 1.0.11 " ) ;
6565
6666 // wait for XR loader
6767 while ( loader == null || ! XRSettings . enabled )
Original file line number Diff line number Diff line change 1- m_EditorVersion: 2020.3.15f2
2- m_EditorVersionWithRevision: 2020.3.15f2 (6cf78cb77498 )
1+ m_EditorVersion: 2020.3.16f1
2+ m_EditorVersionWithRevision: 2020.3.16f1 (049d6eca3c44 )
You can’t perform that action at this time.
0 commit comments