{"id":13661304,"url":"https://github.com/miniclip/ShapeShifter","last_synced_at":"2025-04-25T02:32:19.829Z","repository":{"id":39615749,"uuid":"491950826","full_name":"miniclip/ShapeShifter","owner":"miniclip","description":"An utility for skinning and switching between different games within the same Unity project.","archived":false,"fork":false,"pushed_at":"2022-05-30T22:39:04.000Z","size":1969,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":7,"default_branch":"main","last_synced_at":"2024-11-10T16:44:50.511Z","etag":null,"topics":["skinning","unity"],"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/miniclip.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}},"created_at":"2022-05-13T15:30:41.000Z","updated_at":"2023-02-13T11:11:04.000Z","dependencies_parsed_at":"2022-08-28T08:03:51.936Z","dependency_job_id":null,"html_url":"https://github.com/miniclip/ShapeShifter","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miniclip%2FShapeShifter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miniclip%2FShapeShifter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miniclip%2FShapeShifter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miniclip%2FShapeShifter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/miniclip","download_url":"https://codeload.github.com/miniclip/ShapeShifter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250742012,"owners_count":21479716,"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":["skinning","unity"],"created_at":"2024-08-02T05:01:32.247Z","updated_at":"2025-04-25T02:32:19.476Z","avatar_url":"https://github.com/miniclip.png","language":"C#","funding_links":[],"categories":["C\\#"],"sub_categories":[],"readme":"# Shape Shifter 🌗\n\n\u003cp align=\"center\"\u003e\n\u003cimg alt=\"Version\" src=\"https://img.shields.io/github/v/tag/miniclip/shapeshifter?label=version\" /\u003e\n\u003ca href=\"https://github.com/miniclip/shapeshifter/issues\" target=\"_blank\"\u003e\n\u003cimg alt=\"GitHub issues\" src =\"https://img.shields.io/github/issues-raw/miniclip/shapeshifter\" /\u003e\n\u003c/a\u003e\n\u003ca href=\"https://github.com/miniclip/shapeshifter/pulls\" target=\"_blank\"\u003e\n\u003cimg alt=\"GitHub pull requests\" src =\"https://img.shields.io/github/issues-pr-raw/miniclip/shapeshifter\" /\u003e\n\u003c/a\u003e\n\u003cimg alt=\"GitHub last commit\" src =\"https://img.shields.io/github/last-commit/miniclip/shapeshifter\" /\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://www.codacy.com/gh/miniclip/ShapeShifter/dashboard?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=miniclip/ShapeShifter\u0026amp;utm_campaign=Badge_Grade\"\u003e\u003cimg src=\"https://app.codacy.com/project/badge/Grade/2ecd3052e8204654ab5a4e2fc5d5329a\"/\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/miniclip/shapeshifter/blob/master/LICENSE.md\" target=\"_blank\"\u003e\n\u003cimg alt=\"License: MIT\" src=\"https://img.shields.io/badge/License-MIT-blue.svg\" /\u003e\n\u003c/a\u003e\n\u003c/p\u003e\n\n## What is ShapeShifter?\n\nShapeShifter is a novel approach to skinning and switching between different games inside the same Unity project.\n\nBy switching your skinned assets with alternate versions while maintaining its original GUID, this tool allows for\nmultiple versions of the same assets to coexist without ever losing references.\n\nIt supports the following asset types:\n\n- AnimationClip\n- AnimatorController\n- Folders\n- GameObject\n- MonoScript\n- Prefabs\n- SceneAsset\n- ScriptableObject\n- Shader\n- Texture2D\n- TextAsset\n\n### Caution!\n\n- This is an experimental package with no official release yet. Take into account that it might bring unexpected\n  problems into your project. **Please make sure to backup your work before integrating ShapeShifter.**\n\n## Preview\n\nHere you can see some examples of what ShapeShifter is able to do:\n\n\u003cdetails\u003e\n  \u003csummary\u003eSkinning a sprite\u003c/summary\u003e\n\n- After skinning a sprite, you'll be able to change the texture for each configured game version. \n- After that, you can\n  simply do a Game Switch operation and ShapeShifter will take care of replacing all skinned assets with the target game\n  version you've selected.\n- You can see the Game Switch changes happen in real time, even on a scene currently using that sprite!\n\n![Step 1](/Documentation~/Examples/Sprite-01-SkinSprite.gif)\n![Step 2](/Documentation~/Examples/Sprite-02-ReplaceVersionB.gif)\n![Step 3](/Documentation~/Examples/Sprite-03-SwitchSprites.gif)\n![Step 4](/Documentation~/Examples/Sprite-04-SwitchInsideScene.gif)\n\n\u003c/details\u003e\n\n\u003cbr\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003eSkinning a prefab\u003c/summary\u003e\n\n- With ShapeShifter you'll be able to experiment different designs while using the same prefab and maintaining all its\n  references all the time.\n- Notice that each game version will replace, not only the sprite from the previous example, but the whole prefab layout\n  as well.\n\n![Step 1](/Documentation~/Examples/Prefab-SkinAndChangePrefab.gif)\n\n\u003c/details\u003e\n\n## Contributing\n\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminiclip%2FShapeShifter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fminiclip%2FShapeShifter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminiclip%2FShapeShifter/lists"}