Skip to content

Unity and Blender Integration

kete1goguadze edited this page Sep 18, 2024 · 1 revision

How to View a Unity Project in the Headset?

XR Setup in Unity:

  1. Create a Unity Project

  2. Install Required Packages:

    • Go to Window -> Package Manager and install the following packages from the Unity Registry:
      • XR Interaction Toolkit: Then go to Samples and import Starter Assets as well as Hands Interaction Demo.
      • XR Plugin Management
      • XR Hands: Then go to Samples and import HandVisualizer.
  3. Configure Project Settings for XR Development:

    • Go to Edit -> Project Settings -> XR Plug-in Management and enable OpenXR.
    • Under XR Plug-in Management, ensure OpenXR is selected. Enable Hand Interaction Poses and Hand Tracking Subsystem to allow hand tracking functionality.

How to Export from Blender in Unity?

Blender objects can be exported as FBX files.

For exporting to Unity, it's important to normalize all scales. If the scales are not normalized, select the models in Object Mode, press Ctrl-A, and choose Scale.

Resource: