Cysharp / MagicOnion

Unified Realtime/API framework for .NET platform and Unity.
MIT License
3.68k stars 417 forks source link

Fix method signature of MemoryPackFormatter for UNITY_2021_3_OR_NEWER #757

Closed 0x5143 closed 2 months ago

0x5143 commented 2 months ago

Syntax error when using MemoryPack as serialization library in MagicOnion. MagicOnion : 6.1.2 MemoryPack: 1.21.1

mayuki commented 2 months ago

Looks good to me. Thanks!