UNet, Android Internet Permission
Hello, I'm trying to make a multiplayer android game with HLAPI. I have just finished Unity's Networking tutorial. My game works fine on PC. But when i build it on Android, i can't connect via LAN. I searched on the internet and i found that i need to add INTERNET permission for my game. I followed these steps but it still doesn't work. And also im not sure, if i did it correctly. What could it be the problem?.
Answer by Ralp7 · Nov 14, 2016 at 08:15 PM
Problem solved. I gave up on LAN, tried to set MatchMaking and it worked. That means my permission settings are correct. I still don't know why LAN didn't work. Probably my IP Address wasn't true. I was using "localhost". I think, that's why it didn't work but i don't want to think about that more. MatchMaking system works :P
Your answer
Follow this Question
Related Questions
Unity (PC/Mac) communication with Non-Unity (Android/iOS) over LAN? 2 Answers
Photon synchronization on different devices failes 0 Answers
Can i get names of some free LAN multiplayer assets?? 0 Answers
Position Sends over Bluetooth but Rotation Dosnt? 0 Answers
How does the Networking in Games like 'Draw Something' work? 1 Answer