Skip to content

Instantly share code, notes, and snippets.

@Oleur
Created November 30, 2020 17:26
Show Gist options
  • Select an option

  • Save Oleur/390ea429aba37bbd1c16843ae9e06459 to your computer and use it in GitHub Desktop.

Select an option

Save Oleur/390ea429aba37bbd1c16843ae9e06459 to your computer and use it in GitHub Desktop.
class UnityGameActivity : UnityPlayerActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
// Do something
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment