-
Notifications
You must be signed in to change notification settings - Fork 0
Unity and Blender Integration
kete1goguadze edited this page Sep 18, 2024
·
1 revision
-
Create a Unity Project
-
Install Required Packages:
- Go to
Window
->Package Manager
and install the following packages from the Unity Registry:-
XR Interaction Toolkit
: Then go toSamples
and importStarter Assets
as well asHands Interaction Demo
. XR Plugin Management
-
XR Hands
: Then go toSamples
and importHandVisualizer
.
-
- Go to
-
Configure Project Settings for XR Development:
- Go to
Edit
->Project Settings
->XR Plug-in Management
and enableOpenXR
. - Under
XR Plug-in Management
, ensureOpenXR
is selected. EnableHand Interaction Poses
andHand Tracking Subsystem
to allow hand tracking functionality.
- Go to
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
.
- Video Tutorial: How to Export from Blender
Teamprojekt Spatial_XR 24
Introduction
Project Configuration
Development
Files and Resources