Skip to content

Commit 5fcd0c7

Browse files
aalmadakeveleigh
authored andcommitted
Added missing using HoloToolkit.Unity.InputModule; (#413)
1 parent f6fcfbd commit 5fcd0c7

File tree

1 file changed

+1
-0
lines changed
  • Assets/HoloToolkit-Examples/SpatialUnderstanding/SpatialUnderstanding-FeatureOverview/Scripts

1 file changed

+1
-0
lines changed

Assets/HoloToolkit-Examples/SpatialUnderstanding/SpatialUnderstanding-FeatureOverview/Scripts/AppState.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
using HoloToolkit.Unity;
66
using System;
77
using HoloToolkit.Unity.InputModule;
8+
using HoloToolkit.Unity.SpatialMapping;
89

910
public class AppState : Singleton<AppState>, ISourceStateHandler, IInputClickHandler
1011
{

0 commit comments

Comments
 (0)