I'm using Protobuf for a plugin for the game Kerbal Space Program, which runs on the Unity game engine, which in turn uses Mono.
I have so far not managed to make any version of Google.Protobuf.dll newer than 3.10.1 work, as after that the library depends on System.Memory, which in turn depends on other libraries. I will continue trying to include them in my plugin, but in the meanwhile I was wondering if there is a chance for a version of Google.Protobuf without a dependency on System.Memory (which was, as far as I can tell, introduced
here).
Let me know what you think.
Best regards.