fix: URL serveur wss://game.rolld.kerboul.me (rolld.io:2567 inaccessible)
rolld.io pointe sur CloudFront sans exposer le port 2567. Le game server Coolify est accessible via game.rolld.kerboul.me (Traefik). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -12,7 +12,7 @@ public class NetworkManager : MonoBehaviour
|
||||
{
|
||||
public static NetworkManager Instance { get; private set; }
|
||||
|
||||
private const string serverURL = "wss://rolld.io:2567";
|
||||
private const string serverURL = "wss://game.rolld.kerboul.me";
|
||||
|
||||
[Header("Prefab")]
|
||||
[Tooltip("Prefab for remote players (must have RemotePlayerController)")]
|
||||
|
||||
Reference in New Issue
Block a user