From a644015932bd93a6cb05b96827ce729abc5b70b5 Mon Sep 17 00:00:00 2001 From: Thomas W Date: Thu, 3 Sep 2020 14:13:59 +0200 Subject: [PATCH] feat: change toolbar path to snap zone settings (#47) --- Editor/SnapZone/SnapZoneWizard.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Editor/SnapZone/SnapZoneWizard.cs b/Editor/SnapZone/SnapZoneWizard.cs index c2a6237..9ea26c5 100644 --- a/Editor/SnapZone/SnapZoneWizard.cs +++ b/Editor/SnapZone/SnapZoneWizard.cs @@ -13,7 +13,7 @@ namespace Innoactive.CreatorEditor.VRTKInteraction public class SnapZoneWizard : EditorWindow { private static SnapZoneWizard window; - private const string menuPath = "Innoactive/Creator/Windows/Snap Zone Settings"; + private const string menuPath = "Innoactive/Settings/Snap Zone Settings"; private VRTK_SnapDropZone.SnapTypes snapType; private float snapDuration = 0f;