Is there any way to trigger a SyncListStruct/NetworkBehaviour to sync any modifications to their data immediately, instead of waiting for the next interval? I have a list of data that does not change often, but when it does I would like it to be sent almost immediately so that it appears quickly on the clients. I cannot use rpcs for this because I need the data to be sent to new clients that join as well.
↧