Skip to content

Anuva Unity Video Creator Docs

This repository documents the Unity implementation boundary for Anuva Video Creator: virtual production scenes, cameras, bot presenter behavior, virtual screens, playback, Unity/Python render communication, capture integration, rendering, and Unity-local verification.

Product coordination and shared engineering process guidance live in anuva-main-video-creator. These docs explain how the Unity implementation works and how this repository reports implementation, docs, and verification back to product-main.

flowchart TD
    Bootstrap["Bootstrap context"]
    Core["Core implementation docs"]
    State["Current state maps"]
    Process["Local change workflow"]
    Changes["Large change records"]
    Main["anuva-main-video-creator"]

    Main --> Bootstrap
    Bootstrap --> Core
    Core --> State
    Process --> Changes
    State --> Process

Start Here

  • Bootstrap Context gives product-aware context for Codex sessions in this repository.
  • Core describes current Unity implementation behavior.
  • State records current maps, commands, dependencies, and known gaps.
  • Change Workflow defines local Codex workflow, docs parity, verification, and product-main sync expectations.
  • Changes is reserved for large change planning and execution records.

Repository Boundary

Use this repository for Unity-owned implementation, docs, tests, and verification. Use anuva-main-video-creator for product planning, cross-repository decisions, shared workflow contracts, Engineering Handbook guidance, and release readiness.