Skip to content

Commit ec3bbdf

Browse files
authored
Merge pull request #7077 from keveleigh/fix-unityar-profile
Fix profile path location for UnityAR
2 parents 13f14e1 + 66a4910 commit ec3bbdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/MixedRealityToolkit.Providers/UnityAR/UnityARCameraSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ namespace Microsoft.MixedReality.Toolkit.Experimental.UnityAR
2222
SupportedPlatforms.Android | SupportedPlatforms.IOS,
2323
"Unity AR Foundation Camera Settings",
2424
"UnityAR/Profiles/DefaultUnityARCameraSettingsProfile.asset",
25-
"MixedRealityToolkit.Staging")]
25+
"MixedRealityToolkit.Providers")]
2626
public class UnityARCameraSettings : BaseCameraSettingsProvider
2727
{
2828
/// <summary>

0 commit comments

Comments
 (0)