Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.76 KB

Installation.md

File metadata and controls

31 lines (22 loc) · 1.76 KB
title description author ms.author ms.date ms.localizationpriority keywords
Installation Guide
Guide for installating UX Tools in a new Unreal project.
hferrone
v-hferrone
09/8/2020
high
Unreal, Unreal Engine, UE4, HoloLens, HoloLens 2, Mixed Reality, development, MRTK, UXT, UX Tools, Graphics, rendering, materials

Installation Guide

Prerequisites

Before getting started with UX Tools, make sure that you have installed the required tools.

Getting the prebuilt plugin

If you just want to add UXT to your game project, the quickest way is through the packaged plugin provided in the release page:

  1. Download the packaged plugin zip from the latest release page (e.g. UXTools.0.12.1-UE4.27.zip).
  2. Unzip the file directly into your project's Plugins folder. The Plugins folder should be located at the root of your project, where the .uproject file is. Create it if it doesn't exist.
  3. Make sure your game project is a code one, as opposed to blueprint-only, if you are planning to package it for HoloLens. Otherwise UE will fail to package it because it can't build the plugin sources.
  4. Open your project and enable the UX Tools plugin in the plugins menu.

You now have access to all of the plugin features. The first thing you want to do is probably add a hand interaction actor per hand to your map or pawn so you can use your hands to drive the controls and behaviors provided in UXT.

Next steps