build(package): slim shipped media from 21 MB to 11 MB - #166
Merged
Conversation
Two media offenders shipped inside the UPM package that every user downloads and imports: - README banner GIF (6.0 MB): only used by README files, which Unity never renders inside an installed package. Moved to repo-level docs/images/ (outside the package) and pointed all four READMEs at the absolute raw.githubusercontent.com URL; GitHub rendering is unchanged. - Four aspid_icon_medium_* status icons (~1.1 MB each at 1022x1011): used only as small status indicators. Downscaled in-place to 256x253 (~90 KB each), renamed to match the new size, .meta files renamed alongside so GUIDs are preserved. Updated the resource() references in Aspid-FastTools-Default-Dark.uss and the project:// URLs in Aspid-FastTools-Welcome.uxml. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01LsVLAxv4eia9yv4TjSaP3G
VPDPersonal
marked this pull request as ready for review
August 6, 2026 18:45
VPDPersonal
added a commit
that referenced
this pull request
Aug 6, 2026
build(package): slim shipped media from 21 MB to 11 MB
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Slims the media shipped inside the UPM package from 21 MB to 11 MB — every user downloads and imports this on install.
Summary
docs/images/. All four READMEs (rootREADME.md/README_RU.md+Documentation/EN|RU/README.md) now embed it via the absoluteraw.githubusercontent.com/.../main/docs/images/...URL. Unity does not render markdown inside an installed package, so package users lose nothing; GitHub rendering is unchanged. The orphaned.gif.metais removed.aspid_icon_medium_*status icons downscaled 1022x1011 → 256x253 (~1.1 MB → ~90 KB each). Files renamed to match the actual new size;.metafiles renamed alongside viagit mv, so GUIDs are preserved. References updated inAspid-FastTools-Default-Dark.uss(resource()calls) andAspid-FastTools-Welcome.uxml(project://URLs — GUIDs untouched).tech.aspid.fasttools)docs/images/)Notes for review
docs/release-checklist-refresh: both branches touch the README files, but different sections (this one only rewrites the banner<img src>on line 1). Merge order should not matter; resolve trivially if it does.aspid_icon_window_tab_green_1022x1011.png(583 KB) is a separate icon outside the agreed scope — intentionally untouched..metafiles keepmaxTextureSize: 2048— irrelevant now that the source files are 256px; the on-disk size is what matters.🇷🇺 Описание на русском
Уменьшает медиа внутри UPM-пакета с 21 МБ до 11 МБ — это скачивает и импортирует каждый пользователь при установке.
Кратко
docs/images/. Все четыре README (корневыеREADME.md/README_RU.md+Documentation/EN|RU/README.md) теперь вставляют его по абсолютному URLraw.githubusercontent.com/.../main/docs/images/.... Unity не рендерит markdown внутри установленного пакета, так что пользователи пакета ничего не теряют; на GitHub всё выглядит как раньше. Осиротевший.gif.metaудалён.aspid_icon_medium_*ужаты 1022x1011 → 256x253 (~1,1 МБ → ~90 КБ каждая). Файлы переименованы под фактический новый размер;.metaпереименованы синхронно черезgit mv, поэтому GUID сохранены. Ссылки обновлены вAspid-FastTools-Default-Dark.uss(resource()) иAspid-FastTools-Welcome.uxml(project://-URL — GUID не тронуты).Заметки для ревью
docs/release-checklist-refresh: обе ветки трогают README, но разные секции (эта правит только<img src>баннера в первой строке). Порядок merge не важен; при конфликте решается тривиально.aspid_icon_window_tab_green_1022x1011.png(583 КБ) — отдельная иконка вне согласованного скоупа, намеренно не тронута..metaиконок осталсяmaxTextureSize: 2048— теперь неактуален, раз исходники 256px; важен размер файла на диске.🤖 Generated with Claude Code
https://claude.ai/code/session_01LsVLAxv4eia9yv4TjSaP3G