Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Hello, I get a trouble that " Multiple plugins with the same name 'liboni' "
#1
Hello.

I'm work in Unity3D 2017.2.0f3(64 bit) with iOS platform,  Obi Cloth 3.2, macOS 10.12.6.

When I build my project to xcode, I get error.

I had try to fixed it, but I failed. So I need some help.

[attachment=57]


Multiple plugins with the same name 'liboni' (found at 'Assets/Obi/Plugins/libOni.bundle' and 'Assets/Obi/Plugins/libOni.bundle'). That means one or more plugins are set to be compatible with Editor. Only one plugin at the time can be used by Editor.
UnityEngine.GUIUtilityLenguarocessEvent(Int32, IntPtr)



Error building Player: Multiple plugins with the same name 'liboni' (found at 'Assets/Obi/Plugins/libOni.bundle' and 'Assets/Obi/Plugins/libOni.bundle'). That means one or more plugins are set to be compatible with Editor. Only one plugin at the time can be used by Editor.




Thanks.
Reply
#2
Hello.

I had fixed it with delete the 'OBI' directory, restart unity to reimport The Obi Cloth.

but new error has appeared.


[attachment=58]

Shader error in 'Obi/Simple Particles': invalid subscript '_ShadowCoord' at line 68 (on metal)


Compiling Vertex program with DIRECTIONAL SHADOWS_SHADOWMASK
Platform defines: UNITY_NO_DXT5nm UNITY_NO_RGBM UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_NO_CUBEMAP_ARRAY UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF3 SHADER_API_MOBILE UNITY_HARDWARE_TIER1
Reply
#3
Oh my god...

The Error " Multiple plugins with the same name 'liboni' " has appeared again....


The delete and reimport it, can not fix the error.
Reply
#4
(08-12-2017, 08:30 AM)nugao Wrote: Oh my god...

The Error " Multiple plugins with the same name 'liboni' " has appeared again....


The delete and reimport it, can not fix the error.

Hi there,

This seems to be a Unity issue, it affects all plugins (not just Obi).
https://forum.unity.com/threads/multiple...or.466447/
https://stackoverflow.com/questions/3839...-same-name
https://forums.perforce.com/index.php?/t...same-file/

Sometimes it is a legitimate error (there's actually two plugins with the same name, with the same import settings), but sometimes it happens for no reason at all. Make sure that you don't have multiple libOni plugin files set to be used in the editor.
Reply
#5
(08-12-2017, 10:40 AM)josemendez Wrote: Hi there,

This seems to be a Unity issue, it affects all plugins (not just Obi).
https://forum.unity.com/threads/multiple...or.466447/
https://stackoverflow.com/questions/3839...-same-name
https://forums.perforce.com/index.php?/t...same-file/

Sometimes it is a legitimate error (there's actually two plugins with the same name, with the same import settings), but sometimes it happens for no reason at all. Make sure that you don't have multiple libOni plugin files set to be used in the editor.

Thank you for your reply.

In my scenario, I found that "reimport all" can fixed it.
Reply