playgameservices / play-games-plugin-for-unity

Google Play Games plugin for Unity
Other
3.46k stars 965 forks source link

The name 'Google' does not exist in the current context #3049

Open vysinsky opened 3 years ago

vysinsky commented 3 years ago

Hi,

After I added this plugin (and tested local build works) I get a build error on GitHub: https://github.com/Almost-Purrfect-Games/FastCube/runs/3041457357?check_suite_focus=true

Assets/GooglePlayGames/Editor/GPGSAndroidSetupUI.cs(124,21): error CS0103: The name 'Google' does not exist in the current context

I guess I could remove that Editor script. But is there a better solution? Did I miss some configuration steps?

I am using GameCI for automation so I don't know if I should search for problems there or in this plugin.

vysinsky commented 3 years ago

For now, I added Assets/GooglePlayGames/Editor folder to .gitignore so build passes. If anybody have better solution, please, I will be happy to hear.