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.