Forum Discussion

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

Error while upgrading to 0.4.4 Unity SDK

Hi, I have been getting an error while trying to upgrade my project to the 0.4.4 Unity SDK. I have been running 0.4.2. I am running Unity 4.6.0 and I follow the upgrade instructions to delete the OVR folder and the Oculus plugin in the Plugins folder. However, I get the following error:

Error while importing package: Couldn't create asset Assets/Plugins/x86_64/OculusPlugin.dll
There is already an asset at Assets/Plugins/x86_64/OculusPlugin.dll

I have double, tripled checked that I have deleted the OculusPlugin.dll file, but I still get that error. I have even tried deleting the whole Plugin folder, to no avail. If it helps, I am also running the Team Asset Server for version control, if that could be a source of problems.

Thanks for any help.

2 Replies

Replies have been turned off for this discussion
  • drash's avatar
    drash
    Heroic Explorer
    Make sure you completely exit Unity before deleting the old plugins. That's the only gotcha I can think of that would explain what you're seeing. I find that if I delete plugins from inside the editor, they just come right back because they were in use at the time.
  • Holy crap, that was it. I've been pounding away at this for so long, and it was that simple. If you can't tell, I am new to Unity.

    Thanks for the help.