feat: implement production cas v1

This commit is contained in:
2026-06-28 12:39:17 +08:00
parent dd53e3054e
commit b202d7b231
33 changed files with 1082 additions and 447 deletions
+3 -3
View File
@@ -3,9 +3,9 @@
//! 提供多个 Unity 版本的 AssetBundle 解析支持
pub mod adapter;
pub mod unity_2021_3;
pub mod registry;
pub mod unity_2021_3;
pub use adapter::{UnityAdapter, VersionRange, RawAssetBundle, ParsedAssetBundle};
pub use unity_2021_3::Unity2021_3Adapter;
pub use adapter::{ParsedAssetBundle, RawAssetBundle, UnityAdapter, VersionRange};
pub use registry::UnityAdapterRegistry;
pub use unity_2021_3::Unity2021_3Adapter;