Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
tnbeatty's avatar
tnbeatty
Honored Guest
12 years ago

Testing without input hardware

I am currently building VR worlds using Unity and an in-house game engine and am getting tired of carrying my Rift around everywhere I go. Sometimes, I want to boot up a VR program, either a game that someone else has written or my own game or software, and work on it without having my Rift plugged in. The problem is that some applications won't run unless a rift is recognized as attached via USB. Does anyone know how to "fake" having a rift plugged in? Are there any good hardware simulators out there that can send a little bit of fake OR input for dev testing purposes?

5 Replies

  • Afuerg's avatar
    Afuerg
    Honored Guest
    A software fake mode for testing would be nice, where you can somehow simulate head movement with the mouse and keyboard.
    Also nice for teams where there are more developers than Rifts.^^
  • Anonymous's avatar
    Anonymous
    I am having the same problem! Has anyone found a solution yet?
  • Even without the ability to look around, having a Rift hardware-emulator would be a godsend. For now though, the only thing you can do is have 2 cameras in the scene, and set the game up for Rift detection (if it detects the Rift, it uses the OVR cameras, if not, then uses the standard camera).

    It would be wise to use the same FOV as the OVR cameras for the standard camera, imo.