fixed port conflicts
This commit is contained in:
@ -6,6 +6,10 @@ public class NetworkConfig : ScriptableObject
|
||||
[Header("Global Network Settings")]
|
||||
public string ipAddress = "127.0.0.1";
|
||||
public int port = 8080;
|
||||
|
||||
[Header("Multiplayer Ports")]
|
||||
public int multiplayerAudioPort = 12345; // For ConvaiSimpleUDPAudio (send/receive)
|
||||
public int multiplayerSpeechPort = 12346; // For ConvaiUDPSpeech (send/receive)
|
||||
|
||||
private static NetworkConfig _instance;
|
||||
public static NetworkConfig Instance
|
||||
|
||||
Reference in New Issue
Block a user