Last updated
Last updated
A Synchronized Queue, more commonly referred to as a "SyncQueue", is easily definable in your code. It will handle automatically aligning the contents of a list between all .
Working with a SyncQueue is as easy as using a regular queue, you have only to be mindful of who has authority over it.
SyncQueue's are built with the Network Module setup, meaning that you have to initialize it. Below is a usage example:
The SyncQueue is serialized in editor. It will also attempt to auto serialize non-serializable classes/structs by grabbing the ToString().