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.
1 parent eff9bff commit 24e7499Copy full SHA for 24e7499
Assets/MixedRealityToolkit/Utilities/Editor/Setup/MixedRealityProjectConfigurator.cs
@@ -233,7 +233,7 @@ public static bool IsMSBuildForUnityEnabled()
233
return false;
234
}
235
236
- // Load the manfiest file.
+ // Load the manifest file.
237
string manifestFileContents = File.ReadAllText(manifestPath);
238
if (string.IsNullOrWhiteSpace(manifestFileContents))
239
{
0 commit comments