Skip to content

Instantly share code, notes, and snippets.

@anchan828
Created November 29, 2012 13:33
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 anchan828/d7db6e417b2b3fad570c to your computer and use it in GitHub Desktop.
Save anchan828/d7db6e417b2b3fad570c to your computer and use it in GitHub Desktop.
AssetStore.Open Sample
using UnityEditor;
using UnityEditorInternal;
public class Example
{
[MenuItem("AssetStore/NGUI")]
static void Open ()
{
AssetStore.Open ("content/2413");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment