GlitchEnzo / NuGetForUnity

A NuGet Package Manager for Unity
MIT License
3.25k stars 319 forks source link

Unessessary `defaultIcon.png` included in builds #650

Closed anonymous2585 closed 5 months ago

anonymous2585 commented 5 months ago

Description

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.

Build report
---
...
23.9 kb  0.0% Assets/NuGet/Resources/defaultIcon.png
...

Fix

The fix is simple: move the Resources folder inside the Editor folder. Unity will then stop include this icon in builds.