Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
Jose's avatar
Jose
Heroic Explorer
10 years ago

How do I get Razer Hydras working with Unity 5 in Mac OS?

I'm using the Sixense plugin from the asset store.

I found the Mac version on this page: http://sixense.com/unity-plugin

There are no instructions for the file. I'm not sure what to do with it.

I imported the .bundle file into my Unity project into the plugins folder.

When I press play I get the following errors:

Couldn't open Assets/Plugins/sixense.bundle/Contents/MacOS/sixense, error: dlopen(Assets/Plugins/sixense.bundle/Contents/MacOS/sixense, 2): no suitable image found. Did find: Assets/Plugins/sixense.bundle/Contents/MacOS/sixense: mach-o, but wrong architecture

DllNotFoundException: Assets/Plugins/sixense.bundle/Contents/MacOS/sixense
SixenseInput.Start () (at Assets/SixenseInput/Scripts/SixenseInput.cs:246)

DllNotFoundException: Assets/Plugins/sixense.bundle/Contents/MacOS/sixense
SixenseInput.IsBaseConnected (Int32 i) (at Assets/SixenseInput/Scripts/SixenseInput.cs:223)
SixenseInput.Update () (at Assets/SixenseInput/Scripts/SixenseInput.cs:300)


What should I do?

Is there anyone here who has the Hydras working in Mac OS in Unity 5?

3 Replies

  • I'm not sure if there's a 32bit editor out for mac, but if so give that a shot. I've been having a lot of issues with x86 plugins not being found since upgrading to unity 5 and they were all solved by not using the x64 editor
  • Jose's avatar
    Jose
    Heroic Explorer
    Thank you MikeF and rbloomdale

    I tried making a build, but it wouldn't work. I might try reverting back to Unity 4 and an old sixense sdk from backups. Or I might have to just wait for the Stem VR SDK.