Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.87 KB

README.md

File metadata and controls

36 lines (30 loc) · 1.87 KB

app_HoloLens

This repository contains an application developed with Unity and thought to be deployed to Microsoft HoloLens 2. It consists of multiple games that aim to stimulate cognitive functioning and visuo-spatial skills for elderly individuals.

Prerequisites

  • Download Unity 2020.3.46f1
  • Download Visual Studio 2022
    • Sviluppo ASP.Net e Web
    • Sviluppo di Azure
    • Sviluppo per desktop .NET
    • Sviluppo di applicazioni desktop con C++
    • Sviluppo di app per la piattaforma UWP (Connettività USB, Strumenti piattaforma UWP v143, Windows 11 SDK)
    • Sviluppo giochi con Unity

Unity Setup

  1. Open Unity project
  2. Go to File --> Build Settings
  3. Select UWP as the platform
  4. Set Target Device to HoloLens
  5. Set Architecture to ARM64
  6. Set Build and Run on Remote Device for Wi-Fi deployment or Local MAchine for USB deployment
  7. Click Switch Platform

MRTK Setup

  • Download the Mixed Reality Feature Tool.
  • Select the features:
    • Mixed Reality Toolkit: Mixed Reality Toolkit Examples, Mixed Reality Toolkit Extensions, Mixed Reality Toolkit Foundation, Mixed Reality Toolkit Standard Asset
    • Platform Support: Mixed Reality OpenXR Plugin
    • World Locking Tools: WLT Core, WLT Samples

To set up the MRTK toolkit, follow these guides:

  1. Welcome to the Mixed Reality Feature Tool
  2. Introduction to the Mixed Reality Toolkit-Set Up Your Project and Use Hand Interaction

Build and Deploy to the HoloLens

Follow this guide to build and deploy the project to the HoloLens.