unity-named-pipes
unity-named-pipes copied to clipboard
32-bits compatibility?
Is there a Unity package that contains a DLL for 32-bits systems?
Please add compatibility for 32-bit. I made a rich presence mod for a game written in MonoGame, but the game is 32-bit and your RPC library won't work on Mac and Linux. :/
EDIT: FWIW, this is the same problem that I had here: https://github.com/Lachee/discord-rpc-csharp/issues/54#issuecomment-478204427
There is no package for 32bit systems to add simplicity to the appvoyer and the discord-rpc-csharp package. This should work on Mac and Linux, as they are both Unix and use the same pipe system (The appvoyer has a build for Linux and Windows).
As for the RPC not supporting linux and mac? Well it does, but monogame is a untested platform and there is no suitable pre-compiled package available for it.
note: during the development of both libraries, 32bit was seen as obsolete and still is. 64bit should be targeted where applicable but I recognised limitations on other dependencies that you maybe using in your projects.)