Unity 5.1.0, Oculus 0.6. I get 3 errors like this when running in Editor:
Multiple plugins with the same name ‘msvcp110’ (found at ‘Assets/Plugins/x86_64/msvcp110.dll’ and ‘Assets/Plugins/x86_64/msvcp110.dll’). That means one or more plugins are set to be compatible with Editor. Only one plugin at the time can be used by Editor.
UnityEditor.PluginImporterInspector:OnDisable()
No, That Means that you (Unity) think that the same file is a duplicate of itself.
Seems like a bug to me. Is there a way to shut this nonsense up?