Closed anonymous2585 closed 5 months ago
The icon defaultIcon.png is in a Resources folder. In Unity, everything inside a Resources folder is included in builds. This lead to the icon being included in builds, this is not nessessary. An editor tool shouldn't affect builds.
defaultIcon.png
Resources
Build report --- ... 23.9 kb 0.0% Assets/NuGet/Resources/defaultIcon.png ...
The fix is simple: move the Resources folder inside the Editor folder. Unity will then stop include this icon in builds.
Editor
Description
The icon
defaultIcon.png
is in aResources
folder. In Unity, everything inside aResources
folder is included in builds. This lead to the icon being included in builds, this is not nessessary. An editor tool shouldn't affect builds.Fix
The fix is simple: move the
Resources
folder inside theEditor
folder. Unity will then stop include this icon in builds.