{"id":18163724,"url":"https://github.com/ese9/extended-asset-references","last_synced_at":"2026-05-18T11:04:37.247Z","repository":{"id":257884310,"uuid":"872654526","full_name":"ese9/Extended-Asset-References","owner":"ese9","description":null,"archived":false,"fork":false,"pushed_at":"2024-11-12T15:42:06.000Z","size":58,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-07T05:44:27.701Z","etag":null,"topics":["addressables","asset-reference","attributes","extension","unity","unity-asset","unity-editor","unity3d"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ese9.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-14T20:29:27.000Z","updated_at":"2024-11-12T15:40:38.000Z","dependencies_parsed_at":"2024-11-01T13:19:24.069Z","dependency_job_id":"b3103076-2f7c-463a-b634-8a5bfde6857e","html_url":"https://github.com/ese9/Extended-Asset-References","commit_stats":null,"previous_names":["ese9/extended-asset-references"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/ese9/Extended-Asset-References","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ese9%2FExtended-Asset-References","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ese9%2FExtended-Asset-References/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ese9%2FExtended-Asset-References/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ese9%2FExtended-Asset-References/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ese9","download_url":"https://codeload.github.com/ese9/Extended-Asset-References/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ese9%2FExtended-Asset-References/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265742868,"owners_count":23820925,"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":["addressables","asset-reference","attributes","extension","unity","unity-asset","unity-editor","unity3d"],"created_at":"2024-11-02T11:06:01.864Z","updated_at":"2026-05-18T11:04:37.158Z","avatar_url":"https://github.com/ese9.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Extended Asset References 🎮\r\n\r\nExtended Asset References is an open-source package that enhances Unity's Addressable Asset System functionality. This package introduces custom attributes designed to improve and streamline your workflow when dealing with AssetReferences.\r\n\r\n**Compatible with:**\r\n- ✅ [Tri Inspector](https://github.com/codewriter-packages/Tri-Inspector)\r\n- ⚠️ [Odin Inspector](https://odininspector.com/). For compatibility, the `[DrawWithUnity]` attribute must be added to the AssetReference field\r\n\r\n## ✨ Features\r\n\r\n- Custom attributes for enhanced AssetReference handling\r\n- Improved workflow for Addressable asset management\r\n- Easy integration with existing Unity projects\r\n- Visual sprite preview and selection tools\r\n- Automated atlas validation and problem-solving\r\n\r\n## 📦 Installation\r\n\r\nInstall via Unity Package Manager using one of these Git URLs:\r\n\r\n- Main branch:\r\n```\r\nhttps://github.com/ese9/Extended-Asset-References.git\r\n```\r\n\r\n- Specific version:\r\n```\r\nhttps://github.com/ese9/Extended-Asset-References.git#v1.0.0\r\n```\r\n\r\n## 🚀 Usage\r\n\r\nOnce installed, enhance your Unity scripts with our custom attributes for better asset reference management.\r\n\r\n### Asset Reference Sprite\r\n\r\n#### FromAtlas\r\n```csharp\r\nusing Nine.AssetReferences;\r\nusing UnityEngine;\r\nusing UnityEngine.AddressableAssets;\r\n\r\npublic class Resource : ScriptableObject\r\n{\r\n    [FromAtlas]\r\n    public AssetReferenceSprite iconRef;\r\n}\r\n```\r\n\r\n#### FromSprite\r\n```csharp\r\nusing Nine.AssetReferences;\r\nusing UnityEngine;\r\nusing UnityEngine.AddressableAssets;\r\n\r\npublic class Resource : ScriptableObject\r\n{\r\n    [FromSprite]\r\n    public AssetReferenceSprite iconRef;\r\n}\r\n```\r\n\r\nExample of selecting a sprite when using any of the attributes\r\n\r\n![demo_1](https://github.com/user-attachments/assets/be50a362-9196-4184-81ed-0350ee5086c7)\r\n\r\n## 📄 License\r\n\r\nThis project is licensed under the MIT License. See the [LICENSE](https://github.com/ese9/Extended-Asset-References/blob/main/LICENSE.md) file for details.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fese9%2Fextended-asset-references","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fese9%2Fextended-asset-references","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fese9%2Fextended-asset-references/lists"}