@alpsckr/unitycli 0.4.2 → 0.4.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -5
- package/contracts/command-contract.json +109 -217
- package/contracts/package-files.json +374 -294
- package/contracts/stable-session/direct-call-semantics.json +8 -2
- package/contracts/tool-completion-contract.json +148 -672
- package/dist/bridge/admission.d.ts +17 -1
- package/dist/bridge/admission.js +2 -0
- package/dist/bridge/admission.js.map +1 -1
- package/dist/bridge/domains/asset.js +3 -1
- package/dist/bridge/domains/asset.js.map +1 -1
- package/dist/bridge/domains/camera.js +39 -7
- package/dist/bridge/domains/camera.js.map +1 -1
- package/dist/bridge/domains/console.js +2 -1
- package/dist/bridge/domains/console.js.map +1 -1
- package/dist/bridge/domains/doctor.d.ts +3 -0
- package/dist/bridge/domains/doctor.js +8 -0
- package/dist/bridge/domains/doctor.js.map +1 -0
- package/dist/bridge/domains/editor.js +0 -4
- package/dist/bridge/domains/editor.js.map +1 -1
- package/dist/bridge/domains/game-object.js +4 -12
- package/dist/bridge/domains/game-object.js.map +1 -1
- package/dist/bridge/domains/graphics.js +1 -16
- package/dist/bridge/domains/graphics.js.map +1 -1
- package/dist/bridge/domains/object.js +3 -0
- package/dist/bridge/domains/object.js.map +1 -1
- package/dist/bridge/domains/physics.js +1 -2
- package/dist/bridge/domains/physics.js.map +1 -1
- package/dist/bridge/domains/profiler.js +18 -7
- package/dist/bridge/domains/profiler.js.map +1 -1
- package/dist/bridge/domains/project-tool.js +4 -0
- package/dist/bridge/domains/project-tool.js.map +1 -1
- package/dist/bridge/domains/reflection.js +10 -2
- package/dist/bridge/domains/reflection.js.map +1 -1
- package/dist/bridge/domains/runtime-tool.js +3 -0
- package/dist/bridge/domains/runtime-tool.js.map +1 -1
- package/dist/bridge/domains/scene.js +3 -8
- package/dist/bridge/domains/scene.js.map +1 -1
- package/dist/bridge/domains/screenshot.js +30 -6
- package/dist/bridge/domains/screenshot.js.map +1 -1
- package/dist/bridge/domains/ui.js +3 -1
- package/dist/bridge/domains/ui.js.map +1 -1
- package/dist/bridge/index.d.ts +5 -5
- package/dist/bridge/index.js +6 -9
- package/dist/bridge/index.js.map +1 -1
- package/dist/bridge/registry.js +3 -5
- package/dist/bridge/registry.js.map +1 -1
- package/dist/bridge/session-supervisor.d.ts +6 -3
- package/dist/bridge/session-supervisor.js +122 -34
- package/dist/bridge/session-supervisor.js.map +1 -1
- package/dist/bridge/types.d.ts +6 -5
- package/dist/bridge/types.js +16 -2
- package/dist/bridge/types.js.map +1 -1
- package/dist/catalog-protocol.d.ts +64 -0
- package/dist/catalog-protocol.js +460 -0
- package/dist/catalog-protocol.js.map +1 -0
- package/dist/cli-commands/command.js +84 -61
- package/dist/cli-commands/command.js.map +1 -1
- package/dist/cli-commands/extensions.js +70 -50
- package/dist/cli-commands/extensions.js.map +1 -1
- package/dist/cli-commands/instances.js +1 -1
- package/dist/cli-commands/instances.js.map +1 -1
- package/dist/cli-process-owners.d.ts +6 -0
- package/dist/cli-process-owners.js +27 -0
- package/dist/cli-process-owners.js.map +1 -0
- package/dist/cli.d.ts +1 -1
- package/dist/cli.js +20 -5
- package/dist/cli.js.map +1 -1
- package/dist/contracts/command-contract.js +14 -4
- package/dist/contracts/command-contract.js.map +1 -1
- package/dist/doctor.d.ts +4 -6
- package/dist/doctor.js +429 -398
- package/dist/doctor.js.map +1 -1
- package/dist/editor-blocker-observer.d.ts +2 -1
- package/dist/editor-blocker-observer.js +40 -13
- package/dist/editor-blocker-observer.js.map +1 -1
- package/dist/extension-availability.d.ts +27 -9
- package/dist/extension-availability.js +96 -56
- package/dist/extension-availability.js.map +1 -1
- package/dist/extensions/descriptor-loader.d.ts +2 -2
- package/dist/extensions/descriptor-loader.js +3 -4
- package/dist/extensions/descriptor-loader.js.map +1 -1
- package/dist/extensions/index.d.ts +1 -1
- package/dist/extensions/index.js +1 -1
- package/dist/extensions/index.js.map +1 -1
- package/dist/extensions/installer.d.ts +24 -7
- package/dist/extensions/installer.js +142 -66
- package/dist/extensions/installer.js.map +1 -1
- package/dist/extensions/registry.js +3 -5
- package/dist/extensions/registry.js.map +1 -1
- package/dist/extensions/state-contract.d.ts +11 -0
- package/dist/extensions/state-contract.js +50 -0
- package/dist/extensions/state-contract.js.map +1 -0
- package/dist/instances.d.ts +13 -1
- package/dist/instances.js +26 -0
- package/dist/instances.js.map +1 -1
- package/dist/package-manager.d.ts +0 -24
- package/dist/package-manager.js +5 -58
- package/dist/package-manager.js.map +1 -1
- package/dist/project-tool-discovery.d.ts +5 -2
- package/dist/project-tool-discovery.js +22 -18
- package/dist/project-tool-discovery.js.map +1 -1
- package/dist/runtime-code.js +1 -1
- package/dist/runtime-code.js.map +1 -1
- package/dist/tool-name.d.ts +4 -0
- package/dist/tool-name.js +15 -0
- package/dist/tool-name.js.map +1 -0
- package/dist/tools/.generated-completion-registry.d.ts +2 -0
- package/dist/tools/.generated-completion-registry.js +763 -325
- package/dist/tools/.generated-completion-registry.js.map +1 -1
- package/dist/tools/.generated-registry.d.ts +6 -11
- package/dist/tools/.generated-registry.js +6 -11
- package/dist/tools/.generated-registry.js.map +1 -1
- package/dist/tools/.generated-schemas.js +11 -16
- package/dist/tools/.generated-schemas.js.map +1 -1
- package/dist/tools/asset/refresh-status.d.ts +3 -0
- package/dist/tools/asset/refresh-status.js +12 -0
- package/dist/tools/asset/refresh-status.js.map +1 -0
- package/dist/tools/asset/refresh.js +7 -3
- package/dist/tools/asset/refresh.js.map +1 -1
- package/dist/tools/build/player-status.d.ts +3 -0
- package/dist/tools/build/player-status.js +12 -0
- package/dist/tools/build/player-status.js.map +1 -0
- package/dist/tools/build/run.js +1 -1
- package/dist/tools/build/run.js.map +1 -1
- package/dist/tools/catalog-control.d.ts +22 -0
- package/dist/tools/catalog-control.js +335 -0
- package/dist/tools/catalog-control.js.map +1 -0
- package/dist/tools/catalog.d.ts +7 -9
- package/dist/tools/catalog.js +66 -45
- package/dist/tools/catalog.js.map +1 -1
- package/dist/tools/commands.d.ts +1 -1
- package/dist/tools/commands.js +44 -11
- package/dist/tools/commands.js.map +1 -1
- package/dist/tools/define.js +3 -2
- package/dist/tools/define.js.map +1 -1
- package/dist/tools/dispatcher.d.ts +53 -6
- package/dist/tools/dispatcher.js +277 -108
- package/dist/tools/dispatcher.js.map +1 -1
- package/dist/tools/editor/compile.js +1 -1
- package/dist/tools/editor/compile.js.map +1 -1
- package/dist/tools/editor/play-mode-status.d.ts +3 -0
- package/dist/tools/editor/play-mode-status.js +12 -0
- package/dist/tools/editor/play-mode-status.js.map +1 -0
- package/dist/tools/editor/readiness.d.ts +0 -1
- package/dist/tools/editor/readiness.js +0 -1
- package/dist/tools/editor/readiness.js.map +1 -1
- package/dist/tools/editor/refresh.d.ts +7 -3
- package/dist/tools/editor/refresh.js +20 -15
- package/dist/tools/editor/refresh.js.map +1 -1
- package/dist/tools/editor/state.d.ts +2 -2
- package/dist/tools/editor/state.js +13 -12
- package/dist/tools/editor/state.js.map +1 -1
- package/dist/tools/metadata/derived.js +1 -7
- package/dist/tools/metadata/derived.js.map +1 -1
- package/dist/tools/metadata/status.js +1 -12
- package/dist/tools/metadata/status.js.map +1 -1
- package/dist/tools/metadata/types.d.ts +0 -2
- package/dist/tools/navmesh/live.js +1 -1
- package/dist/tools/navmesh/live.js.map +1 -1
- package/dist/tools/occlusion/live.js +1 -1
- package/dist/tools/occlusion/live.js.map +1 -1
- package/dist/tools/package/deploy.js +2 -2
- package/dist/tools/package/deploy.js.map +1 -1
- package/dist/tools/package/embed.js +1 -1
- package/dist/tools/package/embed.js.map +1 -1
- package/dist/tools/package/install-status.d.ts +3 -0
- package/dist/tools/package/install-status.js +12 -0
- package/dist/tools/package/install-status.js.map +1 -0
- package/dist/tools/package/install.js +3 -3
- package/dist/tools/package/install.js.map +1 -1
- package/dist/tools/package/live-resolve.js +45 -12
- package/dist/tools/package/live-resolve.js.map +1 -1
- package/dist/tools/package/registry-clear.js.map +1 -1
- package/dist/tools/package/registry-set.js.map +1 -1
- package/dist/tools/package/remove-status.d.ts +3 -0
- package/dist/tools/package/remove-status.js +12 -0
- package/dist/tools/package/remove-status.js.map +1 -0
- package/dist/tools/package/remove.js +3 -3
- package/dist/tools/package/remove.js.map +1 -1
- package/dist/tools/package/resolve.js +3 -3
- package/dist/tools/package/resolve.js.map +1 -1
- package/dist/tools/package/restore.js +2 -2
- package/dist/tools/package/restore.js.map +1 -1
- package/dist/tools/package/scoped-registry-add.js.map +1 -1
- package/dist/tools/status/support.d.ts +13 -0
- package/dist/tools/status/support.js +28 -0
- package/dist/tools/status/support.js.map +1 -0
- package/dist/tools/test/cancel.js +2 -2
- package/dist/tools/test/cancel.js.map +1 -1
- package/dist/tools/test/run-status.d.ts +3 -0
- package/dist/tools/test/run-status.js +12 -0
- package/dist/tools/test/run-status.js.map +1 -0
- package/dist/tools/test/run.js +7 -4
- package/dist/tools/test/run.js.map +1 -1
- package/dist/tools/tools/group-summaries.js +10 -14
- package/dist/tools/tools/group-summaries.js.map +1 -1
- package/docs/architecture.md +4 -4
- package/docs/availability-differences.md +4 -4
- package/docs/command-execution.md +4 -3
- package/docs/error-codes.md +13 -5
- package/docs/extensions.md +1 -7
- package/docs/risk-and-side-effects.md +4 -3
- package/docs/safety-boundaries.md +3 -1
- package/docs/target-and-instance.md +1 -1
- package/docs/tool-discovery.md +17 -10
- package/docs/tool-execution.md +18 -7
- package/extensions/cinemachine/unitypkg/Editor/UnityCliExtensionAssembly.cs +3 -0
- package/extensions/hdrp/unitypkg/Editor/UnityCliExtensionAssembly.cs +3 -0
- package/extensions/probuilder/unitypkg/Editor/UnityCliExtensionAssembly.cs +3 -0
- package/extensions/urp/unitypkg/Editor/UnityCliExtensionAssembly.cs +3 -0
- package/extensions/vfx-graph/unitypkg/Editor/UnityCliExtensionAssembly.cs +3 -0
- package/package.json +2 -4
- package/skills/unitycli/SKILL.md +35 -42
- package/skills/unitycli/manifest.json +1 -1
- package/skills/unitycli/references/operation-protocol.md +3 -3
- package/unitypkg/Editor/AssemblyInfo.cs +5 -0
- package/unitypkg/Editor/Bridge/BridgeCommandRegistry.cs +49 -14
- package/unitypkg/Editor/Bridge/BridgeHttpServer.cs +9 -35
- package/unitypkg/Editor/Bridge/BridgeQueueState.cs +672 -0
- package/unitypkg/Editor/Bridge/BridgeWorkQueue.cs +970 -120
- package/unitypkg/Editor/BridgeStartupStateMachine.cs +59 -1
- package/unitypkg/Editor/Commands/ProjectToolCommands.cs +4 -0
- package/unitypkg/Editor/Commands/RuntimeToolCommands.cs +3 -0
- package/unitypkg/Editor/Generated/UnityCliToolCompletionRegistry.g.cs +379 -14
- package/unitypkg/Editor/Infrastructure/CodeExecSupport.cs +28 -13
- package/unitypkg/Editor/Infrastructure/RegistryOwnershipResolver.cs +132 -105
- package/unitypkg/Editor/Infrastructure/UnityCliActiveOperation.cs +138 -29
- package/unitypkg/Editor/Infrastructure/UnityCliAdmission.cs +1856 -237
- package/unitypkg/Editor/Infrastructure/UnityCliDoctorDiagnostics.cs +220 -0
- package/unitypkg/Editor/Infrastructure/UnityCliDurableStatusCoordinator.cs +118 -0
- package/unitypkg/Editor/Infrastructure/UnityCliEditorStateSnapshot.cs +2 -1
- package/unitypkg/Editor/Infrastructure/UnityCliHierarchyPager.cs +203 -0
- package/unitypkg/Editor/Infrastructure/UnityCliInstanceCleanup.cs +2 -1
- package/unitypkg/Editor/Infrastructure/UnityCliInstanceRegistry.cs +201 -63
- package/unitypkg/Editor/Infrastructure/UnityCliJson.cs +2 -3
- package/unitypkg/Editor/Infrastructure/UnityCliLiveBuildCoordinator.cs +289 -46
- package/unitypkg/Editor/Infrastructure/UnityCliLiveRefreshCoordinator.cs +87 -53
- package/unitypkg/Editor/Infrastructure/UnityCliNavMeshBakeCoordinator.cs +4 -4
- package/unitypkg/Editor/Infrastructure/UnityCliObjectRef.cs +128 -25
- package/unitypkg/Editor/Infrastructure/UnityCliObjectSerializer.cs +435 -327
- package/unitypkg/Editor/Infrastructure/UnityCliOcclusionBakeCoordinator.cs +4 -4
- package/unitypkg/Editor/Infrastructure/UnityCliOperationCoordinator.cs +351 -53
- package/unitypkg/Editor/Infrastructure/UnityCliPackageResolveCoordinator.cs +118 -18
- package/unitypkg/Editor/Infrastructure/UnityCliPackageResolveState.cs +20 -1
- package/unitypkg/Editor/Infrastructure/UnityCliReadGeneration.cs +97 -0
- package/unitypkg/Editor/Infrastructure/UnityCliReflection.cs +644 -133
- package/unitypkg/Editor/Infrastructure/UnityCliReloadOperation.cs +128 -41
- package/unitypkg/Editor/Infrastructure/UnityCliRuntimeExecutor.cs +14 -84
- package/unitypkg/Editor/Infrastructure/UnityCliSerializer.cs +220 -0
- package/unitypkg/Editor/Infrastructure/UnityCliSessionMutationLease.cs +69 -29
- package/unitypkg/Editor/Infrastructure/UnityCliTestRunCoordinator.cs +440 -54
- package/unitypkg/Editor/Infrastructure/UnityCliWaiter.cs +128 -35
- package/unitypkg/Editor/ProjectTools/IUnityCliTool.cs +9 -1
- package/unitypkg/Editor/ProjectTools/OfficialAttributeToolRegistry.cs +32 -31
- package/unitypkg/Editor/ProjectTools/ProjectToolRegistry.cs +607 -458
- package/unitypkg/Editor/ProjectTools/ProjectToolSchemaValidator.cs +35 -7
- package/unitypkg/Editor/ProjectTools/RegisteredTool.cs +501 -60
- package/unitypkg/Editor/ProjectTools/UnityCliProjectToolContext.cs +21 -0
- package/unitypkg/Editor/ProjectTools/UnityCliSchemaDeriver.cs +36 -7
- package/unitypkg/Editor/ProjectTools/UnityCliToolName.cs +30 -0
- package/unitypkg/Editor/Properties/AssemblyInfo.cs +3 -0
- package/unitypkg/Editor/Tools/asset/get-data.cs +16 -7
- package/unitypkg/Editor/Tools/build/BuildSceneStateTool.cs +23 -3
- package/unitypkg/Editor/Tools/build/BuildToolDtos.cs +2 -1
- package/unitypkg/Editor/Tools/build/scene/add.cs +6 -3
- package/unitypkg/Editor/Tools/build/scene/disable.cs +1 -1
- package/unitypkg/Editor/Tools/build/scene/enable.cs +1 -1
- package/unitypkg/Editor/Tools/build/scene/list.cs +1 -1
- package/unitypkg/Editor/Tools/build/scene/remove.cs +13 -3
- package/unitypkg/Editor/Tools/camera/CameraToolSupport.cs +38 -38
- package/unitypkg/Editor/Tools/camera/multiview.cs +13 -6
- package/unitypkg/Editor/Tools/camera/screenshot.cs +14 -7
- package/unitypkg/Editor/Tools/component/get.cs +16 -9
- package/unitypkg/Editor/Tools/component/modify.cs +6 -4
- package/unitypkg/Editor/Tools/console/clear.cs +7 -6
- package/unitypkg/Editor/Tools/console/get.cs +48 -16
- package/unitypkg/Editor/Tools/editor/EditorToolSupport.cs +143 -28
- package/unitypkg/Editor/Tools/editor/menu-items.cs +1 -1
- package/unitypkg/Editor/Tools/editor/play.cs +2 -11
- package/unitypkg/Editor/Tools/editor/selection.cs +1 -1
- package/unitypkg/Editor/Tools/editor/stop.cs +2 -11
- package/unitypkg/Editor/Tools/editor/windows.cs +1 -1
- package/unitypkg/Editor/Tools/go/GameObjectToolSupport.cs +54 -4
- package/unitypkg/Editor/Tools/go/delete.cs +1 -1
- package/unitypkg/Editor/Tools/go/find.cs +167 -70
- package/unitypkg/Editor/Tools/graphics/GraphicsToolSupport.cs +25 -0
- package/unitypkg/Editor/Tools/graphics/light-probe-group.cs +9 -3
- package/unitypkg/Editor/Tools/graphics/pipeline-info.cs +1 -1
- package/unitypkg/Editor/Tools/graphics/pipeline-settings.cs +1 -1
- package/unitypkg/Editor/Tools/graphics/quality.cs +2 -2
- package/unitypkg/Editor/Tools/graphics/reflection-probe.cs +3 -3
- package/unitypkg/Editor/Tools/graphics/stats.cs +1 -1
- package/unitypkg/Editor/Tools/object/ObjectToolSupport.cs +4 -4
- package/unitypkg/Editor/Tools/object/get-data.cs +9 -7
- package/unitypkg/Editor/Tools/object/modify.cs +7 -5
- package/unitypkg/Editor/Tools/physics/raycast.cs +24 -6
- package/unitypkg/Editor/Tools/prefab/stage.cs +1 -1
- package/unitypkg/Editor/Tools/profiler/ProfilerFrameDebuggerSupport.cs +94 -21
- package/unitypkg/Editor/Tools/profiler/ProfilerMemorySnapshotSupport.cs +397 -10
- package/unitypkg/Editor/Tools/profiler/ProfilerToolSupport.cs +18 -4
- package/unitypkg/Editor/Tools/profiler/frame-debugger/enable.cs +1 -1
- package/unitypkg/Editor/Tools/profiler/frame-debugger/events.cs +88 -87
- package/unitypkg/Editor/Tools/profiler/hierarchy.cs +278 -112
- package/unitypkg/Editor/Tools/profiler/memory-snapshot/compare.cs +9 -5
- package/unitypkg/Editor/Tools/profiler/memory-snapshot/list.cs +37 -35
- package/unitypkg/Editor/Tools/profiler/memory-snapshot/take.cs +99 -97
- package/unitypkg/Editor/Tools/project/info.cs +1 -1
- package/unitypkg/Editor/Tools/project/layers.cs +1 -1
- package/unitypkg/Editor/Tools/project/tags.cs +1 -1
- package/unitypkg/Editor/Tools/reflection/method/call.cs +9 -7
- package/unitypkg/Editor/Tools/reflection/method/find.cs +27 -37
- package/unitypkg/Editor/Tools/reflection/type/schema.cs +24 -28
- package/unitypkg/Editor/Tools/scene/gameobject/component.cs +8 -5
- package/unitypkg/Editor/Tools/scene/gameobject/components.cs +10 -7
- package/unitypkg/Editor/Tools/scene/gameobject-support.cs +104 -8
- package/unitypkg/Editor/Tools/scene/gameobject.cs +37 -16
- package/unitypkg/Editor/Tools/scene/hierarchy.cs +146 -142
- package/unitypkg/Editor/Tools/screenshot/EditorElementCaptureToolSupport.cs +77 -25
- package/unitypkg/Editor/Tools/screenshot/ScreenshotToolSupport.cs +315 -95
- package/unitypkg/Editor/Tools/screenshot/editor-element.cs +7 -5
- package/unitypkg/Editor/Tools/screenshot/game-view.cs +35 -21
- package/unitypkg/Editor/Tools/screenshot/isolated-object.cs +29 -23
- package/unitypkg/Editor/Tools/screenshot/orbit.cs +37 -25
- package/unitypkg/Editor/Tools/screenshot/scene-view.cs +25 -18
- package/unitypkg/Editor/Tools/screenshot/screen.cs +177 -17
- package/unitypkg/Editor/Tools/screenshot/surround.cs +83 -79
- package/unitypkg/Editor/Tools/ui/render-preview.cs +16 -11
- package/unitypkg/Editor/UnityCliBridge.cs +97 -34
- package/unitypkg/Runtime/Infrastructure/UnityCliRuntimeBridge.cs +753 -122
- package/unitypkg/Runtime/Properties/AssemblyInfo.cs +5 -0
- package/unitypkg/Runtime/UnityCli.Runtime.asmdef +1 -1
- package/unitypkg/Shared/AssemblyInfo.cs +4 -0
- package/unitypkg/Shared/UnityCliAdmissionPool.cs +265 -75
- package/unitypkg/Shared/UnityCliBridgeQueuePolicy.cs +410 -0
- package/unitypkg/Shared/UnityCliBridgeWorkItemState.cs +47 -0
- package/unitypkg/Shared/UnityCliExceptionProjection.cs +151 -0
- package/unitypkg/Shared/UnityCliQueuePublication.cs +30 -0
- package/unitypkg/Shared/UnityCliRequestBudget.cs +352 -0
- package/unitypkg/Shared/UnityCliRuntimeRequestPublication.cs +107 -0
- package/unitypkg/Tests/Editor/UnityCli.Editor.Tests.asmdef +2 -2
- package/unitypkg/Tests/Editor/UnityCliAdmissionCoordinatorIntegrationTests.cs +1329 -0
- package/unitypkg/Tests/Editor/UnityCliAdmissionPoolTests.cs +311 -114
- package/unitypkg/Tests/Editor/UnityCliAdmissionRepairStateTests.cs +94 -0
- package/unitypkg/Tests/Editor/UnityCliBridgeAdmissionIntegrationTests.cs +1229 -0
- package/unitypkg/Tests/Editor/UnityCliBridgeQueuePolicyTests.cs +412 -0
- package/unitypkg/Tests/Editor/UnityCliContinuationIntegrationTests.cs +292 -0
- package/unitypkg/Tests/Editor/UnityCliDiagnosticBoundaryTests.cs +120 -0
- package/unitypkg/Tests/Editor/UnityCliDurableStatusTests.cs +84 -0
- package/unitypkg/Tests/Editor/UnityCliExceptionProjectionTests.cs +72 -0
- package/unitypkg/Tests/Editor/UnityCliInstancePublicationRetryTests.cs +180 -97
- package/unitypkg/Tests/Editor/UnityCliMemoryReflectionIntegrationTests.cs +434 -0
- package/unitypkg/Tests/Editor/UnityCliRequestBudgetTests.cs +615 -0
- package/unitypkg/Tests/Editor/UnityCliRuntimeBridgeIntegrationTests.cs +520 -0
- package/unitypkg/Tests/Editor/UnityCliToolCatalogTests.cs +562 -0
- package/unitypkg/Tests/Runtime/UnityCli.Runtime.Tests.asmdef +23 -0
- package/unitypkg/Tests/Runtime/UnityCliRuntimeCatalogValidationTests.cs +29 -0
- package/unitypkg/package.json +1 -1
- package/contracts/static-capability-catalog.json +0 -48226
- package/dist/bridge/domains/diagnose.d.ts +0 -2
- package/dist/bridge/domains/diagnose.js +0 -11
- package/dist/bridge/domains/diagnose.js.map +0 -1
- package/dist/bridge/domains/extension.d.ts +0 -8
- package/dist/bridge/domains/extension.js +0 -20
- package/dist/bridge/domains/extension.js.map +0 -1
- package/dist/capabilities.d.ts +0 -5
- package/dist/capabilities.js +0 -84
- package/dist/capabilities.js.map +0 -1
- package/dist/static-capability-catalog.d.ts +0 -13
- package/dist/static-capability-catalog.js +0 -41
- package/dist/static-capability-catalog.js.map +0 -1
- package/dist/tools/diagnose/capabilities.d.ts +0 -13
- package/dist/tools/diagnose/capabilities.js +0 -34
- package/dist/tools/diagnose/capabilities.js.map +0 -1
- package/dist/tools/package/info.d.ts +0 -19
- package/dist/tools/package/info.js +0 -27
- package/dist/tools/package/info.js.map +0 -1
- package/dist/tools/package/list.d.ts +0 -27
- package/dist/tools/package/list.js +0 -21
- package/dist/tools/package/list.js.map +0 -1
- package/dist/tools/package/registry-get.d.ts +0 -10
- package/dist/tools/package/registry-get.js +0 -22
- package/dist/tools/package/registry-get.js.map +0 -1
- package/dist/tools/package/scoped-registry-list.d.ts +0 -14
- package/dist/tools/package/scoped-registry-list.js +0 -22
- package/dist/tools/package/scoped-registry-list.js.map +0 -1
- package/dist/tools/package/search.d.ts +0 -17
- package/dist/tools/package/search.js +0 -39
- package/dist/tools/package/search.js.map +0 -1
- package/dist/tools/package/status.d.ts +0 -21
- package/dist/tools/package/status.js +0 -37
- package/dist/tools/package/status.js.map +0 -1
- package/dist/tools/tools/describe.d.ts +0 -27
- package/dist/tools/tools/describe.js +0 -35
- package/dist/tools/tools/describe.js.map +0 -1
- package/dist/tools/tools/group-list.d.ts +0 -16
- package/dist/tools/tools/group-list.js +0 -38
- package/dist/tools/tools/group-list.js.map +0 -1
- package/dist/tools/tools/group.d.ts +0 -13
- package/dist/tools/tools/group.js +0 -34
- package/dist/tools/tools/group.js.map +0 -1
- package/dist/tools/tools/pagination.d.ts +0 -17
- package/dist/tools/tools/pagination.js +0 -28
- package/dist/tools/tools/pagination.js.map +0 -1
- package/dist/tools/tools/search.d.ts +0 -15
- package/dist/tools/tools/search.js +0 -42
- package/dist/tools/tools/search.js.map +0 -1
- package/unitypkg/Editor/Tools/diagnose/preflight.cs +0 -269
- package/unitypkg/Editor/Tools/editor/console.cs +0 -26
- package/unitypkg/Editor/Tools/extension/status.cs +0 -87
- package/unitypkg/Editor/Tools/go/inspect.cs +0 -49
- package/unitypkg/Editor/Tools/graphics/pipeline-quality.cs +0 -24
- package/unitypkg/Editor/Tools/graphics/probe-positions.cs +0 -58
- package/unitypkg/Editor/Tools/graphics/settings.cs +0 -104
- package/unitypkg/Editor/Tools/graphics/stats-counters.cs +0 -28
- package/unitypkg/Editor/Tools/graphics/stats-memory.cs +0 -21
- package/unitypkg/Editor/Tools/instances/list.cs +0 -71
- package/unitypkg/Editor/Tools/physics/raycast-all.cs +0 -67
- package/unitypkg/Editor/Tools/scene/build-settings.cs +0 -69
- package/unitypkg/Editor/Tools/scene/data.cs +0 -125
- package/unitypkg/Editor/Tools/tests/list.cs +0 -98
package/README.md
CHANGED
|
@@ -112,7 +112,7 @@ unitycli tools describe editor.state --instance C:\path\UnityProject
|
|
|
112
112
|
unitycli tools run editor.state --input '{}' --instance C:\path\UnityProject
|
|
113
113
|
```
|
|
114
114
|
|
|
115
|
-
Do not guess Tool names or inputs. Discover the current catalog, read one descriptor, then call that exact Tool. `command <name>` is a schema-argument projection of the same live catalog, not a second capability system.
|
|
115
|
+
Do not guess Tool names or inputs. Discover the current catalog, read one descriptor, then call that exact Tool. `command <name>` is a schema-argument projection of the same live catalog, not a second capability system. 调用方明确要求的业务值优先于schema default和example值;不要把default或example当作连通性、probe或smoke调用。
|
|
116
116
|
|
|
117
117
|
Optional extensions use their dedicated control plane:
|
|
118
118
|
|
|
@@ -126,9 +126,9 @@ unitycli extensions doctor --project C:\path\UnityProject
|
|
|
126
126
|
Discovery lists default to 20 items, allow at most 100, and continue with `pageInfo.nextCursor`:
|
|
127
127
|
|
|
128
128
|
```powershell
|
|
129
|
-
unitycli tools group list <group> --page-size 20 --instance <id|projectPath|alias>
|
|
130
|
-
unitycli tools search '<k1|k2|...>' --page-size 20 --instance <id|projectPath|alias>
|
|
131
|
-
unitycli command --project-path C:\path\UnityProject --page-size 20
|
|
129
|
+
unitycli tools group list <group> --page-size 20 --cursor <nextCursor> --instance <id|projectPath|alias>
|
|
130
|
+
unitycli tools search '<k1|k2|...>' --page-size 20 --cursor <nextCursor> --instance <id|projectPath|alias>
|
|
131
|
+
unitycli command --project-path C:\path\UnityProject --page-size 20 --cursor <nextCursor>
|
|
132
132
|
```
|
|
133
133
|
|
|
134
134
|
In PowerShell, quote pipe-separated search keywords with single quotes.
|
|
@@ -149,7 +149,7 @@ Failure:
|
|
|
149
149
|
{"ok":false,"requestId":"req-...","error":{"code":"...","message":"...","nextActions":[],"transient":false,"retryAfterMs":0}}
|
|
150
150
|
```
|
|
151
151
|
|
|
152
|
-
Follow structured `nextActions`. With `--timeout-ms T`, use a host budget of at least `2 * T + 5000` milliseconds and wait for the unitycli process to exit. `E_EXECUTION_TIMEOUT` means no trusted terminal result; timeout does not stop Unity effects or synchronous C# already running.
|
|
152
|
+
Follow structured `nextActions`. With `--timeout-ms T`, use a host budget of at least `2 * T + 5000` milliseconds and wait for the unitycli process to exit. `E_EXECUTION_TIMEOUT` means no trusted terminal result; timeout does not stop Unity effects or synchronous C# already running. For `asset.refresh`, player build, Play Mode, Package installation (including exact version changes), Package removal, and `test.run`, discover the matching domain `.status` Tool and pass the original root `requestId`; status reads the same-session active phase or exact terminal without replaying the effect. Otherwise inspect business state before deciding whether to submit a new mutation.
|
|
153
153
|
|
|
154
154
|
## Update And Remove
|
|
155
155
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 1,
|
|
3
|
-
"generatedFrom": "
|
|
3
|
+
"generatedFrom": "canonical C#/TS source inventory and metadata",
|
|
4
4
|
"commands": [
|
|
5
5
|
{
|
|
6
6
|
"bridgeCommand": "animation.clip",
|
|
@@ -227,6 +227,15 @@
|
|
|
227
227
|
"destructive": false,
|
|
228
228
|
"timeout": 30000
|
|
229
229
|
},
|
|
230
|
+
{
|
|
231
|
+
"bridgeCommand": "asset.refresh.status",
|
|
232
|
+
"group": "asset",
|
|
233
|
+
"command": "refresh.status",
|
|
234
|
+
"handler_type": "hybrid",
|
|
235
|
+
"csharp_handler": "none",
|
|
236
|
+
"destructive": false,
|
|
237
|
+
"timeout": 30000
|
|
238
|
+
},
|
|
230
239
|
{
|
|
231
240
|
"bridgeCommand": "asset.rename",
|
|
232
241
|
"group": "asset",
|
|
@@ -272,6 +281,15 @@
|
|
|
272
281
|
"destructive": true,
|
|
273
282
|
"timeout": 30000
|
|
274
283
|
},
|
|
284
|
+
{
|
|
285
|
+
"bridgeCommand": "build.player.status",
|
|
286
|
+
"group": "build",
|
|
287
|
+
"command": "player.status",
|
|
288
|
+
"handler_type": "hybrid",
|
|
289
|
+
"csharp_handler": "none",
|
|
290
|
+
"destructive": false,
|
|
291
|
+
"timeout": 30000
|
|
292
|
+
},
|
|
275
293
|
{
|
|
276
294
|
"bridgeCommand": "build.profile.create",
|
|
277
295
|
"group": "build",
|
|
@@ -800,24 +818,6 @@
|
|
|
800
818
|
"destructive": true,
|
|
801
819
|
"timeout": 30000
|
|
802
820
|
},
|
|
803
|
-
{
|
|
804
|
-
"bridgeCommand": "diagnose.capabilities",
|
|
805
|
-
"group": "diagnose",
|
|
806
|
-
"command": "capabilities",
|
|
807
|
-
"handler_type": "offline",
|
|
808
|
-
"csharp_handler": "none",
|
|
809
|
-
"destructive": false,
|
|
810
|
-
"timeout": 30000
|
|
811
|
-
},
|
|
812
|
-
{
|
|
813
|
-
"bridgeCommand": "diagnose.preflight",
|
|
814
|
-
"group": "diagnose",
|
|
815
|
-
"command": "preflight",
|
|
816
|
-
"handler_type": "bridge",
|
|
817
|
-
"csharp_handler": "present",
|
|
818
|
-
"destructive": false,
|
|
819
|
-
"timeout": 30000
|
|
820
|
-
},
|
|
821
821
|
{
|
|
822
822
|
"bridgeCommand": "docs.get",
|
|
823
823
|
"group": "docs",
|
|
@@ -872,15 +872,6 @@
|
|
|
872
872
|
"destructive": false,
|
|
873
873
|
"timeout": 120000
|
|
874
874
|
},
|
|
875
|
-
{
|
|
876
|
-
"bridgeCommand": "editor.console",
|
|
877
|
-
"group": "editor",
|
|
878
|
-
"command": "console",
|
|
879
|
-
"handler_type": "bridge",
|
|
880
|
-
"csharp_handler": "present",
|
|
881
|
-
"destructive": false,
|
|
882
|
-
"timeout": 30000
|
|
883
|
-
},
|
|
884
875
|
{
|
|
885
876
|
"bridgeCommand": "editor.dialog.click",
|
|
886
877
|
"group": "editor",
|
|
@@ -944,6 +935,15 @@
|
|
|
944
935
|
"destructive": false,
|
|
945
936
|
"timeout": 30000
|
|
946
937
|
},
|
|
938
|
+
{
|
|
939
|
+
"bridgeCommand": "editor.play-mode.status",
|
|
940
|
+
"group": "editor",
|
|
941
|
+
"command": "play-mode.status",
|
|
942
|
+
"handler_type": "hybrid",
|
|
943
|
+
"csharp_handler": "none",
|
|
944
|
+
"destructive": false,
|
|
945
|
+
"timeout": 30000
|
|
946
|
+
},
|
|
947
947
|
{
|
|
948
948
|
"bridgeCommand": "editor.redo",
|
|
949
949
|
"group": "editor",
|
|
@@ -1043,15 +1043,6 @@
|
|
|
1043
1043
|
"destructive": false,
|
|
1044
1044
|
"timeout": 30000
|
|
1045
1045
|
},
|
|
1046
|
-
{
|
|
1047
|
-
"bridgeCommand": "extension.status",
|
|
1048
|
-
"group": "extension",
|
|
1049
|
-
"command": "status",
|
|
1050
|
-
"handler_type": "bridge",
|
|
1051
|
-
"csharp_handler": "present",
|
|
1052
|
-
"destructive": false,
|
|
1053
|
-
"timeout": 30000
|
|
1054
|
-
},
|
|
1055
1046
|
{
|
|
1056
1047
|
"bridgeCommand": "go.create",
|
|
1057
1048
|
"group": "go",
|
|
@@ -1088,15 +1079,6 @@
|
|
|
1088
1079
|
"destructive": false,
|
|
1089
1080
|
"timeout": 30000
|
|
1090
1081
|
},
|
|
1091
|
-
{
|
|
1092
|
-
"bridgeCommand": "go.inspect",
|
|
1093
|
-
"group": "go",
|
|
1094
|
-
"command": "inspect",
|
|
1095
|
-
"handler_type": "bridge",
|
|
1096
|
-
"csharp_handler": "present",
|
|
1097
|
-
"destructive": false,
|
|
1098
|
-
"timeout": 30000
|
|
1099
|
-
},
|
|
1100
1082
|
{
|
|
1101
1083
|
"bridgeCommand": "go.look-at",
|
|
1102
1084
|
"group": "go",
|
|
@@ -1205,15 +1187,6 @@
|
|
|
1205
1187
|
"destructive": false,
|
|
1206
1188
|
"timeout": 30000
|
|
1207
1189
|
},
|
|
1208
|
-
{
|
|
1209
|
-
"bridgeCommand": "graphics.pipeline-quality",
|
|
1210
|
-
"group": "graphics",
|
|
1211
|
-
"command": "pipeline-quality",
|
|
1212
|
-
"handler_type": "bridge",
|
|
1213
|
-
"csharp_handler": "present",
|
|
1214
|
-
"destructive": true,
|
|
1215
|
-
"timeout": 30000
|
|
1216
|
-
},
|
|
1217
1190
|
{
|
|
1218
1191
|
"bridgeCommand": "graphics.pipeline-settings",
|
|
1219
1192
|
"group": "graphics",
|
|
@@ -1223,15 +1196,6 @@
|
|
|
1223
1196
|
"destructive": true,
|
|
1224
1197
|
"timeout": 30000
|
|
1225
1198
|
},
|
|
1226
|
-
{
|
|
1227
|
-
"bridgeCommand": "graphics.probe-positions",
|
|
1228
|
-
"group": "graphics",
|
|
1229
|
-
"command": "probe-positions",
|
|
1230
|
-
"handler_type": "bridge",
|
|
1231
|
-
"csharp_handler": "present",
|
|
1232
|
-
"destructive": false,
|
|
1233
|
-
"timeout": 30000
|
|
1234
|
-
},
|
|
1235
1199
|
{
|
|
1236
1200
|
"bridgeCommand": "graphics.quality",
|
|
1237
1201
|
"group": "graphics",
|
|
@@ -1259,15 +1223,6 @@
|
|
|
1259
1223
|
"destructive": false,
|
|
1260
1224
|
"timeout": 30000
|
|
1261
1225
|
},
|
|
1262
|
-
{
|
|
1263
|
-
"bridgeCommand": "graphics.settings",
|
|
1264
|
-
"group": "graphics",
|
|
1265
|
-
"command": "settings",
|
|
1266
|
-
"handler_type": "bridge",
|
|
1267
|
-
"csharp_handler": "present",
|
|
1268
|
-
"destructive": true,
|
|
1269
|
-
"timeout": 30000
|
|
1270
|
-
},
|
|
1271
1226
|
{
|
|
1272
1227
|
"bridgeCommand": "graphics.skybox-get",
|
|
1273
1228
|
"group": "graphics",
|
|
@@ -1340,24 +1295,6 @@
|
|
|
1340
1295
|
"destructive": false,
|
|
1341
1296
|
"timeout": 30000
|
|
1342
1297
|
},
|
|
1343
|
-
{
|
|
1344
|
-
"bridgeCommand": "graphics.stats-counters",
|
|
1345
|
-
"group": "graphics",
|
|
1346
|
-
"command": "stats-counters",
|
|
1347
|
-
"handler_type": "bridge",
|
|
1348
|
-
"csharp_handler": "present",
|
|
1349
|
-
"destructive": false,
|
|
1350
|
-
"timeout": 30000
|
|
1351
|
-
},
|
|
1352
|
-
{
|
|
1353
|
-
"bridgeCommand": "graphics.stats-memory",
|
|
1354
|
-
"group": "graphics",
|
|
1355
|
-
"command": "stats-memory",
|
|
1356
|
-
"handler_type": "bridge",
|
|
1357
|
-
"csharp_handler": "present",
|
|
1358
|
-
"destructive": false,
|
|
1359
|
-
"timeout": 30000
|
|
1360
|
-
},
|
|
1361
1298
|
{
|
|
1362
1299
|
"bridgeCommand": "graphics.volume",
|
|
1363
1300
|
"group": "graphics",
|
|
@@ -1451,15 +1388,6 @@
|
|
|
1451
1388
|
"com.unity.render-pipelines.high-definition"
|
|
1452
1389
|
]
|
|
1453
1390
|
},
|
|
1454
|
-
{
|
|
1455
|
-
"bridgeCommand": "instances.list",
|
|
1456
|
-
"group": "instances",
|
|
1457
|
-
"command": "list",
|
|
1458
|
-
"handler_type": "bridge",
|
|
1459
|
-
"csharp_handler": "present",
|
|
1460
|
-
"destructive": false,
|
|
1461
|
-
"timeout": 30000
|
|
1462
|
-
},
|
|
1463
1391
|
{
|
|
1464
1392
|
"bridgeCommand": "material.assign",
|
|
1465
1393
|
"group": "material",
|
|
@@ -1652,15 +1580,6 @@
|
|
|
1652
1580
|
"destructive": true,
|
|
1653
1581
|
"timeout": 120000
|
|
1654
1582
|
},
|
|
1655
|
-
{
|
|
1656
|
-
"bridgeCommand": "package.info",
|
|
1657
|
-
"group": "package",
|
|
1658
|
-
"command": "info",
|
|
1659
|
-
"handler_type": "offline",
|
|
1660
|
-
"csharp_handler": "none",
|
|
1661
|
-
"destructive": false,
|
|
1662
|
-
"timeout": 30000
|
|
1663
|
-
},
|
|
1664
1583
|
{
|
|
1665
1584
|
"bridgeCommand": "package.install",
|
|
1666
1585
|
"group": "package",
|
|
@@ -1671,10 +1590,10 @@
|
|
|
1671
1590
|
"timeout": 120000
|
|
1672
1591
|
},
|
|
1673
1592
|
{
|
|
1674
|
-
"bridgeCommand": "package.
|
|
1593
|
+
"bridgeCommand": "package.install.status",
|
|
1675
1594
|
"group": "package",
|
|
1676
|
-
"command": "
|
|
1677
|
-
"handler_type": "
|
|
1595
|
+
"command": "install.status",
|
|
1596
|
+
"handler_type": "hybrid",
|
|
1678
1597
|
"csharp_handler": "none",
|
|
1679
1598
|
"destructive": false,
|
|
1680
1599
|
"timeout": 30000
|
|
@@ -1688,15 +1607,6 @@
|
|
|
1688
1607
|
"destructive": true,
|
|
1689
1608
|
"timeout": 30000
|
|
1690
1609
|
},
|
|
1691
|
-
{
|
|
1692
|
-
"bridgeCommand": "package.registry.get",
|
|
1693
|
-
"group": "package",
|
|
1694
|
-
"command": "registry.get",
|
|
1695
|
-
"handler_type": "offline",
|
|
1696
|
-
"csharp_handler": "none",
|
|
1697
|
-
"destructive": false,
|
|
1698
|
-
"timeout": 30000
|
|
1699
|
-
},
|
|
1700
1610
|
{
|
|
1701
1611
|
"bridgeCommand": "package.registry.set",
|
|
1702
1612
|
"group": "package",
|
|
@@ -1715,6 +1625,15 @@
|
|
|
1715
1625
|
"destructive": true,
|
|
1716
1626
|
"timeout": 120000
|
|
1717
1627
|
},
|
|
1628
|
+
{
|
|
1629
|
+
"bridgeCommand": "package.remove.status",
|
|
1630
|
+
"group": "package",
|
|
1631
|
+
"command": "remove.status",
|
|
1632
|
+
"handler_type": "hybrid",
|
|
1633
|
+
"csharp_handler": "none",
|
|
1634
|
+
"destructive": false,
|
|
1635
|
+
"timeout": 30000
|
|
1636
|
+
},
|
|
1718
1637
|
{
|
|
1719
1638
|
"bridgeCommand": "package.resolve",
|
|
1720
1639
|
"group": "package",
|
|
@@ -1742,15 +1661,6 @@
|
|
|
1742
1661
|
"destructive": true,
|
|
1743
1662
|
"timeout": 30000
|
|
1744
1663
|
},
|
|
1745
|
-
{
|
|
1746
|
-
"bridgeCommand": "package.scoped-registry.list",
|
|
1747
|
-
"group": "package",
|
|
1748
|
-
"command": "scoped-registry.list",
|
|
1749
|
-
"handler_type": "offline",
|
|
1750
|
-
"csharp_handler": "none",
|
|
1751
|
-
"destructive": false,
|
|
1752
|
-
"timeout": 30000
|
|
1753
|
-
},
|
|
1754
1664
|
{
|
|
1755
1665
|
"bridgeCommand": "package.scoped-registry.remove",
|
|
1756
1666
|
"group": "package",
|
|
@@ -1760,24 +1670,6 @@
|
|
|
1760
1670
|
"destructive": true,
|
|
1761
1671
|
"timeout": 30000
|
|
1762
1672
|
},
|
|
1763
|
-
{
|
|
1764
|
-
"bridgeCommand": "package.search",
|
|
1765
|
-
"group": "package",
|
|
1766
|
-
"command": "search",
|
|
1767
|
-
"handler_type": "offline",
|
|
1768
|
-
"csharp_handler": "none",
|
|
1769
|
-
"destructive": false,
|
|
1770
|
-
"timeout": 30000
|
|
1771
|
-
},
|
|
1772
|
-
{
|
|
1773
|
-
"bridgeCommand": "package.status",
|
|
1774
|
-
"group": "package",
|
|
1775
|
-
"command": "status",
|
|
1776
|
-
"handler_type": "offline",
|
|
1777
|
-
"csharp_handler": "none",
|
|
1778
|
-
"destructive": false,
|
|
1779
|
-
"timeout": 30000
|
|
1780
|
-
},
|
|
1781
1673
|
{
|
|
1782
1674
|
"bridgeCommand": "physics.assign-material",
|
|
1783
1675
|
"group": "physics",
|
|
@@ -1859,15 +1751,6 @@
|
|
|
1859
1751
|
"destructive": false,
|
|
1860
1752
|
"timeout": 30000
|
|
1861
1753
|
},
|
|
1862
|
-
{
|
|
1863
|
-
"bridgeCommand": "physics.raycast-all",
|
|
1864
|
-
"group": "physics",
|
|
1865
|
-
"command": "raycast-all",
|
|
1866
|
-
"handler_type": "bridge",
|
|
1867
|
-
"csharp_handler": "present",
|
|
1868
|
-
"destructive": false,
|
|
1869
|
-
"timeout": 30000
|
|
1870
|
-
},
|
|
1871
1754
|
{
|
|
1872
1755
|
"bridgeCommand": "physics.rigidbody",
|
|
1873
1756
|
"group": "physics",
|
|
@@ -2507,7 +2390,7 @@
|
|
|
2507
2390
|
"command": "memory-snapshot.take",
|
|
2508
2391
|
"handler_type": "bridge",
|
|
2509
2392
|
"csharp_handler": "present",
|
|
2510
|
-
"destructive":
|
|
2393
|
+
"destructive": false,
|
|
2511
2394
|
"timeout": 30000,
|
|
2512
2395
|
"requires_packages": [
|
|
2513
2396
|
"com.unity.memoryprofiler"
|
|
@@ -2594,6 +2477,33 @@
|
|
|
2594
2477
|
"destructive": false,
|
|
2595
2478
|
"timeout": 30000
|
|
2596
2479
|
},
|
|
2480
|
+
{
|
|
2481
|
+
"bridgeCommand": "project-tool.describe",
|
|
2482
|
+
"group": "project-tool",
|
|
2483
|
+
"command": "describe",
|
|
2484
|
+
"handler_type": "bridge",
|
|
2485
|
+
"csharp_handler": "present",
|
|
2486
|
+
"destructive": false,
|
|
2487
|
+
"timeout": 30000
|
|
2488
|
+
},
|
|
2489
|
+
{
|
|
2490
|
+
"bridgeCommand": "project-tool.groups",
|
|
2491
|
+
"group": "project-tool",
|
|
2492
|
+
"command": "groups",
|
|
2493
|
+
"handler_type": "bridge",
|
|
2494
|
+
"csharp_handler": "present",
|
|
2495
|
+
"destructive": false,
|
|
2496
|
+
"timeout": 30000
|
|
2497
|
+
},
|
|
2498
|
+
{
|
|
2499
|
+
"bridgeCommand": "project-tool.health",
|
|
2500
|
+
"group": "project-tool",
|
|
2501
|
+
"command": "health",
|
|
2502
|
+
"handler_type": "bridge",
|
|
2503
|
+
"csharp_handler": "present",
|
|
2504
|
+
"destructive": false,
|
|
2505
|
+
"timeout": 30000
|
|
2506
|
+
},
|
|
2597
2507
|
{
|
|
2598
2508
|
"bridgeCommand": "project-tool.list",
|
|
2599
2509
|
"group": "project-tool",
|
|
@@ -2612,6 +2522,15 @@
|
|
|
2612
2522
|
"destructive": false,
|
|
2613
2523
|
"timeout": 30000
|
|
2614
2524
|
},
|
|
2525
|
+
{
|
|
2526
|
+
"bridgeCommand": "project-tool.summary",
|
|
2527
|
+
"group": "project-tool",
|
|
2528
|
+
"command": "summary",
|
|
2529
|
+
"handler_type": "bridge",
|
|
2530
|
+
"csharp_handler": "present",
|
|
2531
|
+
"destructive": false,
|
|
2532
|
+
"timeout": 30000
|
|
2533
|
+
},
|
|
2615
2534
|
{
|
|
2616
2535
|
"bridgeCommand": "project.audio-settings",
|
|
2617
2536
|
"group": "project",
|
|
@@ -2792,6 +2711,24 @@
|
|
|
2792
2711
|
"destructive": false,
|
|
2793
2712
|
"timeout": 30000
|
|
2794
2713
|
},
|
|
2714
|
+
{
|
|
2715
|
+
"bridgeCommand": "runtime-tool.describe",
|
|
2716
|
+
"group": "runtime-tool",
|
|
2717
|
+
"command": "describe",
|
|
2718
|
+
"handler_type": "bridge",
|
|
2719
|
+
"csharp_handler": "present",
|
|
2720
|
+
"destructive": false,
|
|
2721
|
+
"timeout": 30000
|
|
2722
|
+
},
|
|
2723
|
+
{
|
|
2724
|
+
"bridgeCommand": "runtime-tool.groups",
|
|
2725
|
+
"group": "runtime-tool",
|
|
2726
|
+
"command": "groups",
|
|
2727
|
+
"handler_type": "bridge",
|
|
2728
|
+
"csharp_handler": "present",
|
|
2729
|
+
"destructive": false,
|
|
2730
|
+
"timeout": 30000
|
|
2731
|
+
},
|
|
2795
2732
|
{
|
|
2796
2733
|
"bridgeCommand": "runtime-tool.list",
|
|
2797
2734
|
"group": "runtime-tool",
|
|
@@ -2810,6 +2747,15 @@
|
|
|
2810
2747
|
"destructive": false,
|
|
2811
2748
|
"timeout": 30000
|
|
2812
2749
|
},
|
|
2750
|
+
{
|
|
2751
|
+
"bridgeCommand": "runtime-tool.summary",
|
|
2752
|
+
"group": "runtime-tool",
|
|
2753
|
+
"command": "summary",
|
|
2754
|
+
"handler_type": "bridge",
|
|
2755
|
+
"csharp_handler": "present",
|
|
2756
|
+
"destructive": false,
|
|
2757
|
+
"timeout": 30000
|
|
2758
|
+
},
|
|
2813
2759
|
{
|
|
2814
2760
|
"bridgeCommand": "runtime.console",
|
|
2815
2761
|
"group": "runtime",
|
|
@@ -2897,15 +2843,6 @@
|
|
|
2897
2843
|
"destructive": false,
|
|
2898
2844
|
"timeout": 30000
|
|
2899
2845
|
},
|
|
2900
|
-
{
|
|
2901
|
-
"bridgeCommand": "scene.build-settings",
|
|
2902
|
-
"group": "scene",
|
|
2903
|
-
"command": "build-settings",
|
|
2904
|
-
"handler_type": "bridge",
|
|
2905
|
-
"csharp_handler": "present",
|
|
2906
|
-
"destructive": false,
|
|
2907
|
-
"timeout": 30000
|
|
2908
|
-
},
|
|
2909
2846
|
{
|
|
2910
2847
|
"bridgeCommand": "scene.create",
|
|
2911
2848
|
"group": "scene",
|
|
@@ -2915,15 +2852,6 @@
|
|
|
2915
2852
|
"destructive": true,
|
|
2916
2853
|
"timeout": 30000
|
|
2917
2854
|
},
|
|
2918
|
-
{
|
|
2919
|
-
"bridgeCommand": "scene.data",
|
|
2920
|
-
"group": "scene",
|
|
2921
|
-
"command": "data",
|
|
2922
|
-
"handler_type": "bridge",
|
|
2923
|
-
"csharp_handler": "present",
|
|
2924
|
-
"destructive": false,
|
|
2925
|
-
"timeout": 30000
|
|
2926
|
-
},
|
|
2927
2855
|
{
|
|
2928
2856
|
"bridgeCommand": "scene.gameobject",
|
|
2929
2857
|
"group": "scene",
|
|
@@ -3213,11 +3141,11 @@
|
|
|
3213
3141
|
"timeout": 600000
|
|
3214
3142
|
},
|
|
3215
3143
|
{
|
|
3216
|
-
"bridgeCommand": "
|
|
3217
|
-
"group": "
|
|
3218
|
-
"command": "
|
|
3219
|
-
"handler_type": "
|
|
3220
|
-
"csharp_handler": "
|
|
3144
|
+
"bridgeCommand": "test.run.status",
|
|
3145
|
+
"group": "test",
|
|
3146
|
+
"command": "run.status",
|
|
3147
|
+
"handler_type": "hybrid",
|
|
3148
|
+
"csharp_handler": "none",
|
|
3221
3149
|
"destructive": false,
|
|
3222
3150
|
"timeout": 30000
|
|
3223
3151
|
},
|
|
@@ -3332,42 +3260,6 @@
|
|
|
3332
3260
|
"com.unity.timeline"
|
|
3333
3261
|
]
|
|
3334
3262
|
},
|
|
3335
|
-
{
|
|
3336
|
-
"bridgeCommand": "tools.describe",
|
|
3337
|
-
"group": "tools",
|
|
3338
|
-
"command": "describe",
|
|
3339
|
-
"handler_type": "offline",
|
|
3340
|
-
"csharp_handler": "none",
|
|
3341
|
-
"destructive": false,
|
|
3342
|
-
"timeout": 30000
|
|
3343
|
-
},
|
|
3344
|
-
{
|
|
3345
|
-
"bridgeCommand": "tools.group",
|
|
3346
|
-
"group": "tools",
|
|
3347
|
-
"command": "group",
|
|
3348
|
-
"handler_type": "offline",
|
|
3349
|
-
"csharp_handler": "none",
|
|
3350
|
-
"destructive": false,
|
|
3351
|
-
"timeout": 30000
|
|
3352
|
-
},
|
|
3353
|
-
{
|
|
3354
|
-
"bridgeCommand": "tools.group-list",
|
|
3355
|
-
"group": "tools",
|
|
3356
|
-
"command": "group-list",
|
|
3357
|
-
"handler_type": "offline",
|
|
3358
|
-
"csharp_handler": "none",
|
|
3359
|
-
"destructive": false,
|
|
3360
|
-
"timeout": 30000
|
|
3361
|
-
},
|
|
3362
|
-
{
|
|
3363
|
-
"bridgeCommand": "tools.search",
|
|
3364
|
-
"group": "tools",
|
|
3365
|
-
"command": "search",
|
|
3366
|
-
"handler_type": "offline",
|
|
3367
|
-
"csharp_handler": "none",
|
|
3368
|
-
"destructive": false,
|
|
3369
|
-
"timeout": 30000
|
|
3370
|
-
},
|
|
3371
3263
|
{
|
|
3372
3264
|
"bridgeCommand": "type.schema",
|
|
3373
3265
|
"group": "reflection",
|