Skip to content

"Unexpected msgpack code 147 (fixarray) encountered" on desterilizing #1165

@noobogami

Description

@noobogami

Bug description

I'm using messagepack for my project and I'm saving level's data with it.
after some work on project on desterilizing it fails with this error:
MessagePackSerializationException: Unexpected msgpack code 147 (fixarray) encountered.
it's working on another branch with the same file.

here's my code:
data = MessagePackSerializer.Deserialize<CellData[]>(cellsData);

  • Version used:
  • unity 2019.4
  • Runtime: .Net core 3

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions