Nice thank you, It's working! I didn’t think of actually changing the networkName directly from the script.
I tried appending a unique identifier, but I still need a reliable per-instance ID. Is there a way to read a network id from AkCommonPlatformSettings? Accessing the processor id is not ideal and seems unreliable, and choosing a random processor does not solve the problem.
Ideally I would like to know whether the instance is a client or a server and, if possible, a stable local network id for each instance. From inspecting AkCommonPlatformSettings it looks like this information might be not reachable. Could you point me to the exact field or API to read the network id, or suggest a robust method to generate a stable per-instance identifier on the same machine?
Thanks.