VR Video from Unity

Hi all,

I’ve been working on some VR project in Unity for a while, and I was able to get my 3D model into VR environment and use HTC Vive to walk through the scene (all the items are static, no fancy animations).

But now I have a question: is it possible to export the whole walk-through as a video? something like this Unity sample: https://www.assetstore.unity3d.com/en/#!/content/49377 ?

All I need is to control the movement of the camera, and then export as a standalone 3D stereoscopic video that I can view using HTC Vive.

Feel like pretty straightforward to me, but I couldn’t find any useful information. Any help is appreciated.

Thanks!
Xin

If you prefer an automated workflow with less hassle. I would invest in the following scripts.

For stereo or monoscopic videos in Unity.

For the path-animation.

However, stereoscopic is pretty tricky to set up if you don’t know what you are doing.
The IPD distance will be off at first try, took me long time to get it right.