Skip to content

Commit b5cdf45

Browse files
author
David Kline
committed
improve camera cache warning message
1 parent 2b08fe6 commit b5cdf45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/MRTK/Core/Utilities/CameraCache.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public static Camera Main
4646
}
4747
else
4848
{
49-
Debug.LogWarning("The Mixed Reality Toolkit requires one camera in the scene to be tagged as \"MainCamera\". Please ensure the application's main camera is tagged.");
49+
Debug.LogWarning("The Mixed Reality Toolkit was unable to determine a main camera. Please tag the scene's primary camera as \"MainCamera\", in the hierarchy.");
5050
}
5151
}
5252

0 commit comments

Comments
 (0)