A library package with no gameplay or runtime code. It sets up global usings and assembly metadata for a Game project but contains no systems, entities, or content.
Model Pro is an editor tool that batch converts FBX/OBJ/DMX meshes to VMDL and bulk edits VMDL source across a folder. It ships an editor window with two tabs, a converter and a VMDL bulk editor, backed by a KV3 tokenizer/parser, a VMDL text generator, file browser nodes, and JSON settings for import options.
Unit test project for a model editing library. It validates KV3 VMDL parsing, bulk editing of mesh properties like align origin, import scale, material groups, and generator output by reading sample data, applying edits, and asserting fields in parsed documents. Tests also boot a Sandbox test app system for setup and teardown.