buttplug-unity icon indicating copy to clipboard operation
buttplug-unity copied to clipboard

Buttplug Unity no longer working in Unity < 2021

Open qdot opened this issue 2 years ago • 5 comments

Unity 2019 throws DLL errors because of missing JSON and Threading DLLs.

qdot avatar Apr 24 '23 19:04 qdot

Confirmed that this was missing a whole slew of DLLs. Fixed locally but I'm trying to get the new version of the C# Client API done, so I'll resolve this out once that's released and I can bring it over here (hopefully in the next week or so)

qdot avatar May 29 '23 20:05 qdot

How did you fix this locally?

McArdellje avatar Jun 11 '23 09:06 McArdellje

This was with the new build I'm working on, hopefully out this week.

qdot avatar Jun 13 '23 03:06 qdot

@J-E-Mc If you'd like, you can check out the dev branch, I've got the updated library and dependencies there, things seem to work for me now. I should have a release out this week.

qdot avatar Jun 19 '23 00:06 qdot

Would be great to get a release! Currently it's not working in builds due to missing dlls in 2021.3.28 LTS, and it's also not possible to directly install it from git

qlee01 avatar Jul 09 '23 12:07 qlee01

Fixed in v3.0.1. Then again in v3.0.2 an hour later. But should really be fixed now.

Removed the need for one of the DLLs, and moved the JSON dependency to use the unity distributed Newtonsoft version.

Tested on a game using 2020.3.27f1, as well as in a clean 6 project, got it working on both, going to assume we're compatible from 2019.4+ to 6

Closing.

qdot avatar May 18 '24 23:05 qdot