Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

Official Learn Live: Intro to VR

Discussion in 'Road to the Metaverse' started by Unity-Gehan, Jun 9, 2022.

  1. Unity-Gehan

    Unity-Gehan

    Unity Technologies

    Joined:
    Feb 28, 2022
    Posts:
    27

    Intro to VR

    Recorded December 21, 2022


    Turn concepts into reality with this session on virtual reality (VR). Battle-tested by games, and used across industries more than any other VR platform, Unity provides the bleeding-edge technology to unleash your creative potential. In this session, we will learn how to set up a VR project and leverage the XR Interaction toolkit samples.


    On-demand video | Slides
     
    Last edited by a moderator: Apr 5, 2023
  2. barrystout_immertec

    barrystout_immertec

    Joined:
    Nov 9, 2020
    Posts:
    1
    First, let me just say that I have been loving these sessions. I did have a side question that is related to VR. I am developing for an Oculus Quest 2 headset. Is there a way to bring up the Wi-Fi selection menu within my app as a popup menu and not bring up the entire Oculus home screen along with it? I want a user to switch Wi-Fi without exciting my app. Once the Oculus home screen comes up, a user has to find their way back to my app. Hard to do for devices under MDM management. Current code is:

    Intent panelIntent = new Intent(Settings.ACTION_WIFI_SETTINGS);
    activityContext.startActivityForResult(panelIntent, 0);

    If no suggestions, I understand. It's not exactly a common VR problem:) Thanks!
     
  3. jeromeatunity

    jeromeatunity

    Unity Technologies

    Joined:
    Jul 1, 2018
    Posts:
    61
    Thank you everyone for joining today's session. Here are the slides.

    We are off until next year, so have a great end-of-year celebration :D , and see you in 2023 for Intro to AR!
     
  4. jeromeatunity

    jeromeatunity

    Unity Technologies

    Joined:
    Jul 1, 2018
    Posts:
    61
  5. Skrapper

    Skrapper

    Joined:
    Dec 7, 2012
    Posts:
    11
  6. usariid

    usariid

    Joined:
    Jul 27, 2014
    Posts:
    2
    Thank you to this "Intro to VR" course. It's exactly what I needed! I have a question related to this topic:

    I would like to develop a VR application for medical training using Unity Visual Scripting. Are there any sample scenes available for benchmarking? Additionally, any of your video specifically focused on creating VR apps using Unity's Visual Scripting? Or any other recommended sources will do.

    Apologies if I've posted my request in the wrong thread or if it should be posted elsewhere.

    Thank you!
     
  7. jeromeatunity

    jeromeatunity

    Unity Technologies

    Joined:
    Jul 1, 2018
    Posts:
    61
    Hello!

    We covered VR training + Visual Scripting on the Creator Series, and hopefully that will help you on your journey:
     
  8. usariid

    usariid

    Joined:
    Jul 27, 2014
    Posts:
    2
    Lucky to have a place to ask this. Thank you so much, Jerome!
     
    jeromeatunity likes this.