fix: widen note lanes and clear warnings
This commit is contained in:
@@ -49,7 +49,7 @@ namespace VRSDK
|
||||
public HandPhysics(HistoryBuffer buffer)
|
||||
{
|
||||
historyBuffer = buffer;
|
||||
characterController = MonoBehaviour.FindObjectOfType<VR_CharacterController>();
|
||||
characterController = MonoBehaviour.FindFirstObjectByType<VR_CharacterController>();
|
||||
|
||||
trackingSpace = VR_Manager.instance.Player.TrackingSpace;
|
||||
|
||||
@@ -148,4 +148,3 @@ namespace VRSDK
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user