-
Notifications
You must be signed in to change notification settings - Fork 1
Miscellaneous Notes
Riley Moss edited this page Jun 11, 2019
·
1 revision
This is a spot to place notes, configurations, settings, or interesting findings to be used when documentation is done
When setting up phone to run OSX Unity project, you must use Android Studio to allow the phone to begin USB Debugging
- After turning on Developer Mode on the phone, go to "Developer Options" in Settings
- Turn on "USB debugging"
- Plug phone into computer
- Open Android Studio to any project
- A pop-up on the phone will say "Allow USB debugging? The computer's RSA key fingerprint is...".
- Click the checkbox for "Always allow from this computer"
- Click OK.
- Your phone can now be used for Unity Development