Skip to content

Commit 6550e3a

Browse files
author
davidkline-ms
committed
add asmdef for audio demo, remove mic stream ref from examples asmdef
1 parent c3d43b8 commit 6550e3a

File tree

3 files changed

+31
-2
lines changed

3 files changed

+31
-2
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "Microsoft.MixedReality.Toolkit.Demos.Audio",
3+
"references": [
4+
"Microsoft.MixedReality.Toolkit",
5+
"Microsoft.MixedReality.Toolkit.SDK",
6+
"Microsoft.MixedReality.Toolkit.MicStream"
7+
],
8+
"includePlatforms": [],
9+
"excludePlatforms": [],
10+
"allowUnsafeCode": false,
11+
"overrideReferences": false,
12+
"precompiledReferences": [],
13+
"autoReferenced": true,
14+
"defineConstraints": [],
15+
"versionDefines": [
16+
{
17+
"name": "com.microsoft.mixedreality.toolkit.micstream",
18+
"expression": "",
19+
"define": "MICSTREAM_PRESENT"
20+
}
21+
],
22+
"noEngineReferences": false
23+
}

Assets/MRTK/Examples/Demos/Audio/MRTK.Demos.Audio.asmdef.meta

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/MRTK/Examples/MRTK.Examples.asmdef

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
"Microsoft.MixedReality.Toolkit.Services.InputAnimation",
88
"Microsoft.MixedReality.Toolkit.Services.InputSystem",
99
"Microsoft.MixedReality.Toolkit.Providers.LeapMotion",
10-
"Unity.TextMeshPro",
11-
"Microsoft.MixedReality.Toolkit.MicStream"
10+
"Unity.TextMeshPro"
1211
],
1312
"includePlatforms": [],
1413
"excludePlatforms": [],

0 commit comments

Comments
 (0)