Rinat
Rinat
I have the same problem actually. To make messagepack to work with unity types like Vector3, it seems like you need to create CompositeResolver with UnityResolver in it. But UnityResolver...
Are there any plans to implement this feature, or is it the same as it was five years ago?
@roji I want to write and read a model with a two-dimensional array property. It seems to save correctly, but it gives an index-out-of-range exception when I'm trying to read...
@roji so I did some testing and it appears that it doesnt work only with char arrays. And not only with multidimensional arrays, but with one-dimentional ones too. I didnt...