Intro to SteamVR in Unity - Setting up, teleportation, and throwing stuff

Поділитися
Вставка
  • Опубліковано 18 вер 2024
  • Game Engines 2017 - DET @ ACU
    In this week's episode: We grab the amazing SteamVR plugin from the Unity Asset Store and add that to an existing game environment from previous tutorials. Learn VR rig setup, HTC Vive controllers, Teleportation to points and larger areas, and Throwable objects! Big thanks to Valve for all the amazing goodies that they let us play with for FREE!
    For some written instruction, see also:
    unity3d.colleg...

КОМЕНТАРІ • 17

  • @NathanielSwartz
    @NathanielSwartz 6 років тому

    Excellent video, that was a huge help, thank you!

  • @rithradiengran7534
    @rithradiengran7534 4 роки тому +1

    Teleport Time Stamp: 10:42

  • @lamtrinh8780
    @lamtrinh8780 6 років тому

    Thanks so much for the video!

  • @chasekubesh9241
    @chasekubesh9241 5 років тому

    Thank you for this video! I will have to try this out tomorrow. Would rate 10/10, but the frame rate of the video is quite lacking

  • @elcucado
    @elcucado 7 років тому

    I have a problem the teleporting gets active only when I have 2 controller, if I have one vive Controller nothing happens

  • @DezBoyle
    @DezBoyle 7 років тому

    Very informative video!
    If you own a NVidia graphics card, I highly reccomend using Shadowplay to record the desktop and avoid the video looking like a powerpoint slideshow :p Besides that, nice video!

  • @CanalDojogames
    @CanalDojogames 5 років тому

    Is there an plugin for both Oculus Rift and stramVR? Because if there is, It turns easy to port for both sides. I configured all oculus manipulation,Grabber and etc.. but i can only test with HTC vive as i dont have Rift yet.
    Thank You for the vídeo, It Will Help a lot

    • @richtanner8487
      @richtanner8487  5 років тому +1

      Unity has a VR (or XR) plugin that is specifically multiplatform. But usually the Vive plugin will also work for Oculus (in my experience).

    • @CanalDojogames
      @CanalDojogames 5 років тому

      @@richtanner8487 yeah the xr comes but do i need to setup anything or It is already ready? On unreal its all setuped. You need only to setup the item who Will be grabbed

  • @Spikeeins
    @Spikeeins 7 років тому

    Well, looking easy in your video but sadly I can actually see the teleport arc, teleport area, teleport points but - I still can not teleport. Also I'm a bit confused as the camera is not at the camera rig position but just at 0 0 0 - anyone maybe any idea?

    • @richtanner8487
      @richtanner8487  7 років тому

      Spikeeins I see what has happened. SteamVR has updated on us, and things are now even EASIER to up, but it also invalidates most of this video!
      I will be recording an update soon.
      For now: simply use the Player Prefab from the newest SteamVR package instead of all the things we set up in this video.
      More to come!

    • @Spikeeins
      @Spikeeins 7 років тому

      Rich Tanner thanks for answering - actually got it working, not by using the steamvr library but some short script. Thanks anyway :)

    • @elcucado
      @elcucado 7 років тому

      you need to add to floor mesh a collider and a teleport area script

  • @did3d523
    @did3d523 5 років тому

    how to use teleportfree with steamVR 2.0 on terrain

    • @NorthernlionLP
      @NorthernlionLP 5 років тому

      SteamVR 2.0 uses a different mechanism. Teleportation is not the same. See the samples from their interaction system and you'll get a better idea.

    • @did3d523
      @did3d523 5 років тому

      what sample ? there are only 1

    • @yusufalibrahim1994
      @yusufalibrahim1994 4 роки тому

      Did you figure out how to teleport freely in SteamVR 2?