Forum Discussion
10 years ago
0.6.0.0 Getting errors with standalone dlls
Getting multiple errors: Assets/OVR/Scripts/OVRDisplay.cs(288,29): error CS0433: The imported type `System.Action' is defined multiple times Assets/OVR/Scripts/OVRManager.cs(190,31): error CS0433: ...
lwolfe26
10 years agoHonored Guest
I'm getting the same errors in 0.5.0.1, Unity 5.0.1p1, with a custom restsharp dll I need to use.
My boss wrote the custom DLL. At first he was using .net 3.5 and I informed him Unity is stuck on .Net 2.0, so he rewrote it and compiled for .Net 2.0. Now when I import the DLL into the plugins folder, it conflicts with the 2 oculus scripts, throwing the errors mentioned.
Anyone have ideas?
Assets/OVR/Scripts/OVRDisplay.cs(270,29): error CS0433: The imported type `System.Action' is defined multiple times
Assets/OVR/Scripts/OVRManager.cs(178,31): error CS0433: The imported type `System.Action`2' is defined multiple times
My boss wrote the custom DLL. At first he was using .net 3.5 and I informed him Unity is stuck on .Net 2.0, so he rewrote it and compiled for .Net 2.0. Now when I import the DLL into the plugins folder, it conflicts with the 2 oculus scripts, throwing the errors mentioned.
Anyone have ideas?
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device
Other Meta Support
Related Content
- 3 months ago
- 15 days ago