Skip to content

Instantly share code, notes, and snippets.

@PanosJee
Created February 22, 2012 12:37
Show Gist options
  • Select an option

  • Save PanosJee/1884861 to your computer and use it in GitHub Desktop.

Select an option

Save PanosJee/1884861 to your computer and use it in GitHub Desktop.
bugsense-unity-1
public class MyUnityPlayerActivity extends UnityPlayerActivity
{
protected void onCreate(Bundle savedInstanceState)
{
super.onCreate(savedInstanceState);
BugSenseHandler.setup(this, "12345678");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment