playgameservices / play-games-plugin-for-unity

Google Play Games plugin for Unity
Other
3.43k stars 952 forks source link

can not find "com.google.games.gpgs-plugin-support" aar #3144

Open WikyWu opened 2 years ago

WikyWu commented 2 years ago

This form is for reporting Unity Plugin issues only. To report an issue with the Play Games Service (non-SDK related), check Google Play Games Services Support. Once you've read this section and determined that your issue is appropriate for this repository, please delete this section.

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:





Expected behavior A clear and concise description of what you expected to happen.

Observed behavior A clear and concise description of what you observed.

Bug Report Capture a bug report and share the Google Drive link. If the bug report contains sensitive information, then make it private and only give access to requests from ...@google.com accounts.

Screenshots If applicable, add screenshots to help explain your problem.

Versions

Additional context Add any other context about the problem here.

WikyWu commented 2 years ago

Hello, We use gradle system (custom gradle template in Unity) to handle all dependencies in one place, but when i export the android project, the "com.google.games.gpgs-plugin-support" aar will not find. I put the "com.google.games.gpgs-plugin-support" aar file int the local maven, but the unity plugin "gpgs-plugin-support" pom file is "srcaar", the same problem will appear. i update "srcaar" to "aar", it works well whether i use custom gradle template or not, could you update the packaging method? thank you!