SolidAlloy / SolidUtilities

Different utilities that simplify development in Unity3D.
Other
30 stars 20 forks source link

Build warning for incorrectly named DLL #7

Open szunami opened 1 year ago

szunami commented 1 year ago
Assembly 'UnityEditorInternals' has non matching file name: 'UnityEditorInternals2019.dll'. This can cause build issues on some platforms.
UnityEditor.GenericMenu:CatchMenu (object,string[],int)

Building a unity project that includes this as a dep yields this warning.

It seems like other projects work around this like so:

https://github.com/Halodi/halodi-unity-package-registry-manager/pull/25