Cardboard: How to get Head / Camera to inherit rotation from parent object?

I am porting my Oculus game to Cardboard, and have one final problem to solve:

The player is in a flying chair. The player moves through the world by gazing on specific objects. When moving, the chair orients to the direction of travel.

The Cardboard Head node is a child of the chair.

On the Oculus, the camera’s orientation is always relative to the chair.

But, on the Cardboard, it is not inheriting the rotation from the chair. For example, when the chair turns 90 degrees left, the player in the virtual world remains facing in the same direction as he is in the physical world. I need the player in the virtual world to always be aligned with the chair he’s flying on.

In other words, I need the Cardboard camera’s ‘Forward’ to always be relative to the chair’s ‘Forward’.

I’ve tried using a target object in the Cardboard Head object, but no luck.

I’d appreciate any advice, and will reply with results.

Thanks!

Solved! I put the top node of the chair in the ‘target’ slot on the Head script. I swear I tried this before, but apparently I imagined it… So, it’s working as intended now