Skip to content

Add Android ADB debugging, and temporary run configurations for players #2389

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 14 commits into from

Conversation

citizenmatt
Copy link
Member

@citizenmatt citizenmatt commented Feb 20, 2023

This PR adds ADB based debugging for Android devices, so it is possible to debug via USB. Fixes RIDER-31578.

It also adds a temporary run configuration when debugging a player. If debugging the current editor, the existing "Attach to Unity Editor" run configuration is used, otherwise a new, temporary run configuration is created (fixes RIDER-47135). A temporary run config is also created when entering the player IP address manually, and can be edited and updated, and then saved to the project if required (fixes RIDER-68742).

Fixes #1287, fixes RIDER-31578
Also:
* Prevent users from creating their own "Attach to Unity Editor" run configurations - they are not user configurable, and always run the current editor
* Ensures that the "Attach to Unity Editor" run config exists when trying to attach
* Recreates the "Attach to Unity Editor" run configs at startup if they don't match the default generated names (addresses RIDER-89278)

Fixes RIDER-47135, fixes RIDER-68742
@citizenmatt citizenmatt added this to the Rider 2023.1 milestone Feb 20, 2023
@citizenmatt citizenmatt self-assigned this Feb 20, 2023
@citizenmatt
Copy link
Member Author

Merged via TeamCity

@citizenmatt citizenmatt deleted the net231-mte-unity-adb branch February 21, 2023 10:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant