Opening a steamVR game in unityVr

Is it possible to open a steam game through unity or attach a data recording script to a steam game? I am trying to record the position data from the HTC Vive and would like to implement a game for the user to play as I record this data. Is this possible? I don’t want to change the game in any way, it is simply to read the position data from the controllers.

Open a published/compiled game on steam? No.

I thought that’d be the case. Thanks.

Is there any other way to consecutively run the game while being able to record the position data from the vive?

You don’t need Unity for that. This post demonstrates that you can indeed get the data without even needing the full setup. Just run both that script and your game and you should be set.

Disclaimer : I don’t own a Vive so I haven’t tested this. But in theory it should work.

Have spent a lot of time focusing on Unity so didnt think about not using it. I’ll look into it more. Thanks for that :slight_smile: