{"id":13678533,"url":"https://github.com/brunomikoski/SpriteAuditor","last_synced_at":"2025-04-29T15:31:49.895Z","repository":{"id":40382768,"uuid":"257392389","full_name":"brunomikoski/SpriteAuditor","owner":"brunomikoski","description":"The missing tool to help you optimize your game","archived":false,"fork":false,"pushed_at":"2023-09-18T14:35:31.000Z","size":756,"stargazers_count":114,"open_issues_count":0,"forks_count":10,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-10-29T23:55:40.650Z","etag":null,"topics":["atlases","bundle","editor","editor-tool","openupm","optimization","sprites","unity","unity3d","unity3d-editor","unity3d-npm-package"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/brunomikoski.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.MD","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2020-04-20T20:10:54.000Z","updated_at":"2024-09-28T02:53:18.000Z","dependencies_parsed_at":"2024-01-14T01:51:27.852Z","dependency_job_id":"ab1280a1-b75a-404a-88ed-90bb3e140d66","html_url":"https://github.com/brunomikoski/SpriteAuditor","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brunomikoski%2FSpriteAuditor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brunomikoski%2FSpriteAuditor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brunomikoski%2FSpriteAuditor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brunomikoski%2FSpriteAuditor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brunomikoski","download_url":"https://codeload.github.com/brunomikoski/SpriteAuditor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224178918,"owners_count":17268971,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["atlases","bundle","editor","editor-tool","openupm","optimization","sprites","unity","unity3d","unity3d-editor","unity3d-npm-package"],"created_at":"2024-08-02T13:00:54.745Z","updated_at":"2024-11-11T21:30:34.938Z","avatar_url":"https://github.com/brunomikoski.png","language":"C#","funding_links":[],"categories":["GamePlay","C#"],"sub_categories":["HUD"],"readme":"# Sprite Auditor\n\n\n[![openupm](https://img.shields.io/npm/v/com.brunomikoski.spriteauditor?label=openupm\u0026registry_uri=https://package.openupm.com)](https://openupm.com/packages/com.brunomikoski.spriteauditor/)\n\n![](https://img.shields.io/github/followers/brunomikoski?label=Follow\u0026style=social) ![](https://img.shields.io/twitter/follow/brunomikoski?style=social)\n\n[Wrote a small guide about how to use it](https://medium.com/@bada/optimizing-build-size-and-performance-with-proper-sprite-setup-7c76c91626b6)\n\n![inspector](/Documentation~/home-view.png)\n\nSprite auditor its the tool to give you the visibility when optimizing your atlases for smaller binary size or performance, \nallowing you see what atlas are reused between multiple scenes, and what sprites are in use from that atlas, giving you the visibility to now only gain performance by making sure you are only using the right atlas on the right place, \nbut also helping you see witch texture are in use that could be smaller.\n\n![custom-search](/Documentation~/custom-search.gif)\n\n\n## Features\n- Captures frame by frame all the sprites usages, so I can recognize when a Sprite has transform scales and can show what would be the ideals size for that sprite.\n- Records the session of the game identifying sprites been used by the UI or SpriteRender giving you valuable information\n- Allow customization of specific listeners to report special cases sprite usages\n- Give you insights about images to canvas size, allow you understand if you can increase or decrease the image size\n- Allows you see per scene what atlas are currently in use and what sprites are been used where.\n- See what sprites are been used per scene and tweak your atlases to accomodate that properly.\n- Can auto fix single sprites to the best possible usage\n\n## How to use\n - Set your target Resolution on the Game View \n - Open the Sprite Auditor from the `Window / Analysis / Sprite Auditor` Menu\n - Make sure you you select the `Record on Play` option enable.\n - Play thought the project or let your Unit Test run to the project.\n - After this you can start optimizing your atlas\n\n\n## System Requirements\nUnity 2018.4.0 or later versions\n\n\n## How to install\n\n\u003cdetails\u003e\n\u003csummary\u003eAdd from OpenUPM \u003cem\u003e| via scoped registry, recommended\u003c/em\u003e\u003c/summary\u003e\n\nThis package is available on OpenUPM: https://openupm.com/packages/com.brunomikoski.spriteauditor\n\nTo add it the package to your project:\n\n- open `Edit/Project Settings/Package Manager`\n- add a new Scoped Registry:\n  ```\n  Name: OpenUPM\n  URL:  https://package.openupm.com/\n  Scope(s): com.brunomikoski\n  ```\n- click \u003ckbd\u003eSave\u003c/kbd\u003e\n- open Package Manager\n- click \u003ckbd\u003e+\u003c/kbd\u003e\n- select \u003ckbd\u003eAdd from Git URL\u003c/kbd\u003e\n- paste `com.brunomikoski.spriteauditor`\n- click \u003ckbd\u003eAdd\u003c/kbd\u003e\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eAdd from GitHub | \u003cem\u003enot recommended, no updates :( \u003c/em\u003e\u003c/summary\u003e\n\nYou can also add it directly from GitHub on Unity 2019.4+. Note that you won't be able to receive updates through Package Manager this way, you'll have to update manually.\n\n- open Package Manager\n- click \u003ckbd\u003e+\u003c/kbd\u003e\n- select \u003ckbd\u003eAdd from Git URL\u003c/kbd\u003e\n- paste `https://github.com/brunomikoski/SpriteAuditor.git`\n- click \u003ckbd\u003eAdd\u003c/kbd\u003e\n\u003c/details\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrunomikoski%2FSpriteAuditor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrunomikoski%2FSpriteAuditor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrunomikoski%2FSpriteAuditor/lists"}