You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I assume this is my misunderstanding, not an issue with Odin, but I'm hoping someone can clarify. I had a file that was 2kb when saved as json. When I serialized with Odin, the file became 5kb.
I don't see any documentation about compression or file size.
I first tried to use MessagePack, which reduced that file from 2kb to 1kb, but MessagePack has major issues right now with Unity, so I had to switch away. Odin looks very nice, but I'm just trying to figure out if smaller file sizes are possible.
Thanks for any tips.
The text was updated successfully, but these errors were encountered:
I assume this is my misunderstanding, not an issue with Odin, but I'm hoping someone can clarify. I had a file that was 2kb when saved as json. When I serialized with Odin, the file became 5kb.
I don't see any documentation about compression or file size.
I first tried to use MessagePack, which reduced that file from 2kb to 1kb, but MessagePack has major issues right now with Unity, so I had to switch away. Odin looks very nice, but I'm just trying to figure out if smaller file sizes are possible.
Thanks for any tips.
The text was updated successfully, but these errors were encountered: