Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

OpenAvikom/MRTK-Unity-Starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MRTK-Unity-Starter - A preconfigured Unity project for developing Mixed Reality applications

Components

  • Unity Version 2019.4.20f1
  • Microsoft Mixed Reality Toolkit Version 2.5.4

Configuration

  • The project contains a configuration for Git Large File Storage support to enable efficient version management of large media files which are common for Unity projects.
  • Furthermore, the .gitignore file excludes files generated by Unity from version control. However, this file should be reviewed when a new project is forked. Committing assets generated by the Mixed Reality Toolkit or VS Code configurations might be necessary to enable collaborative development.

Adding Spatial Audio Support for HoloLens 2

If you want to add hardware-accelerated Spatial Audio to your HoloLens 2 project, just add the following line to your manifest.json:

  "dependencies": {
      "com.microsoft.spatialaudio.spatializer.unity": "1.0.176",
      "com.microsoft.mixedreality.toolkit.examples": ...

Releases

No releases published

Packages

No packages published