UnityStandaloneFileBrowser icon indicating copy to clipboard operation
UnityStandaloneFileBrowser copied to clipboard

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

Open TylerTemp opened this issue 1 year ago • 1 comments

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?

  • Unity: 2022.3.0f1
  • Script Backend: IL2CPP
  • Api Compatibility Level: .NET Standard 2.1

TylerTemp avatar Jan 08 '24 09:01 TylerTemp

Can confirm this happens here as well

Dummiesman avatar Apr 13 '24 23:04 Dummiesman