Skip to content

Instantly share code, notes, and snippets.

@omikun
Created July 13, 2017 17:27
Show Gist options
  • Save omikun/4208ffae1069b1bc5527be861419a134 to your computer and use it in GitHub Desktop.
Save omikun/4208ffae1069b1bc5527be861419a134 to your computer and use it in GitHub Desktop.
Tips and tricks when working in Unity
[ContextMenu("function")]
private void myfunction()
{
//function can be called by right clicking on component and select function
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment