play-games-plugin-for-unity icon indicating copy to clipboard operation
play-games-plugin-for-unity copied to clipboard

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

Open WikyWu opened this issue 2 years ago • 1 comments

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 [email protected] accounts.

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

Versions

  • Unity version: ___
  • Google Play Games Plugin for Unity version: ___

Additional context Add any other context about the problem here.

WikyWu avatar Apr 26 '22 02:04 WikyWu

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!

WikyWu avatar Apr 26 '22 02:04 WikyWu