Metadata-Version: 2.4
Name: unitytk
Version: 0.0.3
Summary: A modular Python toolkit for Unity interaction.
Author-email: Ryan Simpson <m3trik@outlook.com>
License: MIT
Project-URL: Homepage, https://github.com/unitytk/unitytk
Project-URL: Repository, https://github.com/unitytk/unitytk
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pythontk>=0.7.71
Dynamic: license-file

[![Tests](https://img.shields.io/badge/Tests-113%20passed-brightgreen.svg)](../test/)

# unitytk

A modular Python toolkit for Unity interaction — Python-side helpers for preparing DCC exports for Unity, plus the C# editor scripts they pair with (shipped under [`templates/`](../unitytk/templates/README.md)).

## More

- [`templates/README.md`](../unitytk/templates/README.md) — the C# template catalog (opacity, audio events, shot metadata, lightmaps), the FBX user-property import contract, and deployment (`TemplateDeployer.deploy_package` — embedded UPM package)
- [mayatk's `data_nodes.md`](../../mayatk/docs/data_nodes.md) — the DCC-side producer spec these templates consume (`data_export` carrier + channel registry)
- [`CHANGELOG.md`](../CHANGELOG.md) — notable changes
- [`CLAUDE.md`](../CLAUDE.md) — contributor / agent conventions
