Search Unity

VR Flight Simulator

Discussion in 'Getting Started' started by vishalkhanna, Jan 14, 2019.

  1. vishalkhanna

    vishalkhanna

    Joined:
    Oct 3, 2018
    Posts:
    2
    I need to create a VR flight Simulator using Oculus rift controller. I ve got a weeks deadline .
    Anything will work scripts , tutorials.
     
  2. Antypodish

    Antypodish

    Joined:
    Apr 29, 2014
    Posts:
    10,778
    Sure, they may will work, if you make them :)
     
  3. mgear

    mgear

    Joined:
    Aug 3, 2010
    Posts:
    9,440
    grab some flight simulator from asset store,
    [x] vr enabled, put main camera under plane transform, add some vr buttons to control it and go!

    or, needs more info what features it needs to have..
     
  4. JeffDUnity3D

    JeffDUnity3D

    Joined:
    May 2, 2017
    Posts:
    14,446
    Are you an experienced Unity developer? If so, you might consider the Unity version of AirSim https://github.com/Microsoft/AirSim
     
    Antypodish likes this.
  5. vishalkhanna

    vishalkhanna

    Joined:
    Oct 3, 2018
    Posts:
    2
    Thanks but i also want to add takeoff and landing any suggestion for that?
     
  6. Antypodish

    Antypodish

    Joined:
    Apr 29, 2014
    Posts:
    10,778
    Follow drone example. There you can adjust altitude, with inputs. You may want to add speed for consideration.
     
  7. JeffDUnity3D

    JeffDUnity3D

    Joined:
    May 2, 2017
    Posts:
    14,446
    Yes, AirSim supports full flight control, and you can send ROS commands for control, throttle, takeoff and landing, and waypoint navigation from an external client also, or even a real RC flight controller through a Pix4 flight controller using Hardware in the Loop.