Zorian

Results 6 comments of Zorian

This is full stack trace. One of my structures GenericDictionary have its own ISerializationCallbackReceiver implementation. I will investigate, maybe it is breaking things. ``` ArgumentException: Could not cast or convert...

I tried removing everything, leaving just simple types, so it doesn't rely on `ISerializationCallbackReceiver` anymore. `Dictionary` -> still Fails. But `Vector3Int` or `List` is working as expected. Moreover, `Dictionary` works...

Yes, your workaround works. Serializing for example List yields expected results. Thank you for letting me use your brain : ). If you would come up with another solution, let...

First I thought it was UserCentered bug as well, but after more debug'ing I came up with another theory. It seems, that then one user sends score (but dont get...

Sorry for late reply. Yes, there is no overloaded method, I added method with one more additional argument. So basically you can use code I pasted before just add following...

It should work without publishing (after publishing certain things can't be changed!). You can try solution mentioned before. If it works, let us know.