{"id":13662894,"url":"https://github.com/mafaca/UtinyRipper","last_synced_at":"2025-04-25T13:30:29.115Z","repository":{"id":37588181,"uuid":"121145608","full_name":"mafaca/UtinyRipper","owner":"mafaca","description":"GUI and API library to work with Engine assets, serialized and bundle files","archived":false,"fork":false,"pushed_at":"2022-01-14T21:53:29.000Z","size":22348,"stargazers_count":2924,"open_issues_count":840,"forks_count":439,"subscribers_count":101,"default_branch":"master","last_synced_at":"2025-04-14T06:49:49.688Z","etag":null,"topics":["asset","assetbundle","bundle","debug","extract","project","resource","ripper","source","unity","unity3d","unpack","viewer"],"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/mafaca.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-02-11T17:00:44.000Z","updated_at":"2025-04-13T19:40:27.000Z","dependencies_parsed_at":"2022-07-12T16:32:26.853Z","dependency_job_id":null,"html_url":"https://github.com/mafaca/UtinyRipper","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mafaca%2FUtinyRipper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mafaca%2FUtinyRipper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mafaca%2FUtinyRipper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mafaca%2FUtinyRipper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mafaca","download_url":"https://codeload.github.com/mafaca/UtinyRipper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250824807,"owners_count":21493347,"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":["asset","assetbundle","bundle","debug","extract","project","resource","ripper","source","unity","unity3d","unpack","viewer"],"created_at":"2024-08-02T05:02:11.345Z","updated_at":"2025-04-25T13:30:28.210Z","avatar_url":"https://github.com/mafaca.png","language":"C#","readme":"# uTinyRipper\n[![Download uTinyRipper](https://a.fsdn.com/con/app/sf-download-button)](https://sourceforge.net/projects/utinyripper/files)\n\n[![Build status](https://ci.appveyor.com/api/projects/status/yd78hqp83f7vjkwb?svg=true)](https://ci.appveyor.com/project/mafaca/utinyripper)\n[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/UtinyRipper/Lobby?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n\nuTinyRipper is a tool for extracting assets from serialized files (*CAB-*\\*, *\\*.assets*, *\\*.sharedAssets*, etc.) and assets bundles (*\\*.unity3d*, *\\*.assetbundle*, etc.) and converting them into native Engine format.\n\nImportant note: work on this project has been suspended. The Author is going to restart it from scratch, please redirect development and focus on other things. So don't waste your time on PRs, propositions or complex issues. The only exception is bug fixes.\n\nSupported versions: 1.x to 2019.x (since development is suspended, 2020.x or greater won't be supported)\n\n## Export features\n* Scenes\n* Prefabs (GameObjects with transform components)\n* AnimationClips (legacy, generic, humanoid)\n* Meshes\n* Shaders (native listing)\n* Textures\n* Audio\n* Fonts\n* Movie textures\n* Materials\n* AnimatorControllers\n* Avatars\n* Terrains\n* TextAssets\n* Components:\n  * MeshRenderer\n  * SkinnedMeshRenderer\n  * Animation\n  * Animator\n  * Canvas\n  * Light\n  * ParticleSystem\n  * Colliders\n  * Rigidbody\n  * AudioSource\n  * Camera\n  * MonoBehaviour (Mono only)\n  * MonoScript (Mono only)\n\n## Structure\n\n* *uTinyRipperCore*\n\n   Core library. It's designed as an single module without any third party dependencies.\n   \n* *uTinyRipperGUI*\n\n   Basic graphic interface application. It has some extra converters, so additionally it exports:\n   * AudioClip .wav export\n   * Texture2D .png export (with Sprites)\n   * Shader DirectX blob export\n   * References to build-in Engine assets\n   \n* *uTinyRipperConsole* and *uTinyRipperConsoleNETCore*\n\n   Sample console application which is designed to test Core library functionality.   \n   It's a command line application. Drag and drop resource file(s) or/and folder(s) onto the .exe to retrieve the assets. It will then automaticly try to find resource dependencies, create a 'Ripped' folder and extract all supported assets into the created directory.\n   As this is a sample application, I'm not going to improve it in any way.\n\n\n\n### Requirements:\n\nIf you want to build a solution, you'll need:\n\n \\- .NET Framework 4.7.2 + .NET Core 2.0 SDK\n\n \\- Compiler with C# 7.3 syntax support (Visual Studio 2017)\n\n\nIf you want to run binary files, you need to install:\n\n \\- [.NET Framework 4.7.2](https://support.microsoft.com/en-us/help/4054530/microsoft-net-framework-4-7-2-offline-installer-for-windows)\n \n \\- [Microsoft Visual C++ 2015](https://www.microsoft.com/en-us/download/details.aspx?id=53840) Redistributables\n\n \\- [Unity 2017.3.0f3 or greater](https://unity3d.com/get-unity/download/archive) (NOTE: your editor version must be no less than the game's version)\n \n","funding_links":[],"categories":["Archive-GameReverse","C\\#","Open Source Repositories","Reverse Engineering","C# #","🔧 Packages"],"sub_categories":["Modding","⚡ Unpacking"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmafaca%2FUtinyRipper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmafaca%2FUtinyRipper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmafaca%2FUtinyRipper/lists"}