gkngkc / UnityStandaloneFileBrowser

A native file browser for unity standalone platforms
MIT License
2.01k stars 317 forks source link

UnityEditor.dll assembly is referenced by user code, but this is not allowed #136

Open TylerTemp opened 5 months ago

TylerTemp commented 5 months ago

When build on windows I got:

Build completed with a result of 'Failed' in 6 seconds (6210 ms)
UnityEditor.dll assembly is referenced by user code, but this is not allowed.
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)

I've changed dll config as:

1

2

Any idea?

Dummiesman commented 2 months ago

Can confirm this happens here as well