decline-cookies / anvil-unity-dots

Unity DOTS and ECS specific additions and extensions to Anvil
MIT License
4 stars 1 forks source link

Adding patch information for EntityProxyInstanceID #240

Closed jkeon closed 1 year ago

jkeon commented 1 year ago

Forgot to add patching information for EntityProxyInstanceID

What is the current behaviour?

If you have data in the CancelRequest or CancelProgress streams and then migrate you will run into an error.

What is the new behaviour?

You will no longer run into the error because we have patch information now.

What issues does this resolve?

What PRs does this depend on?

Does this introduce a breaking change?