colyseus-unity-sdk icon indicating copy to clipboard operation
colyseus-unity-sdk copied to clipboard

⚔ Colyseus Multiplayer SDK for Unity

Results 39 colyseus-unity-sdk issues
Sort by recently updated
recently updated
newest added

### Introduction I recently encountered an issue with the Colyseus Unity SDK where the **ReconnectionToken** was not being appended to the query parameters for the reconnection request. This issue was...

I clicked Join twice, and got an exception: ``` ArgumentException: An item with the same key has already been added. Key: msgStart System.Collections.Generic.Dictionary`2[TKey,TValue].TryInsert (TKey key, TValue value, System.Collections.Generic.InsertionBehavior behavior) (at...

When Current Value And Previous Values are same why I received OnState Change callback on same time. It's working fine while playing on Unity Editor. Unity version : 2020.2.2f1 Colyseus...

The room's `OnJoin` event is internal and should not be exposed publicly: https://github.com/colyseus/colyseus-unity-sdk/blob/47ff44abc9448e3650b9c973f69668945ba7adcb/Assets/Colyseus/Runtime/Colyseus/Room/ColyseusRoom.cs#L193-L196 This causes confusion to some users starting out as `OnJoin` is not necessary to detect joins since...

💅 enhancement
🆘 help welcome

The 'onMesssage' in file 'Assets/Colyseus/Runtime/WebSocket/WebSocket.jslib' is wrong, it should be 'onMessage' . ![isuse](https://github.com/colyseus/colyseus-unity-sdk/assets/11712603/36b2fc85-77c2-4a85-93c3-2f42aec6ee1e)

we update the schema we missed in the reconnection situation, but due to the difference between the schema I was holding and the schema received after joining again from the...

``` JsonSerializationException: Unable to deserialize instance of 'Colyseus.Schema.MapSchema`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]' because there is no parameterless constructor is defined on type. GameDevWare.Serialization.Metadata.TypeDescription.CreateInstance () (at Assets/Colyseus/Runtime/GameDevWare.Serialization/Metadata/TypeDescription.cs:134) GameDevWare.Serialization.Serializers.ObjectSerializer.PopulateInstance (GameDevWare.Serialization.IndexedDictionary`2[KeyT,ValueT] container, System.Object...

**Package:** 0.15.9 **class:** HTTP.cs **method:** public async Task Request **Conditions:** using secure protocol only **Problem:** In case of expired reconnection token, the error should return : "Reconnection token invalid or...

Hi, There is an issue related to Reflection and I would like to report it. ``` export class State2 extends Schema { @type('string') fieldString: string; @type('number') // varint fieldNumber: number;...