Open crSudo opened 1 day ago
This issue does not seem to follow the issue template. Make sure you provide all the required information.
I fixed it with the following but I get the same error:
\Assets\GooglePlayGames\com.google.play.games\Editor\GooglePlayGamesPluginDependencies.xml
↓
This issue does not seem to follow the issue template. Make sure you provide all the required information.
The title was left blank so we added it. Is there anything else that doesn't follow the template?
WORKAROUND: I've had the same problem. After EDM Resolve i had to change one path in settingsTemplate.gradle. From this: maven { url (unityProjectPath + "/Assets/GooglePlayGames/Editor/m2repository") }
To this: maven { url (unityProjectPath + "/Assets/GeneratedLocalRepo/GooglePlayGames/Editor/m2repository") }
[REQUIRED] Please fill in the following fields:
[REQUIRED] Please describe the issue here:
(Please list the full steps to reproduce the issue. Include device logs, Unity logs, and stack traces if available.)
※I am Japanese. I am using a translation site for questions. Please let me know if there is any misunderstanding.
①. Create two new projects in Unity: A-project and B-project. ②. A-project: Import GooglePlayGamesPlugin-0.11.01.unitypackage. ③. B-project: Import GoogleMobileAds-v9.3.0.unitypackage. ④. A-project: Delete ExternalDependencyManager. ⑤. A-project: Copy ExternalDependencyManager from B-project to A-project. ⑥. A-project: Run [Assets]-[External Dependency Manager]-[Android Resolver]-[Resolve]. ⑦. A-project: Run [Build Setting]-[Build]. The following error occurs.
If you look at \Assets\Plugins\Android\settingsTemplate.gradle, you will see the following:
url (unityProjectPath + "/Assets/GooglePlayGames/com.google.play.games/Editor/m2repository") // Assets/GooglePlayGames/com.google.play.games/Editor/GooglePlayGamesPluginDependencies.xml:11
In EDM4U 1.2.179, GeneratedLocalRepo is written in the path.url "file:///D:/ApplicationUnity_SDK/GooglePlayGamesPlugin/Assets/GeneratedLocalRepo/GooglePlayGames/com.google.play.games/Editor/m2repository" // Assets/GooglePlayGames/com.google.play.games/Editor/GooglePlayGamesPluginDependencies.xml:11
I think the error occurs because GeneratedLocalRepo is not specified. Is that correct?◇Package download site https://github.com/googleads/googleads-mobile-unity/releases/tag/v9.3.0 https://github.com/playgameservices/play-games-plugin-for-unity
Please answer the following, if applicable:
What's the issue repro rate? (eg 100%, 1/5 etc)
100%