arenaxr / arena-unity

Unity C# library for editing scenes and creating applications for the ARENA.
https://docs.arenaxr.org/content/unity
BSD 3-Clause "New" or "Revised" License
5 stars 3 forks source link

linux runtime gltf conflict #63

Closed mwfarb closed 4 months ago

mwfarb commented 1 year ago

There is a runtime issue at least on my x86_64 ubuntu 18.04 machine:

Multiple plugins with the same name 'dracodec_unity' (found at 'Packages/io.conix.arena.unity/Runtime/ThirdParty/GLTFUtility/Plugins/draco/Plugin/Android/armeabi-v7a/libdracodec_unity.so' and 'Packages/io.conix.arena.unity/Runtime/ThirdParty/GLTFUtility/Plugins/draco/Plugin/Android/arm64-v8a/libdracodec_unity.so'). That means one or more plugins are set to be compatible with Editor. Only one plugin at the time can be used by Editor.

mwfarb commented 4 months ago

Irrelevant as of #88