Hi,
Trying to use network discovery without a network manager and I'm running into a few issues. What do I need to intitialize on the server and client end before I start discovery? I seem to run into errors either with CRC mismatching or "NetworkDiscovery StartAsClient - addHost failed". Code is below:
Network Discovery, How to use without a Network Manager
Trying to use network discovery without a network manager and I'm running into a few issues. What do I need to intitialize on the server and client end before I start discovery? I seem to run into errors either with CRC mismatching or "NetworkDiscovery StartAsClient - addHost failed". Code is below:
Code (CSharp):
- public class MyNetworkManager : Singleton<MyNetworkManager>
- {
- public bool isAtStartup = true;
- NetworkClient myClient;
- [SerializeField]
- NetworkDiscovery...