Skip to content
Snippets Groups Projects
Select Git revision
  • f1e2794a0755c74e11cf30c45aab38f8ab4432fb
  • main default protected
2 results

core

  • Clone with SSH
  • Clone with HTTPS
  • Victor Victor's avatar
    Victor authored
    Using it might cause jitter or stutter
    f1e2794a
    History

    HYPER Core

    This package helps you to get started quickly with your Unity XR projects.

    Dependencies:

    • Meta XR Audio SDK v77
    • Meta XR Interaction SDK v77
    • OpenXR Plugin v1.14.3

    How to install

    This package is available in the HYPER scoped registry.

    • Name: HYPER
    • URL: https://registry.npmjs.com
    • Scope: de.tu-dresden.hyper

    Please follow this snippet to add the registry to your project.

    How to use

    Quick start guide

    1. Create a new Unity project with Universal 3D as the template.
    2. Switch the build target platform to Android.
    3. Install this package.
    4. Wait for the packages to install, then for each pop-up window:
      • On the Enable Meta XR Feature Set, select Yes.
      • On the Restart Unity, select Restart Editor.
      • On the Interaction SDK OpenXR Upgrade, select Use OpenXR Hand (New Projects).
    5. Click HYPER > Core > Init Project.
    6. Right click on the Hierarchy panel, then click HYPER > Core > XR.
    7. Open Meta > Tools > Project Setup Tool, then click Fix All in all tabs.

    Enable debug messages

    Add HYPER_CORE_DEBUG_LOG to Project Settings > Player > Script Compilation > Scripting Define Symbols.

    Attribution