Crate unity_asset_decode

Crate unity_asset_decode 

Source
Expand description

Unity asset decode/export helpers.

This crate intentionally depends on unity-asset-binary and provides optional, heavier processing layers (Texture/Audio/Sprite/Mesh) behind feature flags.

Modules§

asset
Unity asset processing module
audio
Audio processing module
bundle
Unity AssetBundle processing module
compression
Compression support for Unity binary files
error
Error types for Unity binary parsing
file
Unified Unity file model (UnityPy-aligned).
formats
Layered “formats” namespace (UnityPy-aligned).
mesh
Unity Mesh processing module
object
Unity object representation and helpers.
reader
Binary data reader for Unity files
sprite
Unity Sprite processing module
texture
Texture processing module
typetree
Unity TypeTree processing module
unity_objects
Unity Core Object Types
unity_version
Unity Version Management System
webfile
Unity WebFile parsing

Enums§

BinaryError
Errors that can occur during Unity binary parsing

Type Aliases§

Result
Result type for Unity binary operations