Home

Awesome

Snuggle Snuggle

This project is on hold indefinitely.

Due to mental health wellness I am infinitely pausing from maintaining Snuggle.

Use AssetRipper or AssetStudio as both are more feature rich and stable.

Snuggle and it's contributors are not affiliated with, or sponsored by, or authorized by, Unity Technologies.

The "Snuggle" icon is generated with help from Midjourney.

Feature Level Comparison

Snuggle's only benefit over other systems is the ability load large games without running out of memory due to Snuggle having deferred loading. Heavy assets such as textures and models are not fully loaded until they're accessed.

FeatureSnuggleAssetStudioAssetRipperUABEA
Minimum Unity Version5.0.03.4.03.4.015.0.0
Maximum Unity Version2021.12022.12022.122021.22
PlatformsMixed3WindowsWindows, Linux, MacWindows, Linux, Mac
LicenseMITMITGPLv3MIT
Texture✔️✔️✔️✔️
Sprite✔️✔️✔️
Mesh✔️✔️✔️
MonoBehaviour✔️✔️✔️4
FontAsset✔️✔️
MovieTexture✔️✔️
VideoClip✔️✔️
TextAsset✔️✔️✔️✔️
AnimationClip✔️5✔️
Shader✔️6✔️
AudioClip✔️✔️✔️
Terrain✔️
TypeTree Dumping✔️✔️
Shader Disassembly✔️6✔️
IL2CPP Integration✔️7✔️7
Game Specific Framework✔️
Plugin System✔️✔️
Deferred Loading✔️
VFS Container Caching✔️✔️
Rebuilding Assets✔️89✔️10
Scene Hierarchy✔️✔️✔️
Previewing AssetsTexture, Sprite, Mesh, GameObject Scene, AudioTexture, Sprite, Mesh, Audio, FontTexture, Sprite, AudioNone
General Formatjsonjsonyamljson
Texture Formatspng, ddspng, tga, jpeg, bmpbmp, gif, jpeg, png, pbm, tiff, tga, rawpng, tga
Mesh FormatsglTF 2obj, fbxglTF 2 (glb)
Audio Formatswav, ogg, fsbmp3, ogg, wav, m4a, fsbwav, ogg, m4a, at9, vag, fsb

Special Thanks

See ATTRIBUTION.txt

FOSSA Status

Footnotes

  1. AssetRipper has limited support for 3.0.0~3.3.0.

  2. These tools are designed to easily update for new Unity versions. 2

  3. Core Library and Command Line are supported on Windows, Mac, and Linux. GUI is Windows only.

  4. Support is added in AssetTools.NET.

  5. Humanoid Animations are not supported.

  6. Only SPIR-V and GLSL. 2

  7. Through Cpp2IL. 2

  8. Serialized Files and UnityFS Bundles only, assets are not rebuilt.

  9. Asset editing is a planned feature for AssetRipper.

  10. Bundles are not supported.