I am trying to figure out how to make game which will work only locally using Wifi Direct without any internet access.
The concept is very simple. It will be some kind of presentation so I need to have one master/host device and other connected devices will be slaves/clients. When I press button on master/host than should be changed only one value (string or int) in all slaves/clients devices. With support of 20-40 connected devices in same time.
I have Tried:
- UNet - it works only if it is connected to some router with use of local IP's but it does not support Wifi direct communication.
- I have tried to find some plugins but I cannot decide which to choose or get information about support of Wifi direct.
- I tried to find some other solution like Bluetooth but it supports only 4-13 connected devices at same time but I need to he connected around 20-40 devices in same time.
List of plugins I have found:
Forge Networking - https://www.assetstore.unity3d.com/en/#!/content/38344
1.1 I do not know if this supports a feature i required.
WifiDirect Plugin - https://www.assetstore.unity3d.com/en/#!/content/50112
2.1. This plugins have errors and have no support.
What I would like to ask about:
- Does 1. plugin support Wifi direct?
- Do you think That I should buy 2. plugin and try to fix it and hopefully I can find a problem and it will work?
- Do you know some better or "any" solution how to solve this problem?
I am interested in any tips and help how to make it work.
Thank you very much for your help!
Jakub Kučera