We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0bc98ad + 4e5b591 commit a04378fCopy full SHA for a04378f
Assets/MixedRealityToolkit/Utilities/Editor/Setup/MixedRealityToolkitFiles.cs
@@ -41,10 +41,6 @@ public enum MixedRealityToolkitModuleType
41
/// This class works by looking for sentinel files (following the pattern MRTK.*.sentinel,
42
/// for example, MRTK.Core.sentinel) in order to identify where the MRTK is located
43
/// within the project.
44
- ///
45
- /// If the MRTK is being consumed as code that sits within the Assets folder, the "root"
46
- /// MRTK folder must be at most three directories deep - this search code will only reason
47
- /// over MRTK folders that sit in a depth range [0, 3].
48
/// </remarks>
49
[InitializeOnLoad]
50
public static class MixedRealityToolkitFiles
0 commit comments