Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - 0xFEEDBEEF

Pages: [1]
1
TNet 3 Support / Re: Best way to handle automatic connection setup?
« on: May 14, 2015, 11:55:57 PM »
Thanks! That gives me someplace to start.

I'm experimenting with TNObject.BroadcastToLAN() at the moment. Have you ever run into a situation where it works perfectly in the Unity editor, but nothing happens in a build?

I'm running Unity 4.6.5.f1 on OS X Yosemite, and built both a Mac app and a Windows executable. I've tested the builds on a Windows 8.1 machine and the iMac with identical results.

2
TNet 3 Support / Best way to handle automatic connection setup?
« on: May 14, 2015, 02:31:25 PM »
Here's my use case:

-I have a number of portable devices (1 to 4). They will always be on the same network (as all of them will always be in the same room)

-Server/client setup needs to be silent and automatic, with no need to press buttons or enter IPs. Therefore, I'd like each device to be able to automatically connect to the first server it detects on the same network, or if no server is detected, start one up and inform the other devices that it exists.

What's the best/proper way to handle this with TNet?

Pages: [1]