Further removal of old VRTK stuff

This commit is contained in:
Pascal Serrarens 2022-06-30 15:17:43 +02:00
parent cb6f90da98
commit 13a43aa1e5
4 changed files with 0 additions and 18 deletions

View File

@ -10,7 +10,6 @@ namespace Passer.Humanoid {
public bool viveTrackerSupport = false;
public bool oculusSupport = true;
public bool windowsMRSupport = true;
public bool vrtkSupport = true;
public bool neuronSupport;
public bool hi5Support;
public bool realsenseSupport;

View File

@ -1106,9 +1106,6 @@ namespace Passer.Humanoid {
#if hWAVEVR
waveVR,
#endif
#if hVRTK
vrtk,
#endif
#if hNEURON
neuronTracker,
#endif

View File

@ -284,10 +284,6 @@ namespace Passer.Humanoid {
viveTracker,
#endif
#endif
#if hVRTK
vrtk,
#endif
#if hREALSENSE
//realsenseHand,
#endif
@ -1306,14 +1302,7 @@ namespace Passer.Humanoid {
//fingers.CalculateFingerRetargeting();
CheckColliders();
#if hVRTK
// VRTK is not compatible with touch interaction
// because it uses its own EventSystem
// which will be destroyed by humanoid control
if (touchInteraction && !(humanoid.vrtk.enabled && vrtk.enabled))
#else
if (touchInteraction)
#endif
StartInteraction();

View File

@ -223,9 +223,6 @@ namespace Passer.Humanoid {
unityXR,
#endif
#if hVRTK
vrtk,
#endif
#if hKINECT1
kinect1,
#endif