Enum SpriteExportMode
Namespace: AssetRipper.Export.UnityProjects.Configuration
Assembly: AssetRipper.Export.UnityProjects.dll
Syntax
public enum SpriteExportMode
Fields
Name | Description |
---|---|
Native | Export in the native asset format, where all sprites data are stored in texture importer settings. |
Texture2D | Export as a Texture2D png image |
Yaml | Export as yaml assets which can be viewed in the editor. This is the only mode that ensures a precise recovery of all metadata of sprites. https://github.com/trouger/AssetRipper/issues/2 |