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 2448a5d commit f7026a8Copy full SHA for f7026a8
Assets/MRTK/SDK/Editor/Inspectors/UX/Interactable/ButtonConfigHelperInspector.cs
@@ -186,7 +186,7 @@ public override void OnInspectorGUI()
186
if (interactableProp.objectReferenceValue != null)
187
{
188
SerializedObject interactableObject = new SerializedObject(interactableProp.objectReferenceValue);
189
- SerializedProperty voiceCommandProperty = interactableObject.FindProperty("VoiceCommand");
+ SerializedProperty voiceCommandProperty = interactableObject.FindProperty("voiceCommand");
190
191
if(string.IsNullOrEmpty(voiceCommandProperty.stringValue))
192
0 commit comments