-
Notifications
You must be signed in to change notification settings - Fork 164
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
multipeer-connectivity example for macOS <> iOS ? #227
Comments
@antiero Yes you are right. Multipeer Connectivity is supported on macOS. When I was doing this transport, my goal was to use it in my iOS project so I just didn't make the macOS version. I haven't tried to connect a mac and an iPhone or two macs, I've only tried to connect several iOS devices. For debugging in Unity Editor, I just use ParrelSync and UnityTransport. Do you need to use Multipeer Connectivity in a macOS project? Maybe I can make this transport support macOS in the future version. |
Hi @yuchenz27 - thanks for getting back! My goal is to set up an easily discoverable connection on a local network between a Mobile AR Application (built in Unity), and a macOS App (also built in Unity). I'm hopeful that your Multipeer Connectivity work will allow for this, but I wanted to check if you thought it would work, before I started 😄 |
@antiero I think it would work. I will have a check first and let you know the result. Are you in hurry? |
Thanks @yuchenz27 ! In quite a hurry yes! 😄 Any help you could give would be much appreciated. |
The multipeer example mentions that:
Please notice that Multipeer Connectivity Transport can only run on an iOS device. It cannot run on your Mac. Therefore, when you want to debug your project in Unity Editor, we recommand you temporarily switch to use Unity Transport.
However Multipeer is supported on macOS - is there any reason why this couldn't work between macOS and iOS @yuchenz27 ?
The text was updated successfully, but these errors were encountered: