Incoming SnapshotData Buffer used to be stored on Network Connection Entity, where is it now?

Previously


Server NCE has a “IncomingSnapshotDataStreamBufferComponent”

Now

Where did this component go?

the server do not use the IncomingSnapshotDataStreamBufferComponent and has been removed.
There is no snapshot received by the server. Also the server store the snapshot data per chunk and not an the single entity (the client instead store them per entity)

1 Like