diff --git a/poco/drivers/unity3d/unity3d_poco.py b/poco/drivers/unity3d/unity3d_poco.py index 02db073e..f5a535c0 100644 --- a/poco/drivers/unity3d/unity3d_poco.py +++ b/poco/drivers/unity3d/unity3d_poco.py @@ -18,7 +18,7 @@ def __init__(self, client): self.client = client self.support_vr = False try: - self.support_vr = self.client.call("isVrSupported") + self.support_vr = self.client.call("isVRSupported") except InvalidOperationException: raise InvalidOperationException('VR not supported')