@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
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 1,
|
|
3
3
|
"packageName": "com.alpsckr.unitycli",
|
|
4
|
-
"packageVersion": "0.
|
|
5
|
-
"sourceHash": "
|
|
4
|
+
"packageVersion": "0.5.0",
|
|
5
|
+
"sourceHash": "d6d15a31bd5805dd0a88e7908e98fdc93e832ee479254c73fe11856aba26eb28",
|
|
6
6
|
"files": [
|
|
7
7
|
{
|
|
8
8
|
"path": "Editor/AssemblyInfo.cs",
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
},
|
|
27
27
|
{
|
|
28
28
|
"path": "Editor/Bridge/BridgeHttpServer.cs",
|
|
29
|
-
"size":
|
|
30
|
-
"sha256": "
|
|
29
|
+
"size": 28292,
|
|
30
|
+
"sha256": "ff96a7718b384a9c960c48ded8e85c73f1eeea54c6ba2d8cea8d5601c1a51b44"
|
|
31
31
|
},
|
|
32
32
|
{
|
|
33
33
|
"path": "Editor/Bridge/BridgeQueueState.cs",
|
|
@@ -51,23 +51,23 @@
|
|
|
51
51
|
},
|
|
52
52
|
{
|
|
53
53
|
"path": "Editor/Commands/ProjectToolCommands.cs",
|
|
54
|
-
"size":
|
|
55
|
-
"sha256": "
|
|
54
|
+
"size": 1651,
|
|
55
|
+
"sha256": "5e71e976c50672a3369cce6e1800693304240447ebe14f70f7ef360dee83e316"
|
|
56
56
|
},
|
|
57
57
|
{
|
|
58
58
|
"path": "Editor/Commands/RuntimeToolCommands.cs",
|
|
59
|
-
"size":
|
|
60
|
-
"sha256": "
|
|
59
|
+
"size": 1542,
|
|
60
|
+
"sha256": "a11b91c2985e9ede0554b02844e3d121fbc47e695c77f77a54618b25f8da9f28"
|
|
61
61
|
},
|
|
62
62
|
{
|
|
63
63
|
"path": "Editor/Generated/UnityCliToolCompletionRegistry.g.cs",
|
|
64
|
-
"size":
|
|
65
|
-
"sha256": "
|
|
64
|
+
"size": 169281,
|
|
65
|
+
"sha256": "584dd30a3da8d2c789390393dd462ce944c871d26784f2951a42cb708e45d849"
|
|
66
66
|
},
|
|
67
67
|
{
|
|
68
68
|
"path": "Editor/Infrastructure/CodeExecSupport.cs",
|
|
69
|
-
"size":
|
|
70
|
-
"sha256": "
|
|
69
|
+
"size": 33965,
|
|
70
|
+
"sha256": "c6003090da14248a115476dafa44d2d413e02afa06dbaa41367f748ec57b352c"
|
|
71
71
|
},
|
|
72
72
|
{
|
|
73
73
|
"path": "Editor/Infrastructure/RegistryOwnershipResolver.cs",
|
|
@@ -81,8 +81,8 @@
|
|
|
81
81
|
},
|
|
82
82
|
{
|
|
83
83
|
"path": "Editor/Infrastructure/UnityCliAdmission.cs",
|
|
84
|
-
"size":
|
|
85
|
-
"sha256": "
|
|
84
|
+
"size": 135300,
|
|
85
|
+
"sha256": "5357446743a19a16cee159878a49aa5f4a0a33db593714071322dfd2e9da5734"
|
|
86
86
|
},
|
|
87
87
|
{
|
|
88
88
|
"path": "Editor/Infrastructure/UnityCliArtifacts.cs",
|
|
@@ -111,8 +111,8 @@
|
|
|
111
111
|
},
|
|
112
112
|
{
|
|
113
113
|
"path": "Editor/Infrastructure/UnityCliCompileCoordinator.cs",
|
|
114
|
-
"size":
|
|
115
|
-
"sha256": "
|
|
114
|
+
"size": 26950,
|
|
115
|
+
"sha256": "1a4d795d276f88c765e0c2c6c0c82548d4edddea182492aea17f0ddd6760ac10"
|
|
116
116
|
},
|
|
117
117
|
{
|
|
118
118
|
"path": "Editor/Infrastructure/UnityCliCompletionProbe.cs",
|
|
@@ -151,8 +151,8 @@
|
|
|
151
151
|
},
|
|
152
152
|
{
|
|
153
153
|
"path": "Editor/Infrastructure/UnityCliJson.cs",
|
|
154
|
-
"size":
|
|
155
|
-
"sha256": "
|
|
154
|
+
"size": 7191,
|
|
155
|
+
"sha256": "0a90716868b40ab4ec6a570ac7e14ae8a04ac9f886f82bfb1588465997209474"
|
|
156
156
|
},
|
|
157
157
|
{
|
|
158
158
|
"path": "Editor/Infrastructure/UnityCliLargeOutput.cs",
|
|
@@ -166,8 +166,8 @@
|
|
|
166
166
|
},
|
|
167
167
|
{
|
|
168
168
|
"path": "Editor/Infrastructure/UnityCliLiveRefreshCoordinator.cs",
|
|
169
|
-
"size":
|
|
170
|
-
"sha256": "
|
|
169
|
+
"size": 16887,
|
|
170
|
+
"sha256": "3890593ce64595929e3b12a1a52512da843a577924022a10ccc589c82cb0c1af"
|
|
171
171
|
},
|
|
172
172
|
{
|
|
173
173
|
"path": "Editor/Infrastructure/UnityCliLog.cs",
|
|
@@ -181,13 +181,13 @@
|
|
|
181
181
|
},
|
|
182
182
|
{
|
|
183
183
|
"path": "Editor/Infrastructure/UnityCliObjectPatch.cs",
|
|
184
|
-
"size":
|
|
185
|
-
"sha256": "
|
|
184
|
+
"size": 11847,
|
|
185
|
+
"sha256": "77851550577ac27c3a6289d59c720226ff36db4dd825dbdc2d504ca5f7ff5afb"
|
|
186
186
|
},
|
|
187
187
|
{
|
|
188
188
|
"path": "Editor/Infrastructure/UnityCliObjectRef.cs",
|
|
189
|
-
"size":
|
|
190
|
-
"sha256": "
|
|
189
|
+
"size": 22416,
|
|
190
|
+
"sha256": "096dc5a219cbb21af726cc24e4e0384dd88363c8b5de6d2a0eeaf2c4ee519ca7"
|
|
191
191
|
},
|
|
192
192
|
{
|
|
193
193
|
"path": "Editor/Infrastructure/UnityCliObjectSerializer.cs",
|
|
@@ -201,8 +201,8 @@
|
|
|
201
201
|
},
|
|
202
202
|
{
|
|
203
203
|
"path": "Editor/Infrastructure/UnityCliOperationCoordinator.cs",
|
|
204
|
-
"size":
|
|
205
|
-
"sha256": "
|
|
204
|
+
"size": 74119,
|
|
205
|
+
"sha256": "d7e9c39b0fd1f20a5a1c0db679b817f18aadab25a61485b96cdab027f6a9fd33"
|
|
206
206
|
},
|
|
207
207
|
{
|
|
208
208
|
"path": "Editor/Infrastructure/UnityCliPackageEmbedCoordinator.cs",
|
|
@@ -241,8 +241,8 @@
|
|
|
241
241
|
},
|
|
242
242
|
{
|
|
243
243
|
"path": "Editor/Infrastructure/UnityCliReflection.cs",
|
|
244
|
-
"size":
|
|
245
|
-
"sha256": "
|
|
244
|
+
"size": 61853,
|
|
245
|
+
"sha256": "c374511fd46ac78cfcac3cbdb1f8e42cc4f44e923aa74e98933ab1670327dffb"
|
|
246
246
|
},
|
|
247
247
|
{
|
|
248
248
|
"path": "Editor/Infrastructure/UnityCliReloadOperation.cs",
|
|
@@ -261,8 +261,8 @@
|
|
|
261
261
|
},
|
|
262
262
|
{
|
|
263
263
|
"path": "Editor/Infrastructure/UnityCliRuntimeExecutor.cs",
|
|
264
|
-
"size":
|
|
265
|
-
"sha256": "
|
|
264
|
+
"size": 18178,
|
|
265
|
+
"sha256": "6c7d43a6c8e61efad6413a66050627643fed51ae24c8f15efd848e8ec11fe667"
|
|
266
266
|
},
|
|
267
267
|
{
|
|
268
268
|
"path": "Editor/Infrastructure/UnityCliSceneMutation.cs",
|
|
@@ -321,8 +321,8 @@
|
|
|
321
321
|
},
|
|
322
322
|
{
|
|
323
323
|
"path": "Editor/ProjectTools/ProjectToolRegistry.cs",
|
|
324
|
-
"size":
|
|
325
|
-
"sha256": "
|
|
324
|
+
"size": 68378,
|
|
325
|
+
"sha256": "cd3531c60944aee8fb04aaeb9049642c03bad52b14ec593da1a7ef39a9984b75"
|
|
326
326
|
},
|
|
327
327
|
{
|
|
328
328
|
"path": "Editor/ProjectTools/ProjectToolSchemaValidator.cs",
|
|
@@ -365,74 +365,134 @@
|
|
|
365
365
|
"sha256": "8ddfe081b7ffe0c3ad2cd84d5e1b67a012be3e18f00d54ae97b73fa8a7877841"
|
|
366
366
|
},
|
|
367
367
|
{
|
|
368
|
-
"path": "Editor/Tools/animation/AnimationToolSupport.cs",
|
|
369
|
-
"size":
|
|
370
|
-
"sha256": "
|
|
368
|
+
"path": "Editor/Tools/animation-clip/AnimationToolSupport.cs",
|
|
369
|
+
"size": 22840,
|
|
370
|
+
"sha256": "13fa7d18d7a638e4e39b7e2734a2b60f7d843e9e97c16546c15614c7f65b5d74"
|
|
371
371
|
},
|
|
372
372
|
{
|
|
373
|
-
"path": "Editor/Tools/animation/
|
|
374
|
-
"size":
|
|
375
|
-
"sha256": "
|
|
373
|
+
"path": "Editor/Tools/animation-clip/create.cs",
|
|
374
|
+
"size": 5200,
|
|
375
|
+
"sha256": "252497a9a4457aba22e3add9ee526296248b9d586b34f1c7a4e94115d5014d6b"
|
|
376
376
|
},
|
|
377
377
|
{
|
|
378
|
-
"path": "Editor/Tools/animation/
|
|
379
|
-
"size":
|
|
380
|
-
"sha256": "
|
|
378
|
+
"path": "Editor/Tools/animation-clip/read.cs",
|
|
379
|
+
"size": 1664,
|
|
380
|
+
"sha256": "ae95dfae127456bd8debd68698f7f08fa33805c071e8c1c24008a3fef09e3839"
|
|
381
381
|
},
|
|
382
382
|
{
|
|
383
|
-
"path": "Editor/Tools/animation/
|
|
384
|
-
"size":
|
|
385
|
-
"sha256": "
|
|
383
|
+
"path": "Editor/Tools/animation-clip/update.cs",
|
|
384
|
+
"size": 4607,
|
|
385
|
+
"sha256": "85119fe22bccbf397a55482de387597752e2b9a28f39c655de49089db6910ae6"
|
|
386
386
|
},
|
|
387
387
|
{
|
|
388
|
-
"path": "Editor/Tools/
|
|
389
|
-
"size":
|
|
390
|
-
"sha256": "
|
|
388
|
+
"path": "Editor/Tools/animator-controller/add-blend-tree-child.cs",
|
|
389
|
+
"size": 8764,
|
|
390
|
+
"sha256": "f7b78e95d053dc1840bc65ff2d6e0428d90e19bf8313d531cad0280b945d1e61"
|
|
391
|
+
},
|
|
392
|
+
{
|
|
393
|
+
"path": "Editor/Tools/animator-controller/add-layer.cs",
|
|
394
|
+
"size": 4297,
|
|
395
|
+
"sha256": "3a43f5188865e639df128f57a59ac663e40455143dcdcc05000b3cde5b3d7be7"
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
"path": "Editor/Tools/animator-controller/add-parameter.cs",
|
|
399
|
+
"size": 6270,
|
|
400
|
+
"sha256": "cc99178704176ffbcfa4de60def23c1eabc7e970989d121ead9e93606f45444f"
|
|
401
|
+
},
|
|
402
|
+
{
|
|
403
|
+
"path": "Editor/Tools/animator-controller/add-state.cs",
|
|
404
|
+
"size": 4980,
|
|
405
|
+
"sha256": "8e77748c536541f0af549c8e2395a8845ac680bc00a4661dab14cbe7af1415f9"
|
|
406
|
+
},
|
|
407
|
+
{
|
|
408
|
+
"path": "Editor/Tools/animator-controller/add-transition.cs",
|
|
409
|
+
"size": 8528,
|
|
410
|
+
"sha256": "9677e15265b951c2679311ebdafbc46de318650b0134d5f5da5e302a983258b3"
|
|
411
|
+
},
|
|
412
|
+
{
|
|
413
|
+
"path": "Editor/Tools/animator-controller/assign.cs",
|
|
414
|
+
"size": 3500,
|
|
415
|
+
"sha256": "8d1e87fafd443b09967dfc4ed44bdb68559eae15527ee4e21b361bd3fafb0dbe"
|
|
416
|
+
},
|
|
417
|
+
{
|
|
418
|
+
"path": "Editor/Tools/animator-controller/create-blend-tree-1d.cs",
|
|
419
|
+
"size": 4315,
|
|
420
|
+
"sha256": "db32309ae5e8fecc1623b9f87da6d6ae2879b105f8426b43752c33b9426cf055"
|
|
421
|
+
},
|
|
422
|
+
{
|
|
423
|
+
"path": "Editor/Tools/animator-controller/create-blend-tree-2d.cs",
|
|
424
|
+
"size": 4885,
|
|
425
|
+
"sha256": "f83fe9638268a5054c8d6e9c3b422d99c829089a31e76a792ae0518535b01e7a"
|
|
426
|
+
},
|
|
427
|
+
{
|
|
428
|
+
"path": "Editor/Tools/animator-controller/create.cs",
|
|
429
|
+
"size": 2913,
|
|
430
|
+
"sha256": "dc3e31f3c3ec10ef3f01dc5b9079ce7f32b93e2c1d336d885173c303bf943bfa"
|
|
431
|
+
},
|
|
432
|
+
{
|
|
433
|
+
"path": "Editor/Tools/animator-controller/get-info.cs",
|
|
434
|
+
"size": 2417,
|
|
435
|
+
"sha256": "eb139ce82e1eb551c27856c2da53fddb2667abd02b4d6778a4192ab022f69305"
|
|
436
|
+
},
|
|
437
|
+
{
|
|
438
|
+
"path": "Editor/Tools/animator-controller/remove-layer.cs",
|
|
439
|
+
"size": 5700,
|
|
440
|
+
"sha256": "ad50c90a117cdef133282a657d1bf00ef0ffc32d67fe5d64e143c51401011059"
|
|
441
|
+
},
|
|
442
|
+
{
|
|
443
|
+
"path": "Editor/Tools/animator-controller/set-layer-weight.cs",
|
|
444
|
+
"size": 4333,
|
|
445
|
+
"sha256": "cba1bbb90fef30145e5865240a6aecdfb5bae469ec5035292aebd6d08524646a"
|
|
446
|
+
},
|
|
447
|
+
{
|
|
448
|
+
"path": "Editor/Tools/animator/AnimatorRuntimeToolSupport.cs",
|
|
449
|
+
"size": 570,
|
|
450
|
+
"sha256": "5ca4178f7528c1ca58ee64fd6822e60c4f4cb18d73f0a0e497c97307ab218270"
|
|
391
451
|
},
|
|
392
452
|
{
|
|
393
|
-
"path": "Editor/Tools/
|
|
394
|
-
"size":
|
|
395
|
-
"sha256": "
|
|
453
|
+
"path": "Editor/Tools/animator/crossfade.cs",
|
|
454
|
+
"size": 8908,
|
|
455
|
+
"sha256": "32a1f7289837c8c19feac279d111ba89f991aa98d69f2094e0b53f5cab9d599c"
|
|
396
456
|
},
|
|
397
457
|
{
|
|
398
|
-
"path": "Editor/Tools/
|
|
399
|
-
"size":
|
|
400
|
-
"sha256": "
|
|
458
|
+
"path": "Editor/Tools/animator/get-info.cs",
|
|
459
|
+
"size": 1826,
|
|
460
|
+
"sha256": "f18d2740596f80cd78c72b355baad7048515208391a44103a6b04d8378ad1407"
|
|
401
461
|
},
|
|
402
462
|
{
|
|
403
|
-
"path": "Editor/Tools/
|
|
404
|
-
"size":
|
|
405
|
-
"sha256": "
|
|
463
|
+
"path": "Editor/Tools/animator/get-parameter.cs",
|
|
464
|
+
"size": 3276,
|
|
465
|
+
"sha256": "541685921b859667892ace69c5d49c9470314c99e286eea6ad1080d2fd764ce0"
|
|
406
466
|
},
|
|
407
467
|
{
|
|
408
|
-
"path": "Editor/Tools/
|
|
409
|
-
"size":
|
|
410
|
-
"sha256": "
|
|
468
|
+
"path": "Editor/Tools/animator/get-state.cs",
|
|
469
|
+
"size": 1980,
|
|
470
|
+
"sha256": "73afebc3b5d10a3f8c28a320a6bfe416f979d3ff4a97fccb5f93319d2daeb50b"
|
|
411
471
|
},
|
|
412
472
|
{
|
|
413
|
-
"path": "Editor/Tools/
|
|
414
|
-
"size":
|
|
415
|
-
"sha256": "
|
|
473
|
+
"path": "Editor/Tools/animator/play.cs",
|
|
474
|
+
"size": 4421,
|
|
475
|
+
"sha256": "ee81122c2143193d8033adf4bfd0341fc7ffbf254af72eb6f3a186620c88e9bf"
|
|
416
476
|
},
|
|
417
477
|
{
|
|
418
|
-
"path": "Editor/Tools/
|
|
419
|
-
"size":
|
|
420
|
-
"sha256": "
|
|
478
|
+
"path": "Editor/Tools/animator/set-enabled.cs",
|
|
479
|
+
"size": 2857,
|
|
480
|
+
"sha256": "d8cf5afb71d02528eb6f4159291668cb51777f3c4b41ca56d1ef627a61567eda"
|
|
421
481
|
},
|
|
422
482
|
{
|
|
423
|
-
"path": "Editor/Tools/
|
|
424
|
-
"size":
|
|
425
|
-
"sha256": "
|
|
483
|
+
"path": "Editor/Tools/animator/set-parameter.cs",
|
|
484
|
+
"size": 6016,
|
|
485
|
+
"sha256": "9f4c82827905dfe63fa64e1e5fea95bd2365938ba88cb0c056deadcad05701a4"
|
|
426
486
|
},
|
|
427
487
|
{
|
|
428
|
-
"path": "Editor/Tools/
|
|
429
|
-
"size":
|
|
430
|
-
"sha256": "
|
|
488
|
+
"path": "Editor/Tools/animator/set-speed.cs",
|
|
489
|
+
"size": 2834,
|
|
490
|
+
"sha256": "08a59786412d64daf0a24d1de93195691b957d129c83185dcab77725949c910e"
|
|
431
491
|
},
|
|
432
492
|
{
|
|
433
|
-
"path": "Editor/Tools/
|
|
434
|
-
"size":
|
|
435
|
-
"sha256": "
|
|
493
|
+
"path": "Editor/Tools/animator/stop.cs",
|
|
494
|
+
"size": 4126,
|
|
495
|
+
"sha256": "5a20710599658c12c4a7c3f9d8ac936575bff0c9824c4b756373a73ad591242c"
|
|
436
496
|
},
|
|
437
497
|
{
|
|
438
498
|
"path": "Editor/Tools/asset/AssetImportSettingsToolSupport.cs",
|
|
@@ -489,11 +549,6 @@
|
|
|
489
549
|
"size": 2140,
|
|
490
550
|
"sha256": "a870c070fc52af4a19d82383e2cf263ec6394131076f84048ac8dd62087c4c5e"
|
|
491
551
|
},
|
|
492
|
-
{
|
|
493
|
-
"path": "Editor/Tools/asset/modify.cs",
|
|
494
|
-
"size": 3647,
|
|
495
|
-
"sha256": "fba4cb9bd5eaab7dd5ad5bf3dc05eb1e546135093d464ced32f9a746144068e2"
|
|
496
|
-
},
|
|
497
552
|
{
|
|
498
553
|
"path": "Editor/Tools/asset/move.cs",
|
|
499
554
|
"size": 3301,
|
|
@@ -501,8 +556,8 @@
|
|
|
501
556
|
},
|
|
502
557
|
{
|
|
503
558
|
"path": "Editor/Tools/asset/preview.cs",
|
|
504
|
-
"size":
|
|
505
|
-
"sha256": "
|
|
559
|
+
"size": 3886,
|
|
560
|
+
"sha256": "0189df2fb1533d3dd64a0dc84d2b91e3f8311985cab0e6efa92bcbc8bd123eb9"
|
|
506
561
|
},
|
|
507
562
|
{
|
|
508
563
|
"path": "Editor/Tools/asset/rename.cs",
|
|
@@ -519,6 +574,11 @@
|
|
|
519
574
|
"size": 3993,
|
|
520
575
|
"sha256": "85243cb4329b984339ecadf54302f07eb66fda3f6d8f1dee880e5d6bd2c6da7c"
|
|
521
576
|
},
|
|
577
|
+
{
|
|
578
|
+
"path": "Editor/Tools/asset/write-text.cs",
|
|
579
|
+
"size": 3676,
|
|
580
|
+
"sha256": "7b392b7b632271fe61687f0018e98de9959c2e8975d0492c6614a4ffe45e7641"
|
|
581
|
+
},
|
|
522
582
|
{
|
|
523
583
|
"path": "Editor/Tools/build/BuildSceneStateTool.cs",
|
|
524
584
|
"size": 2923,
|
|
@@ -634,11 +694,6 @@
|
|
|
634
694
|
"size": 6500,
|
|
635
695
|
"sha256": "2097842aa9c76b1b26689ca67bb77128a7920429005553722bbd11abfcd5c3a2"
|
|
636
696
|
},
|
|
637
|
-
{
|
|
638
|
-
"path": "Editor/Tools/camera/screenshot.cs",
|
|
639
|
-
"size": 4547,
|
|
640
|
-
"sha256": "ff1feeb907a25b47421a3445f466b47e30344f18d3c199f80db81ea390198c3a"
|
|
641
|
-
},
|
|
642
697
|
{
|
|
643
698
|
"path": "Editor/Tools/camera/target.cs",
|
|
644
699
|
"size": 6026,
|
|
@@ -651,18 +706,18 @@
|
|
|
651
706
|
},
|
|
652
707
|
{
|
|
653
708
|
"path": "Editor/Tools/component/get.cs",
|
|
654
|
-
"size":
|
|
655
|
-
"sha256": "
|
|
709
|
+
"size": 4609,
|
|
710
|
+
"sha256": "4b5377c2479c53925cef23a9c478eff7b70d7e46624cfd68932559b2bd934738"
|
|
656
711
|
},
|
|
657
712
|
{
|
|
658
713
|
"path": "Editor/Tools/component/list-types.cs",
|
|
659
|
-
"size":
|
|
660
|
-
"sha256": "
|
|
714
|
+
"size": 4042,
|
|
715
|
+
"sha256": "33f00224f39fc661a90e5ca3ab0671f5715543c66e80cdb13c80323e4fb44794"
|
|
661
716
|
},
|
|
662
717
|
{
|
|
663
718
|
"path": "Editor/Tools/component/modify.cs",
|
|
664
|
-
"size":
|
|
665
|
-
"sha256": "
|
|
719
|
+
"size": 6249,
|
|
720
|
+
"sha256": "4d964aceb83dc27efd1c09d910e8827a4696c16ae7b58e0dc06a1a575aeaf750"
|
|
666
721
|
},
|
|
667
722
|
{
|
|
668
723
|
"path": "Editor/Tools/component/remove.cs",
|
|
@@ -671,8 +726,8 @@
|
|
|
671
726
|
},
|
|
672
727
|
{
|
|
673
728
|
"path": "Editor/Tools/component/set.cs",
|
|
674
|
-
"size":
|
|
675
|
-
"sha256": "
|
|
729
|
+
"size": 5511,
|
|
730
|
+
"sha256": "077f12cf53e1f717619eca839d4da39a72cd57b510cc87bc36b7f71c810291df"
|
|
676
731
|
},
|
|
677
732
|
{
|
|
678
733
|
"path": "Editor/Tools/console/clear.cs",
|
|
@@ -680,69 +735,9 @@
|
|
|
680
735
|
"sha256": "3a60564d20e9673fd2582d2a6749479660fb7bb650f3141c4dbdfb8e0d763419"
|
|
681
736
|
},
|
|
682
737
|
{
|
|
683
|
-
"path": "Editor/Tools/console/
|
|
684
|
-
"size":
|
|
685
|
-
"sha256": "
|
|
686
|
-
},
|
|
687
|
-
{
|
|
688
|
-
"path": "Editor/Tools/controller/add-blend-tree-child.cs",
|
|
689
|
-
"size": 8650,
|
|
690
|
-
"sha256": "320c8728e25ba68f6358991d10af4149b018de80f3760874546b6bdfe962f7e0"
|
|
691
|
-
},
|
|
692
|
-
{
|
|
693
|
-
"path": "Editor/Tools/controller/add-layer.cs",
|
|
694
|
-
"size": 4219,
|
|
695
|
-
"sha256": "cc31d8e89cec1bd278d331c0fb152b38a3876b686e06d0f7c2766ef7d366da40"
|
|
696
|
-
},
|
|
697
|
-
{
|
|
698
|
-
"path": "Editor/Tools/controller/add-parameter.cs",
|
|
699
|
-
"size": 6192,
|
|
700
|
-
"sha256": "d110b5da3dec5485b65782829f191a05a786551f02647098a495b90f920a1e03"
|
|
701
|
-
},
|
|
702
|
-
{
|
|
703
|
-
"path": "Editor/Tools/controller/add-state.cs",
|
|
704
|
-
"size": 4893,
|
|
705
|
-
"sha256": "77ef66ee9e6aea2ac9d366aafc6d39c05827cafca82d4426d00af590af578b13"
|
|
706
|
-
},
|
|
707
|
-
{
|
|
708
|
-
"path": "Editor/Tools/controller/add-transition.cs",
|
|
709
|
-
"size": 8423,
|
|
710
|
-
"sha256": "a0a764ad70891d5f367bcbd733129bbfd14e2f8fce4b5befe85e7b162e692cbe"
|
|
711
|
-
},
|
|
712
|
-
{
|
|
713
|
-
"path": "Editor/Tools/controller/assign.cs",
|
|
714
|
-
"size": 3422,
|
|
715
|
-
"sha256": "39e60915086fc854767cf6521f42f8ffc694ee96384c412f4f51f893f2f9afb7"
|
|
716
|
-
},
|
|
717
|
-
{
|
|
718
|
-
"path": "Editor/Tools/controller/create-blend-tree-1d.cs",
|
|
719
|
-
"size": 4228,
|
|
720
|
-
"sha256": "83cbeecabbdda0425465a7edf772111987c2e539911b1b1cba61609cd607ef99"
|
|
721
|
-
},
|
|
722
|
-
{
|
|
723
|
-
"path": "Editor/Tools/controller/create-blend-tree-2d.cs",
|
|
724
|
-
"size": 4798,
|
|
725
|
-
"sha256": "b95941836d82c59d9383bee5e7c28c50ee42145ee4c5cbe33778bce37ed0738c"
|
|
726
|
-
},
|
|
727
|
-
{
|
|
728
|
-
"path": "Editor/Tools/controller/create.cs",
|
|
729
|
-
"size": 2853,
|
|
730
|
-
"sha256": "76d728158caf7c8d70ba57b61a1b9297b3419fbee469a3d30c9cf7d9282f2c73"
|
|
731
|
-
},
|
|
732
|
-
{
|
|
733
|
-
"path": "Editor/Tools/controller/get-info.cs",
|
|
734
|
-
"size": 2357,
|
|
735
|
-
"sha256": "9773c1e5602cc09a40163c37a15c5a01af173cc19c0586629c23b45f9fd6ef25"
|
|
736
|
-
},
|
|
737
|
-
{
|
|
738
|
-
"path": "Editor/Tools/controller/remove-layer.cs",
|
|
739
|
-
"size": 5604,
|
|
740
|
-
"sha256": "a24de0544af4323506c6de33d43d50a5c882d696986e43bb59e66f5d81d3918c"
|
|
741
|
-
},
|
|
742
|
-
{
|
|
743
|
-
"path": "Editor/Tools/controller/set-layer-weight.cs",
|
|
744
|
-
"size": 4255,
|
|
745
|
-
"sha256": "63f8c988b81982e6fa29b6e66f51d91e4902ca08b6dacbc77b6417e231ec6488"
|
|
738
|
+
"path": "Editor/Tools/console/read.cs",
|
|
739
|
+
"size": 2931,
|
|
740
|
+
"sha256": "33257e216fd27c7fbfe78b4ef6696a9b13344af7bf1f6ebc54a8789df484cfed"
|
|
746
741
|
},
|
|
747
742
|
{
|
|
748
743
|
"path": "Editor/Tools/editor/EditorActionToolSupport.cs",
|
|
@@ -800,9 +795,14 @@
|
|
|
800
795
|
"sha256": "22a2431d2517022ef6a69425de58f83ce83d6a071ec4a797de61a23d7dd57ac1"
|
|
801
796
|
},
|
|
802
797
|
{
|
|
803
|
-
"path": "Editor/Tools/editor/play.cs",
|
|
804
|
-
"size":
|
|
805
|
-
"sha256": "
|
|
798
|
+
"path": "Editor/Tools/editor/play-mode/start.cs",
|
|
799
|
+
"size": 2737,
|
|
800
|
+
"sha256": "996acb8b4243891036401a62d395f51bd3676ee8393d0b17e4126ed18afcefb9"
|
|
801
|
+
},
|
|
802
|
+
{
|
|
803
|
+
"path": "Editor/Tools/editor/play-mode/stop.cs",
|
|
804
|
+
"size": 2699,
|
|
805
|
+
"sha256": "fb6122945980d7d5c8971cb58b7cd9c90d6680377e228b38a01f4f6657dc4149"
|
|
806
806
|
},
|
|
807
807
|
{
|
|
808
808
|
"path": "Editor/Tools/editor/redo.cs",
|
|
@@ -816,8 +816,8 @@
|
|
|
816
816
|
},
|
|
817
817
|
{
|
|
818
818
|
"path": "Editor/Tools/editor/search.cs",
|
|
819
|
-
"size":
|
|
820
|
-
"sha256": "
|
|
819
|
+
"size": 2724,
|
|
820
|
+
"sha256": "1fa85c3da60c8fcdd4e589e101e20735b8ae1d8fd3cd098bc0bef6620a2bc0f2"
|
|
821
821
|
},
|
|
822
822
|
{
|
|
823
823
|
"path": "Editor/Tools/editor/selection.cs",
|
|
@@ -829,11 +829,6 @@
|
|
|
829
829
|
"size": 2783,
|
|
830
830
|
"sha256": "0220c6f6f65b113b64c27207630c6b1c2942f575bb7999a8f5ed5e97ea2b2bc3"
|
|
831
831
|
},
|
|
832
|
-
{
|
|
833
|
-
"path": "Editor/Tools/editor/stop.cs",
|
|
834
|
-
"size": 2635,
|
|
835
|
-
"sha256": "76ab922121d2f4a20fb2cfc306f50607f618287a1407b6a37d533f25e3a324e7"
|
|
836
|
-
},
|
|
837
832
|
{
|
|
838
833
|
"path": "Editor/Tools/editor/tool-states.cs",
|
|
839
834
|
"size": 6908,
|
|
@@ -850,159 +845,129 @@
|
|
|
850
845
|
"sha256": "51651bc743a4c8ffb27e47a7723f536688313e4642eaa6434cf33791eb11df67"
|
|
851
846
|
},
|
|
852
847
|
{
|
|
853
|
-
"path": "Editor/Tools/
|
|
854
|
-
"size":
|
|
855
|
-
"sha256": "
|
|
848
|
+
"path": "Editor/Tools/game-object/GameObjectToolSupport.cs",
|
|
849
|
+
"size": 29061,
|
|
850
|
+
"sha256": "2bcbdb6f09c1ed44fb3a8626b97ceab95621e4188db7c25ada874a18dad054cd"
|
|
856
851
|
},
|
|
857
852
|
{
|
|
858
|
-
"path": "Editor/Tools/
|
|
859
|
-
"size":
|
|
860
|
-
"sha256": "
|
|
853
|
+
"path": "Editor/Tools/game-object/create.cs",
|
|
854
|
+
"size": 18193,
|
|
855
|
+
"sha256": "0c7a8c5a58baf72be0e6caab319f677d9b2f622bb64d320343a5560b7509590f"
|
|
861
856
|
},
|
|
862
857
|
{
|
|
863
|
-
"path": "Editor/Tools/
|
|
864
|
-
"size":
|
|
865
|
-
"sha256": "
|
|
858
|
+
"path": "Editor/Tools/game-object/delete.cs",
|
|
859
|
+
"size": 4916,
|
|
860
|
+
"sha256": "464e898b3732d80937853b5c0480ab70687ffaeb87cb4fdb27cc93f68295bbb6"
|
|
866
861
|
},
|
|
867
862
|
{
|
|
868
|
-
"path": "Editor/Tools/
|
|
869
|
-
"size":
|
|
870
|
-
"sha256": "
|
|
863
|
+
"path": "Editor/Tools/game-object/duplicate.cs",
|
|
864
|
+
"size": 4306,
|
|
865
|
+
"sha256": "110bf79a1f2dd88155c780ca80fa07f08ca9049b5d1ab88d4ee2259ebd38e08a"
|
|
871
866
|
},
|
|
872
867
|
{
|
|
873
|
-
"path": "Editor/Tools/
|
|
874
|
-
"size":
|
|
875
|
-
"sha256": "
|
|
868
|
+
"path": "Editor/Tools/game-object/find.cs",
|
|
869
|
+
"size": 14563,
|
|
870
|
+
"sha256": "68ea30f254b73afab9ea1c32245655053c7c2f3ab629f8e0b983a4de51982232"
|
|
876
871
|
},
|
|
877
872
|
{
|
|
878
|
-
"path": "Editor/Tools/
|
|
879
|
-
"size":
|
|
880
|
-
"sha256": "
|
|
873
|
+
"path": "Editor/Tools/game-object/look-at.cs",
|
|
874
|
+
"size": 4369,
|
|
875
|
+
"sha256": "3483f97a6cd21d159955e3805a2178df70e6d4f2f5aafd00a340a3f8d3315b56"
|
|
881
876
|
},
|
|
882
877
|
{
|
|
883
|
-
"path": "Editor/Tools/
|
|
884
|
-
"size":
|
|
885
|
-
"sha256": "
|
|
878
|
+
"path": "Editor/Tools/game-object/modify.cs",
|
|
879
|
+
"size": 10381,
|
|
880
|
+
"sha256": "687af2c219c4c74f5d594bc66240a1f092c499cc088a8a50e9d84f123c346a14"
|
|
886
881
|
},
|
|
887
882
|
{
|
|
888
|
-
"path": "Editor/Tools/
|
|
889
|
-
"size":
|
|
890
|
-
"sha256": "
|
|
883
|
+
"path": "Editor/Tools/game-object/move-relative.cs",
|
|
884
|
+
"size": 4239,
|
|
885
|
+
"sha256": "f1be4d503c01050a1f0f2eadbcee861e8e44825fe30430e08dc3b5a22286ab18"
|
|
891
886
|
},
|
|
892
887
|
{
|
|
893
|
-
"path": "Editor/Tools/
|
|
894
|
-
"size":
|
|
895
|
-
"sha256": "
|
|
888
|
+
"path": "Editor/Tools/game-object/move-to-scene.cs",
|
|
889
|
+
"size": 5874,
|
|
890
|
+
"sha256": "c4a6cf22b268a8cc2ecda4fa2ff633837d396d59c73423ad7546819a42b81fbc"
|
|
896
891
|
},
|
|
897
892
|
{
|
|
898
|
-
"path": "Editor/Tools/
|
|
899
|
-
"size":
|
|
900
|
-
"sha256": "
|
|
893
|
+
"path": "Editor/Tools/game-object/set-parent.cs",
|
|
894
|
+
"size": 4941,
|
|
895
|
+
"sha256": "742a13dfe64739511b63dc0967a32da0bbec29f53f97c46c2feab38eacc55ad2"
|
|
901
896
|
},
|
|
902
897
|
{
|
|
903
|
-
"path": "Editor/Tools/
|
|
898
|
+
"path": "Editor/Tools/lighting/bake/cancel.cs",
|
|
904
899
|
"size": 2127,
|
|
905
|
-
"sha256": "
|
|
900
|
+
"sha256": "c2cc9a7e9fef2847ee9832918637962f2fee36711e94e4c97735df3c2b00ce81"
|
|
906
901
|
},
|
|
907
902
|
{
|
|
908
|
-
"path": "Editor/Tools/
|
|
903
|
+
"path": "Editor/Tools/lighting/bake/clear.cs",
|
|
909
904
|
"size": 2823,
|
|
910
|
-
"sha256": "
|
|
905
|
+
"sha256": "df93df936da761281c578d221722cc8e999bb1e425ae83e0b322ef1334876a1f"
|
|
911
906
|
},
|
|
912
907
|
{
|
|
913
|
-
"path": "Editor/Tools/
|
|
908
|
+
"path": "Editor/Tools/lighting/bake/reflection-probe.cs",
|
|
914
909
|
"size": 5114,
|
|
915
|
-
"sha256": "
|
|
910
|
+
"sha256": "4b200d5e5cc09431cbdfe86ef116bb49bbbcf81559ec5fe62ac18b15a60b028e"
|
|
916
911
|
},
|
|
917
912
|
{
|
|
918
|
-
"path": "Editor/Tools/
|
|
913
|
+
"path": "Editor/Tools/lighting/bake/settings.cs",
|
|
919
914
|
"size": 10722,
|
|
920
|
-
"sha256": "
|
|
915
|
+
"sha256": "b39b09f20faa320811d31489d778e47112b795f35a6e03ee3e6680b8a4ee77c3"
|
|
921
916
|
},
|
|
922
917
|
{
|
|
923
|
-
"path": "Editor/Tools/
|
|
918
|
+
"path": "Editor/Tools/lighting/bake/start.cs",
|
|
924
919
|
"size": 2153,
|
|
925
|
-
"sha256": "
|
|
920
|
+
"sha256": "2935afd5b044b239a793714a36e28982fdfe174572e2a0db9550788ea42ba35f"
|
|
926
921
|
},
|
|
927
922
|
{
|
|
928
|
-
"path": "Editor/Tools/
|
|
923
|
+
"path": "Editor/Tools/lighting/bake/status.cs",
|
|
929
924
|
"size": 2002,
|
|
930
|
-
"sha256": "
|
|
925
|
+
"sha256": "71c113a71fd1841e8f889f410673b8a339c18b663ab3198ad974003c13db4e37"
|
|
931
926
|
},
|
|
932
927
|
{
|
|
933
|
-
"path": "Editor/Tools/
|
|
928
|
+
"path": "Editor/Tools/lighting/light-probe-group.cs",
|
|
934
929
|
"size": 5521,
|
|
935
|
-
"sha256": "
|
|
936
|
-
},
|
|
937
|
-
{
|
|
938
|
-
"path": "Editor/Tools/graphics/pipeline-info.cs",
|
|
939
|
-
"size": 1596,
|
|
940
|
-
"sha256": "100bda1ddebdf6f4b73cfd4988ade578135244bafc6b78f5e0bb55727748fab3"
|
|
930
|
+
"sha256": "39580fef5baab16ff46c3679cce5322af62b4391cedcc7e5bd322be745df7a29"
|
|
941
931
|
},
|
|
942
932
|
{
|
|
943
|
-
"path": "Editor/Tools/
|
|
944
|
-
"size": 4158,
|
|
945
|
-
"sha256": "1cda3ed2e5c833f1186fce243732f6a135c00fa01b4403b6802747cd080bdf12"
|
|
946
|
-
},
|
|
947
|
-
{
|
|
948
|
-
"path": "Editor/Tools/graphics/quality.cs",
|
|
949
|
-
"size": 10137,
|
|
950
|
-
"sha256": "fbb357167b51876bfe655e81bb58f2c9e6ebd338fa37c5bfcb0636706a463d8b"
|
|
951
|
-
},
|
|
952
|
-
{
|
|
953
|
-
"path": "Editor/Tools/graphics/reflection-probe.cs",
|
|
933
|
+
"path": "Editor/Tools/lighting/reflection-probe.cs",
|
|
954
934
|
"size": 8004,
|
|
955
|
-
"sha256": "
|
|
956
|
-
},
|
|
957
|
-
{
|
|
958
|
-
"path": "Editor/Tools/graphics/scene-debug.cs",
|
|
959
|
-
"size": 3270,
|
|
960
|
-
"sha256": "189bdf14cd6297ee65852f2ec7ea9c4b75868499e14f1b2a0aa2f54d0b9a4071"
|
|
935
|
+
"sha256": "e9bb059715b5c62612f3c50cde41a17085b354206507bd6ed8d9cdbe814bb485"
|
|
961
936
|
},
|
|
962
937
|
{
|
|
963
|
-
"path": "Editor/Tools/
|
|
938
|
+
"path": "Editor/Tools/lighting/skybox/get.cs",
|
|
964
939
|
"size": 2726,
|
|
965
|
-
"sha256": "
|
|
940
|
+
"sha256": "39c20430590252054f46d4d5d118e95abe7410458e6ba2e828600b9edde5d922"
|
|
966
941
|
},
|
|
967
942
|
{
|
|
968
|
-
"path": "Editor/Tools/
|
|
943
|
+
"path": "Editor/Tools/lighting/skybox/set-ambient.cs",
|
|
969
944
|
"size": 4156,
|
|
970
|
-
"sha256": "
|
|
945
|
+
"sha256": "4c4f6cabb1daf4560e5e351b0eff5fa49ec4ce23ca34b76aedc9e6c22ff8b132"
|
|
971
946
|
},
|
|
972
947
|
{
|
|
973
|
-
"path": "Editor/Tools/
|
|
948
|
+
"path": "Editor/Tools/lighting/skybox/set-fog.cs",
|
|
974
949
|
"size": 4483,
|
|
975
|
-
"sha256": "
|
|
950
|
+
"sha256": "fadfcc481cbd6bce6a1b50030ab9740aa94b2e6da7398ba4e9e617a64a43f040"
|
|
976
951
|
},
|
|
977
952
|
{
|
|
978
|
-
"path": "Editor/Tools/
|
|
953
|
+
"path": "Editor/Tools/lighting/skybox/set-material.cs",
|
|
979
954
|
"size": 3190,
|
|
980
|
-
"sha256": "
|
|
955
|
+
"sha256": "388b38f6b29240642f2e6a68825f1ac844c61fab90ca88de89f4f7c070120a01"
|
|
981
956
|
},
|
|
982
957
|
{
|
|
983
|
-
"path": "Editor/Tools/
|
|
958
|
+
"path": "Editor/Tools/lighting/skybox/set-properties.cs",
|
|
984
959
|
"size": 5358,
|
|
985
|
-
"sha256": "
|
|
960
|
+
"sha256": "6c58dcf9b57a7d6dea48f47b6a7e85d6d523897a0603f934bce1e0ce1c97c6a9"
|
|
986
961
|
},
|
|
987
962
|
{
|
|
988
|
-
"path": "Editor/Tools/
|
|
963
|
+
"path": "Editor/Tools/lighting/skybox/set-reflection.cs",
|
|
989
964
|
"size": 4182,
|
|
990
|
-
"sha256": "
|
|
965
|
+
"sha256": "5ddd234a6101c027bbf1d5845968b5267033800f4b9ac2d05b05519ca29be52e"
|
|
991
966
|
},
|
|
992
967
|
{
|
|
993
|
-
"path": "Editor/Tools/
|
|
968
|
+
"path": "Editor/Tools/lighting/skybox/set-sun.cs",
|
|
994
969
|
"size": 2823,
|
|
995
|
-
"sha256": "
|
|
996
|
-
},
|
|
997
|
-
{
|
|
998
|
-
"path": "Editor/Tools/graphics/stats.cs",
|
|
999
|
-
"size": 1404,
|
|
1000
|
-
"sha256": "9d8a76919fa1f160688c8f5c3ee633b590c2d2ea777579727bbdbb2b29bfb0f6"
|
|
1001
|
-
},
|
|
1002
|
-
{
|
|
1003
|
-
"path": "Editor/Tools/graphics/volume.cs",
|
|
1004
|
-
"size": 4670,
|
|
1005
|
-
"sha256": "04641ee5ea311982ae40f703db777d23ce93ad8ee6bdab87dca61d9bb53ca523"
|
|
970
|
+
"sha256": "89419850138c8a5b67e60a1d419d7bbf0efbce60f47e67a61c3bee2d2052f5cb"
|
|
1006
971
|
},
|
|
1007
972
|
{
|
|
1008
973
|
"path": "Editor/Tools/material/MaterialToolSupport.cs",
|
|
@@ -1054,21 +1019,6 @@
|
|
|
1054
1019
|
"size": 4053,
|
|
1055
1020
|
"sha256": "c2863aa1a9acfff511b7065d2f9e89139af57a4a8a296d11db2c6f4f924660e9"
|
|
1056
1021
|
},
|
|
1057
|
-
{
|
|
1058
|
-
"path": "Editor/Tools/object/ObjectToolSupport.cs",
|
|
1059
|
-
"size": 4827,
|
|
1060
|
-
"sha256": "917a53e9108976e582bbc628c9034336e853b89ffc6e46786184c4bc9337dcb5"
|
|
1061
|
-
},
|
|
1062
|
-
{
|
|
1063
|
-
"path": "Editor/Tools/object/get-data.cs",
|
|
1064
|
-
"size": 3509,
|
|
1065
|
-
"sha256": "54eb517acd618cc28228f252f0754db0b67ec52e11f29310a3f5992f1ea90fb0"
|
|
1066
|
-
},
|
|
1067
|
-
{
|
|
1068
|
-
"path": "Editor/Tools/object/modify.cs",
|
|
1069
|
-
"size": 6886,
|
|
1070
|
-
"sha256": "f37adc2ce2c4760eb62e1d51786adb25410d105f1616ee85db6d6c889bc64f55"
|
|
1071
|
-
},
|
|
1072
1022
|
{
|
|
1073
1023
|
"path": "Editor/Tools/occlusion/OcclusionToolSupport.cs",
|
|
1074
1024
|
"size": 27913,
|
|
@@ -1375,109 +1325,139 @@
|
|
|
1375
1325
|
"sha256": "e56421f0ff35d323dcc9bc5b2a35abdc671a5fc01a6d5c18215b601992c6cb56"
|
|
1376
1326
|
},
|
|
1377
1327
|
{
|
|
1378
|
-
"path": "Editor/Tools/project/ProjectSettingsReader.cs",
|
|
1328
|
+
"path": "Editor/Tools/project-settings/ProjectSettingsReader.cs",
|
|
1379
1329
|
"size": 1069,
|
|
1380
1330
|
"sha256": "0ad7c47f79657c6569fb6930aab22e32148ca3fdf4541e786926f94ac373c5ff"
|
|
1381
1331
|
},
|
|
1382
1332
|
{
|
|
1383
|
-
"path": "Editor/Tools/project/ProjectSettingsToolSupport.cs",
|
|
1384
|
-
"size":
|
|
1385
|
-
"sha256": "
|
|
1333
|
+
"path": "Editor/Tools/project-settings/ProjectSettingsToolSupport.cs",
|
|
1334
|
+
"size": 40529,
|
|
1335
|
+
"sha256": "4e01b7da78a87d73ebae9ad8fb032eccde366db14bec01821f931b97ea06ee77"
|
|
1386
1336
|
},
|
|
1387
1337
|
{
|
|
1388
|
-
"path": "Editor/Tools/project/ProjectTagLayerToolSupport.cs",
|
|
1338
|
+
"path": "Editor/Tools/project-settings/ProjectTagLayerToolSupport.cs",
|
|
1389
1339
|
"size": 1547,
|
|
1390
1340
|
"sha256": "94153b00cac065b2182079f30acb068d99c46fac33502013fa68ead49bcaf7d0"
|
|
1391
1341
|
},
|
|
1392
1342
|
{
|
|
1393
|
-
"path": "Editor/Tools/project/audio-settings.cs",
|
|
1394
|
-
"size":
|
|
1395
|
-
"sha256": "
|
|
1343
|
+
"path": "Editor/Tools/project-settings/audio-settings.cs",
|
|
1344
|
+
"size": 1723,
|
|
1345
|
+
"sha256": "a3846f2b6f5bacfa57556a4e4b33c4b69aaf5180a8747b2038a740dd24bc80de"
|
|
1396
1346
|
},
|
|
1397
1347
|
{
|
|
1398
|
-
"path": "Editor/Tools/project/audio-settings/set.cs",
|
|
1399
|
-
"size":
|
|
1400
|
-
"sha256": "
|
|
1348
|
+
"path": "Editor/Tools/project-settings/audio-settings/set.cs",
|
|
1349
|
+
"size": 2064,
|
|
1350
|
+
"sha256": "3c3fd598b1b63fa8f2323f3d0fc0d6cecab11a32aa60821916c565b5040477d2"
|
|
1401
1351
|
},
|
|
1402
1352
|
{
|
|
1403
|
-
"path": "Editor/Tools/project/info.cs",
|
|
1404
|
-
"size":
|
|
1405
|
-
"sha256": "
|
|
1353
|
+
"path": "Editor/Tools/project-settings/info.cs",
|
|
1354
|
+
"size": 2186,
|
|
1355
|
+
"sha256": "14cdbf41b3a455eca0de949936d8c639732dcf658fe4825f9156fd50807fb81c"
|
|
1356
|
+
},
|
|
1357
|
+
{
|
|
1358
|
+
"path": "Editor/Tools/project-settings/input-settings.cs",
|
|
1359
|
+
"size": 1980,
|
|
1360
|
+
"sha256": "9c36246a99b107fbf19fadae2e682dec3e8d3a7edea4e19a4ab0b47c532d5324"
|
|
1361
|
+
},
|
|
1362
|
+
{
|
|
1363
|
+
"path": "Editor/Tools/project-settings/input-settings/set.cs",
|
|
1364
|
+
"size": 2288,
|
|
1365
|
+
"sha256": "cba5b769905742d5e91076a6e5414688aad8a3716c85f7a6ea284ee23fa3275e"
|
|
1366
|
+
},
|
|
1367
|
+
{
|
|
1368
|
+
"path": "Editor/Tools/project-settings/layer/add.cs",
|
|
1369
|
+
"size": 1173,
|
|
1370
|
+
"sha256": "658a7a1bf695f7f723d12999df7eb06f06eb34eab2a6f5786bcb24933513212d"
|
|
1406
1371
|
},
|
|
1407
1372
|
{
|
|
1408
|
-
"path": "Editor/Tools/project
|
|
1409
|
-
"size":
|
|
1410
|
-
"sha256": "
|
|
1373
|
+
"path": "Editor/Tools/project-settings/layer/remove.cs",
|
|
1374
|
+
"size": 1191,
|
|
1375
|
+
"sha256": "70bb352af114ae545ffea7397a69ab7527415752f022e3a5026a6090d6925497"
|
|
1411
1376
|
},
|
|
1412
1377
|
{
|
|
1413
|
-
"path": "Editor/Tools/project
|
|
1414
|
-
"size":
|
|
1415
|
-
"sha256": "
|
|
1378
|
+
"path": "Editor/Tools/project-settings/layers.cs",
|
|
1379
|
+
"size": 2209,
|
|
1380
|
+
"sha256": "09ab791b560b1c5ed85a1e23a1473b8d12ec77b6bada49298c5a147a8a79cfd2"
|
|
1416
1381
|
},
|
|
1417
1382
|
{
|
|
1418
|
-
"path": "Editor/Tools/project/
|
|
1419
|
-
"size":
|
|
1420
|
-
"sha256": "
|
|
1383
|
+
"path": "Editor/Tools/project-settings/player-settings.cs",
|
|
1384
|
+
"size": 1722,
|
|
1385
|
+
"sha256": "df239fc9f4101d0b702e32a898e766ce29011a614949826bfa0f50886a4d2b22"
|
|
1421
1386
|
},
|
|
1422
1387
|
{
|
|
1423
|
-
"path": "Editor/Tools/project/
|
|
1424
|
-
"size":
|
|
1425
|
-
"sha256": "
|
|
1388
|
+
"path": "Editor/Tools/project-settings/player-settings/set.cs",
|
|
1389
|
+
"size": 2236,
|
|
1390
|
+
"sha256": "ec64866348f75c5c4089f91831f641d74077c93f70d33dc2c0aa67e4de40593c"
|
|
1426
1391
|
},
|
|
1427
1392
|
{
|
|
1428
|
-
"path": "Editor/Tools/project/
|
|
1429
|
-
"size":
|
|
1430
|
-
"sha256": "
|
|
1393
|
+
"path": "Editor/Tools/project-settings/tag/add.cs",
|
|
1394
|
+
"size": 1075,
|
|
1395
|
+
"sha256": "038e4ed6a32716c26a702afcc84b6b6cdffb5a720a4dfb506515e4ef1ccb0d45"
|
|
1431
1396
|
},
|
|
1432
1397
|
{
|
|
1433
|
-
"path": "Editor/Tools/project
|
|
1434
|
-
"size":
|
|
1435
|
-
"sha256": "
|
|
1398
|
+
"path": "Editor/Tools/project-settings/tag/remove.cs",
|
|
1399
|
+
"size": 1099,
|
|
1400
|
+
"sha256": "c063425e5fbc87f60580a1c03bda74ca08bcf7fe9ebd1cae1c1cbfa8883d7352"
|
|
1436
1401
|
},
|
|
1437
1402
|
{
|
|
1438
|
-
"path": "Editor/Tools/project
|
|
1439
|
-
"size":
|
|
1440
|
-
"sha256": "
|
|
1403
|
+
"path": "Editor/Tools/project-settings/tags.cs",
|
|
1404
|
+
"size": 1706,
|
|
1405
|
+
"sha256": "954b1afdf3145a665e01768f3ed699fd34560cc85c1c2d9e01c232a351dbb438"
|
|
1441
1406
|
},
|
|
1442
1407
|
{
|
|
1443
|
-
"path": "Editor/Tools/project/
|
|
1444
|
-
"size":
|
|
1445
|
-
"sha256": "
|
|
1408
|
+
"path": "Editor/Tools/project-settings/time-settings.cs",
|
|
1409
|
+
"size": 1702,
|
|
1410
|
+
"sha256": "3f93ecf92545dff954e13b50e1b9fa2565b214b70d070642f68a9d50b21276af"
|
|
1446
1411
|
},
|
|
1447
1412
|
{
|
|
1448
|
-
"path": "Editor/Tools/project/
|
|
1449
|
-
"size":
|
|
1450
|
-
"sha256": "
|
|
1413
|
+
"path": "Editor/Tools/project-settings/time-settings/set.cs",
|
|
1414
|
+
"size": 2103,
|
|
1415
|
+
"sha256": "b8bf62f2ca8530e316fca2a48c13ca6e3f205b001b78d3bed8817a9bc1e84bbb"
|
|
1451
1416
|
},
|
|
1452
1417
|
{
|
|
1453
|
-
"path": "Editor/Tools/
|
|
1454
|
-
"size":
|
|
1455
|
-
"sha256": "
|
|
1418
|
+
"path": "Editor/Tools/rendering/GraphicsToolSupport.cs",
|
|
1419
|
+
"size": 20648,
|
|
1420
|
+
"sha256": "b0e3591befe6deb763e8469f22dc5bdd0110c1577cff20cc333d8963aea2f6f3"
|
|
1456
1421
|
},
|
|
1457
1422
|
{
|
|
1458
|
-
"path": "Editor/Tools/
|
|
1459
|
-
"size":
|
|
1460
|
-
"sha256": "
|
|
1423
|
+
"path": "Editor/Tools/rendering/pipeline/info.cs",
|
|
1424
|
+
"size": 1604,
|
|
1425
|
+
"sha256": "4125630c0bb2160a57a18eb2d467b0a4a705cee74430a71b2e0d146438d74b51"
|
|
1426
|
+
},
|
|
1427
|
+
{
|
|
1428
|
+
"path": "Editor/Tools/rendering/pipeline/settings.cs",
|
|
1429
|
+
"size": 4166,
|
|
1430
|
+
"sha256": "9a09477939b5432ee45caaa537bc478ef87fb98b0e73490d6bcc8b0d19e5fdf9"
|
|
1431
|
+
},
|
|
1432
|
+
{
|
|
1433
|
+
"path": "Editor/Tools/rendering/quality.cs",
|
|
1434
|
+
"size": 10156,
|
|
1435
|
+
"sha256": "9b22a753cfb83999dedb71df26d168624b43492eb10855dfa88e17382c0207d3"
|
|
1436
|
+
},
|
|
1437
|
+
{
|
|
1438
|
+
"path": "Editor/Tools/rendering/scene-debug.cs",
|
|
1439
|
+
"size": 3277,
|
|
1440
|
+
"sha256": "21ff2fc17017400ae8c3a470b1dedbb9d5377ff633f874a5a51d9b7772a814a9"
|
|
1461
1441
|
},
|
|
1462
1442
|
{
|
|
1463
|
-
"path": "Editor/Tools/
|
|
1464
|
-
"size":
|
|
1465
|
-
"sha256": "
|
|
1443
|
+
"path": "Editor/Tools/rendering/stats.cs",
|
|
1444
|
+
"size": 1410,
|
|
1445
|
+
"sha256": "27159eb13caf025d0612aa0782ce7186be2693721f8e01e28fb2321c9e5ebd98"
|
|
1466
1446
|
},
|
|
1467
1447
|
{
|
|
1468
|
-
"path": "Editor/Tools/reflection/method/
|
|
1469
|
-
"size":
|
|
1470
|
-
"sha256": "
|
|
1448
|
+
"path": "Editor/Tools/runtime-reflection/method/find.cs",
|
|
1449
|
+
"size": 4308,
|
|
1450
|
+
"sha256": "263cd797e5056f2e0d450a8ba577b7057e3ba39387f18fab2ca13d9f3013b78c"
|
|
1471
1451
|
},
|
|
1472
1452
|
{
|
|
1473
|
-
"path": "Editor/Tools/reflection/method/
|
|
1474
|
-
"size":
|
|
1475
|
-
"sha256": "
|
|
1453
|
+
"path": "Editor/Tools/runtime-reflection/method/invoke.cs",
|
|
1454
|
+
"size": 6126,
|
|
1455
|
+
"sha256": "c00e36ac2072d6c6a287041faf8b4818a22c372f1b9f350fc89ad0c87e8b5cb3"
|
|
1476
1456
|
},
|
|
1477
1457
|
{
|
|
1478
|
-
"path": "Editor/Tools/reflection/type/schema.cs",
|
|
1479
|
-
"size":
|
|
1480
|
-
"sha256": "
|
|
1458
|
+
"path": "Editor/Tools/runtime-reflection/type/schema.cs",
|
|
1459
|
+
"size": 3654,
|
|
1460
|
+
"sha256": "cce57ba6d614d976e46ca9714a63e7978521edb3c9194fe0d08d725c4ade2cfb"
|
|
1481
1461
|
},
|
|
1482
1462
|
{
|
|
1483
1463
|
"path": "Editor/Tools/scene/SceneToolSupport.cs",
|
|
@@ -1496,13 +1476,13 @@
|
|
|
1496
1476
|
},
|
|
1497
1477
|
{
|
|
1498
1478
|
"path": "Editor/Tools/scene/gameobject-support.cs",
|
|
1499
|
-
"size":
|
|
1500
|
-
"sha256": "
|
|
1479
|
+
"size": 11965,
|
|
1480
|
+
"sha256": "fda7f1fe249bae922d3c3e777835aae534ae1414eb38f610725f123aa2c4037d"
|
|
1501
1481
|
},
|
|
1502
1482
|
{
|
|
1503
1483
|
"path": "Editor/Tools/scene/gameobject.cs",
|
|
1504
|
-
"size":
|
|
1505
|
-
"sha256": "
|
|
1484
|
+
"size": 7774,
|
|
1485
|
+
"sha256": "5ddce8ba288fa5d83616ce62ff98589ae208efe773fc080cbc39f686e128ac8f"
|
|
1506
1486
|
},
|
|
1507
1487
|
{
|
|
1508
1488
|
"path": "Editor/Tools/scene/gameobject/component.cs",
|
|
@@ -1516,8 +1496,8 @@
|
|
|
1516
1496
|
},
|
|
1517
1497
|
{
|
|
1518
1498
|
"path": "Editor/Tools/scene/hierarchy.cs",
|
|
1519
|
-
"size":
|
|
1520
|
-
"sha256": "
|
|
1499
|
+
"size": 14892,
|
|
1500
|
+
"sha256": "f892feb2da2be3f1fe27d782fdc2679b1fca80ab9e992a2d848611e5205e21d7"
|
|
1521
1501
|
},
|
|
1522
1502
|
{
|
|
1523
1503
|
"path": "Editor/Tools/scene/list-opened.cs",
|
|
@@ -1529,11 +1509,6 @@
|
|
|
1529
1509
|
"size": 3727,
|
|
1530
1510
|
"sha256": "a15677bc57dfd2dda72b6050b72e0c2f4211985a363ab3c23083936750fd8935"
|
|
1531
1511
|
},
|
|
1532
|
-
{
|
|
1533
|
-
"path": "Editor/Tools/scene/move-object.cs",
|
|
1534
|
-
"size": 5810,
|
|
1535
|
-
"sha256": "3fc151249ecd4be9287dfeb7698615e125de06afb6e6a60a3bcc84ccf5434603"
|
|
1536
|
-
},
|
|
1537
1512
|
{
|
|
1538
1513
|
"path": "Editor/Tools/scene/save.cs",
|
|
1539
1514
|
"size": 12194,
|
|
@@ -1574,6 +1549,11 @@
|
|
|
1574
1549
|
"size": 4561,
|
|
1575
1550
|
"sha256": "4662d027027c290be624675a96ccd2644721791496610c8708ee6ae71057384c"
|
|
1576
1551
|
},
|
|
1552
|
+
{
|
|
1553
|
+
"path": "Editor/Tools/screenshot/from-camera.cs",
|
|
1554
|
+
"size": 4569,
|
|
1555
|
+
"sha256": "b87ddec2fe892667c67e7710b85391705ac27ff5e063e8b9570a16d87a7404ae"
|
|
1556
|
+
},
|
|
1577
1557
|
{
|
|
1578
1558
|
"path": "Editor/Tools/screenshot/game-view.cs",
|
|
1579
1559
|
"size": 7061,
|
|
@@ -1629,6 +1609,21 @@
|
|
|
1629
1609
|
"size": 13786,
|
|
1630
1610
|
"sha256": "cfbadb320331a641a094b1ca424e4591463d62ad6d1653eff44b631254d4c5aa"
|
|
1631
1611
|
},
|
|
1612
|
+
{
|
|
1613
|
+
"path": "Editor/Tools/serialized-object/ObjectToolSupport.cs",
|
|
1614
|
+
"size": 4827,
|
|
1615
|
+
"sha256": "917a53e9108976e582bbc628c9034336e853b89ffc6e46786184c4bc9337dcb5"
|
|
1616
|
+
},
|
|
1617
|
+
{
|
|
1618
|
+
"path": "Editor/Tools/serialized-object/patch.cs",
|
|
1619
|
+
"size": 6984,
|
|
1620
|
+
"sha256": "dc03bfe835a5acecd3e046747b4881613d6d6b96fae6bdfcd4d3477a39a5faae"
|
|
1621
|
+
},
|
|
1622
|
+
{
|
|
1623
|
+
"path": "Editor/Tools/serialized-object/read.cs",
|
|
1624
|
+
"size": 3555,
|
|
1625
|
+
"sha256": "cf68fa8419d18b6a51c59ab5c9b80cae30e78bbd3707415d86ed98e393437936"
|
|
1626
|
+
},
|
|
1632
1627
|
{
|
|
1633
1628
|
"path": "Editor/Tools/shader/ShaderToolSupport.cs",
|
|
1634
1629
|
"size": 14898,
|
|
@@ -1844,10 +1839,15 @@
|
|
|
1844
1839
|
"size": 5649,
|
|
1845
1840
|
"sha256": "bb0d92ece310087e9afbdf4033792222430ad07a88efe08f93cfcbba9f760e17"
|
|
1846
1841
|
},
|
|
1842
|
+
{
|
|
1843
|
+
"path": "Editor/Tools/volume/list.cs",
|
|
1844
|
+
"size": 4648,
|
|
1845
|
+
"sha256": "e1b91bb1e77b90435c156346726928311507ef774ff3b58fde484b04d6335229"
|
|
1846
|
+
},
|
|
1847
1847
|
{
|
|
1848
1848
|
"path": "Editor/UnityCliBridge.cs",
|
|
1849
|
-
"size":
|
|
1850
|
-
"sha256": "
|
|
1849
|
+
"size": 24777,
|
|
1850
|
+
"sha256": "c5916dc392ee6adba68aca27f7c59a25d9963fc234ef4baaccad911f2efa23a5"
|
|
1851
1851
|
},
|
|
1852
1852
|
{
|
|
1853
1853
|
"path": "Editor/UnityCliBridgeBuildInfo.cs",
|
|
@@ -1856,8 +1856,8 @@
|
|
|
1856
1856
|
},
|
|
1857
1857
|
{
|
|
1858
1858
|
"path": "Runtime/Infrastructure/UnityCliRuntimeBridge.cs",
|
|
1859
|
-
"size":
|
|
1860
|
-
"sha256": "
|
|
1859
|
+
"size": 79565,
|
|
1860
|
+
"sha256": "26e19a417632f5dfcc1c5b78a593e356bec6b12ed7a7aea59cdaf5285a28ce9c"
|
|
1861
1861
|
},
|
|
1862
1862
|
{
|
|
1863
1863
|
"path": "Runtime/Infrastructure/UnityCliRuntimeJson.cs",
|
|
@@ -1866,8 +1866,8 @@
|
|
|
1866
1866
|
},
|
|
1867
1867
|
{
|
|
1868
1868
|
"path": "Runtime/Infrastructure/UnityCliRuntimeRegistry.cs",
|
|
1869
|
-
"size":
|
|
1870
|
-
"sha256": "
|
|
1869
|
+
"size": 18520,
|
|
1870
|
+
"sha256": "8950c367c2e22dd4597ff3cc855f905bc155996d70508828566c37e10fee8e54"
|
|
1871
1871
|
},
|
|
1872
1872
|
{
|
|
1873
1873
|
"path": "Runtime/Properties/AssemblyInfo.cs",
|
|
@@ -1876,8 +1876,8 @@
|
|
|
1876
1876
|
},
|
|
1877
1877
|
{
|
|
1878
1878
|
"path": "Runtime/Tools/UnityCliRuntimeTools.cs",
|
|
1879
|
-
"size":
|
|
1880
|
-
"sha256": "
|
|
1879
|
+
"size": 45695,
|
|
1880
|
+
"sha256": "fbb74550b1ff08033341dada711e3436a9ebfba5236a64a960b73902eadd108c"
|
|
1881
1881
|
},
|
|
1882
1882
|
{
|
|
1883
1883
|
"path": "Runtime/UnityCli.Runtime.asmdef",
|
|
@@ -1901,8 +1901,8 @@
|
|
|
1901
1901
|
},
|
|
1902
1902
|
{
|
|
1903
1903
|
"path": "Shared/UnityCliBridgeQueuePolicy.cs",
|
|
1904
|
-
"size":
|
|
1905
|
-
"sha256": "
|
|
1904
|
+
"size": 19908,
|
|
1905
|
+
"sha256": "89e1034ac96f86d04b8fe59e1797ba2813260a199a2192b9fcf1f03d20f266b0"
|
|
1906
1906
|
},
|
|
1907
1907
|
{
|
|
1908
1908
|
"path": "Shared/UnityCliBridgeWorkItemState.cs",
|
|
@@ -1936,8 +1936,8 @@
|
|
|
1936
1936
|
},
|
|
1937
1937
|
{
|
|
1938
1938
|
"path": "Tests/Editor/UnityCliAdmissionCoordinatorIntegrationTests.cs",
|
|
1939
|
-
"size":
|
|
1940
|
-
"sha256": "
|
|
1939
|
+
"size": 84786,
|
|
1940
|
+
"sha256": "4b133975e4eeeebdd676de37012d1381cb3327bf8261a78c12bc7b9ac2f5de42"
|
|
1941
1941
|
},
|
|
1942
1942
|
{
|
|
1943
1943
|
"path": "Tests/Editor/UnityCliAdmissionPoolTests.cs",
|
|
@@ -1951,18 +1951,18 @@
|
|
|
1951
1951
|
},
|
|
1952
1952
|
{
|
|
1953
1953
|
"path": "Tests/Editor/UnityCliBridgeAdmissionIntegrationTests.cs",
|
|
1954
|
-
"size":
|
|
1955
|
-
"sha256": "
|
|
1954
|
+
"size": 69731,
|
|
1955
|
+
"sha256": "b6e59ab9f83a3cef5976d7cd99c4ae7c7c515d025ef8c6b5e347513f798062e4"
|
|
1956
1956
|
},
|
|
1957
1957
|
{
|
|
1958
1958
|
"path": "Tests/Editor/UnityCliBridgeQueuePolicyTests.cs",
|
|
1959
|
-
"size":
|
|
1960
|
-
"sha256": "
|
|
1959
|
+
"size": 23113,
|
|
1960
|
+
"sha256": "41aa1dbce0b01dbd775b0cfb5b004ca1854594b2621cce408bb6b301b38512c9"
|
|
1961
1961
|
},
|
|
1962
1962
|
{
|
|
1963
1963
|
"path": "Tests/Editor/UnityCliContinuationIntegrationTests.cs",
|
|
1964
|
-
"size":
|
|
1965
|
-
"sha256": "
|
|
1964
|
+
"size": 14603,
|
|
1965
|
+
"sha256": "4dd214da05ac02729e8d06a8dc2590d5a7006b3dc5eae9ec1e9e9fd63d99f13d"
|
|
1966
1966
|
},
|
|
1967
1967
|
{
|
|
1968
1968
|
"path": "Tests/Editor/UnityCliDiagnosticBoundaryTests.cs",
|
|
@@ -1996,13 +1996,13 @@
|
|
|
1996
1996
|
},
|
|
1997
1997
|
{
|
|
1998
1998
|
"path": "Tests/Editor/UnityCliRequestBudgetTests.cs",
|
|
1999
|
-
"size":
|
|
2000
|
-
"sha256": "
|
|
1999
|
+
"size": 33096,
|
|
2000
|
+
"sha256": "4815d54989432b784e272cd4cbad6f5383ded157e7f11001c16e73858927fc10"
|
|
2001
2001
|
},
|
|
2002
2002
|
{
|
|
2003
2003
|
"path": "Tests/Editor/UnityCliRuntimeBridgeIntegrationTests.cs",
|
|
2004
|
-
"size":
|
|
2005
|
-
"sha256": "
|
|
2004
|
+
"size": 27813,
|
|
2005
|
+
"sha256": "180577b15583b0473ea29773381b87d06ff23d3f173560744612b5f67b08fecc"
|
|
2006
2006
|
},
|
|
2007
2007
|
{
|
|
2008
2008
|
"path": "Tests/Editor/UnityCliToolCatalogTests.cs",
|
|
@@ -2016,8 +2016,8 @@
|
|
|
2016
2016
|
},
|
|
2017
2017
|
{
|
|
2018
2018
|
"path": "Tests/Runtime/UnityCliRuntimeCatalogValidationTests.cs",
|
|
2019
|
-
"size":
|
|
2020
|
-
"sha256": "
|
|
2019
|
+
"size": 1291,
|
|
2020
|
+
"sha256": "d02355d051fda58ab55964fe7db62cc9f8da5ef53a28ef2e52cf037f9356cd6e"
|
|
2021
2021
|
},
|
|
2022
2022
|
{
|
|
2023
2023
|
"path": "UnityCli.Editor.asmdef",
|
|
@@ -2027,7 +2027,7 @@
|
|
|
2027
2027
|
{
|
|
2028
2028
|
"path": "package.json",
|
|
2029
2029
|
"size": 268,
|
|
2030
|
-
"sha256": "
|
|
2030
|
+
"sha256": "8ca293de8dc1cd2a23a1351fb54cf5ef2c19818d4832e58a558a2cb8227f5537"
|
|
2031
2031
|
}
|
|
2032
2032
|
]
|
|
2033
2033
|
}
|