-
```
JsonSerializationException: Unable to deserialize instance of 'Colyseus.Schema.MapSchema`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]' because…
-
I've made this bug reproducible at State handling example of `colyseus-example`: https://github.com/Zielak/colyseus-examples - branch master.
## My use case
I want mark cards selected by the pla…
-
### Context
I'm guessing this breaks because of experimental decorators or something. This was a head scratcher and I'm opening this ticket to help others avoid the debugging pain that I went through…
-
I receive a key not found at https://github.com/colyseus/colyseus-unity3d/blob/master/Assets/Plugins/Colyseus/Serializer/Schema/ReferenceTracker.cs#L51
```
KeyNotFoundException: The given key was …
-
### Context
_No response_
### Bug description
1. Throw an error with a message in a room's onJoin
2. Client's error message is undefined
### Reproduction
[Archive.zip](https://github.c…
-
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` …
-
when I launch it in the browser everything is ok. but if I run it in the simulator, it’s an error. Therefore, the connection to the server is not created and the game does not start.
```
import { …
-
https://github.com/colyseus/docs/blob/master/docs/colyseus/state/schema.md#setat
-
Reference link:
Comments: Works in Edge.
Errors:
![image](https://user-images.githubusercontent.com/69180012/204162172-abe9a607-8fd0-40e6-a12b-3dddacd35ffb.png)
-
I can't seem to get any ArraySchema to work, being it string, number or something else. I know there's [this closed issue](https://github.com/colyseus/colyseus/issues/281) about an ArraySchema problem…