@alpsckr/unitycli 0.4.4 → 0.5.0
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/contracts/command-contract.json +591 -591
- package/contracts/package-files.json +367 -367
- package/contracts/stable-session/direct-call-semantics.json +3 -3
- package/contracts/stable-session/request-digest-v1-golden.json +2 -2
- package/contracts/tool-completion-contract.json +322 -322
- package/dist/bridge/domains/animation.js +37 -37
- package/dist/bridge/domains/animation.js.map +1 -1
- package/dist/bridge/domains/asset.js +15 -16
- package/dist/bridge/domains/asset.js.map +1 -1
- package/dist/bridge/domains/build.js +13 -13
- package/dist/bridge/domains/build.js.map +1 -1
- package/dist/bridge/domains/camera.js +7 -7
- package/dist/bridge/domains/camera.js.map +1 -1
- package/dist/bridge/domains/catalog-editor.d.ts +2 -0
- package/dist/bridge/domains/{project-tool.js → catalog-editor.js} +10 -10
- package/dist/bridge/domains/catalog-editor.js.map +1 -0
- package/dist/bridge/domains/catalog-player.d.ts +2 -0
- package/dist/bridge/domains/{runtime-tool.js → catalog-player.js} +9 -9
- package/dist/bridge/domains/catalog-player.js.map +1 -0
- package/dist/bridge/domains/code.js +1 -1
- package/dist/bridge/domains/code.js.map +1 -1
- package/dist/bridge/domains/console.js +2 -2
- package/dist/bridge/domains/console.js.map +1 -1
- package/dist/bridge/domains/doctor.js +3 -3
- package/dist/bridge/domains/doctor.js.map +1 -1
- package/dist/bridge/domains/editor.js +14 -14
- package/dist/bridge/domains/editor.js.map +1 -1
- package/dist/bridge/domains/game-object.js +16 -16
- package/dist/bridge/domains/game-object.js.map +1 -1
- package/dist/bridge/domains/lighting.d.ts +2 -0
- package/dist/bridge/domains/lighting.js +127 -0
- package/dist/bridge/domains/lighting.js.map +1 -0
- package/dist/bridge/domains/material.js +5 -5
- package/dist/bridge/domains/material.js.map +1 -1
- package/dist/bridge/domains/navmesh.js +3 -3
- package/dist/bridge/domains/navmesh.js.map +1 -1
- package/dist/bridge/domains/occlusion.js +1 -9
- package/dist/bridge/domains/occlusion.js.map +1 -1
- package/dist/bridge/domains/physics.js +14 -14
- package/dist/bridge/domains/physics.js.map +1 -1
- package/dist/bridge/domains/prefab.js +12 -12
- package/dist/bridge/domains/prefab.js.map +1 -1
- package/dist/bridge/domains/profiler.js +25 -25
- package/dist/bridge/domains/profiler.js.map +1 -1
- package/dist/bridge/domains/rendering.d.ts +2 -0
- package/dist/bridge/domains/rendering.js +71 -0
- package/dist/bridge/domains/rendering.js.map +1 -0
- package/dist/bridge/domains/runtime-reflection.d.ts +2 -0
- package/dist/bridge/domains/{reflection.js → runtime-reflection.js} +7 -7
- package/dist/bridge/domains/runtime-reflection.js.map +1 -0
- package/dist/bridge/domains/scene.js +15 -15
- package/dist/bridge/domains/scene.js.map +1 -1
- package/dist/bridge/domains/screenshot.js +6 -6
- package/dist/bridge/domains/screenshot.js.map +1 -1
- package/dist/bridge/domains/scriptable-object.js +4 -4
- package/dist/bridge/domains/scriptable-object.js.map +1 -1
- package/dist/bridge/domains/serialized-object.d.ts +2 -0
- package/dist/bridge/domains/{object.js → serialized-object.js} +6 -6
- package/dist/bridge/domains/serialized-object.js.map +1 -0
- package/dist/bridge/domains/shader.js +7 -7
- package/dist/bridge/domains/shader.js.map +1 -1
- package/dist/bridge/domains/texture.js +7 -7
- package/dist/bridge/domains/texture.js.map +1 -1
- package/dist/bridge/domains/timeline.js +4 -4
- package/dist/bridge/domains/timeline.js.map +1 -1
- package/dist/bridge/domains/ui.js +18 -18
- package/dist/bridge/domains/ui.js.map +1 -1
- package/dist/bridge/domains/volume.d.ts +2 -0
- package/dist/bridge/domains/volume.js +26 -0
- package/dist/bridge/domains/volume.js.map +1 -0
- package/dist/bridge/index.js +3 -3
- package/dist/bridge/index.js.map +1 -1
- package/dist/bridge/registry.js +15 -13
- package/dist/bridge/registry.js.map +1 -1
- package/dist/bridge/session-supervisor.js +27 -9
- package/dist/bridge/session-supervisor.js.map +1 -1
- package/dist/bridge/start-diagnostics.d.ts +19 -0
- package/dist/bridge/start-diagnostics.js +96 -0
- package/dist/bridge/start-diagnostics.js.map +1 -0
- package/dist/bridge/types.d.ts +1 -1
- package/dist/catalog-protocol.js +3 -3
- package/dist/catalog-protocol.js.map +1 -1
- package/dist/cli-commands/package.js +10 -2
- package/dist/cli-commands/package.js.map +1 -1
- package/dist/doctor.js +23 -1
- package/dist/doctor.js.map +1 -1
- package/dist/extensions/.generated-bridge-domains/cinemachine.js +14 -14
- package/dist/extensions/.generated-bridge-domains/cinemachine.js.map +1 -1
- package/dist/extensions/.generated-bridge-domains/hdrp.js +7 -7
- package/dist/extensions/.generated-bridge-domains/hdrp.js.map +1 -1
- package/dist/extensions/.generated-bridge-domains/probuilder.d.ts +3 -3
- package/dist/extensions/.generated-bridge-domains/probuilder.js +40 -40
- package/dist/extensions/.generated-bridge-domains/probuilder.js.map +1 -1
- package/dist/extensions/.generated-bridge-domains/urp.js +12 -12
- package/dist/extensions/.generated-bridge-domains/urp.js.map +1 -1
- package/dist/extensions/.generated-bridge-domains/vfx.js +27 -27
- package/dist/extensions/.generated-bridge-domains/vfx.js.map +1 -1
- package/dist/extensions/installer.d.ts +35 -0
- package/dist/extensions/installer.js +123 -0
- package/dist/extensions/installer.js.map +1 -1
- package/dist/instances.d.ts +6 -0
- package/dist/instances.js +13 -0
- package/dist/instances.js.map +1 -1
- package/dist/package-manager.js +1 -1
- package/dist/project-tool-discovery.d.ts +1 -1
- package/dist/project-tool-discovery.js +5 -5
- package/dist/project-tool-discovery.js.map +1 -1
- package/dist/runtime-code.js +2 -2
- package/dist/runtime-code.js.map +1 -1
- package/dist/services/reflect-service.d.ts +3 -3
- package/dist/services/reflect-service.js +5 -5
- package/dist/services/reflect-service.js.map +1 -1
- package/dist/tools/.generated-completion-registry.js +689 -689
- package/dist/tools/.generated-completion-registry.js.map +1 -1
- package/dist/tools/.generated-registry.d.ts +12 -12
- package/dist/tools/.generated-registry.js +12 -12
- package/dist/tools/.generated-registry.js.map +1 -1
- package/dist/tools/.generated-schemas.js +13 -13
- package/dist/tools/.generated-schemas.js.map +1 -1
- package/dist/tools/catalog.d.ts +1 -1
- package/dist/tools/catalog.js +1 -1
- package/dist/tools/code/{exec.d.ts → execute.d.ts} +1 -1
- package/dist/tools/code/{exec.js → execute.js} +5 -5
- package/dist/tools/code/execute.js.map +1 -0
- package/dist/tools/dispatcher.js +12 -8
- package/dist/tools/dispatcher.js.map +1 -1
- package/dist/tools/editor/compile.d.ts +3 -2
- package/dist/tools/editor/compile.js +23 -13
- package/dist/tools/editor/compile.js.map +1 -1
- package/dist/tools/editor/play-mode-status.js +2 -2
- package/dist/tools/editor/play-mode-status.js.map +1 -1
- package/dist/tools/editor/refresh.js +2 -2
- package/dist/tools/editor/refresh.js.map +1 -1
- package/dist/tools/metadata/derived.d.ts +0 -7
- package/dist/tools/metadata/derived.js +7 -16
- package/dist/tools/metadata/derived.js.map +1 -1
- package/dist/tools/metadata/index.d.ts +1 -1
- package/dist/tools/metadata/index.js +1 -1
- package/dist/tools/metadata/index.js.map +1 -1
- package/dist/tools/metadata/status.js +1 -1
- package/dist/tools/metadata/status.js.map +1 -1
- package/dist/tools/{runtime → player-runtime}/console.js +4 -4
- package/dist/tools/player-runtime/console.js.map +1 -0
- package/dist/tools/{runtime → player-runtime}/input/key.js +4 -4
- package/dist/tools/player-runtime/input/key.js.map +1 -0
- package/dist/tools/{runtime → player-runtime}/input/pointer.js +4 -4
- package/dist/tools/player-runtime/input/pointer.js.map +1 -0
- package/dist/tools/{runtime → player-runtime}/log.js +5 -5
- package/dist/tools/player-runtime/log.js.map +1 -0
- package/dist/tools/{runtime → player-runtime}/state.js +4 -4
- package/dist/tools/player-runtime/state.js.map +1 -0
- package/dist/tools/{runtime → player-runtime}/target-framerate/set.js +4 -4
- package/dist/tools/player-runtime/target-framerate/set.js.map +1 -0
- package/dist/tools/{runtime → player-runtime}/time-scale/set.js +4 -4
- package/dist/tools/player-runtime/time-scale/set.js.map +1 -0
- package/dist/tools/{runtime → player-runtime}/ui/capture-element.js +4 -4
- package/dist/tools/player-runtime/ui/capture-element.js.map +1 -0
- package/dist/tools/tools/group-summaries.js +17 -14
- package/dist/tools/tools/group-summaries.js.map +1 -1
- package/dist/tools/{reflect/member.js → type-inspection/get-member.js} +6 -6
- package/dist/tools/type-inspection/get-member.js.map +1 -0
- package/dist/tools/{reflect/type.js → type-inspection/get-type.js} +6 -6
- package/dist/tools/type-inspection/get-type.js.map +1 -0
- package/dist/tools/{reflect → type-inspection}/search.js +5 -5
- package/dist/tools/type-inspection/search.js.map +1 -0
- package/docs/README.md +1 -2
- package/docs/architecture.md +1 -1
- package/docs/availability-differences.md +2 -2
- package/docs/development.md +1 -1
- package/docs/error-codes.md +5 -5
- package/docs/extensions.md +2 -2
- package/docs/risk-and-side-effects.md +12 -12
- package/docs/safety-boundaries.md +7 -7
- package/docs/tool-discovery.md +1 -1
- package/docs/tool-execution.md +16 -16
- package/extensions/cinemachine/bridge/domains/cinemachine.ts +14 -14
- package/extensions/hdrp/bridge/domains/hdrp.ts +7 -7
- package/extensions/hdrp/unitypkg/Editor/Hdrp/HdrpToolSupport.cs +2 -2
- package/extensions/probuilder/bridge/domains/probuilder.ts +40 -40
- package/extensions/probuilder/unitypkg/Editor/ProBuilder/ProBuilderErrors.cs +1 -1
- package/extensions/urp/bridge/domains/urp.ts +12 -12
- package/extensions/urp/unitypkg/Editor/Urp/UrpToolSupport.cs +2 -2
- package/extensions/vfx-graph/bridge/domains/vfx.ts +27 -27
- package/package.json +1 -1
- package/skills/unitycli/SKILL.md +1 -1
- package/skills/unitycli/manifest.json +1 -1
- package/skills/unitycli/references/operation-protocol.md +1 -1
- package/unitypkg/Editor/Bridge/BridgeHttpServer.cs +2 -2
- package/unitypkg/Editor/Commands/ProjectToolCommands.cs +7 -7
- package/unitypkg/Editor/Commands/RuntimeToolCommands.cs +6 -6
- package/unitypkg/Editor/Generated/UnityCliToolCompletionRegistry.g.cs +147 -147
- package/unitypkg/Editor/Infrastructure/CodeExecSupport.cs +4 -4
- package/unitypkg/Editor/Infrastructure/UnityCliAdmission.cs +17 -17
- package/unitypkg/Editor/Infrastructure/UnityCliCompileCoordinator.cs +61 -54
- package/unitypkg/Editor/Infrastructure/UnityCliJson.cs +0 -18
- package/unitypkg/Editor/Infrastructure/UnityCliLiveRefreshCoordinator.cs +26 -21
- package/unitypkg/Editor/Infrastructure/UnityCliObjectPatch.cs +1 -1
- package/unitypkg/Editor/Infrastructure/UnityCliObjectRef.cs +5 -5
- package/unitypkg/Editor/Infrastructure/UnityCliOperationCoordinator.cs +32 -32
- package/unitypkg/Editor/Infrastructure/UnityCliReflection.cs +12 -12
- package/unitypkg/Editor/Infrastructure/UnityCliRuntimeExecutor.cs +1 -1
- package/unitypkg/Editor/ProjectTools/ProjectToolRegistry.cs +5 -5
- package/unitypkg/Editor/Tools/{animation → animation-clip}/AnimationToolSupport.cs +3 -3
- package/unitypkg/Editor/Tools/{animation/clip → animation-clip}/create.cs +4 -4
- package/unitypkg/Editor/Tools/{animation/clip.cs → animation-clip/read.cs} +3 -3
- package/unitypkg/Editor/Tools/{animation/clip/modify.cs → animation-clip/update.cs} +5 -5
- package/unitypkg/Editor/Tools/{animation/animator → animator}/crossfade.cs +1 -1
- package/unitypkg/Editor/Tools/{animation/animator → animator}/get-info.cs +1 -1
- package/unitypkg/Editor/Tools/{animation/animator → animator}/get-parameter.cs +1 -1
- package/unitypkg/Editor/Tools/{animation/state.cs → animator/get-state.cs} +3 -3
- package/unitypkg/Editor/Tools/{animation → animator}/play.cs +5 -5
- package/unitypkg/Editor/Tools/{animation/animator → animator}/set-enabled.cs +1 -1
- package/unitypkg/Editor/Tools/{animation/animator → animator}/set-parameter.cs +1 -1
- package/unitypkg/Editor/Tools/{animation/animator → animator}/set-speed.cs +1 -1
- package/unitypkg/Editor/Tools/{animation → animator}/stop.cs +4 -4
- package/unitypkg/Editor/Tools/{controller → animator-controller}/add-blend-tree-child.cs +10 -10
- package/unitypkg/Editor/Tools/{controller → animator-controller}/add-layer.cs +6 -6
- package/unitypkg/Editor/Tools/{controller → animator-controller}/add-parameter.cs +6 -6
- package/unitypkg/Editor/Tools/{controller → animator-controller}/add-state.cs +7 -7
- package/unitypkg/Editor/Tools/{controller → animator-controller}/add-transition.cs +9 -9
- package/unitypkg/Editor/Tools/{controller → animator-controller}/assign.cs +6 -6
- package/unitypkg/Editor/Tools/{controller → animator-controller}/create-blend-tree-1d.cs +7 -7
- package/unitypkg/Editor/Tools/{controller → animator-controller}/create-blend-tree-2d.cs +7 -7
- package/unitypkg/Editor/Tools/{controller → animator-controller}/create.cs +4 -4
- package/unitypkg/Editor/Tools/{controller → animator-controller}/get-info.cs +4 -4
- package/unitypkg/Editor/Tools/{controller → animator-controller}/remove-layer.cs +8 -8
- package/unitypkg/Editor/Tools/{controller → animator-controller}/set-layer-weight.cs +6 -6
- package/unitypkg/Editor/Tools/asset/preview.cs +1 -1
- package/unitypkg/Editor/Tools/asset/{modify.cs → write-text.cs} +6 -6
- package/unitypkg/Editor/Tools/component/get.cs +1 -1
- package/unitypkg/Editor/Tools/component/list-types.cs +2 -2
- package/unitypkg/Editor/Tools/component/modify.cs +1 -1
- package/unitypkg/Editor/Tools/component/set.cs +1 -1
- package/unitypkg/Editor/Tools/console/{get.cs → read.cs} +3 -3
- package/unitypkg/Editor/Tools/editor/{play.cs → play-mode/start.cs} +5 -5
- package/unitypkg/Editor/Tools/editor/{stop.cs → play-mode/stop.cs} +5 -5
- package/unitypkg/Editor/Tools/editor/search.cs +1 -1
- package/unitypkg/Editor/Tools/{go → game-object}/GameObjectToolSupport.cs +5 -22
- package/unitypkg/Editor/Tools/{go → game-object}/create.cs +11 -11
- package/unitypkg/Editor/Tools/{go → game-object}/delete.cs +7 -7
- package/unitypkg/Editor/Tools/{go → game-object}/duplicate.cs +6 -6
- package/unitypkg/Editor/Tools/{go → game-object}/find.cs +5 -5
- package/unitypkg/Editor/Tools/{go → game-object}/look-at.cs +8 -8
- package/unitypkg/Editor/Tools/{go → game-object}/modify.cs +9 -9
- package/unitypkg/Editor/Tools/{go → game-object}/move-relative.cs +7 -7
- package/unitypkg/Editor/Tools/{scene/move-object.cs → game-object/move-to-scene.cs} +7 -7
- package/unitypkg/Editor/Tools/{go → game-object}/set-parent.cs +9 -9
- package/unitypkg/Editor/Tools/{graphics/bake-cancel.cs → lighting/bake/cancel.cs} +4 -4
- package/unitypkg/Editor/Tools/{graphics/bake-clear.cs → lighting/bake/clear.cs} +4 -4
- package/unitypkg/Editor/Tools/{graphics/bake-reflection-probe.cs → lighting/bake/reflection-probe.cs} +3 -3
- package/unitypkg/Editor/Tools/{graphics/bake-settings.cs → lighting/bake/settings.cs} +12 -12
- package/unitypkg/Editor/Tools/{graphics/bake-start.cs → lighting/bake/start.cs} +5 -5
- package/unitypkg/Editor/Tools/{graphics/bake-status.cs → lighting/bake/status.cs} +3 -3
- package/unitypkg/Editor/Tools/{graphics → lighting}/light-probe-group.cs +7 -7
- package/unitypkg/Editor/Tools/{graphics → lighting}/reflection-probe.cs +12 -12
- package/unitypkg/Editor/Tools/{graphics/skybox-get.cs → lighting/skybox/get.cs} +3 -3
- package/unitypkg/Editor/Tools/{graphics/skybox-set-ambient.cs → lighting/skybox/set-ambient.cs} +3 -3
- package/unitypkg/Editor/Tools/{graphics/skybox-set-fog.cs → lighting/skybox/set-fog.cs} +3 -3
- package/unitypkg/Editor/Tools/{graphics/skybox-set-material.cs → lighting/skybox/set-material.cs} +5 -5
- package/unitypkg/Editor/Tools/{graphics/skybox-set-properties.cs → lighting/skybox/set-properties.cs} +5 -5
- package/unitypkg/Editor/Tools/{graphics/skybox-set-reflection.cs → lighting/skybox/set-reflection.cs} +3 -3
- package/unitypkg/Editor/Tools/{graphics/skybox-set-sun.cs → lighting/skybox/set-sun.cs} +5 -5
- package/unitypkg/Editor/Tools/{project → project-settings}/ProjectSettingsToolSupport.cs +5 -5
- package/unitypkg/Editor/Tools/{project → project-settings}/audio-settings/set.cs +3 -3
- package/unitypkg/Editor/Tools/{project → project-settings}/audio-settings.cs +4 -4
- package/unitypkg/Editor/Tools/{project → project-settings}/info.cs +4 -4
- package/unitypkg/Editor/Tools/{project → project-settings}/input-settings/set.cs +3 -3
- package/unitypkg/Editor/Tools/{project → project-settings}/input-settings.cs +4 -4
- package/unitypkg/Editor/Tools/project-settings/layer/add.cs +3 -0
- package/unitypkg/Editor/Tools/project-settings/layer/remove.cs +3 -0
- package/unitypkg/Editor/Tools/{project → project-settings}/layers.cs +4 -4
- package/unitypkg/Editor/Tools/{project → project-settings}/player-settings/set.cs +4 -4
- package/unitypkg/Editor/Tools/{project → project-settings}/player-settings.cs +4 -4
- package/unitypkg/Editor/Tools/project-settings/tag/add.cs +3 -0
- package/unitypkg/Editor/Tools/project-settings/tag/remove.cs +3 -0
- package/unitypkg/Editor/Tools/{project → project-settings}/tags.cs +4 -4
- package/unitypkg/Editor/Tools/{project → project-settings}/time-settings/set.cs +3 -3
- package/unitypkg/Editor/Tools/{project → project-settings}/time-settings.cs +4 -4
- package/unitypkg/Editor/Tools/{graphics → rendering}/GraphicsToolSupport.cs +3 -3
- package/unitypkg/Editor/Tools/rendering/pipeline/info.cs +19 -0
- package/unitypkg/Editor/Tools/{graphics/pipeline-settings.cs → rendering/pipeline/settings.cs} +4 -4
- package/unitypkg/Editor/Tools/{graphics → rendering}/quality.cs +17 -17
- package/unitypkg/Editor/Tools/{graphics → rendering}/scene-debug.cs +4 -4
- package/unitypkg/Editor/Tools/rendering/stats.cs +17 -0
- package/unitypkg/Editor/Tools/{reflection → runtime-reflection}/method/find.cs +5 -5
- package/unitypkg/Editor/Tools/{reflection/method/call.cs → runtime-reflection/method/invoke.cs} +7 -7
- package/unitypkg/Editor/Tools/{reflection → runtime-reflection}/type/schema.cs +5 -5
- package/unitypkg/Editor/Tools/scene/gameobject-support.cs +1 -1
- package/unitypkg/Editor/Tools/scene/gameobject.cs +1 -1
- package/unitypkg/Editor/Tools/scene/hierarchy.cs +1 -1
- package/unitypkg/Editor/Tools/{camera/screenshot.cs → screenshot/from-camera.cs} +4 -4
- package/unitypkg/Editor/Tools/{object/modify.cs → serialized-object/patch.cs} +8 -8
- package/unitypkg/Editor/Tools/{object/get-data.cs → serialized-object/read.cs} +4 -4
- package/unitypkg/Editor/Tools/{graphics/volume.cs → volume/list.cs} +3 -3
- package/unitypkg/Editor/UnityCliBridge.cs +3 -22
- package/unitypkg/Runtime/Infrastructure/UnityCliRuntimeBridge.cs +15 -15
- package/unitypkg/Runtime/Infrastructure/UnityCliRuntimeRegistry.cs +1 -1
- package/unitypkg/Runtime/Tools/UnityCliRuntimeTools.cs +22 -22
- package/unitypkg/Shared/UnityCliBridgeQueuePolicy.cs +1 -1
- package/unitypkg/Tests/Editor/UnityCliAdmissionCoordinatorIntegrationTests.cs +7 -7
- package/unitypkg/Tests/Editor/UnityCliBridgeAdmissionIntegrationTests.cs +6 -6
- package/unitypkg/Tests/Editor/UnityCliBridgeQueuePolicyTests.cs +3 -3
- package/unitypkg/Tests/Editor/UnityCliContinuationIntegrationTests.cs +1 -1
- package/unitypkg/Tests/Editor/UnityCliRequestBudgetTests.cs +4 -4
- package/unitypkg/Tests/Editor/UnityCliRuntimeBridgeIntegrationTests.cs +15 -15
- package/unitypkg/Tests/Runtime/UnityCliRuntimeCatalogValidationTests.cs +5 -5
- package/unitypkg/package.json +1 -1
- package/dist/bridge/domains/graphics.d.ts +0 -2
- package/dist/bridge/domains/graphics.js +0 -170
- package/dist/bridge/domains/graphics.js.map +0 -1
- package/dist/bridge/domains/object.d.ts +0 -2
- package/dist/bridge/domains/object.js.map +0 -1
- package/dist/bridge/domains/package.d.ts +0 -2
- package/dist/bridge/domains/package.js +0 -2
- package/dist/bridge/domains/package.js.map +0 -1
- package/dist/bridge/domains/project-tool.d.ts +0 -2
- package/dist/bridge/domains/project-tool.js.map +0 -1
- package/dist/bridge/domains/reflection.d.ts +0 -2
- package/dist/bridge/domains/reflection.js.map +0 -1
- package/dist/bridge/domains/runtime-tool.d.ts +0 -2
- package/dist/bridge/domains/runtime-tool.js.map +0 -1
- package/dist/tools/code/exec.js.map +0 -1
- package/dist/tools/reflect/member.js.map +0 -1
- package/dist/tools/reflect/search.js.map +0 -1
- package/dist/tools/reflect/type.js.map +0 -1
- package/dist/tools/runtime/console.js.map +0 -1
- package/dist/tools/runtime/input/key.js.map +0 -1
- package/dist/tools/runtime/input/pointer.js.map +0 -1
- package/dist/tools/runtime/log.js.map +0 -1
- package/dist/tools/runtime/state.js.map +0 -1
- package/dist/tools/runtime/target-framerate/set.js.map +0 -1
- package/dist/tools/runtime/time-scale/set.js.map +0 -1
- package/dist/tools/runtime/ui/capture-element.js.map +0 -1
- package/unitypkg/Editor/Tools/graphics/pipeline-info.cs +0 -19
- package/unitypkg/Editor/Tools/graphics/stats.cs +0 -17
- package/unitypkg/Editor/Tools/project/layer/add.cs +0 -3
- package/unitypkg/Editor/Tools/project/layer/remove.cs +0 -3
- package/unitypkg/Editor/Tools/project/tag/add.cs +0 -3
- package/unitypkg/Editor/Tools/project/tag/remove.cs +0 -3
- /package/dist/tools/{runtime → player-runtime}/console.d.ts +0 -0
- /package/dist/tools/{runtime → player-runtime}/input/key.d.ts +0 -0
- /package/dist/tools/{runtime → player-runtime}/input/pointer.d.ts +0 -0
- /package/dist/tools/{runtime → player-runtime}/log.d.ts +0 -0
- /package/dist/tools/{runtime → player-runtime}/state.d.ts +0 -0
- /package/dist/tools/{runtime → player-runtime}/target-framerate/set.d.ts +0 -0
- /package/dist/tools/{runtime → player-runtime}/time-scale/set.d.ts +0 -0
- /package/dist/tools/{runtime → player-runtime}/ui/capture-element.d.ts +0 -0
- /package/dist/tools/{reflect/member.d.ts → type-inspection/get-member.d.ts} +0 -0
- /package/dist/tools/{reflect/type.d.ts → type-inspection/get-type.d.ts} +0 -0
- /package/dist/tools/{reflect → type-inspection}/search.d.ts +0 -0
- /package/unitypkg/Editor/Tools/{animation → animator}/AnimatorRuntimeToolSupport.cs +0 -0
- /package/unitypkg/Editor/Tools/{project → project-settings}/ProjectSettingsReader.cs +0 -0
- /package/unitypkg/Editor/Tools/{project → project-settings}/ProjectTagLayerToolSupport.cs +0 -0
- /package/unitypkg/Editor/Tools/{object → serialized-object}/ObjectToolSupport.cs +0 -0
|
@@ -3,63 +3,144 @@
|
|
|
3
3
|
"generatedFrom": "canonical C#/TS source inventory and metadata",
|
|
4
4
|
"commands": [
|
|
5
5
|
{
|
|
6
|
-
"bridgeCommand": "animation.
|
|
7
|
-
"group": "animation",
|
|
8
|
-
"command": "
|
|
6
|
+
"bridgeCommand": "animation-clip.create",
|
|
7
|
+
"group": "animation-clip",
|
|
8
|
+
"command": "create",
|
|
9
|
+
"handler_type": "bridge",
|
|
10
|
+
"csharp_handler": "present",
|
|
11
|
+
"destructive": true,
|
|
12
|
+
"timeout": 30000
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"bridgeCommand": "animation-clip.read",
|
|
16
|
+
"group": "animation-clip",
|
|
17
|
+
"command": "read",
|
|
9
18
|
"handler_type": "bridge",
|
|
10
19
|
"csharp_handler": "present",
|
|
11
20
|
"destructive": false,
|
|
12
21
|
"timeout": 30000
|
|
13
22
|
},
|
|
14
23
|
{
|
|
15
|
-
"bridgeCommand": "animation
|
|
16
|
-
"group": "animation",
|
|
17
|
-
"command": "
|
|
24
|
+
"bridgeCommand": "animation-clip.update",
|
|
25
|
+
"group": "animation-clip",
|
|
26
|
+
"command": "update",
|
|
18
27
|
"handler_type": "bridge",
|
|
19
28
|
"csharp_handler": "present",
|
|
20
29
|
"destructive": true,
|
|
21
30
|
"timeout": 30000
|
|
22
31
|
},
|
|
23
32
|
{
|
|
24
|
-
"bridgeCommand": "
|
|
25
|
-
"group": "
|
|
26
|
-
"command": "
|
|
33
|
+
"bridgeCommand": "animator-controller.add-blend-tree-child",
|
|
34
|
+
"group": "animator-controller",
|
|
35
|
+
"command": "add-blend-tree-child",
|
|
27
36
|
"handler_type": "bridge",
|
|
28
37
|
"csharp_handler": "present",
|
|
29
38
|
"destructive": true,
|
|
30
39
|
"timeout": 30000
|
|
31
40
|
},
|
|
32
41
|
{
|
|
33
|
-
"bridgeCommand": "
|
|
34
|
-
"group": "
|
|
35
|
-
"command": "
|
|
42
|
+
"bridgeCommand": "animator-controller.add-layer",
|
|
43
|
+
"group": "animator-controller",
|
|
44
|
+
"command": "add-layer",
|
|
36
45
|
"handler_type": "bridge",
|
|
37
46
|
"csharp_handler": "present",
|
|
38
|
-
"destructive":
|
|
47
|
+
"destructive": true,
|
|
39
48
|
"timeout": 30000
|
|
40
49
|
},
|
|
41
50
|
{
|
|
42
|
-
"bridgeCommand": "
|
|
43
|
-
"group": "
|
|
44
|
-
"command": "
|
|
51
|
+
"bridgeCommand": "animator-controller.add-parameter",
|
|
52
|
+
"group": "animator-controller",
|
|
53
|
+
"command": "add-parameter",
|
|
54
|
+
"handler_type": "bridge",
|
|
55
|
+
"csharp_handler": "present",
|
|
56
|
+
"destructive": true,
|
|
57
|
+
"timeout": 30000
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"bridgeCommand": "animator-controller.add-state",
|
|
61
|
+
"group": "animator-controller",
|
|
62
|
+
"command": "add-state",
|
|
63
|
+
"handler_type": "bridge",
|
|
64
|
+
"csharp_handler": "present",
|
|
65
|
+
"destructive": true,
|
|
66
|
+
"timeout": 30000
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"bridgeCommand": "animator-controller.add-transition",
|
|
70
|
+
"group": "animator-controller",
|
|
71
|
+
"command": "add-transition",
|
|
72
|
+
"handler_type": "bridge",
|
|
73
|
+
"csharp_handler": "present",
|
|
74
|
+
"destructive": true,
|
|
75
|
+
"timeout": 30000
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"bridgeCommand": "animator-controller.assign",
|
|
79
|
+
"group": "animator-controller",
|
|
80
|
+
"command": "assign",
|
|
45
81
|
"handler_type": "bridge",
|
|
46
82
|
"csharp_handler": "present",
|
|
47
83
|
"destructive": false,
|
|
48
84
|
"timeout": 30000
|
|
49
85
|
},
|
|
50
86
|
{
|
|
51
|
-
"bridgeCommand": "
|
|
52
|
-
"group": "
|
|
53
|
-
"command": "
|
|
87
|
+
"bridgeCommand": "animator-controller.create",
|
|
88
|
+
"group": "animator-controller",
|
|
89
|
+
"command": "create",
|
|
90
|
+
"handler_type": "bridge",
|
|
91
|
+
"csharp_handler": "present",
|
|
92
|
+
"destructive": true,
|
|
93
|
+
"timeout": 30000
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"bridgeCommand": "animator-controller.create-blend-tree-1d",
|
|
97
|
+
"group": "animator-controller",
|
|
98
|
+
"command": "create-blend-tree-1d",
|
|
99
|
+
"handler_type": "bridge",
|
|
100
|
+
"csharp_handler": "present",
|
|
101
|
+
"destructive": true,
|
|
102
|
+
"timeout": 30000
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"bridgeCommand": "animator-controller.create-blend-tree-2d",
|
|
106
|
+
"group": "animator-controller",
|
|
107
|
+
"command": "create-blend-tree-2d",
|
|
108
|
+
"handler_type": "bridge",
|
|
109
|
+
"csharp_handler": "present",
|
|
110
|
+
"destructive": true,
|
|
111
|
+
"timeout": 30000
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"bridgeCommand": "animator-controller.get-info",
|
|
115
|
+
"group": "animator-controller",
|
|
116
|
+
"command": "get-info",
|
|
54
117
|
"handler_type": "bridge",
|
|
55
118
|
"csharp_handler": "present",
|
|
56
119
|
"destructive": false,
|
|
57
120
|
"timeout": 30000
|
|
58
121
|
},
|
|
122
|
+
{
|
|
123
|
+
"bridgeCommand": "animator-controller.remove-layer",
|
|
124
|
+
"group": "animator-controller",
|
|
125
|
+
"command": "remove-layer",
|
|
126
|
+
"handler_type": "bridge",
|
|
127
|
+
"csharp_handler": "present",
|
|
128
|
+
"destructive": true,
|
|
129
|
+
"timeout": 30000
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"bridgeCommand": "animator-controller.set-layer-weight",
|
|
133
|
+
"group": "animator-controller",
|
|
134
|
+
"command": "set-layer-weight",
|
|
135
|
+
"handler_type": "bridge",
|
|
136
|
+
"csharp_handler": "present",
|
|
137
|
+
"destructive": true,
|
|
138
|
+
"timeout": 30000
|
|
139
|
+
},
|
|
59
140
|
{
|
|
60
141
|
"bridgeCommand": "animator.crossfade",
|
|
61
|
-
"group": "
|
|
62
|
-
"command": "
|
|
142
|
+
"group": "animator",
|
|
143
|
+
"command": "crossfade",
|
|
63
144
|
"handler_type": "bridge",
|
|
64
145
|
"csharp_handler": "present",
|
|
65
146
|
"destructive": false,
|
|
@@ -67,8 +148,8 @@
|
|
|
67
148
|
},
|
|
68
149
|
{
|
|
69
150
|
"bridgeCommand": "animator.get-info",
|
|
70
|
-
"group": "
|
|
71
|
-
"command": "
|
|
151
|
+
"group": "animator",
|
|
152
|
+
"command": "get-info",
|
|
72
153
|
"handler_type": "bridge",
|
|
73
154
|
"csharp_handler": "present",
|
|
74
155
|
"destructive": false,
|
|
@@ -76,8 +157,26 @@
|
|
|
76
157
|
},
|
|
77
158
|
{
|
|
78
159
|
"bridgeCommand": "animator.get-parameter",
|
|
79
|
-
"group": "
|
|
80
|
-
"command": "
|
|
160
|
+
"group": "animator",
|
|
161
|
+
"command": "get-parameter",
|
|
162
|
+
"handler_type": "bridge",
|
|
163
|
+
"csharp_handler": "present",
|
|
164
|
+
"destructive": false,
|
|
165
|
+
"timeout": 30000
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"bridgeCommand": "animator.get-state",
|
|
169
|
+
"group": "animator",
|
|
170
|
+
"command": "get-state",
|
|
171
|
+
"handler_type": "bridge",
|
|
172
|
+
"csharp_handler": "present",
|
|
173
|
+
"destructive": false,
|
|
174
|
+
"timeout": 30000
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"bridgeCommand": "animator.play",
|
|
178
|
+
"group": "animator",
|
|
179
|
+
"command": "play",
|
|
81
180
|
"handler_type": "bridge",
|
|
82
181
|
"csharp_handler": "present",
|
|
83
182
|
"destructive": false,
|
|
@@ -85,8 +184,8 @@
|
|
|
85
184
|
},
|
|
86
185
|
{
|
|
87
186
|
"bridgeCommand": "animator.set-enabled",
|
|
88
|
-
"group": "
|
|
89
|
-
"command": "
|
|
187
|
+
"group": "animator",
|
|
188
|
+
"command": "set-enabled",
|
|
90
189
|
"handler_type": "bridge",
|
|
91
190
|
"csharp_handler": "present",
|
|
92
191
|
"destructive": false,
|
|
@@ -94,8 +193,8 @@
|
|
|
94
193
|
},
|
|
95
194
|
{
|
|
96
195
|
"bridgeCommand": "animator.set-parameter",
|
|
97
|
-
"group": "
|
|
98
|
-
"command": "
|
|
196
|
+
"group": "animator",
|
|
197
|
+
"command": "set-parameter",
|
|
99
198
|
"handler_type": "bridge",
|
|
100
199
|
"csharp_handler": "present",
|
|
101
200
|
"destructive": true,
|
|
@@ -103,8 +202,17 @@
|
|
|
103
202
|
},
|
|
104
203
|
{
|
|
105
204
|
"bridgeCommand": "animator.set-speed",
|
|
106
|
-
"group": "
|
|
107
|
-
"command": "
|
|
205
|
+
"group": "animator",
|
|
206
|
+
"command": "set-speed",
|
|
207
|
+
"handler_type": "bridge",
|
|
208
|
+
"csharp_handler": "present",
|
|
209
|
+
"destructive": false,
|
|
210
|
+
"timeout": 30000
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"bridgeCommand": "animator.stop",
|
|
214
|
+
"group": "animator",
|
|
215
|
+
"command": "stop",
|
|
108
216
|
"handler_type": "bridge",
|
|
109
217
|
"csharp_handler": "present",
|
|
110
218
|
"destructive": false,
|
|
@@ -191,15 +299,6 @@
|
|
|
191
299
|
"destructive": false,
|
|
192
300
|
"timeout": 30000
|
|
193
301
|
},
|
|
194
|
-
{
|
|
195
|
-
"bridgeCommand": "asset.modify",
|
|
196
|
-
"group": "asset",
|
|
197
|
-
"command": "modify",
|
|
198
|
-
"handler_type": "bridge",
|
|
199
|
-
"csharp_handler": "present",
|
|
200
|
-
"destructive": true,
|
|
201
|
-
"timeout": 30000
|
|
202
|
-
},
|
|
203
302
|
{
|
|
204
303
|
"bridgeCommand": "asset.move",
|
|
205
304
|
"group": "asset",
|
|
@@ -263,6 +362,15 @@
|
|
|
263
362
|
"destructive": false,
|
|
264
363
|
"timeout": 30000
|
|
265
364
|
},
|
|
365
|
+
{
|
|
366
|
+
"bridgeCommand": "asset.write-text",
|
|
367
|
+
"group": "asset",
|
|
368
|
+
"command": "write-text",
|
|
369
|
+
"handler_type": "bridge",
|
|
370
|
+
"csharp_handler": "present",
|
|
371
|
+
"destructive": true,
|
|
372
|
+
"timeout": 30000
|
|
373
|
+
},
|
|
266
374
|
{
|
|
267
375
|
"bridgeCommand": "build.platform.get",
|
|
268
376
|
"group": "build",
|
|
@@ -444,18 +552,108 @@
|
|
|
444
552
|
"timeout": 30000
|
|
445
553
|
},
|
|
446
554
|
{
|
|
447
|
-
"bridgeCommand": "camera.
|
|
555
|
+
"bridgeCommand": "camera.target",
|
|
448
556
|
"group": "camera",
|
|
449
|
-
"command": "
|
|
557
|
+
"command": "target",
|
|
450
558
|
"handler_type": "bridge",
|
|
451
559
|
"csharp_handler": "present",
|
|
452
|
-
"destructive":
|
|
560
|
+
"destructive": false,
|
|
453
561
|
"timeout": 30000
|
|
454
562
|
},
|
|
455
563
|
{
|
|
456
|
-
"bridgeCommand": "
|
|
457
|
-
"group": "
|
|
458
|
-
"command": "
|
|
564
|
+
"bridgeCommand": "catalog.editor.describe",
|
|
565
|
+
"group": "catalog",
|
|
566
|
+
"command": "editor.describe",
|
|
567
|
+
"handler_type": "bridge",
|
|
568
|
+
"csharp_handler": "present",
|
|
569
|
+
"destructive": false,
|
|
570
|
+
"timeout": 30000
|
|
571
|
+
},
|
|
572
|
+
{
|
|
573
|
+
"bridgeCommand": "catalog.editor.groups",
|
|
574
|
+
"group": "catalog",
|
|
575
|
+
"command": "editor.groups",
|
|
576
|
+
"handler_type": "bridge",
|
|
577
|
+
"csharp_handler": "present",
|
|
578
|
+
"destructive": false,
|
|
579
|
+
"timeout": 30000
|
|
580
|
+
},
|
|
581
|
+
{
|
|
582
|
+
"bridgeCommand": "catalog.editor.health",
|
|
583
|
+
"group": "catalog",
|
|
584
|
+
"command": "editor.health",
|
|
585
|
+
"handler_type": "bridge",
|
|
586
|
+
"csharp_handler": "present",
|
|
587
|
+
"destructive": false,
|
|
588
|
+
"timeout": 30000
|
|
589
|
+
},
|
|
590
|
+
{
|
|
591
|
+
"bridgeCommand": "catalog.editor.list",
|
|
592
|
+
"group": "catalog",
|
|
593
|
+
"command": "editor.list",
|
|
594
|
+
"handler_type": "bridge",
|
|
595
|
+
"csharp_handler": "present",
|
|
596
|
+
"destructive": false,
|
|
597
|
+
"timeout": 30000
|
|
598
|
+
},
|
|
599
|
+
{
|
|
600
|
+
"bridgeCommand": "catalog.editor.run",
|
|
601
|
+
"group": "catalog",
|
|
602
|
+
"command": "editor.run",
|
|
603
|
+
"handler_type": "bridge",
|
|
604
|
+
"csharp_handler": "present",
|
|
605
|
+
"destructive": false,
|
|
606
|
+
"timeout": 30000
|
|
607
|
+
},
|
|
608
|
+
{
|
|
609
|
+
"bridgeCommand": "catalog.editor.summary",
|
|
610
|
+
"group": "catalog",
|
|
611
|
+
"command": "editor.summary",
|
|
612
|
+
"handler_type": "bridge",
|
|
613
|
+
"csharp_handler": "present",
|
|
614
|
+
"destructive": false,
|
|
615
|
+
"timeout": 30000
|
|
616
|
+
},
|
|
617
|
+
{
|
|
618
|
+
"bridgeCommand": "catalog.player.describe",
|
|
619
|
+
"group": "catalog",
|
|
620
|
+
"command": "player.describe",
|
|
621
|
+
"handler_type": "bridge",
|
|
622
|
+
"csharp_handler": "present",
|
|
623
|
+
"destructive": false,
|
|
624
|
+
"timeout": 30000
|
|
625
|
+
},
|
|
626
|
+
{
|
|
627
|
+
"bridgeCommand": "catalog.player.groups",
|
|
628
|
+
"group": "catalog",
|
|
629
|
+
"command": "player.groups",
|
|
630
|
+
"handler_type": "bridge",
|
|
631
|
+
"csharp_handler": "present",
|
|
632
|
+
"destructive": false,
|
|
633
|
+
"timeout": 30000
|
|
634
|
+
},
|
|
635
|
+
{
|
|
636
|
+
"bridgeCommand": "catalog.player.list",
|
|
637
|
+
"group": "catalog",
|
|
638
|
+
"command": "player.list",
|
|
639
|
+
"handler_type": "bridge",
|
|
640
|
+
"csharp_handler": "present",
|
|
641
|
+
"destructive": false,
|
|
642
|
+
"timeout": 30000
|
|
643
|
+
},
|
|
644
|
+
{
|
|
645
|
+
"bridgeCommand": "catalog.player.run",
|
|
646
|
+
"group": "catalog",
|
|
647
|
+
"command": "player.run",
|
|
648
|
+
"handler_type": "bridge",
|
|
649
|
+
"csharp_handler": "present",
|
|
650
|
+
"destructive": false,
|
|
651
|
+
"timeout": 30000
|
|
652
|
+
},
|
|
653
|
+
{
|
|
654
|
+
"bridgeCommand": "catalog.player.summary",
|
|
655
|
+
"group": "catalog",
|
|
656
|
+
"command": "player.summary",
|
|
459
657
|
"handler_type": "bridge",
|
|
460
658
|
"csharp_handler": "present",
|
|
461
659
|
"destructive": false,
|
|
@@ -630,9 +828,9 @@
|
|
|
630
828
|
]
|
|
631
829
|
},
|
|
632
830
|
{
|
|
633
|
-
"bridgeCommand": "code.
|
|
831
|
+
"bridgeCommand": "code.execute",
|
|
634
832
|
"group": "code",
|
|
635
|
-
"command": "
|
|
833
|
+
"command": "execute",
|
|
636
834
|
"handler_type": "hybrid",
|
|
637
835
|
"csharp_handler": "present",
|
|
638
836
|
"destructive": true,
|
|
@@ -702,122 +900,14 @@
|
|
|
702
900
|
"timeout": 30000
|
|
703
901
|
},
|
|
704
902
|
{
|
|
705
|
-
"bridgeCommand": "console.
|
|
903
|
+
"bridgeCommand": "console.read",
|
|
706
904
|
"group": "console",
|
|
707
|
-
"command": "
|
|
708
|
-
"handler_type": "bridge",
|
|
709
|
-
"csharp_handler": "present",
|
|
710
|
-
"destructive": false,
|
|
711
|
-
"timeout": 30000
|
|
712
|
-
},
|
|
713
|
-
{
|
|
714
|
-
"bridgeCommand": "controller.add-blend-tree-child",
|
|
715
|
-
"group": "controller",
|
|
716
|
-
"command": "add-blend-tree-child",
|
|
717
|
-
"handler_type": "bridge",
|
|
718
|
-
"csharp_handler": "present",
|
|
719
|
-
"destructive": true,
|
|
720
|
-
"timeout": 30000
|
|
721
|
-
},
|
|
722
|
-
{
|
|
723
|
-
"bridgeCommand": "controller.add-layer",
|
|
724
|
-
"group": "controller",
|
|
725
|
-
"command": "add-layer",
|
|
726
|
-
"handler_type": "bridge",
|
|
727
|
-
"csharp_handler": "present",
|
|
728
|
-
"destructive": true,
|
|
729
|
-
"timeout": 30000
|
|
730
|
-
},
|
|
731
|
-
{
|
|
732
|
-
"bridgeCommand": "controller.add-parameter",
|
|
733
|
-
"group": "controller",
|
|
734
|
-
"command": "add-parameter",
|
|
735
|
-
"handler_type": "bridge",
|
|
736
|
-
"csharp_handler": "present",
|
|
737
|
-
"destructive": true,
|
|
738
|
-
"timeout": 30000
|
|
739
|
-
},
|
|
740
|
-
{
|
|
741
|
-
"bridgeCommand": "controller.add-state",
|
|
742
|
-
"group": "controller",
|
|
743
|
-
"command": "add-state",
|
|
744
|
-
"handler_type": "bridge",
|
|
745
|
-
"csharp_handler": "present",
|
|
746
|
-
"destructive": true,
|
|
747
|
-
"timeout": 30000
|
|
748
|
-
},
|
|
749
|
-
{
|
|
750
|
-
"bridgeCommand": "controller.add-transition",
|
|
751
|
-
"group": "controller",
|
|
752
|
-
"command": "add-transition",
|
|
753
|
-
"handler_type": "bridge",
|
|
754
|
-
"csharp_handler": "present",
|
|
755
|
-
"destructive": true,
|
|
756
|
-
"timeout": 30000
|
|
757
|
-
},
|
|
758
|
-
{
|
|
759
|
-
"bridgeCommand": "controller.assign",
|
|
760
|
-
"group": "controller",
|
|
761
|
-
"command": "assign",
|
|
762
|
-
"handler_type": "bridge",
|
|
763
|
-
"csharp_handler": "present",
|
|
764
|
-
"destructive": false,
|
|
765
|
-
"timeout": 30000
|
|
766
|
-
},
|
|
767
|
-
{
|
|
768
|
-
"bridgeCommand": "controller.create",
|
|
769
|
-
"group": "controller",
|
|
770
|
-
"command": "create",
|
|
771
|
-
"handler_type": "bridge",
|
|
772
|
-
"csharp_handler": "present",
|
|
773
|
-
"destructive": true,
|
|
774
|
-
"timeout": 30000
|
|
775
|
-
},
|
|
776
|
-
{
|
|
777
|
-
"bridgeCommand": "controller.create-blend-tree-1d",
|
|
778
|
-
"group": "controller",
|
|
779
|
-
"command": "create-blend-tree-1d",
|
|
780
|
-
"handler_type": "bridge",
|
|
781
|
-
"csharp_handler": "present",
|
|
782
|
-
"destructive": true,
|
|
783
|
-
"timeout": 30000
|
|
784
|
-
},
|
|
785
|
-
{
|
|
786
|
-
"bridgeCommand": "controller.create-blend-tree-2d",
|
|
787
|
-
"group": "controller",
|
|
788
|
-
"command": "create-blend-tree-2d",
|
|
789
|
-
"handler_type": "bridge",
|
|
790
|
-
"csharp_handler": "present",
|
|
791
|
-
"destructive": true,
|
|
792
|
-
"timeout": 30000
|
|
793
|
-
},
|
|
794
|
-
{
|
|
795
|
-
"bridgeCommand": "controller.get-info",
|
|
796
|
-
"group": "controller",
|
|
797
|
-
"command": "get-info",
|
|
905
|
+
"command": "read",
|
|
798
906
|
"handler_type": "bridge",
|
|
799
907
|
"csharp_handler": "present",
|
|
800
908
|
"destructive": false,
|
|
801
909
|
"timeout": 30000
|
|
802
910
|
},
|
|
803
|
-
{
|
|
804
|
-
"bridgeCommand": "controller.remove-layer",
|
|
805
|
-
"group": "controller",
|
|
806
|
-
"command": "remove-layer",
|
|
807
|
-
"handler_type": "bridge",
|
|
808
|
-
"csharp_handler": "present",
|
|
809
|
-
"destructive": true,
|
|
810
|
-
"timeout": 30000
|
|
811
|
-
},
|
|
812
|
-
{
|
|
813
|
-
"bridgeCommand": "controller.set-layer-weight",
|
|
814
|
-
"group": "controller",
|
|
815
|
-
"command": "set-layer-weight",
|
|
816
|
-
"handler_type": "bridge",
|
|
817
|
-
"csharp_handler": "present",
|
|
818
|
-
"destructive": true,
|
|
819
|
-
"timeout": 30000
|
|
820
|
-
},
|
|
821
911
|
{
|
|
822
912
|
"bridgeCommand": "docs.get",
|
|
823
913
|
"group": "docs",
|
|
@@ -927,9 +1017,9 @@
|
|
|
927
1017
|
"timeout": 30000
|
|
928
1018
|
},
|
|
929
1019
|
{
|
|
930
|
-
"bridgeCommand": "editor.play",
|
|
1020
|
+
"bridgeCommand": "editor.play-mode.start",
|
|
931
1021
|
"group": "editor",
|
|
932
|
-
"command": "play",
|
|
1022
|
+
"command": "play-mode.start",
|
|
933
1023
|
"handler_type": "bridge",
|
|
934
1024
|
"csharp_handler": "present",
|
|
935
1025
|
"destructive": false,
|
|
@@ -944,6 +1034,15 @@
|
|
|
944
1034
|
"destructive": false,
|
|
945
1035
|
"timeout": 30000
|
|
946
1036
|
},
|
|
1037
|
+
{
|
|
1038
|
+
"bridgeCommand": "editor.play-mode.stop",
|
|
1039
|
+
"group": "editor",
|
|
1040
|
+
"command": "play-mode.stop",
|
|
1041
|
+
"handler_type": "bridge",
|
|
1042
|
+
"csharp_handler": "present",
|
|
1043
|
+
"destructive": false,
|
|
1044
|
+
"timeout": 30000
|
|
1045
|
+
},
|
|
947
1046
|
{
|
|
948
1047
|
"bridgeCommand": "editor.redo",
|
|
949
1048
|
"group": "editor",
|
|
@@ -1007,15 +1106,6 @@
|
|
|
1007
1106
|
"destructive": false,
|
|
1008
1107
|
"timeout": 30000
|
|
1009
1108
|
},
|
|
1010
|
-
{
|
|
1011
|
-
"bridgeCommand": "editor.stop",
|
|
1012
|
-
"group": "editor",
|
|
1013
|
-
"command": "stop",
|
|
1014
|
-
"handler_type": "bridge",
|
|
1015
|
-
"csharp_handler": "present",
|
|
1016
|
-
"destructive": false,
|
|
1017
|
-
"timeout": 30000
|
|
1018
|
-
},
|
|
1019
1109
|
{
|
|
1020
1110
|
"bridgeCommand": "editor.tool-states",
|
|
1021
1111
|
"group": "editor",
|
|
@@ -1044,8 +1134,8 @@
|
|
|
1044
1134
|
"timeout": 30000
|
|
1045
1135
|
},
|
|
1046
1136
|
{
|
|
1047
|
-
"bridgeCommand": "
|
|
1048
|
-
"group": "
|
|
1137
|
+
"bridgeCommand": "game-object.create",
|
|
1138
|
+
"group": "game-object",
|
|
1049
1139
|
"command": "create",
|
|
1050
1140
|
"handler_type": "bridge",
|
|
1051
1141
|
"csharp_handler": "present",
|
|
@@ -1053,8 +1143,8 @@
|
|
|
1053
1143
|
"timeout": 30000
|
|
1054
1144
|
},
|
|
1055
1145
|
{
|
|
1056
|
-
"bridgeCommand": "
|
|
1057
|
-
"group": "
|
|
1146
|
+
"bridgeCommand": "game-object.delete",
|
|
1147
|
+
"group": "game-object",
|
|
1058
1148
|
"command": "delete",
|
|
1059
1149
|
"handler_type": "bridge",
|
|
1060
1150
|
"csharp_handler": "present",
|
|
@@ -1062,8 +1152,8 @@
|
|
|
1062
1152
|
"timeout": 30000
|
|
1063
1153
|
},
|
|
1064
1154
|
{
|
|
1065
|
-
"bridgeCommand": "
|
|
1066
|
-
"group": "
|
|
1155
|
+
"bridgeCommand": "game-object.duplicate",
|
|
1156
|
+
"group": "game-object",
|
|
1067
1157
|
"command": "duplicate",
|
|
1068
1158
|
"handler_type": "bridge",
|
|
1069
1159
|
"csharp_handler": "present",
|
|
@@ -1071,8 +1161,8 @@
|
|
|
1071
1161
|
"timeout": 30000
|
|
1072
1162
|
},
|
|
1073
1163
|
{
|
|
1074
|
-
"bridgeCommand": "
|
|
1075
|
-
"group": "
|
|
1164
|
+
"bridgeCommand": "game-object.find",
|
|
1165
|
+
"group": "game-object",
|
|
1076
1166
|
"command": "find",
|
|
1077
1167
|
"handler_type": "bridge",
|
|
1078
1168
|
"csharp_handler": "present",
|
|
@@ -1080,8 +1170,8 @@
|
|
|
1080
1170
|
"timeout": 30000
|
|
1081
1171
|
},
|
|
1082
1172
|
{
|
|
1083
|
-
"bridgeCommand": "
|
|
1084
|
-
"group": "
|
|
1173
|
+
"bridgeCommand": "game-object.look-at",
|
|
1174
|
+
"group": "game-object",
|
|
1085
1175
|
"command": "look-at",
|
|
1086
1176
|
"handler_type": "bridge",
|
|
1087
1177
|
"csharp_handler": "present",
|
|
@@ -1089,8 +1179,8 @@
|
|
|
1089
1179
|
"timeout": 30000
|
|
1090
1180
|
},
|
|
1091
1181
|
{
|
|
1092
|
-
"bridgeCommand": "
|
|
1093
|
-
"group": "
|
|
1182
|
+
"bridgeCommand": "game-object.modify",
|
|
1183
|
+
"group": "game-object",
|
|
1094
1184
|
"command": "modify",
|
|
1095
1185
|
"handler_type": "bridge",
|
|
1096
1186
|
"csharp_handler": "present",
|
|
@@ -1098,8 +1188,8 @@
|
|
|
1098
1188
|
"timeout": 30000
|
|
1099
1189
|
},
|
|
1100
1190
|
{
|
|
1101
|
-
"bridgeCommand": "
|
|
1102
|
-
"group": "
|
|
1191
|
+
"bridgeCommand": "game-object.move-relative",
|
|
1192
|
+
"group": "game-object",
|
|
1103
1193
|
"command": "move-relative",
|
|
1104
1194
|
"handler_type": "bridge",
|
|
1105
1195
|
"csharp_handler": "present",
|
|
@@ -1107,286 +1197,241 @@
|
|
|
1107
1197
|
"timeout": 30000
|
|
1108
1198
|
},
|
|
1109
1199
|
{
|
|
1110
|
-
"bridgeCommand": "
|
|
1111
|
-
"group": "
|
|
1112
|
-
"command": "
|
|
1200
|
+
"bridgeCommand": "game-object.move-to-scene",
|
|
1201
|
+
"group": "game-object",
|
|
1202
|
+
"command": "move-to-scene",
|
|
1113
1203
|
"handler_type": "bridge",
|
|
1114
1204
|
"csharp_handler": "present",
|
|
1115
1205
|
"destructive": false,
|
|
1116
1206
|
"timeout": 30000
|
|
1117
1207
|
},
|
|
1118
1208
|
{
|
|
1119
|
-
"bridgeCommand": "
|
|
1120
|
-
"group": "
|
|
1121
|
-
"command": "
|
|
1209
|
+
"bridgeCommand": "game-object.set-parent",
|
|
1210
|
+
"group": "game-object",
|
|
1211
|
+
"command": "set-parent",
|
|
1122
1212
|
"handler_type": "bridge",
|
|
1123
1213
|
"csharp_handler": "present",
|
|
1124
1214
|
"destructive": false,
|
|
1125
1215
|
"timeout": 30000
|
|
1126
1216
|
},
|
|
1127
1217
|
{
|
|
1128
|
-
"bridgeCommand": "
|
|
1129
|
-
"group": "
|
|
1130
|
-
"command": "
|
|
1218
|
+
"bridgeCommand": "hdrp.settings.get",
|
|
1219
|
+
"group": "hdrp",
|
|
1220
|
+
"command": "settings.get",
|
|
1131
1221
|
"handler_type": "bridge",
|
|
1132
1222
|
"csharp_handler": "present",
|
|
1133
|
-
"destructive":
|
|
1134
|
-
"timeout": 30000
|
|
1223
|
+
"destructive": false,
|
|
1224
|
+
"timeout": 30000,
|
|
1225
|
+
"requires_packages": [
|
|
1226
|
+
"com.unity.render-pipelines.high-definition"
|
|
1227
|
+
]
|
|
1135
1228
|
},
|
|
1136
1229
|
{
|
|
1137
|
-
"bridgeCommand": "
|
|
1138
|
-
"group": "
|
|
1139
|
-
"command": "
|
|
1230
|
+
"bridgeCommand": "hdrp.settings.set",
|
|
1231
|
+
"group": "hdrp",
|
|
1232
|
+
"command": "settings.set",
|
|
1140
1233
|
"handler_type": "bridge",
|
|
1141
1234
|
"csharp_handler": "present",
|
|
1142
1235
|
"destructive": true,
|
|
1143
|
-
"timeout": 30000
|
|
1236
|
+
"timeout": 30000,
|
|
1237
|
+
"requires_packages": [
|
|
1238
|
+
"com.unity.render-pipelines.high-definition"
|
|
1239
|
+
]
|
|
1144
1240
|
},
|
|
1145
1241
|
{
|
|
1146
|
-
"bridgeCommand": "
|
|
1147
|
-
"group": "
|
|
1148
|
-
"command": "
|
|
1242
|
+
"bridgeCommand": "hdrp.volume.add-effect",
|
|
1243
|
+
"group": "hdrp",
|
|
1244
|
+
"command": "volume.add-effect",
|
|
1149
1245
|
"handler_type": "bridge",
|
|
1150
1246
|
"csharp_handler": "present",
|
|
1151
|
-
"destructive":
|
|
1152
|
-
"timeout": 30000
|
|
1247
|
+
"destructive": false,
|
|
1248
|
+
"timeout": 30000,
|
|
1249
|
+
"requires_packages": [
|
|
1250
|
+
"com.unity.render-pipelines.high-definition"
|
|
1251
|
+
]
|
|
1153
1252
|
},
|
|
1154
1253
|
{
|
|
1155
|
-
"bridgeCommand": "
|
|
1156
|
-
"group": "
|
|
1157
|
-
"command": "
|
|
1254
|
+
"bridgeCommand": "hdrp.volume.create",
|
|
1255
|
+
"group": "hdrp",
|
|
1256
|
+
"command": "volume.create",
|
|
1158
1257
|
"handler_type": "bridge",
|
|
1159
1258
|
"csharp_handler": "present",
|
|
1160
|
-
"destructive":
|
|
1161
|
-
"timeout": 30000
|
|
1259
|
+
"destructive": false,
|
|
1260
|
+
"timeout": 30000,
|
|
1261
|
+
"requires_packages": [
|
|
1262
|
+
"com.unity.render-pipelines.high-definition"
|
|
1263
|
+
]
|
|
1162
1264
|
},
|
|
1163
1265
|
{
|
|
1164
|
-
"bridgeCommand": "
|
|
1165
|
-
"group": "
|
|
1166
|
-
"command": "
|
|
1266
|
+
"bridgeCommand": "hdrp.volume.info",
|
|
1267
|
+
"group": "hdrp",
|
|
1268
|
+
"command": "volume.info",
|
|
1167
1269
|
"handler_type": "bridge",
|
|
1168
1270
|
"csharp_handler": "present",
|
|
1169
1271
|
"destructive": false,
|
|
1170
|
-
"timeout": 30000
|
|
1272
|
+
"timeout": 30000,
|
|
1273
|
+
"requires_packages": [
|
|
1274
|
+
"com.unity.render-pipelines.high-definition"
|
|
1275
|
+
]
|
|
1171
1276
|
},
|
|
1172
1277
|
{
|
|
1173
|
-
"bridgeCommand": "
|
|
1174
|
-
"group": "
|
|
1175
|
-
"command": "
|
|
1278
|
+
"bridgeCommand": "hdrp.volume.list",
|
|
1279
|
+
"group": "hdrp",
|
|
1280
|
+
"command": "volume.list",
|
|
1176
1281
|
"handler_type": "bridge",
|
|
1177
1282
|
"csharp_handler": "present",
|
|
1178
1283
|
"destructive": false,
|
|
1179
|
-
"timeout": 30000
|
|
1284
|
+
"timeout": 30000,
|
|
1285
|
+
"requires_packages": [
|
|
1286
|
+
"com.unity.render-pipelines.high-definition"
|
|
1287
|
+
]
|
|
1180
1288
|
},
|
|
1181
1289
|
{
|
|
1182
|
-
"bridgeCommand": "
|
|
1183
|
-
"group": "
|
|
1184
|
-
"command": "
|
|
1290
|
+
"bridgeCommand": "hdrp.volume.set",
|
|
1291
|
+
"group": "hdrp",
|
|
1292
|
+
"command": "volume.set",
|
|
1185
1293
|
"handler_type": "bridge",
|
|
1186
1294
|
"csharp_handler": "present",
|
|
1187
1295
|
"destructive": false,
|
|
1188
|
-
"timeout": 30000
|
|
1296
|
+
"timeout": 30000,
|
|
1297
|
+
"requires_packages": [
|
|
1298
|
+
"com.unity.render-pipelines.high-definition"
|
|
1299
|
+
]
|
|
1189
1300
|
},
|
|
1190
1301
|
{
|
|
1191
|
-
"bridgeCommand": "
|
|
1192
|
-
"group": "
|
|
1193
|
-
"command": "
|
|
1302
|
+
"bridgeCommand": "lighting.bake.cancel",
|
|
1303
|
+
"group": "lighting",
|
|
1304
|
+
"command": "bake.cancel",
|
|
1194
1305
|
"handler_type": "bridge",
|
|
1195
1306
|
"csharp_handler": "present",
|
|
1196
|
-
"destructive":
|
|
1307
|
+
"destructive": false,
|
|
1197
1308
|
"timeout": 30000
|
|
1198
1309
|
},
|
|
1199
1310
|
{
|
|
1200
|
-
"bridgeCommand": "
|
|
1201
|
-
"group": "
|
|
1202
|
-
"command": "
|
|
1311
|
+
"bridgeCommand": "lighting.bake.clear",
|
|
1312
|
+
"group": "lighting",
|
|
1313
|
+
"command": "bake.clear",
|
|
1203
1314
|
"handler_type": "bridge",
|
|
1204
1315
|
"csharp_handler": "present",
|
|
1205
1316
|
"destructive": true,
|
|
1206
1317
|
"timeout": 30000
|
|
1207
1318
|
},
|
|
1208
1319
|
{
|
|
1209
|
-
"bridgeCommand": "
|
|
1210
|
-
"group": "
|
|
1211
|
-
"command": "reflection-probe",
|
|
1320
|
+
"bridgeCommand": "lighting.bake.reflection-probe",
|
|
1321
|
+
"group": "lighting",
|
|
1322
|
+
"command": "bake.reflection-probe",
|
|
1212
1323
|
"handler_type": "bridge",
|
|
1213
1324
|
"csharp_handler": "present",
|
|
1214
|
-
"destructive":
|
|
1325
|
+
"destructive": true,
|
|
1215
1326
|
"timeout": 30000
|
|
1216
1327
|
},
|
|
1217
1328
|
{
|
|
1218
|
-
"bridgeCommand": "
|
|
1219
|
-
"group": "
|
|
1220
|
-
"command": "
|
|
1329
|
+
"bridgeCommand": "lighting.bake.settings",
|
|
1330
|
+
"group": "lighting",
|
|
1331
|
+
"command": "bake.settings",
|
|
1221
1332
|
"handler_type": "bridge",
|
|
1222
1333
|
"csharp_handler": "present",
|
|
1223
|
-
"destructive":
|
|
1334
|
+
"destructive": true,
|
|
1224
1335
|
"timeout": 30000
|
|
1225
1336
|
},
|
|
1226
1337
|
{
|
|
1227
|
-
"bridgeCommand": "
|
|
1228
|
-
"group": "
|
|
1229
|
-
"command": "
|
|
1338
|
+
"bridgeCommand": "lighting.bake.start",
|
|
1339
|
+
"group": "lighting",
|
|
1340
|
+
"command": "bake.start",
|
|
1230
1341
|
"handler_type": "bridge",
|
|
1231
1342
|
"csharp_handler": "present",
|
|
1232
|
-
"destructive":
|
|
1343
|
+
"destructive": true,
|
|
1233
1344
|
"timeout": 30000
|
|
1234
1345
|
},
|
|
1235
1346
|
{
|
|
1236
|
-
"bridgeCommand": "
|
|
1237
|
-
"group": "
|
|
1238
|
-
"command": "
|
|
1347
|
+
"bridgeCommand": "lighting.bake.status",
|
|
1348
|
+
"group": "lighting",
|
|
1349
|
+
"command": "bake.status",
|
|
1239
1350
|
"handler_type": "bridge",
|
|
1240
1351
|
"csharp_handler": "present",
|
|
1241
1352
|
"destructive": false,
|
|
1242
1353
|
"timeout": 30000
|
|
1243
1354
|
},
|
|
1244
1355
|
{
|
|
1245
|
-
"bridgeCommand": "
|
|
1246
|
-
"group": "
|
|
1247
|
-
"command": "
|
|
1356
|
+
"bridgeCommand": "lighting.light-probe-group",
|
|
1357
|
+
"group": "lighting",
|
|
1358
|
+
"command": "light-probe-group",
|
|
1248
1359
|
"handler_type": "bridge",
|
|
1249
1360
|
"csharp_handler": "present",
|
|
1250
1361
|
"destructive": false,
|
|
1251
1362
|
"timeout": 30000
|
|
1252
1363
|
},
|
|
1253
1364
|
{
|
|
1254
|
-
"bridgeCommand": "
|
|
1255
|
-
"group": "
|
|
1256
|
-
"command": "
|
|
1365
|
+
"bridgeCommand": "lighting.reflection-probe",
|
|
1366
|
+
"group": "lighting",
|
|
1367
|
+
"command": "reflection-probe",
|
|
1257
1368
|
"handler_type": "bridge",
|
|
1258
1369
|
"csharp_handler": "present",
|
|
1259
1370
|
"destructive": false,
|
|
1260
1371
|
"timeout": 30000
|
|
1261
1372
|
},
|
|
1262
1373
|
{
|
|
1263
|
-
"bridgeCommand": "
|
|
1264
|
-
"group": "
|
|
1265
|
-
"command": "skybox
|
|
1266
|
-
"handler_type": "bridge",
|
|
1267
|
-
"csharp_handler": "present",
|
|
1268
|
-
"destructive": true,
|
|
1269
|
-
"timeout": 30000
|
|
1270
|
-
},
|
|
1271
|
-
{
|
|
1272
|
-
"bridgeCommand": "graphics.skybox-set-reflection",
|
|
1273
|
-
"group": "graphics",
|
|
1274
|
-
"command": "skybox-set-reflection",
|
|
1374
|
+
"bridgeCommand": "lighting.skybox.get",
|
|
1375
|
+
"group": "lighting",
|
|
1376
|
+
"command": "skybox.get",
|
|
1275
1377
|
"handler_type": "bridge",
|
|
1276
1378
|
"csharp_handler": "present",
|
|
1277
1379
|
"destructive": false,
|
|
1278
1380
|
"timeout": 30000
|
|
1279
1381
|
},
|
|
1280
1382
|
{
|
|
1281
|
-
"bridgeCommand": "
|
|
1282
|
-
"group": "
|
|
1283
|
-
"command": "skybox
|
|
1383
|
+
"bridgeCommand": "lighting.skybox.set-ambient",
|
|
1384
|
+
"group": "lighting",
|
|
1385
|
+
"command": "skybox.set-ambient",
|
|
1284
1386
|
"handler_type": "bridge",
|
|
1285
1387
|
"csharp_handler": "present",
|
|
1286
1388
|
"destructive": false,
|
|
1287
1389
|
"timeout": 30000
|
|
1288
1390
|
},
|
|
1289
1391
|
{
|
|
1290
|
-
"bridgeCommand": "
|
|
1291
|
-
"group": "
|
|
1292
|
-
"command": "
|
|
1392
|
+
"bridgeCommand": "lighting.skybox.set-fog",
|
|
1393
|
+
"group": "lighting",
|
|
1394
|
+
"command": "skybox.set-fog",
|
|
1293
1395
|
"handler_type": "bridge",
|
|
1294
1396
|
"csharp_handler": "present",
|
|
1295
1397
|
"destructive": false,
|
|
1296
1398
|
"timeout": 30000
|
|
1297
1399
|
},
|
|
1298
1400
|
{
|
|
1299
|
-
"bridgeCommand": "
|
|
1300
|
-
"group": "
|
|
1301
|
-
"command": "
|
|
1401
|
+
"bridgeCommand": "lighting.skybox.set-material",
|
|
1402
|
+
"group": "lighting",
|
|
1403
|
+
"command": "skybox.set-material",
|
|
1302
1404
|
"handler_type": "bridge",
|
|
1303
1405
|
"csharp_handler": "present",
|
|
1304
1406
|
"destructive": false,
|
|
1305
1407
|
"timeout": 30000
|
|
1306
1408
|
},
|
|
1307
1409
|
{
|
|
1308
|
-
"bridgeCommand": "
|
|
1309
|
-
"group": "
|
|
1310
|
-
"command": "
|
|
1311
|
-
"handler_type": "bridge",
|
|
1312
|
-
"csharp_handler": "present",
|
|
1313
|
-
"destructive": false,
|
|
1314
|
-
"timeout": 30000,
|
|
1315
|
-
"requires_packages": [
|
|
1316
|
-
"com.unity.render-pipelines.high-definition"
|
|
1317
|
-
]
|
|
1318
|
-
},
|
|
1319
|
-
{
|
|
1320
|
-
"bridgeCommand": "hdrp.settings.set",
|
|
1321
|
-
"group": "hdrp",
|
|
1322
|
-
"command": "settings.set",
|
|
1410
|
+
"bridgeCommand": "lighting.skybox.set-properties",
|
|
1411
|
+
"group": "lighting",
|
|
1412
|
+
"command": "skybox.set-properties",
|
|
1323
1413
|
"handler_type": "bridge",
|
|
1324
1414
|
"csharp_handler": "present",
|
|
1325
1415
|
"destructive": true,
|
|
1326
|
-
"timeout": 30000
|
|
1327
|
-
"requires_packages": [
|
|
1328
|
-
"com.unity.render-pipelines.high-definition"
|
|
1329
|
-
]
|
|
1330
|
-
},
|
|
1331
|
-
{
|
|
1332
|
-
"bridgeCommand": "hdrp.volume.add-effect",
|
|
1333
|
-
"group": "hdrp",
|
|
1334
|
-
"command": "volume.add-effect",
|
|
1335
|
-
"handler_type": "bridge",
|
|
1336
|
-
"csharp_handler": "present",
|
|
1337
|
-
"destructive": false,
|
|
1338
|
-
"timeout": 30000,
|
|
1339
|
-
"requires_packages": [
|
|
1340
|
-
"com.unity.render-pipelines.high-definition"
|
|
1341
|
-
]
|
|
1342
|
-
},
|
|
1343
|
-
{
|
|
1344
|
-
"bridgeCommand": "hdrp.volume.create",
|
|
1345
|
-
"group": "hdrp",
|
|
1346
|
-
"command": "volume.create",
|
|
1347
|
-
"handler_type": "bridge",
|
|
1348
|
-
"csharp_handler": "present",
|
|
1349
|
-
"destructive": false,
|
|
1350
|
-
"timeout": 30000,
|
|
1351
|
-
"requires_packages": [
|
|
1352
|
-
"com.unity.render-pipelines.high-definition"
|
|
1353
|
-
]
|
|
1416
|
+
"timeout": 30000
|
|
1354
1417
|
},
|
|
1355
1418
|
{
|
|
1356
|
-
"bridgeCommand": "
|
|
1357
|
-
"group": "
|
|
1358
|
-
"command": "
|
|
1419
|
+
"bridgeCommand": "lighting.skybox.set-reflection",
|
|
1420
|
+
"group": "lighting",
|
|
1421
|
+
"command": "skybox.set-reflection",
|
|
1359
1422
|
"handler_type": "bridge",
|
|
1360
1423
|
"csharp_handler": "present",
|
|
1361
1424
|
"destructive": false,
|
|
1362
|
-
"timeout": 30000
|
|
1363
|
-
"requires_packages": [
|
|
1364
|
-
"com.unity.render-pipelines.high-definition"
|
|
1365
|
-
]
|
|
1366
|
-
},
|
|
1367
|
-
{
|
|
1368
|
-
"bridgeCommand": "hdrp.volume.list",
|
|
1369
|
-
"group": "hdrp",
|
|
1370
|
-
"command": "volume.list",
|
|
1371
|
-
"handler_type": "bridge",
|
|
1372
|
-
"csharp_handler": "present",
|
|
1373
|
-
"destructive": false,
|
|
1374
|
-
"timeout": 30000,
|
|
1375
|
-
"requires_packages": [
|
|
1376
|
-
"com.unity.render-pipelines.high-definition"
|
|
1377
|
-
]
|
|
1425
|
+
"timeout": 30000
|
|
1378
1426
|
},
|
|
1379
1427
|
{
|
|
1380
|
-
"bridgeCommand": "
|
|
1381
|
-
"group": "
|
|
1382
|
-
"command": "
|
|
1428
|
+
"bridgeCommand": "lighting.skybox.set-sun",
|
|
1429
|
+
"group": "lighting",
|
|
1430
|
+
"command": "skybox.set-sun",
|
|
1383
1431
|
"handler_type": "bridge",
|
|
1384
1432
|
"csharp_handler": "present",
|
|
1385
1433
|
"destructive": false,
|
|
1386
|
-
"timeout": 30000
|
|
1387
|
-
"requires_packages": [
|
|
1388
|
-
"com.unity.render-pipelines.high-definition"
|
|
1389
|
-
]
|
|
1434
|
+
"timeout": 30000
|
|
1390
1435
|
},
|
|
1391
1436
|
{
|
|
1392
1437
|
"bridgeCommand": "material.assign",
|
|
@@ -1481,42 +1526,24 @@
|
|
|
1481
1526
|
{
|
|
1482
1527
|
"bridgeCommand": "navmesh.settings.set",
|
|
1483
1528
|
"group": "navmesh",
|
|
1484
|
-
"command": "settings.set",
|
|
1485
|
-
"handler_type": "bridge",
|
|
1486
|
-
"csharp_handler": "present",
|
|
1487
|
-
"destructive": true,
|
|
1488
|
-
"timeout": 30000
|
|
1489
|
-
},
|
|
1490
|
-
{
|
|
1491
|
-
"bridgeCommand": "navmesh.surface.bake",
|
|
1492
|
-
"group": "navmesh",
|
|
1493
|
-
"command": "surface.bake",
|
|
1494
|
-
"handler_type": "hybrid",
|
|
1495
|
-
"csharp_handler": "none",
|
|
1496
|
-
"destructive": true,
|
|
1497
|
-
"timeout": 600000,
|
|
1498
|
-
"requires_packages": [
|
|
1499
|
-
"com.unity.ai.navigation"
|
|
1500
|
-
]
|
|
1501
|
-
},
|
|
1502
|
-
{
|
|
1503
|
-
"bridgeCommand": "object.get-data",
|
|
1504
|
-
"group": "object",
|
|
1505
|
-
"command": "get-data",
|
|
1506
|
-
"handler_type": "bridge",
|
|
1507
|
-
"csharp_handler": "present",
|
|
1508
|
-
"destructive": false,
|
|
1509
|
-
"timeout": 30000
|
|
1510
|
-
},
|
|
1511
|
-
{
|
|
1512
|
-
"bridgeCommand": "object.modify",
|
|
1513
|
-
"group": "object",
|
|
1514
|
-
"command": "modify",
|
|
1529
|
+
"command": "settings.set",
|
|
1515
1530
|
"handler_type": "bridge",
|
|
1516
1531
|
"csharp_handler": "present",
|
|
1517
1532
|
"destructive": true,
|
|
1518
1533
|
"timeout": 30000
|
|
1519
1534
|
},
|
|
1535
|
+
{
|
|
1536
|
+
"bridgeCommand": "navmesh.surface.bake",
|
|
1537
|
+
"group": "navmesh",
|
|
1538
|
+
"command": "surface.bake",
|
|
1539
|
+
"handler_type": "hybrid",
|
|
1540
|
+
"csharp_handler": "none",
|
|
1541
|
+
"destructive": true,
|
|
1542
|
+
"timeout": 600000,
|
|
1543
|
+
"requires_packages": [
|
|
1544
|
+
"com.unity.ai.navigation"
|
|
1545
|
+
]
|
|
1546
|
+
},
|
|
1520
1547
|
{
|
|
1521
1548
|
"bridgeCommand": "occlusion.bake",
|
|
1522
1549
|
"group": "occlusion",
|
|
@@ -1796,6 +1823,84 @@
|
|
|
1796
1823
|
"destructive": false,
|
|
1797
1824
|
"timeout": 30000
|
|
1798
1825
|
},
|
|
1826
|
+
{
|
|
1827
|
+
"bridgeCommand": "player-runtime.console",
|
|
1828
|
+
"group": "player-runtime",
|
|
1829
|
+
"command": "console",
|
|
1830
|
+
"handler_type": "bridge-runtime",
|
|
1831
|
+
"csharp_handler": "none",
|
|
1832
|
+
"destructive": false,
|
|
1833
|
+
"timeout": 10000
|
|
1834
|
+
},
|
|
1835
|
+
{
|
|
1836
|
+
"bridgeCommand": "player-runtime.input.key",
|
|
1837
|
+
"group": "player-runtime",
|
|
1838
|
+
"command": "input.key",
|
|
1839
|
+
"handler_type": "bridge-runtime",
|
|
1840
|
+
"csharp_handler": "none",
|
|
1841
|
+
"destructive": false,
|
|
1842
|
+
"timeout": 10000,
|
|
1843
|
+
"requires_packages": [
|
|
1844
|
+
"com.unity.inputsystem"
|
|
1845
|
+
]
|
|
1846
|
+
},
|
|
1847
|
+
{
|
|
1848
|
+
"bridgeCommand": "player-runtime.input.pointer",
|
|
1849
|
+
"group": "player-runtime",
|
|
1850
|
+
"command": "input.pointer",
|
|
1851
|
+
"handler_type": "bridge-runtime",
|
|
1852
|
+
"csharp_handler": "none",
|
|
1853
|
+
"destructive": false,
|
|
1854
|
+
"timeout": 10000,
|
|
1855
|
+
"requires_packages": [
|
|
1856
|
+
"com.unity.inputsystem"
|
|
1857
|
+
]
|
|
1858
|
+
},
|
|
1859
|
+
{
|
|
1860
|
+
"bridgeCommand": "player-runtime.log",
|
|
1861
|
+
"group": "player-runtime",
|
|
1862
|
+
"command": "log",
|
|
1863
|
+
"handler_type": "bridge-runtime",
|
|
1864
|
+
"csharp_handler": "none",
|
|
1865
|
+
"destructive": false,
|
|
1866
|
+
"timeout": 10000
|
|
1867
|
+
},
|
|
1868
|
+
{
|
|
1869
|
+
"bridgeCommand": "player-runtime.state",
|
|
1870
|
+
"group": "player-runtime",
|
|
1871
|
+
"command": "state",
|
|
1872
|
+
"handler_type": "bridge-runtime",
|
|
1873
|
+
"csharp_handler": "none",
|
|
1874
|
+
"destructive": false,
|
|
1875
|
+
"timeout": 10000
|
|
1876
|
+
},
|
|
1877
|
+
{
|
|
1878
|
+
"bridgeCommand": "player-runtime.target-framerate.set",
|
|
1879
|
+
"group": "player-runtime",
|
|
1880
|
+
"command": "target-framerate.set",
|
|
1881
|
+
"handler_type": "bridge-runtime",
|
|
1882
|
+
"csharp_handler": "none",
|
|
1883
|
+
"destructive": false,
|
|
1884
|
+
"timeout": 10000
|
|
1885
|
+
},
|
|
1886
|
+
{
|
|
1887
|
+
"bridgeCommand": "player-runtime.time-scale.set",
|
|
1888
|
+
"group": "player-runtime",
|
|
1889
|
+
"command": "time-scale.set",
|
|
1890
|
+
"handler_type": "bridge-runtime",
|
|
1891
|
+
"csharp_handler": "none",
|
|
1892
|
+
"destructive": false,
|
|
1893
|
+
"timeout": 10000
|
|
1894
|
+
},
|
|
1895
|
+
{
|
|
1896
|
+
"bridgeCommand": "player-runtime.ui.capture-element",
|
|
1897
|
+
"group": "player-runtime",
|
|
1898
|
+
"command": "ui.capture-element",
|
|
1899
|
+
"handler_type": "bridge-runtime",
|
|
1900
|
+
"csharp_handler": "none",
|
|
1901
|
+
"destructive": false,
|
|
1902
|
+
"timeout": 15000
|
|
1903
|
+
},
|
|
1799
1904
|
{
|
|
1800
1905
|
"bridgeCommand": "prefab.create",
|
|
1801
1906
|
"group": "prefab",
|
|
@@ -2478,62 +2583,8 @@
|
|
|
2478
2583
|
"timeout": 30000
|
|
2479
2584
|
},
|
|
2480
2585
|
{
|
|
2481
|
-
"bridgeCommand": "project-
|
|
2482
|
-
"group": "project-
|
|
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
|
-
},
|
|
2507
|
-
{
|
|
2508
|
-
"bridgeCommand": "project-tool.list",
|
|
2509
|
-
"group": "project-tool",
|
|
2510
|
-
"command": "list",
|
|
2511
|
-
"handler_type": "bridge",
|
|
2512
|
-
"csharp_handler": "present",
|
|
2513
|
-
"destructive": false,
|
|
2514
|
-
"timeout": 30000
|
|
2515
|
-
},
|
|
2516
|
-
{
|
|
2517
|
-
"bridgeCommand": "project-tool.run",
|
|
2518
|
-
"group": "project-tool",
|
|
2519
|
-
"command": "run",
|
|
2520
|
-
"handler_type": "bridge",
|
|
2521
|
-
"csharp_handler": "present",
|
|
2522
|
-
"destructive": false,
|
|
2523
|
-
"timeout": 30000
|
|
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
|
-
},
|
|
2534
|
-
{
|
|
2535
|
-
"bridgeCommand": "project.audio-settings",
|
|
2536
|
-
"group": "project",
|
|
2586
|
+
"bridgeCommand": "project-settings.audio-settings",
|
|
2587
|
+
"group": "project-settings",
|
|
2537
2588
|
"command": "audio-settings",
|
|
2538
2589
|
"handler_type": "bridge",
|
|
2539
2590
|
"csharp_handler": "present",
|
|
@@ -2541,8 +2592,8 @@
|
|
|
2541
2592
|
"timeout": 30000
|
|
2542
2593
|
},
|
|
2543
2594
|
{
|
|
2544
|
-
"bridgeCommand": "project.audio-settings.set",
|
|
2545
|
-
"group": "project",
|
|
2595
|
+
"bridgeCommand": "project-settings.audio-settings.set",
|
|
2596
|
+
"group": "project-settings",
|
|
2546
2597
|
"command": "audio-settings.set",
|
|
2547
2598
|
"handler_type": "bridge",
|
|
2548
2599
|
"csharp_handler": "present",
|
|
@@ -2550,8 +2601,8 @@
|
|
|
2550
2601
|
"timeout": 30000
|
|
2551
2602
|
},
|
|
2552
2603
|
{
|
|
2553
|
-
"bridgeCommand": "project.info",
|
|
2554
|
-
"group": "project",
|
|
2604
|
+
"bridgeCommand": "project-settings.info",
|
|
2605
|
+
"group": "project-settings",
|
|
2555
2606
|
"command": "info",
|
|
2556
2607
|
"handler_type": "bridge",
|
|
2557
2608
|
"csharp_handler": "present",
|
|
@@ -2559,8 +2610,8 @@
|
|
|
2559
2610
|
"timeout": 30000
|
|
2560
2611
|
},
|
|
2561
2612
|
{
|
|
2562
|
-
"bridgeCommand": "project.input-settings",
|
|
2563
|
-
"group": "project",
|
|
2613
|
+
"bridgeCommand": "project-settings.input-settings",
|
|
2614
|
+
"group": "project-settings",
|
|
2564
2615
|
"command": "input-settings",
|
|
2565
2616
|
"handler_type": "bridge",
|
|
2566
2617
|
"csharp_handler": "present",
|
|
@@ -2568,8 +2619,8 @@
|
|
|
2568
2619
|
"timeout": 30000
|
|
2569
2620
|
},
|
|
2570
2621
|
{
|
|
2571
|
-
"bridgeCommand": "project.input-settings.set",
|
|
2572
|
-
"group": "project",
|
|
2622
|
+
"bridgeCommand": "project-settings.input-settings.set",
|
|
2623
|
+
"group": "project-settings",
|
|
2573
2624
|
"command": "input-settings.set",
|
|
2574
2625
|
"handler_type": "bridge",
|
|
2575
2626
|
"csharp_handler": "present",
|
|
@@ -2577,8 +2628,8 @@
|
|
|
2577
2628
|
"timeout": 30000
|
|
2578
2629
|
},
|
|
2579
2630
|
{
|
|
2580
|
-
"bridgeCommand": "project.layer.add",
|
|
2581
|
-
"group": "project",
|
|
2631
|
+
"bridgeCommand": "project-settings.layer.add",
|
|
2632
|
+
"group": "project-settings",
|
|
2582
2633
|
"command": "layer.add",
|
|
2583
2634
|
"handler_type": "bridge",
|
|
2584
2635
|
"csharp_handler": "present",
|
|
@@ -2586,8 +2637,8 @@
|
|
|
2586
2637
|
"timeout": 30000
|
|
2587
2638
|
},
|
|
2588
2639
|
{
|
|
2589
|
-
"bridgeCommand": "project.layer.remove",
|
|
2590
|
-
"group": "project",
|
|
2640
|
+
"bridgeCommand": "project-settings.layer.remove",
|
|
2641
|
+
"group": "project-settings",
|
|
2591
2642
|
"command": "layer.remove",
|
|
2592
2643
|
"handler_type": "bridge",
|
|
2593
2644
|
"csharp_handler": "present",
|
|
@@ -2595,8 +2646,8 @@
|
|
|
2595
2646
|
"timeout": 30000
|
|
2596
2647
|
},
|
|
2597
2648
|
{
|
|
2598
|
-
"bridgeCommand": "project.layers",
|
|
2599
|
-
"group": "project",
|
|
2649
|
+
"bridgeCommand": "project-settings.layers",
|
|
2650
|
+
"group": "project-settings",
|
|
2600
2651
|
"command": "layers",
|
|
2601
2652
|
"handler_type": "bridge",
|
|
2602
2653
|
"csharp_handler": "present",
|
|
@@ -2604,8 +2655,8 @@
|
|
|
2604
2655
|
"timeout": 30000
|
|
2605
2656
|
},
|
|
2606
2657
|
{
|
|
2607
|
-
"bridgeCommand": "project.player-settings",
|
|
2608
|
-
"group": "project",
|
|
2658
|
+
"bridgeCommand": "project-settings.player-settings",
|
|
2659
|
+
"group": "project-settings",
|
|
2609
2660
|
"command": "player-settings",
|
|
2610
2661
|
"handler_type": "bridge",
|
|
2611
2662
|
"csharp_handler": "present",
|
|
@@ -2613,8 +2664,8 @@
|
|
|
2613
2664
|
"timeout": 30000
|
|
2614
2665
|
},
|
|
2615
2666
|
{
|
|
2616
|
-
"bridgeCommand": "project.player-settings.set",
|
|
2617
|
-
"group": "project",
|
|
2667
|
+
"bridgeCommand": "project-settings.player-settings.set",
|
|
2668
|
+
"group": "project-settings",
|
|
2618
2669
|
"command": "player-settings.set",
|
|
2619
2670
|
"handler_type": "bridge",
|
|
2620
2671
|
"csharp_handler": "present",
|
|
@@ -2622,8 +2673,8 @@
|
|
|
2622
2673
|
"timeout": 30000
|
|
2623
2674
|
},
|
|
2624
2675
|
{
|
|
2625
|
-
"bridgeCommand": "project.tag.add",
|
|
2626
|
-
"group": "project",
|
|
2676
|
+
"bridgeCommand": "project-settings.tag.add",
|
|
2677
|
+
"group": "project-settings",
|
|
2627
2678
|
"command": "tag.add",
|
|
2628
2679
|
"handler_type": "bridge",
|
|
2629
2680
|
"csharp_handler": "present",
|
|
@@ -2631,8 +2682,8 @@
|
|
|
2631
2682
|
"timeout": 30000
|
|
2632
2683
|
},
|
|
2633
2684
|
{
|
|
2634
|
-
"bridgeCommand": "project.tag.remove",
|
|
2635
|
-
"group": "project",
|
|
2685
|
+
"bridgeCommand": "project-settings.tag.remove",
|
|
2686
|
+
"group": "project-settings",
|
|
2636
2687
|
"command": "tag.remove",
|
|
2637
2688
|
"handler_type": "bridge",
|
|
2638
2689
|
"csharp_handler": "present",
|
|
@@ -2640,8 +2691,8 @@
|
|
|
2640
2691
|
"timeout": 30000
|
|
2641
2692
|
},
|
|
2642
2693
|
{
|
|
2643
|
-
"bridgeCommand": "project.tags",
|
|
2644
|
-
"group": "project",
|
|
2694
|
+
"bridgeCommand": "project-settings.tags",
|
|
2695
|
+
"group": "project-settings",
|
|
2645
2696
|
"command": "tags",
|
|
2646
2697
|
"handler_type": "bridge",
|
|
2647
2698
|
"csharp_handler": "present",
|
|
@@ -2649,8 +2700,8 @@
|
|
|
2649
2700
|
"timeout": 30000
|
|
2650
2701
|
},
|
|
2651
2702
|
{
|
|
2652
|
-
"bridgeCommand": "project.time-settings",
|
|
2653
|
-
"group": "project",
|
|
2703
|
+
"bridgeCommand": "project-settings.time-settings",
|
|
2704
|
+
"group": "project-settings",
|
|
2654
2705
|
"command": "time-settings",
|
|
2655
2706
|
"handler_type": "bridge",
|
|
2656
2707
|
"csharp_handler": "present",
|
|
@@ -2658,8 +2709,8 @@
|
|
|
2658
2709
|
"timeout": 30000
|
|
2659
2710
|
},
|
|
2660
2711
|
{
|
|
2661
|
-
"bridgeCommand": "project.time-settings.set",
|
|
2662
|
-
"group": "project",
|
|
2712
|
+
"bridgeCommand": "project-settings.time-settings.set",
|
|
2713
|
+
"group": "project-settings",
|
|
2663
2714
|
"command": "time-settings.set",
|
|
2664
2715
|
"handler_type": "bridge",
|
|
2665
2716
|
"csharp_handler": "present",
|
|
@@ -2667,173 +2718,77 @@
|
|
|
2667
2718
|
"timeout": 30000
|
|
2668
2719
|
},
|
|
2669
2720
|
{
|
|
2670
|
-
"bridgeCommand": "
|
|
2671
|
-
"group": "
|
|
2672
|
-
"command": "
|
|
2673
|
-
"handler_type": "
|
|
2674
|
-
"csharp_handler": "
|
|
2675
|
-
"destructive": false,
|
|
2676
|
-
"timeout": 30000
|
|
2677
|
-
},
|
|
2678
|
-
{
|
|
2679
|
-
"bridgeCommand": "reflect.search",
|
|
2680
|
-
"group": "reflect",
|
|
2681
|
-
"command": "search",
|
|
2682
|
-
"handler_type": "offline",
|
|
2683
|
-
"csharp_handler": "none",
|
|
2684
|
-
"destructive": false,
|
|
2685
|
-
"timeout": 30000
|
|
2686
|
-
},
|
|
2687
|
-
{
|
|
2688
|
-
"bridgeCommand": "reflect.type",
|
|
2689
|
-
"group": "reflect",
|
|
2690
|
-
"command": "type",
|
|
2691
|
-
"handler_type": "offline",
|
|
2692
|
-
"csharp_handler": "none",
|
|
2721
|
+
"bridgeCommand": "rendering.pipeline.info",
|
|
2722
|
+
"group": "rendering",
|
|
2723
|
+
"command": "pipeline.info",
|
|
2724
|
+
"handler_type": "bridge",
|
|
2725
|
+
"csharp_handler": "present",
|
|
2693
2726
|
"destructive": false,
|
|
2694
2727
|
"timeout": 30000
|
|
2695
2728
|
},
|
|
2696
2729
|
{
|
|
2697
|
-
"bridgeCommand": "
|
|
2698
|
-
"group": "
|
|
2699
|
-
"command": "
|
|
2730
|
+
"bridgeCommand": "rendering.pipeline.settings",
|
|
2731
|
+
"group": "rendering",
|
|
2732
|
+
"command": "pipeline.settings",
|
|
2700
2733
|
"handler_type": "bridge",
|
|
2701
2734
|
"csharp_handler": "present",
|
|
2702
2735
|
"destructive": true,
|
|
2703
2736
|
"timeout": 30000
|
|
2704
2737
|
},
|
|
2705
2738
|
{
|
|
2706
|
-
"bridgeCommand": "
|
|
2707
|
-
"group": "
|
|
2708
|
-
"command": "
|
|
2739
|
+
"bridgeCommand": "rendering.quality",
|
|
2740
|
+
"group": "rendering",
|
|
2741
|
+
"command": "quality",
|
|
2709
2742
|
"handler_type": "bridge",
|
|
2710
2743
|
"csharp_handler": "present",
|
|
2711
|
-
"destructive":
|
|
2744
|
+
"destructive": true,
|
|
2712
2745
|
"timeout": 30000
|
|
2713
2746
|
},
|
|
2714
2747
|
{
|
|
2715
|
-
"bridgeCommand": "
|
|
2716
|
-
"group": "
|
|
2717
|
-
"command": "
|
|
2748
|
+
"bridgeCommand": "rendering.scene-debug",
|
|
2749
|
+
"group": "rendering",
|
|
2750
|
+
"command": "scene-debug",
|
|
2718
2751
|
"handler_type": "bridge",
|
|
2719
2752
|
"csharp_handler": "present",
|
|
2720
2753
|
"destructive": false,
|
|
2721
2754
|
"timeout": 30000
|
|
2722
2755
|
},
|
|
2723
2756
|
{
|
|
2724
|
-
"bridgeCommand": "
|
|
2725
|
-
"group": "
|
|
2726
|
-
"command": "
|
|
2757
|
+
"bridgeCommand": "rendering.stats",
|
|
2758
|
+
"group": "rendering",
|
|
2759
|
+
"command": "stats",
|
|
2727
2760
|
"handler_type": "bridge",
|
|
2728
2761
|
"csharp_handler": "present",
|
|
2729
2762
|
"destructive": false,
|
|
2730
2763
|
"timeout": 30000
|
|
2731
2764
|
},
|
|
2732
2765
|
{
|
|
2733
|
-
"bridgeCommand": "runtime-
|
|
2734
|
-
"group": "runtime-
|
|
2735
|
-
"command": "
|
|
2766
|
+
"bridgeCommand": "runtime-reflection.method.find",
|
|
2767
|
+
"group": "runtime-reflection",
|
|
2768
|
+
"command": "method.find",
|
|
2736
2769
|
"handler_type": "bridge",
|
|
2737
2770
|
"csharp_handler": "present",
|
|
2738
2771
|
"destructive": false,
|
|
2739
2772
|
"timeout": 30000
|
|
2740
2773
|
},
|
|
2741
2774
|
{
|
|
2742
|
-
"bridgeCommand": "runtime-
|
|
2743
|
-
"group": "runtime-
|
|
2744
|
-
"command": "
|
|
2775
|
+
"bridgeCommand": "runtime-reflection.method.invoke",
|
|
2776
|
+
"group": "runtime-reflection",
|
|
2777
|
+
"command": "method.invoke",
|
|
2745
2778
|
"handler_type": "bridge",
|
|
2746
2779
|
"csharp_handler": "present",
|
|
2747
|
-
"destructive":
|
|
2780
|
+
"destructive": true,
|
|
2748
2781
|
"timeout": 30000
|
|
2749
2782
|
},
|
|
2750
2783
|
{
|
|
2751
|
-
"bridgeCommand": "runtime-
|
|
2752
|
-
"group": "runtime-
|
|
2753
|
-
"command": "
|
|
2784
|
+
"bridgeCommand": "runtime-reflection.type.schema",
|
|
2785
|
+
"group": "runtime-reflection",
|
|
2786
|
+
"command": "type.schema",
|
|
2754
2787
|
"handler_type": "bridge",
|
|
2755
2788
|
"csharp_handler": "present",
|
|
2756
2789
|
"destructive": false,
|
|
2757
2790
|
"timeout": 30000
|
|
2758
2791
|
},
|
|
2759
|
-
{
|
|
2760
|
-
"bridgeCommand": "runtime.console",
|
|
2761
|
-
"group": "runtime",
|
|
2762
|
-
"command": "console",
|
|
2763
|
-
"handler_type": "bridge-runtime",
|
|
2764
|
-
"csharp_handler": "none",
|
|
2765
|
-
"destructive": false,
|
|
2766
|
-
"timeout": 10000
|
|
2767
|
-
},
|
|
2768
|
-
{
|
|
2769
|
-
"bridgeCommand": "runtime.input.key",
|
|
2770
|
-
"group": "runtime",
|
|
2771
|
-
"command": "input.key",
|
|
2772
|
-
"handler_type": "bridge-runtime",
|
|
2773
|
-
"csharp_handler": "none",
|
|
2774
|
-
"destructive": false,
|
|
2775
|
-
"timeout": 10000,
|
|
2776
|
-
"requires_packages": [
|
|
2777
|
-
"com.unity.inputsystem"
|
|
2778
|
-
]
|
|
2779
|
-
},
|
|
2780
|
-
{
|
|
2781
|
-
"bridgeCommand": "runtime.input.pointer",
|
|
2782
|
-
"group": "runtime",
|
|
2783
|
-
"command": "input.pointer",
|
|
2784
|
-
"handler_type": "bridge-runtime",
|
|
2785
|
-
"csharp_handler": "none",
|
|
2786
|
-
"destructive": false,
|
|
2787
|
-
"timeout": 10000,
|
|
2788
|
-
"requires_packages": [
|
|
2789
|
-
"com.unity.inputsystem"
|
|
2790
|
-
]
|
|
2791
|
-
},
|
|
2792
|
-
{
|
|
2793
|
-
"bridgeCommand": "runtime.log",
|
|
2794
|
-
"group": "runtime",
|
|
2795
|
-
"command": "log",
|
|
2796
|
-
"handler_type": "bridge-runtime",
|
|
2797
|
-
"csharp_handler": "none",
|
|
2798
|
-
"destructive": false,
|
|
2799
|
-
"timeout": 10000
|
|
2800
|
-
},
|
|
2801
|
-
{
|
|
2802
|
-
"bridgeCommand": "runtime.state",
|
|
2803
|
-
"group": "runtime",
|
|
2804
|
-
"command": "state",
|
|
2805
|
-
"handler_type": "bridge-runtime",
|
|
2806
|
-
"csharp_handler": "none",
|
|
2807
|
-
"destructive": false,
|
|
2808
|
-
"timeout": 10000
|
|
2809
|
-
},
|
|
2810
|
-
{
|
|
2811
|
-
"bridgeCommand": "runtime.target-framerate.set",
|
|
2812
|
-
"group": "runtime",
|
|
2813
|
-
"command": "target-framerate.set",
|
|
2814
|
-
"handler_type": "bridge-runtime",
|
|
2815
|
-
"csharp_handler": "none",
|
|
2816
|
-
"destructive": false,
|
|
2817
|
-
"timeout": 10000
|
|
2818
|
-
},
|
|
2819
|
-
{
|
|
2820
|
-
"bridgeCommand": "runtime.time-scale.set",
|
|
2821
|
-
"group": "runtime",
|
|
2822
|
-
"command": "time-scale.set",
|
|
2823
|
-
"handler_type": "bridge-runtime",
|
|
2824
|
-
"csharp_handler": "none",
|
|
2825
|
-
"destructive": false,
|
|
2826
|
-
"timeout": 10000
|
|
2827
|
-
},
|
|
2828
|
-
{
|
|
2829
|
-
"bridgeCommand": "runtime.ui.capture-element",
|
|
2830
|
-
"group": "runtime",
|
|
2831
|
-
"command": "ui.capture-element",
|
|
2832
|
-
"handler_type": "bridge-runtime",
|
|
2833
|
-
"csharp_handler": "none",
|
|
2834
|
-
"destructive": false,
|
|
2835
|
-
"timeout": 15000
|
|
2836
|
-
},
|
|
2837
2792
|
{
|
|
2838
2793
|
"bridgeCommand": "scene.active",
|
|
2839
2794
|
"group": "scene",
|
|
@@ -2906,15 +2861,6 @@
|
|
|
2906
2861
|
"destructive": false,
|
|
2907
2862
|
"timeout": 30000
|
|
2908
2863
|
},
|
|
2909
|
-
{
|
|
2910
|
-
"bridgeCommand": "scene.move-object",
|
|
2911
|
-
"group": "scene",
|
|
2912
|
-
"command": "move-object",
|
|
2913
|
-
"handler_type": "bridge",
|
|
2914
|
-
"csharp_handler": "present",
|
|
2915
|
-
"destructive": false,
|
|
2916
|
-
"timeout": 30000
|
|
2917
|
-
},
|
|
2918
2864
|
{
|
|
2919
2865
|
"bridgeCommand": "scene.save",
|
|
2920
2866
|
"group": "scene",
|
|
@@ -2969,6 +2915,15 @@
|
|
|
2969
2915
|
"destructive": false,
|
|
2970
2916
|
"timeout": 30000
|
|
2971
2917
|
},
|
|
2918
|
+
{
|
|
2919
|
+
"bridgeCommand": "screenshot.from-camera",
|
|
2920
|
+
"group": "screenshot",
|
|
2921
|
+
"command": "from-camera",
|
|
2922
|
+
"handler_type": "bridge",
|
|
2923
|
+
"csharp_handler": "present",
|
|
2924
|
+
"destructive": true,
|
|
2925
|
+
"timeout": 30000
|
|
2926
|
+
},
|
|
2972
2927
|
{
|
|
2973
2928
|
"bridgeCommand": "screenshot.game-view",
|
|
2974
2929
|
"group": "screenshot",
|
|
@@ -3059,6 +3014,24 @@
|
|
|
3059
3014
|
"destructive": true,
|
|
3060
3015
|
"timeout": 30000
|
|
3061
3016
|
},
|
|
3017
|
+
{
|
|
3018
|
+
"bridgeCommand": "serialized-object.patch",
|
|
3019
|
+
"group": "serialized-object",
|
|
3020
|
+
"command": "patch",
|
|
3021
|
+
"handler_type": "bridge",
|
|
3022
|
+
"csharp_handler": "present",
|
|
3023
|
+
"destructive": true,
|
|
3024
|
+
"timeout": 30000
|
|
3025
|
+
},
|
|
3026
|
+
{
|
|
3027
|
+
"bridgeCommand": "serialized-object.read",
|
|
3028
|
+
"group": "serialized-object",
|
|
3029
|
+
"command": "read",
|
|
3030
|
+
"handler_type": "bridge",
|
|
3031
|
+
"csharp_handler": "present",
|
|
3032
|
+
"destructive": false,
|
|
3033
|
+
"timeout": 30000
|
|
3034
|
+
},
|
|
3062
3035
|
{
|
|
3063
3036
|
"bridgeCommand": "shader.create",
|
|
3064
3037
|
"group": "shader",
|
|
@@ -3261,11 +3234,29 @@
|
|
|
3261
3234
|
]
|
|
3262
3235
|
},
|
|
3263
3236
|
{
|
|
3264
|
-
"bridgeCommand": "type.
|
|
3265
|
-
"group": "
|
|
3266
|
-
"command": "
|
|
3267
|
-
"handler_type": "
|
|
3268
|
-
"csharp_handler": "
|
|
3237
|
+
"bridgeCommand": "type-inspection.get-member",
|
|
3238
|
+
"group": "type-inspection",
|
|
3239
|
+
"command": "get-member",
|
|
3240
|
+
"handler_type": "offline",
|
|
3241
|
+
"csharp_handler": "none",
|
|
3242
|
+
"destructive": false,
|
|
3243
|
+
"timeout": 30000
|
|
3244
|
+
},
|
|
3245
|
+
{
|
|
3246
|
+
"bridgeCommand": "type-inspection.get-type",
|
|
3247
|
+
"group": "type-inspection",
|
|
3248
|
+
"command": "get-type",
|
|
3249
|
+
"handler_type": "offline",
|
|
3250
|
+
"csharp_handler": "none",
|
|
3251
|
+
"destructive": false,
|
|
3252
|
+
"timeout": 30000
|
|
3253
|
+
},
|
|
3254
|
+
{
|
|
3255
|
+
"bridgeCommand": "type-inspection.search",
|
|
3256
|
+
"group": "type-inspection",
|
|
3257
|
+
"command": "search",
|
|
3258
|
+
"handler_type": "offline",
|
|
3259
|
+
"csharp_handler": "none",
|
|
3269
3260
|
"destructive": false,
|
|
3270
3261
|
"timeout": 30000
|
|
3271
3262
|
},
|
|
@@ -3859,6 +3850,15 @@
|
|
|
3859
3850
|
"csharp_handler": "present",
|
|
3860
3851
|
"destructive": false,
|
|
3861
3852
|
"timeout": 30000
|
|
3853
|
+
},
|
|
3854
|
+
{
|
|
3855
|
+
"bridgeCommand": "volume.list",
|
|
3856
|
+
"group": "volume",
|
|
3857
|
+
"command": "list",
|
|
3858
|
+
"handler_type": "bridge",
|
|
3859
|
+
"csharp_handler": "present",
|
|
3860
|
+
"destructive": false,
|
|
3861
|
+
"timeout": 30000
|
|
3862
3862
|
}
|
|
3863
3863
|
]
|
|
3864
3864
|
}
|