Does unity Netcode CustomNamesMessages only send data to those who registered to it? Like the server going to send data to all clients, but it will check if that client is registered internally or not? Or will send anyways and the client who is not registered to it will drop it?
I want to know if I can save bandwidth by not registering in clients who don't need it.