You do not even know the absolute hassle it took to get this screenshot on my Quest 2. What you're looking at is my Quest 2 connected to Intiface Central (via the official Buttplug.io C# client) which is running on my dev laptop which has The Handy connected via bluetooth and and an emulated Lovense Hush which is actually BuzzyBody running on my android phone.
Now, you might be thinking, "Comrade OohAah don't you already have BuzzyBody Android connecting to Intiface Central (via the official Buttplug.io C# client)? And since the Meta Quest runs android, shouldn't that be a pretty trivial thing for you to reuse your code? Wasn't that the whole point of working on that for the past few months?"
First of all, that's amazing that you would know that, I'm very impressed. And second, YES YOU WOULD THINK THAT, RIGHT?
But, it didn't work.
Instead, I've spent the last week and a half trying to figure out why the Buttplug C# client was failing silently on the Meta Quest. Intiface Central showed it connecting! But my code showed nothing on the Quest. Worked just fine on the PC Editor. So, I installed multiple versions of Unity, I copied my project repeatedly to try different settings, I copied random meta quest unity templates to finally find one that worked and then spent more hours figuring out what was the different setting in my project that was killing it. And I finally got it working last night.
When unity builds for Meta Quest, it optimizes the code by deleting code it thinks it is unused. This is called stripping. Unity strips for a living, yes. Remember: Sex Work is Real Work.
Not only does this setting have to be set to minimal, but there is a file you have to create in Unity (link.xml) that specifically tells Unity not to strip certain code and you have to specify the Buttplug Client and it's dependencies. Totally effortless and organic, right?
lol, what a pain. I'll write this up later to put on the Buttplug's C# Client github, but I just wanted to vent.
Now that I've got FBW connecting to Intiface Central I need to rework The Handy sandbox UI to be something I can swap between stroking based toys. That shouldn't be too hard. Fingers crossed. As long as I don't have anymore issues I'll hopefully still get the next FBW release out mid-august.
I'm not entirely sure how I'm going to handle vibrating toys just yet. Gonna have to think and experiment on that for a bit. Think that might need a separate post later.
Thanks for reading, and again thanks for your support! I can only imagine how long that would've taken me if I couldn't have afforded to lock in for hours at a time. Just copying a project and setting it up for a new Unity version ran almost an hour on my dinky laptop. lol, exhausting.
In solidarity,
Comrade Ooh Aah
ComradeOohAah
2025-07-28 14:16:08 +0000 UTCnone public
2025-07-27 20:30:11 +0000 UTC