need help with binary serialization
Hi, need help with binary serialization, I need to pack game assets into a bin file the data can be class contain other classes or struct with list of other data
6 Replies
Sterilization?
what do you mean? :harold:
Sterilization is the process of destroying pathogens, you probably meant serialization 😛
And, yeah,
BinaryFormatter
has been obsoleted
You should use something like MemoryPack instead
https://github.com/Cysharp/MemoryPackok I will check it, thanks
Need help with what?
with model loading using assimp
I want to apply more then one material and texture per mesh
here is my code