We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc6233e commit d0c02f8Copy full SHA for d0c02f8
1 file changed
Editor/MappingTool/EventSystemAuditor.cs
@@ -20,8 +20,8 @@ private struct UsageDetail
20
public string ComponentTypeName;
21
public Object Context; // Para hacer ping al componente exacto
22
}
23
-
24
- [MenuItem("Tools/SO Event System Auditor")]
+
+ [MenuItem("EspidiGames/SO Events/SO Event System Auditor")]
25
public static void ShowWindow() => GetWindow<EventSystemAuditor>("Event Auditor");
26
27
private void OnEnable() => RefreshEventList();
0 commit comments