SoftwareGuy / Ignorance

Ignorance utilizes the power of ENet to provide a reliable UDP networking transport for Mirror Networking.
Other
248 stars 31 forks source link

Platform specific Enet / libenet #66

Closed gresc574 closed 4 years ago

gresc574 commented 4 years ago

changing my platform to Mac while on a windows machine. It's trying to load libenet when it should be loading Enet.

Thanks :)

SoftwareGuy commented 4 years ago

Will look into this, might be a Unity thing

SoftwareGuy commented 4 years ago

Addressed partially in the Enet-CSharp side of the logic, checking a few things inside Ignorance. WIP.

SoftwareGuy commented 4 years ago

Looks like some magic has resolved this.

Windows Editor Set to Windows build, editor library in use: enet Set to MacOS build, editor library in use: enet Set to Linux build, editor library in use: enet

MacOS Editor Windows/Linux modules not installed on the hackintosh being used. Set to MacOS build, editor library in use: libenet.

Linux Editor To be tested

....will need further testing tomorrow if all goes well

SoftwareGuy commented 4 years ago

Closing as fixed, please report back if it's still a problem.