- Unity Version 2019.4.20f1
- Microsoft Mixed Reality Toolkit Version 2.5.4
- 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.
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": ...