When property on RealtimeModel is updated quickly only last change is transmitted.
I am finding that when property on RealtimeModel is updated quickly (perhaps in the same frame), only last change is transmitted. Is there a way to force a send?
I am using UniTask inside an async method, and tried a UniTask.Yield
I am using UniTask inside an async method, and tried a UniTask.Yield