Questions tagged [android-unity-plugin]
65 questions
0
votes
1 answer
Heyzap SDK Unity Integration error - missing google-play-services_lib
I'm trying to integrate Heyzap 9.6.0(beta) in my Unity project. When trying to setup android, getting error:
Google Play Services lib project not found at: C:/Android/sdk\extras\google\google_play_services\libproject\google-play-services_lib
I've…

Hayk Geghamyan
- 105
- 2
- 11
0
votes
1 answer
Unity - Android Broadcast receiver not been called
I'm using Unity to set alarms for a project. (Usually wouldn't use Unity but it is a requirement for different reasons).
I've written an alarm like this, and this method is called from Unity with a parameter of 5:
public void SetAlarm (float time)
…

Tom Whitcombe
- 13
- 1
- 5
0
votes
1 answer
Why FileProvider fails when using READ_EXTERNAL_STORAGE permission as well?
In my Android Unity plugin, I want to provide access to the screenshot that unity made, so provide access to Application.persistentDataPath, which is the files folder of the app per documentation...
…

Geri Borbás
- 15,810
- 18
- 109
- 172
-2
votes
1 answer
Facebook Login Error in my Android Game (are there different key hash from ones shown)?
Right now I seem to have a problem with the Facebook Unity SDK 7.7 and Unity 5.3.4f
I have already copied the debug key hash from Unity and paste it into my app settings in the Facebook Developers Page. I've also correctly named my projects etc and…

E.TK
- 1