Skip to content
This repository has been archived by the owner on Aug 11, 2024. It is now read-only.

Commit

Permalink
Updated grammar on an XRTK scene warning dialogue box (#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDarksideJ authored and StephenHodgson committed Sep 16, 2019
1 parent f0cd178 commit 8b651c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Inspectors/MixedRealityToolkitInspector.cs
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public static void CreateMixedRealityToolkitGameObject()
Debug.LogWarning("You must save this scene and assign it to the Start Scene in the XRTK preferences for the Mixed Reality Toolkit to function correctly.");
}

EditorSceneManager.EnsureUntitledSceneHasBeenSaved("Mixed Reality Start Scene for the Mixed Reality Toolkit to function correctly.");
EditorSceneManager.EnsureUntitledSceneHasBeenSaved("Please ensure the open scene has been saved for the Mixed Reality Toolkit to function correctly.");

Debug.Assert(!string.IsNullOrEmpty(SceneManager.GetActiveScene().path),
"Configured Scene must be saved in order to set it as the Start Scene!\n" +
Expand Down

0 comments on commit 8b651c5

Please sign in to comment.