Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
caffeinatedguy's avatar
caffeinatedguy
Honored Guest
11 years ago

Scaleform missing dll after install OculusUnityIntegration

I have scale form in my project and it works fine then after I run the oculus unity Integration I get error output in Unity

DllNotFoundException: libgfxunity3d
MyCamera.Start () (at Assets/Scripts/Scaleform/MyCamera.cs:107)

I'm guessing maybe there is a setting change or conflict causing this. Anyone else run into this?

Thanks so much,
Greg

3 Replies

Replies have been turned off for this discussion
  • It's probably that the DLLs are in the wrong folder.

    All the DLLs need to be in Plugins/x86_64 and NOT the root Plugins folder.
  • Thank you! Thank you! So I also had to put it into Assets/Plugins/x86 as well.

    Is this specific to Oculus where you need to make sure you copy plugins. Maybe I missed it in the read me. Is there a procedure for doing it?

    Thanks so much,
    Greg
  • It's not Oculus specific. It happens when Unity plugins use different folder structures.