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 534d88f commit b179a40Copy full SHA for b179a40
Assets/MRTK/SDK/Editor/Inspectors/UX/Interactable/ButtonConfigHelperInspector.cs
@@ -185,7 +185,6 @@ public override void OnInspectorGUI()
185
{
186
if (interactableProp.objectReferenceValue != null)
187
188
- Debug.Log("hitting here");
189
SerializedObject interactableObject = new SerializedObject(interactableProp.objectReferenceValue);
190
SerializedProperty voiceCommandProperty = interactableObject.FindProperty("VoiceCommand");
191
0 commit comments