Fix missing GetSensorComponent when UnityXR is disabled
This commit is contained in:
parent
998683a881
commit
219f2f987c
@ -247,7 +247,11 @@ namespace Passer.Humanoid {
|
||||
#endregion
|
||||
|
||||
#endregion
|
||||
|
||||
#else
|
||||
public override SensorComponent GetSensorComponent() => null;
|
||||
#endif
|
||||
|
||||
}
|
||||
|
||||
}
|
@ -145,6 +145,8 @@ namespace Passer.Humanoid {
|
||||
}
|
||||
|
||||
#endregion
|
||||
#else
|
||||
public override SensorComponent GetSensorComponent() => null;
|
||||
#endif
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user