Expand description
External TypeTree registry (UnityPy TPK-like fallback).
Unity assets can be built with stripped TypeTrees (enableTypeTree = false). In those cases,
consumers may still want a best-effort parser by supplying an external registry of TypeTrees.
This module provides an injectable registry abstraction and a simple JSON-backed implementation.
Structs§
- Composite
Type Tree Registry - A registry that resolves by trying multiple registries in order (first match wins).
- InMemory
Type Tree Registry - A simple in-memory registry keyed by Unity class ID.
- Json
Type Tree Registry - JSON-backed TypeTree registry.