I am building an app in Unity for Hololens 2. I have an cube in my scene. With App built using earlier version of Unity, the cube remains stationary relative to the surrounding.
Now I have moved my project from Unity version 2018.4.34.f1 to 2020.3.20.f1(on another desktop).
The scene in front of me remains intact as a function of head motion. If I move my head up, cube also moves up and so on. I would like the object to remain stationary in the scene.
I have installed the OpenXR plugin as well.
What could I be doing wrong ?