playgameservices / play-games-plugin-for-unity

Google Play Games plugin for Unity
Other
3.47k stars 966 forks source link

[2.0.0] Multiple errors after installing new version #3326

Closed shefich closed 2 weeks ago

shefich commented 2 weeks ago

Describe the bug I installed play-games-plugin-for-unity v2.0.0 via Package Manager. https://openupm.com/packages/com.google.play.games/#modal-manualinstallation

To Reproduce Steps to reproduce the behavior:

    • open Edit/Project Settings/Package Manager
    • add a new Scoped Registry (or edit the existing OpenUPM entry)
    • Name package.openupm.com
    • URL https://package.openupm.com
    • Scope(s) com.google.play.games
    • click Save or Apply
    • open Window/Package Manager
    • click +
    • select Add package by name... or Add package from git URL...
    • paste com.google.play.games into name
    • paste 2.0.0 into version
    • click Add
  1. You will see some errors regarding missing ".meta" files.
  2. You will see many errors regarding missing namespaces.

Expected behavior No issues.

Screenshots

image

Versions

poorva-google commented 2 weeks ago

Hi, could you please try importing the .unitypackage from Assests->Custom Package->Import. OpenUPM might not work

shefich commented 2 weeks ago

Hi, could you please try importing the .unitypackage from Assests->Custom Package->Import. OpenUPM might not work

Thank you, fixed now.