immersivecognition / unity-experiment-framework

UXF - Framework for creating human behaviour experiments in Unity
https://immersivecognition.github.io/unity-experiment-framework/
MIT License
214 stars 41 forks source link

Double StandaloneFileBrowser #112

Open mrstruijk opened 2 years ago

mrstruijk commented 2 years ago

Hi!

How can I resolve this log?

Multiple plugins with the same name 'standalonefilebrowser' (found at 'Assets/ThirdParty Open Source Assets/UXF/Plugins/StandaloneFileBrowser.bundle' and 'Assets/ThirdParty Open Source Assets/UXF/Plugins/StandaloneFileBrowser.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.

Just delete one of them?

I'm on MacOS, Unity 2021.2.12, UXF 2.3.6

Best, Maarten

jackbrookes commented 2 years ago

I do not have access to Mac so cannot comment on this - maybe you could try to select only windows on the StandaloneFileBrowser plugin and report back?

image

mrstruijk commented 2 years ago

Excellent, that does seem to do the trick! Funnily enough I don't get the same settings you show from the StandaloneFileBrowser you do, but do have the same options when selecting the StandaloneFileBrowser.bundle. I set the OS on that one to Windows, and it no longer gives the error. Thanks!