Select your preferred scripting language. All code snippets will be displayed in this language.
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
Closebool True if the NetworkManagers client is connected to a server.
This checks if the NetworkManager has a client and that it is connected to a server.
This is more specific than NetworkClient.isActive, which will be true if there are any clients active, rather than just the NetworkManager's client.