Search Unity

Games DVR Simulator, a FPV Simulator for PC and VR

Discussion in 'Works In Progress - Archive' started by demonixis, May 6, 2020.

  1. demonixis

    demonixis

    Joined:
    Aug 20, 2013
    Posts:
    185
    Hey there!

    DVR Simulator is a FPV drone simulator. It have a learning module which teaches you how to fly. But also use VR to simulate the FPV goggles.



    The VR view is monoscopic like FPV goggles, it's possible to enable the stereo mode, but it's not very confortable.

    A large variety of controllers are supported, from Gamepad to real radio-transmitter (I use FrSky XLite 9 for instance).

    Technically it uses Unity 2019.3, Universal Render Pipeline and the new XR stack.

    To support as many radio transmitters as I can, I've 3 input engines
    - Old Input system
    - New input system
    - SDL2 based input system

    The problem with radio-transmitters is that some of them send incorrect values and are not detected correctly with the old or the new input system. So the SDL2 backend is enabled by default and the other ones are here in case of SDL2 don't do the job.

    On the Oculus Quest the new input system is enabled by default.

    If you've questions, I'm here to reply.