AssetRipper icon indicating copy to clipboard operation
AssetRipper copied to clipboard

GUI Application to work with engine assets, asset bundles, and serialized files

Results 250 AssetRipper issues
Sort by recently updated
recently updated
newest added

## Context Unity supports storing values as hex strings. See also: https://docs.unity3d.com/Manual/FormatDescription.html ### Export integer arrays as yaml hex strings This was the behavior prior to AssetRipper `0.2.0.0`. Although Unity...

### Are you on the latest version of AssetRipper? Yes, I'm on the latest release of AssetRipper. ### Which release are you using? Windows x64 ### Which game did this...

enhancement
help wanted
export
textures

### Describe the new feature or enhancement Hi, I sometimes encounter cases where animationClips don't have the proper attributes for Animator parameters and Skinned Mesh BlendShapes. In order to recover...

enhancement

# Context There have been issues in Static Mesh Separation with creating new meshes that Unity will accept as Yaml. Because `m_VertexData` has a complex and inconsistent serialization, my first...

enhancement
export
mesh
processing

When exporting scripts from WebGL builds, it exports empty scripts with the correct names, but it does not decompile with ILSpy. This happens because the `Assembly-CSharp.dll` (and any other embedded...

enhancement
scripts

The UI could show a 3D view for prefabs and scenes.

gui
prefab
scene

Unity supports storing floating point numbers as their hexadecimal bits in Yaml for lossless storage. We should give an option to choose.

export

This would be a faster alternative to Yaml export.

export
performance

AssetRipper could export into a zip file. Requires: #665

export