Skip to content

Commit 5d7e55f

Browse files
author
Jack Brookes
committed
clarity of error message
1 parent b062426 commit 5d7e55f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/UXF/Scripts/Etc/Settings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ protected object Get(string key)
194194
{
195195
return parentSettings.Get(key);
196196
}
197-
throw new KeyNotFoundException(string.Format("The key \"{0}\" was not found in the settings heirarchy. Use UXF Debugger to check your settings are being applied correctly.", key));
197+
throw new KeyNotFoundException(string.Format("The key \"{0}\" was not found in the settings heirarchy. Use UXF Session Debugger (UXF menu at top of unity editor) to check your settings are being applied correctly.", key));
198198
}
199199
}
200200

0 commit comments

Comments
 (0)