{"id":13662573,"url":"https://github.com/zigurous/unity-cc0textures-importer","last_synced_at":"2025-04-25T10:32:19.995Z","repository":{"id":122070716,"uuid":"316726755","full_name":"zigurous/unity-cc0textures-importer","owner":"zigurous","description":"🗺️🖼️ Import textures directly from CC0Textures.com into Unity.","archived":false,"fork":false,"pushed_at":"2023-06-18T16:16:54.000Z","size":282,"stargazers_count":23,"open_issues_count":0,"forks_count":5,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-08-03T05:14:12.360Z","etag":null,"topics":["package","tool","unity"],"latest_commit_sha":null,"homepage":"https://zigurous.com/assets/cc0textures-importer","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zigurous.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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},"funding":{"patreon":"zigurous","custom":["paypal.com/donate?hosted_button_id=BGS8Y9U798JS8","zigurous.com"]}},"created_at":"2020-11-28T12:15:49.000Z","updated_at":"2024-06-28T07:03:03.000Z","dependencies_parsed_at":"2024-01-06T23:57:24.185Z","dependency_job_id":"8d865b79-9540-47f9-b79c-1594460268ec","html_url":"https://github.com/zigurous/unity-cc0textures-importer","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zigurous%2Funity-cc0textures-importer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zigurous%2Funity-cc0textures-importer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zigurous%2Funity-cc0textures-importer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zigurous%2Funity-cc0textures-importer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zigurous","download_url":"https://codeload.github.com/zigurous/unity-cc0textures-importer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223996781,"owners_count":17238368,"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":["package","tool","unity"],"created_at":"2024-08-02T05:02:02.448Z","updated_at":"2024-11-10T18:30:53.222Z","avatar_url":"https://github.com/zigurous.png","language":"C#","funding_links":["https://patreon.com/zigurous","paypal.com/donate?hosted_button_id=BGS8Y9U798JS8","zigurous.com"],"categories":["C\\#","Tutorials"],"sub_categories":["Tools"],"readme":"# CC0 Textures Importer\n\n[![](https://img.shields.io/badge/github-repo-blue?logo=github)](https://github.com/zigurous/unity-cc0textures-importer) [![](https://img.shields.io/github/package-json/v/zigurous/unity-cc0textures-importer)](https://github.com/zigurous/unity-cc0textures-importer/releases) [![](https://img.shields.io/github/license/zigurous/unity-cc0textures-importer)](https://github.com/zigurous/unity-cc0textures-importer/blob/main/LICENSE.md)\n\nThe **CC0 Textures Importer** package provides a Unity editor integration for importing textures and materials directly from [ambientcg.com](https://ambientcg.com/) by utilizing their [public API](https://help.ambientcg.com/04-API/API_v2.html).\n\n## Installation\n\nUse the Unity [Package Manager](https://docs.unity3d.com/Manual/upm-ui.html) to install the **CC0 Textures Importer** package.\n\n1. Open the Package Manager in `Window \u003e Package Manager`\n2. Click the add (`+`) button in the status bar\n3. Select `Add package from git URL` from the add menu\n4. Enter the following Git URL in the text box and click Add:\n\n```\nhttps://github.com/zigurous/unity-cc0textures-importer.git\n```\n\n## Instructions\n\nOnce the package is installed, access the import menu from `Tools \u003e CC0 Textures Importer`.\n\nFind the asset id of the desired texture pack on the CC0 Textures website. Once you select an asset on the website, you can find the id in the url. For example, the asset url `https://ambientcg.com/view?id=Wood051` has the id **Wood051**.\n\nEnter the `Asset ID` into the text field in the Unity editor. Select your desired `Resolution` and image `Format` (be careful of large file sizes). Provide an optional `Output Name` if you want to rename the texture files from their original names. Provide an optional `Output Path` relative to the root project folder.\n\nClick the `Import Textures` button then celebrate!\n\nAlternatively, click the `Import Material` button if you want the textures to be automatically mapped to a new material asset. You can provide a material prefab that will be cloned when importing the new material, otherwise Unity's default standard shader material will be used.\n\n**Note**: Textures will automatically be renamed to match the naming conventions of Unity texture maps. For example, _Color is converted to _Albedo which matches the name of the texture in the standard material editor.\n\n## Asset Licensing\n\nAll assets by ambientCG are provided under the **Creative Commons CC0 1.0 Universal License**. Read the [license details](https://help.ambientcg.com/01-General/Licensing.html) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzigurous%2Funity-cc0textures-importer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzigurous%2Funity-cc0textures-importer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzigurous%2Funity-cc0textures-importer/lists"}