Cysharp / MemoryPack

Zero encoding extreme performance binary serializer for C# and Unity.
MIT License
3.01k stars 182 forks source link

generator not work on other class #283

Open jinzaz opened 2 months ago

jinzaz commented 2 months ago

when i has multi class in same .cs file, and there class was markedMemoryPackableAttribute, but the generator only generate first class , so i have to create solo .cs file for other class.