This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using UnityEngine; | |
using UnityEditor; | |
public class EditorSceneShortcuts : MonoBehaviour | |
{ | |
// Edit this line to define your shortcut in the editor | |
// In this example, #1 is the shortcut | |
// % = ctrl (win) or cmd (osx) | |
// # = shift | |
// & = alt |