Skip to content

Instantly share code, notes, and snippets.

@baba-s
Created December 13, 2013 01:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save baba-s/7938474 to your computer and use it in GitHub Desktop.
Save baba-s/7938474 to your computer and use it in GitHub Desktop.
using UnityEngine;
using UnityEditor;
public static class MenuItemTest
{
[MenuItem("Tools/Method %&f")]
public static void Method()
{
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment