suriyun-production / turnbase-rpg-docs

This is document for Turnbase RPG project (https://www.assetstore.unity3d.com/#!/content/107578?aid=1100lGeN)
https://suriyun-production.github.io/turnbase-rpg-docs
12 stars 3 forks source link

android manifest permissions problem #239

Closed frysomeeggs closed 1 year ago

frysomeeggs commented 1 year ago

When I build the game as android, when I install it on the phone, the game gets stuck in the loading section. I think there is a problem about android manifest permissions. Can you help me with this?

insthync commented 1 year ago

Did you try to use logcat to see the log messages ?

frysomeeggs commented 1 year ago

how do i do that?

frysomeeggs commented 1 year ago

just wired it all works on unity the webserver and everything. but when i build apk the game plays i can log in set username but when it goes to load managescene it just stays there wont load it

frysomeeggs commented 1 year ago

DippeR on discord said you helped them with same problem and it was the androidmanifest permissions

frysomeeggs commented 1 year ago

downloading android studio now

frysomeeggs commented 1 year ago

what all permissions do i need to add to the androidManifest?

insthync commented 1 year ago

You should use adb logcat to know what is cause of error then you will know it is because of permission or other.

insthync commented 1 year ago

https://dev.to/insthync/how-to-watch-android-app-log-messages-with-adb-logcat-for-unity-developer-2i12

frysomeeggs commented 1 year ago

ok thank you