When using hxbit_visibility, I put objects that should be synced into an serialized array in the rootObject. It seems to work quite well, but if I want to remove multiple objects from it, it results in a gigantic package being sent. Embedding a sample project reproducing the issue.
When clicking, it removes the objects from the cursors array. The stats show that syncing the array takes up a lot of traffic (>99%).
Is this correct usage of the hxbit_visibility framework, or is there another way to sync objects through rootObject?
hxbit_visibility.zip
When using
hxbit_visibility, I put objects that should be synced into an serialized array in therootObject. It seems to work quite well, but if I want to remove multiple objects from it, it results in a gigantic package being sent. Embedding a sample project reproducing the issue.When clicking, it removes the objects from the
cursorsarray. The stats show that syncing the array takes up a lot of traffic (>99%).Is this correct usage of the
hxbit_visibilityframework, or is there another way to sync objects throughrootObject?hxbit_visibility.zip