Add Unity Pipeline package support

This commit is contained in:
ud18010
2026-07-31 17:34:04 +08:00
parent d1a526094e
commit 786b7ffff9
590 changed files with 51995 additions and 2 deletions
@@ -0,0 +1,25 @@
* [Home](index.md)
* Guides
* [Creating commands](creating-commands.md)
* [Creating authoring commands](authoring-commands.md)
* [Safety & mutations](safety-and-mutations.md)
* [Connectivity](connectivity.md)
* [Runtime connection & setup](runtime-setup.md)
* [Hot reload](hot-reload.md)
* [Tests architecture](testing.md)
* Command reference
* [Asset & file commands](commands/assets-and-files.md)
* [Scene commands](commands/scenes.md)
* [GameObject & component commands](commands/gameobjects-and-components.md)
* [Prefab commands](commands/prefabs.md)
* [Script commands](commands/scripts.md)
* [Animation commands](commands/animation.md)
* [Material & shader commands](commands/materials.md)
* [Baking commands](commands/baking.md)
* [Navigation & selection commands](commands/navigation.md)
* [Capture commands](commands/capture.md)
* [Build, compilation & test commands](commands/build-and-compilation.md)
* [Project settings commands](commands/project-settings.md)
* [Package Manager commands](commands/package-manager.md)
* [Editor lifecycle & observability commands](commands/editor-lifecycle-and-observability.md)
* [Runtime commands](commands/runtime.md)