Prime31 Google Play Services Won't Work
I can not get the Prime31 Google Play Services plugin to work.
The demo scene does not even seem to be running properly
No other plugins are running
I have done the full setup on the android dev console, SHA-1 included, received my app id and placed it in the Android Manifest.xml
If I run from Unity I get the message
Exception: Could not find an AndroidManifest.xml file in your Unity application directory
Prime31Editor.ManifestGenerator.getBaseManifestFilePath ()
Prime31Editor.ManifestGenerator.generateManifest (Boolean overrideIfAlreadyGenerated, Boolean showPromptAfterCompletion)
Prime31Editor.MenuItem.autoManifestCreator ()
UnityEditor.HostView:OnGUI()
If I build out on my device the scene loads and I see the UI but none of the buttons do anything and I'm not quite sure what else to try. Do I need to be using Android Studio?
Any help would be appreciated as I'm having trouble finding resources for this particular plugin.
Answer by Matt2234 · Mar 16, 2016 at 03:18 PM
I used Android Studio and was able to see an error caused by two Android Manifest xml files, I deleted one and now I have no errors but still nothing happens. If I run the demo scene in unity, in Android Studio on the Emulator, on my device through Android Studio or simply dropping the apk on my device, the results are about the same. I am able to run the scene but unable to login on Google Play Services, post to leaderboards or get scores. Has anyone else used this plugin?