SaveSystem Serialization doesn't serialize dictionary

hanguang

New member
Hi,

When I tried to build my own saver, it seems the Serialization class doesn't support Dictionary.
Is it a bug or a known issue?

How do I use other serialization tools as a mediator to SaveSystem (to solve this problem)?

Guang
 
Dictionary serialization is not supported by Unity so we don't support it either.

I'm glad you found a work around
 
Top