That probably is best, but if you don’t want to then add a script to your ‘eagle’ and in Update() or LateUpdate() add: transform.position = Camera.main.transform.position.
(or perhaps Camera.main.transform.parent.position since Main Camera cannot be moved directly in VR)