unity_rs 0.1.0

unity assetbundle unpack
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub mod asset;
pub mod bundle;
pub mod classes;
mod common;
mod env;
pub mod error;
mod math;
mod object;
pub mod reader;
pub mod typetree;

pub use crate::classes::{ClassID, Sprite};
pub use crate::env::Env;
pub use crate::error::UnityError;
pub use crate::error::UnityResult;