Skip to content

axandar/MiNIHackathon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 

Repository files navigation

MiNIHackathon

Requirements

  • Unity 2018.2.9f1
  • Holotoolkit

Config

Enable mouse click to simulate AirTap event:

Edit the script for CustomInputSelector (HoloToolKit):

#if UNITY_2017_2_OR_NEWER
spawnControllers = !XRDevice.isPresent && XRSettings.enabled && simulateHandsInEditor;
#else
spawnControllers = simulateHandsInEditor;
#endif

to just:

spawnControllers = simulateHandsInEditor;

Source: microsoft/MixedRealityToolkit-Unity#1537

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 95.3%
  • ShaderLab 3.6%
  • HLSL 1.1%