-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
new universal Bluetooth plugin on the AssetStore #14
Comments
Looks interesting. I am actually contracting someone to help me update the Android bluetooth plugin in CaptainsMess and make general improvements. The work is almost finished! As part of the task he did some research on existing Asset Store plugins so I'll ask him if he investigated this one. |
(I found my notes on this). This plugin did look promising but we decided not to use it for CaptainsMess because it only uses BluetoothLE and the bandwidth is just too low for my games. It seems like the maximum packet size is 20 bytes with a maximum of 10 packets per second (so 200/bytes/sec). This might work fine for you, and it would normally work fine for something like Spaceteam but sometimes I need to share some "large" data (say, 50k) between players like a custom word list, and this would take more than 4 minutes at BluetoothLE speeds. So we decided to build our own plugin on top of regular Bluetooth where the transfer rates are much higher. |
thanks for the details! but what do you mean with this closing sentence? |
Well the BluetoothLE plugin mentioned above seems like it will connect iOS and Android devices. Wifi and Internet modes will work cross-platform (iOS-to-Android) but Bluetooth has this restriction at the system level and I don't think it's possible to solve it. |
thank you.. makes sense (if local wifi is supported it's the best compromise) |
Yeah Wifi is the preferred method, and you can also set up one device as a Hotspot even if there's no other wifi available but Bluetooth is useful in certain situations so it's important to me to have it supported. |
hi
what do you think of this?
https://assetstore.unity.com/packages/tools/network/bluetooth-networking-for-ios-tvos-and-android-124274
i'm going to buy and test it.. sounds working
The text was updated successfully, but these errors were encountered: