Skip to main content

Crate unity_typetree_gen

Crate unity_typetree_gen 

Source
Expand description

Generate Unity TypeTreeNode trees for MonoBehaviour and ScriptableObject scripts directly from a game’s .NET assemblies.

See AssemblyTypeTreeGenerator for a usage example.

Structs§

AssemblyTypeTreeGenerator
A parsed-assembly cache that generates MonoBehaviour type trees for a fixed Unity version.
TypeTreeNode
The element type of the type tree.
UnityVersion
A parsed unity version.

Type Aliases§

Loader
Resolves an assembly’s bytes by name