You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Colyseus Unity3d version: 0.14.8 (latest). It also occurs with version 0.14.7. I haven't tested other versions.
Colyseus server version: 0.14.23 (latest).
Colyseus Unity3d version: 0.14.8 (latest). It also occurs with version 0.14.7. I haven't tested other versions.
Colyseus server version: 0.14.23 (latest).
Occasionally, after removing a
Schema
object from aMapSchema
, this line throws the error "KeyNotFoundException: The given key was not present in the dictionary":https://github.com/colyseus/colyseus-unity3d/blob/f80f7f402ad2e51c4ebad59db389c0b4d05ee1ad/Assets/Colyseus/Runtime/Scripts/Serializer/Schema/ColyseusReferenceTracker.cs#L85
If I continue to play my game after this error, I eventually hit a "refId not found" error as well:
https://github.com/colyseus/colyseus-unity3d/blob/f80f7f402ad2e51c4ebad59db389c0b4d05ee1ad/Assets/Colyseus/Runtime/Scripts/Serializer/Schema/Schema.cs#L399
This makes me think that there's some step where a
Schema
within aMapSchema
isn't properly getting added torefCounts
andrefs
in the Unity3d client.The text was updated successfully, but these errors were encountered: