Hotkeys

New hotkeys cant be removed.
I dont need any of these terrain hotkeys and they override my f1 - f6 hotkeys i already have defined in the project through editor scripts.

You should add an option to disable or delete the hotkey altogether.

3667306--300502--upload_2018-9-12_12-24-16.png

Add some basic hotkeys like “Pause” so stuff like this is not necessary

    public class Pause {
        [MenuItem("Edit/Run "+ Hotkeys.PAUSE)]
        static void PauseGame() {
            EditorApplication.ExecuteMenuItem("Edit/Pause");
        }
    }
1 Like

updated my hotkeys/snippets if anyone needs GitHub - pointcache/UnityEditorSnippets: Collection of different editor things that help with productivity

1 Like

Thanks for the feedback. We’ll add a button to clear the hotkey.