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. Join us on Thursday, June 8, for a Q&A with Unity's Content Pipeline group here on the forum, and on the Unity Discord, and discuss topics around Content Build, Import Workflows, Asset Database, and Addressables!
    Dismiss Notice

Question 6-DOF VR-Experience

Discussion in 'AR' started by TheMDcraft, Jan 30, 2022.

  1. TheMDcraft

    TheMDcraft

    Joined:
    Jan 28, 2022
    Posts:
    1
    Hi guys!
    I‘m new to Unity and I need help. I want to make a free-roam VR-Experience with Unity, a Google Cardboard (with Android Phone) and some April Tags as Markers (with Vuforia).

    I‘ll tell you what I‘ve done so far:
    - I‘ve 3D-scanned my room with an iPhone with LiDAR-sensor
    - I‘ve re-built the room with unity
    - I‘ve tried the Cardboard

    My goals:
    - An free-roam VR-experience
    - VR-Tracking via April Tags as markers via Vuforia image tracking
    - VR via Google Cardboard SDK

    The problem is, when I try to build a project with Google Cardboard SDK it gives me an error (when I build the same scene without Google Cardboard SDK, it doesn‘t give me that error): UnityEditor.BuildPlayerWindow+BuildMethodException: 2 errors. I always followed Googles instructions (https://developers.google.com/cardboard/develop/unity/quickstart).

    Thanks! If you have questions, please be free to ask.