Skip to content

Instantly share code, notes, and snippets.

@unitycoder
Created March 24, 2015 21:50
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 unitycoder/7a90930407f7070cdd75 to your computer and use it in GitHub Desktop.
Save unitycoder/7a90930407f7070cdd75 to your computer and use it in GitHub Desktop.
Disable right click menu from webplayer
config.params["disableContextMenu"] = true; // add this line
var u = new UnityObject2(config);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment