unity-named-pipes icon indicating copy to clipboard operation
unity-named-pipes copied to clipboard

32-bits compatibility?

Open reithegoat opened this issue 6 years ago • 2 comments
trafficstars

Is there a Unity package that contains a DLL for 32-bits systems?

reithegoat avatar May 22 '19 03:05 reithegoat

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

RuiNtD avatar Dec 30 '19 06:12 RuiNtD

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.)

Lachee avatar Dec 30 '19 07:12 Lachee