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.
  2. Dismiss Notice

Question How to convert an AR project to a VR project

Discussion in 'VR' started by WissamDj, May 6, 2023.

  1. WissamDj

    WissamDj

    Joined:
    Feb 21, 2023
    Posts:
    1
    How to convert an AR project countains UI canvas(interact with pc's mouse) to a VR project (canvas will interact with hand Rays)
     
  2. DevDunk

    DevDunk

    Joined:
    Feb 13, 2020
    Posts:
    4,258
    1. Make a VR player
    2. Make it interact between it and UI
    3. Move your UI to world space for VR

    There is no 1 solution fits all