I'm trying to teleport a user that meets certain criteria to a specific location on my level. I'm using OVRPlayerController and have a container object for that controller. Whenever I move the container via container.transform.position, it moves the container but also randomly moves the OVRPlayerController inside of that container. How can I disable this behavior? The CameraRig from OpenVR works just fine with the same approach so it's only OVRPlayerController affected by this.