Skip to content

Latest commit

 

History

History
62 lines (44 loc) · 1.91 KB

README.md

File metadata and controls

62 lines (44 loc) · 1.91 KB

unity-android-sdk-helper

openupm

AndroidSDKHelper

Installation

Add from OpenUPM | via scoped registry, recommended

To add OpenUPM to your project:

  • open Edit/Project Settings/Package Manager
  • add a new Scoped Registry:
Name: OpenUPM
URL:  https://package.openupm.com/
Scope(s): com.shiena
  • click Save
  • open Package Manager
  • Select My Registries in dropdown top left
  • Select Android SDK Helper and click Install
Add from GitHub | not recommended, no updates through PackMan

You can also add it directly from GitHub on Unity 2019.4+. Note that you won't be able to receive updates through Package Manager this way, you'll have to update manually.

  • open Package Manager
  • click +
  • select Add from Git URL
  • paste https://github.com/shiena/unity-android-sdk-helper.git#1.0.2
  • click Add

Usage

Switch platform to Android.

Open terminal with android platform tools

Start terminal (Windows: cmd, macOS: Terminal.app) with Android Platform-Tools added to your PATH. This is useful when you want to use adb.

Open terminal with android sdk tools

Start terminal (Windows: cmd, macOS: Terminal.app) with Android SDK Tools added to your PATH. This is useful when you want to use sdkmanager. Also, when using the embedded Android SDK on Windows, open cmd with administrator privileges.

Environment

  • OS: Windows or macOS
  • Unity with Package Manager: 2018.1 or higher
  • Unity without Package Manager: 2017.1 or higher

LICENSE

MIT License