From 987a593fd4153842dd376783b2344aa56e97cf8b Mon Sep 17 00:00:00 2001 From: Jeremy Pritts <49847914+ds5678@users.noreply.github.com> Date: Mon, 12 Jul 2021 21:37:22 -0400 Subject: [PATCH 1/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aa44654c..2915922c 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ uTinyRipper 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. -Important 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. +Important note: work on this repository has been suspended. A [fork](https://github.com/ds5678/AssetRipper) has taken over development. Please redirect all [pull requests](https://github.com/ds5678/AssetRipper/pulls) and [issues](https://github.com/ds5678/AssetRipper/issues) to that repository. -Supported versions: 1.x to 2019.x (since development is suspended, 2020.x or greater won't be supported) +Supported versions: `1.x` to `2019.x`. Since development is suspended, 2020.x and greater won't be supported on this repository. Please use the [AssetRipper fork](https://github.com/ds5678/AssetRipper). ## Export features * Scenes From 503f4c7a99f45221e5e88aeb0a6079f017140a07 Mon Sep 17 00:00:00 2001 From: Jeremy Pritts Date: Sat, 21 Aug 2021 19:48:16 -0700 Subject: [PATCH 2/3] Update README.md --- README.md | 81 +++---------------------------------------------------- 1 file changed, 3 insertions(+), 78 deletions(-) diff --git a/README.md b/README.md index 2915922c..dbbd8745 100644 --- a/README.md +++ b/README.md @@ -1,81 +1,6 @@ -# uTinyRipper -[![Download uTinyRipper](https://a.fsdn.com/con/app/sf-download-button)](https://sourceforge.net/projects/utinyripper/files) +# Attention -[![Build status](https://ci.appveyor.com/api/projects/status/yd78hqp83f7vjkwb?svg=true)](https://ci.appveyor.com/project/mafaca/utinyripper) -[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/UtinyRipper/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) +Work on this repository has been suspended. -uTinyRipper 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. +The [AssetRipper](https://github.com/ds5678/AssetRipper) fork has taken over development. Please redirect all [pull requests](https://github.com/ds5678/AssetRipper/pulls) and [issues](https://github.com/ds5678/AssetRipper/issues) to that repository. Support for newer versions has already been added there. -Important note: work on this repository has been suspended. A [fork](https://github.com/ds5678/AssetRipper) has taken over development. Please redirect all [pull requests](https://github.com/ds5678/AssetRipper/pulls) and [issues](https://github.com/ds5678/AssetRipper/issues) to that repository. - -Supported versions: `1.x` to `2019.x`. Since development is suspended, 2020.x and greater won't be supported on this repository. Please use the [AssetRipper fork](https://github.com/ds5678/AssetRipper). - -## Export features -* Scenes -* Prefabs (GameObjects with transform components) -* AnimationClips (legacy, generic, humanoid) -* Meshes -* Shaders (native listing) -* Textures -* Audio -* Fonts -* Movie textures -* Materials -* AnimatorControllers -* Avatars -* Terrains -* TextAssets -* Components: - * MeshRenderer - * SkinnedMeshRenderer - * Animation - * Animator - * Canvas - * Light - * ParticleSystem - * Colliders - * Rigidbody - * AudioSource - * Camera - * MonoBehaviour (Mono only) - * MonoScript (Mono only) - -## Structure - -* *uTinyRipperCore* - - Core library. It's designed as an single module without any third party dependencies. - -* *uTinyRipperGUI* - - Basic graphic interface application. It has some extra converters, so additionally it exports: - * AudioClip .wav export - * Texture2D .png export (with Sprites) - * Shader DirectX blob export - * References to build-in Engine assets - -* *uTinyRipperConsole* and *uTinyRipperConsoleNETCore* - - Sample console application which is designed to test Core library functionality. - 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. - As this is a sample application, I'm not going to improve it in any way. - - - -### Requirements: - -If you want to build a solution, you'll need: - - \- .NET Framework 4.7.2 + .NET Core 2.0 SDK - - \- Compiler with C# 7.3 syntax support (Visual Studio 2017) - - -If you want to run binary files, you need to install: - - \- [.NET Framework 4.7.2](https://support.microsoft.com/en-us/help/4054530/microsoft-net-framework-4-7-2-offline-installer-for-windows) - - \- [Microsoft Visual C++ 2015](https://www.microsoft.com/en-us/download/details.aspx?id=53840) Redistributables - - \- [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) - From 82c8f7de3f6432b4e3e25a1063342cc184b2d9fb Mon Sep 17 00:00:00 2001 From: ds5678 Date: Fri, 14 Jan 2022 13:53:27 -0800 Subject: [PATCH 3/3] update links --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dbbd8745..707edda5 100644 --- a/README.md +++ b/README.md @@ -2,5 +2,5 @@ Work on this repository has been suspended. -The [AssetRipper](https://github.com/ds5678/AssetRipper) fork has taken over development. Please redirect all [pull requests](https://github.com/ds5678/AssetRipper/pulls) and [issues](https://github.com/ds5678/AssetRipper/issues) to that repository. Support for newer versions has already been added there. +The [AssetRipper](https://github.com/AssetRipper/AssetRipper) fork has taken over development. Please redirect all [pull requests](https://github.com/AssetRipper/AssetRipper/pulls) and [issues](https://github.com/AssetRipper/AssetRipper/issues) to that repository. Support for newer versions has already been added there.