Skip to content

Instantly share code, notes, and snippets.

@JoseMiguelPizarro
Created August 31, 2019 14:22
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 JoseMiguelPizarro/e7260fa963dfcbd44b8e9bcd193b0a2f to your computer and use it in GitHub Desktop.
Save JoseMiguelPizarro/e7260fa963dfcbd44b8e9bcd193b0a2f to your computer and use it in GitHub Desktop.
private void OnSceneGUI()
{
DrawToolBar(SceneView.lastActiveSceneView);
activeTool.Act(this, Event.current);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment