├── Packages ├── nuget-packages │ ├── InstalledPackages │ │ ├── System.IO.Pipelines.9.0.10 │ │ │ ├── buildTransitive │ │ │ │ ├── net462 │ │ │ │ │ ├── _._ │ │ │ │ │ └── _._.meta │ │ │ │ ├── net8.0 │ │ │ │ │ ├── _._ │ │ │ │ │ └── _._.meta │ │ │ │ ├── net461.meta │ │ │ │ ├── net462.meta │ │ │ │ ├── net8.0.meta │ │ │ │ ├── net461 │ │ │ │ │ ├── System.IO.Pipelines.targets.meta │ │ │ │ │ └── System.IO.Pipelines.targets │ │ │ │ ├── netcoreapp2.0.meta │ │ │ │ └── netcoreapp2.0 │ │ │ │ │ ├── System.IO.Pipelines.targets.meta │ │ │ │ │ └── System.IO.Pipelines.targets │ │ │ ├── useSharedDesignerContext.txt │ │ │ ├── Icon.png │ │ │ ├── .signature.p7s │ │ │ ├── LICENSE.TXT.meta │ │ │ ├── PACKAGE.md.meta │ │ │ ├── System.IO.Pipelines.nuspec.meta │ │ │ ├── THIRD-PARTY-NOTICES.TXT.meta │ │ │ ├── lib.meta │ │ │ ├── lib │ │ │ │ ├── netstandard2.0 │ │ │ │ │ ├── System.IO.Pipelines.dll │ │ │ │ │ ├── System.IO.Pipelines.xml.meta │ │ │ │ │ └── System.IO.Pipelines.dll.meta │ │ │ │ └── netstandard2.0.meta │ │ │ ├── useSharedDesignerContext.txt.meta │ │ │ ├── buildTransitive.meta │ │ │ ├── LICENSE.TXT │ │ │ ├── System.IO.Pipelines.nuspec │ │ │ └── PACKAGE.md │ │ ├── System.Text.Json.9.0.10 │ │ │ ├── useSharedDesignerContext.txt │ │ │ ├── Icon.png │ │ │ ├── .signature.p7s │ │ │ ├── LICENSE.TXT.meta │ │ │ ├── PACKAGE.md.meta │ │ │ ├── lib │ │ │ │ ├── netstandard2.0 │ │ │ │ │ ├── System.Text.Json.dll │ │ │ │ │ ├── System.Text.Json.xml.meta │ │ │ │ │ └── System.Text.Json.dll.meta │ │ │ │ └── netstandard2.0.meta │ │ │ ├── System.Text.Json.nuspec.meta │ │ │ ├── lib.meta │ │ │ ├── THIRD-PARTY-NOTICES.TXT.meta │ │ │ ├── analyzers.meta │ │ │ ├── useSharedDesignerContext.txt.meta │ │ │ ├── analyzers │ │ │ │ ├── dotnet.meta │ │ │ │ └── dotnet │ │ │ │ │ ├── roslyn3.11.meta │ │ │ │ │ ├── roslyn4.0.meta │ │ │ │ │ ├── roslyn4.4.meta │ │ │ │ │ ├── roslyn3.11 │ │ │ │ │ ├── cs.meta │ │ │ │ │ └── cs │ │ │ │ │ │ ├── cs.meta │ │ │ │ │ │ ├── de.meta │ │ │ │ │ │ ├── es.meta │ │ │ │ │ │ ├── fr.meta │ │ │ │ │ │ ├── it.meta │ │ │ │ │ │ ├── ja.meta │ │ │ │ │ │ ├── ko.meta │ │ │ │ │ │ ├── pl.meta │ │ │ │ │ │ ├── ru.meta │ │ │ │ │ │ ├── tr.meta │ │ │ │ │ │ ├── pt-BR.meta │ │ │ │ │ │ ├── zh-Hans.meta │ │ │ │ │ │ ├── zh-Hant.meta │ │ │ │ │ │ ├── System.Text.Json.SourceGeneration.dll │ │ │ │ │ │ ├── cs │ │ │ │ │ │ ├── System.Text.Json.SourceGeneration.resources.dll │ │ │ │ │ │ └── System.Text.Json.SourceGeneration.resources.dll.meta │ │ │ │ │ │ ├── de │ │ │ │ │ │ ├── System.Text.Json.SourceGeneration.resources.dll │ │ │ │ │ │ └── System.Text.Json.SourceGeneration.resources.dll.meta │ │ │ │ │ │ ├── es │ │ │ │ │ │ ├── System.Text.Json.SourceGeneration.resources.dll │ │ │ │ │ │ └── System.Text.Json.SourceGeneration.resources.dll.meta │ │ │ │ │ │ ├── fr │ │ │ │ │ │ ├── System.Text.Json.SourceGeneration.resources.dll │ │ │ │ │ │ └── System.Text.Json.SourceGeneration.resources.dll.meta │ │ │ │ │ │ ├── it │ │ │ │ │ │ ├── System.Text.Json.SourceGeneration.resources.dll │ │ │ │ │ │ └── System.Text.Json.SourceGeneration.resources.dll.meta │ │ │ │ │ │ ├── ja │ │ │ │ │ │ ├── System.Text.Json.SourceGeneration.resources.dll │ │ │ │ │ │ └── System.Text.Json.SourceGeneration.resources.dll.meta │ │ │ │ │ │ ├── ko │ │ │ │ │ │ ├── System.Text.Json.SourceGeneration.resources.dll │ │ │ │ │ │ └── System.Text.Json.SourceGeneration.resources.dll.meta │ │ │ │ │ │ ├── pl │ │ │ │ │ │ ├── System.Text.Json.SourceGeneration.resources.dll │ │ │ │ │ │ └── System.Text.Json.SourceGeneration.resources.dll.meta │ │ │ │ │ │ ├── ru │ │ │ │ │ │ ├── System.Text.Json.SourceGeneration.resources.dll │ │ │ │ │ │ └── System.Text.Json.SourceGeneration.resources.dll.meta │ │ │ │ │ │ ├── tr │ │ │ │ │ │ ├── System.Text.Json.SourceGeneration.resources.dll │ │ │ │ │ │ └── System.Text.Json.SourceGeneration.resources.dll.meta │ │ │ │ │ │ ├── pt-BR │ │ │ │ │ │ ├── System.Text.Json.SourceGeneration.resources.dll │ │ │ │ │ │ └── System.Text.Json.SourceGeneration.resources.dll.meta │ │ │ │ │ │ ├── zh-Hans │ │ │ │ │ │ ├── System.Text.Json.SourceGeneration.resources.dll │ │ │ │ │ │ └── System.Text.Json.SourceGeneration.resources.dll.meta │ │ │ │ │ │ ├── zh-Hant │ │ │ │ │ │ ├── System.Text.Json.SourceGeneration.resources.dll │ │ │ │ │ │ └── System.Text.Json.SourceGeneration.resources.dll.meta │ │ │ │ │ │ └── System.Text.Json.SourceGeneration.dll.meta │ │ │ │ │ ├── roslyn4.0 │ │ │ │ │ ├── cs.meta │ │ │ │ │ └── cs │ │ │ │ │ │ ├── cs.meta │ │ │ │ │ │ ├── de.meta │ │ │ │ │ │ ├── es.meta │ │ │ │ │ │ ├── fr.meta │ │ │ │ │ │ ├── it.meta │ │ │ │ │ │ ├── ja.meta │ │ │ │ │ │ ├── ko.meta │ │ │ │ │ │ ├── pl.meta │ │ │ │ │ │ ├── ru.meta │ │ │ │ │ │ ├── tr.meta │ │ │ │ │ │ ├── pt-BR.meta │ │ │ │ │ │ ├── zh-Hans.meta │ │ │ │ │ │ ├── zh-Hant.meta │ │ │ │ │ │ ├── System.Text.Json.SourceGeneration.dll │ │ │ │ │ │ ├── cs │ │ │ │ │ │ ├── System.Text.Json.SourceGeneration.resources.dll │ │ │ │ │ │ └── System.Text.Json.SourceGeneration.resources.dll.meta │ │ │ │ │ │ ├── de │ │ │ │ │ │ ├── System.Text.Json.SourceGeneration.resources.dll │ │ │ │ │ │ └── System.Text.Json.SourceGeneration.resources.dll.meta │ │ │ │ │ │ ├── es │ │ │ │ │ │ ├── System.Text.Json.SourceGeneration.resources.dll │ │ │ │ │ │ └── System.Text.Json.SourceGeneration.resources.dll.meta │ │ │ │ │ │ ├── fr │ │ │ │ │ │ ├── System.Text.Json.SourceGeneration.resources.dll │ │ │ │ │ │ └── System.Text.Json.SourceGeneration.resources.dll.meta │ │ │ │ │ │ ├── it │ │ │ │ │ │ ├── System.Text.Json.SourceGeneration.resources.dll │ │ │ │ │ │ └── System.Text.Json.SourceGeneration.resources.dll.meta │ │ │ │ │ │ ├── ja │ │ │ │ │ │ ├── System.Text.Json.SourceGeneration.resources.dll │ │ │ │ │ │ └── System.Text.Json.SourceGeneration.resources.dll.meta │ │ │ │ │ │ ├── ko │ │ │ │ │ │ ├── System.Text.Json.SourceGeneration.resources.dll │ │ │ │ │ │ └── System.Text.Json.SourceGeneration.resources.dll.meta │ │ │ │ │ │ ├── pl │ │ │ │ │ │ ├── System.Text.Json.SourceGeneration.resources.dll │ │ │ │ │ │ └── System.Text.Json.SourceGeneration.resources.dll.meta │ │ │ │ │ │ ├── ru │ │ │ │ │ │ ├── System.Text.Json.SourceGeneration.resources.dll │ │ │ │ │ │ └── System.Text.Json.SourceGeneration.resources.dll.meta │ │ │ │ │ │ ├── tr │ │ │ │ │ │ ├── System.Text.Json.SourceGeneration.resources.dll │ │ │ │ │ │ └── System.Text.Json.SourceGeneration.resources.dll.meta │ │ │ │ │ │ ├── pt-BR │ │ │ │ │ │ ├── System.Text.Json.SourceGeneration.resources.dll │ │ │ │ │ │ └── System.Text.Json.SourceGeneration.resources.dll.meta │ │ │ │ │ │ ├── zh-Hans │ │ │ │ │ │ ├── System.Text.Json.SourceGeneration.resources.dll │ │ │ │ │ │ └── System.Text.Json.SourceGeneration.resources.dll.meta │ │ │ │ │ │ ├── zh-Hant │ │ │ │ │ │ ├── System.Text.Json.SourceGeneration.resources.dll │ │ │ │ │ │ └── System.Text.Json.SourceGeneration.resources.dll.meta │ │ │ │ │ │ └── System.Text.Json.SourceGeneration.dll.meta │ │ │ │ │ └── roslyn4.4 │ │ │ │ │ ├── cs.meta │ │ │ │ │ └── cs │ │ │ │ │ ├── cs.meta │ │ │ │ │ ├── de.meta │ │ │ │ │ ├── es.meta │ │ │ │ │ ├── fr.meta │ │ │ │ │ ├── it.meta │ │ │ │ │ ├── ja.meta │ │ │ │ │ ├── ko.meta │ │ │ │ │ ├── pl.meta │ │ │ │ │ ├── ru.meta │ │ │ │ │ ├── tr.meta │ │ │ │ │ ├── pt-BR.meta │ │ │ │ │ ├── zh-Hans.meta │ │ │ │ │ ├── zh-Hant.meta │ │ │ │ │ ├── System.Text.Json.SourceGeneration.dll │ │ │ │ │ ├── cs │ │ │ │ │ ├── System.Text.Json.SourceGeneration.resources.dll │ │ │ │ │ └── System.Text.Json.SourceGeneration.resources.dll.meta │ │ │ │ │ ├── de │ │ │ │ │ ├── System.Text.Json.SourceGeneration.resources.dll │ │ │ │ │ └── System.Text.Json.SourceGeneration.resources.dll.meta │ │ │ │ │ ├── es │ │ │ │ │ ├── System.Text.Json.SourceGeneration.resources.dll │ │ │ │ │ └── System.Text.Json.SourceGeneration.resources.dll.meta │ │ │ │ │ ├── fr │ │ │ │ │ ├── System.Text.Json.SourceGeneration.resources.dll │ │ │ │ │ └── System.Text.Json.SourceGeneration.resources.dll.meta │ │ │ │ │ ├── it │ │ │ │ │ ├── System.Text.Json.SourceGeneration.resources.dll │ │ │ │ │ └── System.Text.Json.SourceGeneration.resources.dll.meta │ │ │ │ │ ├── ja │ │ │ │ │ ├── System.Text.Json.SourceGeneration.resources.dll │ │ │ │ │ └── System.Text.Json.SourceGeneration.resources.dll.meta │ │ │ │ │ ├── ko │ │ │ │ │ ├── System.Text.Json.SourceGeneration.resources.dll │ │ │ │ │ └── System.Text.Json.SourceGeneration.resources.dll.meta │ │ │ │ │ ├── pl │ │ │ │ │ ├── System.Text.Json.SourceGeneration.resources.dll │ │ │ │ │ └── System.Text.Json.SourceGeneration.resources.dll.meta │ │ │ │ │ ├── ru │ │ │ │ │ ├── System.Text.Json.SourceGeneration.resources.dll │ │ │ │ │ └── System.Text.Json.SourceGeneration.resources.dll.meta │ │ │ │ │ ├── tr │ │ │ │ │ ├── System.Text.Json.SourceGeneration.resources.dll │ │ │ │ │ └── System.Text.Json.SourceGeneration.resources.dll.meta │ │ │ │ │ ├── pt-BR │ │ │ │ │ ├── System.Text.Json.SourceGeneration.resources.dll │ │ │ │ │ └── System.Text.Json.SourceGeneration.resources.dll.meta │ │ │ │ │ ├── zh-Hans │ │ │ │ │ ├── System.Text.Json.SourceGeneration.resources.dll │ │ │ │ │ └── System.Text.Json.SourceGeneration.resources.dll.meta │ │ │ │ │ ├── zh-Hant │ │ │ │ │ ├── System.Text.Json.SourceGeneration.resources.dll │ │ │ │ │ └── System.Text.Json.SourceGeneration.resources.dll.meta │ │ │ │ │ └── System.Text.Json.SourceGeneration.dll.meta │ │ │ ├── buildTransitive.meta │ │ │ ├── buildTransitive │ │ │ │ ├── net461.meta │ │ │ │ ├── net462.meta │ │ │ │ ├── net8.0.meta │ │ │ │ ├── net461 │ │ │ │ │ ├── System.Text.Json.targets.meta │ │ │ │ │ └── System.Text.Json.targets │ │ │ │ ├── net462 │ │ │ │ │ ├── System.Text.Json.targets.meta │ │ │ │ │ └── System.Text.Json.targets │ │ │ │ ├── net8.0 │ │ │ │ │ ├── System.Text.Json.targets.meta │ │ │ │ │ └── System.Text.Json.targets │ │ │ │ ├── netcoreapp2.0.meta │ │ │ │ ├── netcoreapp2.0 │ │ │ │ │ ├── System.Text.Json.targets.meta │ │ │ │ │ └── System.Text.Json.targets │ │ │ │ ├── netstandard2.0.meta │ │ │ │ └── netstandard2.0 │ │ │ │ │ ├── System.Text.Json.targets.meta │ │ │ │ │ └── System.Text.Json.targets │ │ │ └── LICENSE.TXT │ │ ├── System.Text.Encodings.Web.9.0.10 │ │ │ ├── buildTransitive │ │ │ │ ├── net462 │ │ │ │ │ ├── _._ │ │ │ │ │ └── _._.meta │ │ │ │ ├── net8.0 │ │ │ │ │ ├── _._ │ │ │ │ │ └── _._.meta │ │ │ │ ├── net461.meta │ │ │ │ ├── net462.meta │ │ │ │ ├── net8.0.meta │ │ │ │ ├── netcoreapp2.0.meta │ │ │ │ ├── net461 │ │ │ │ │ ├── System.Text.Encodings.Web.targets.meta │ │ │ │ │ └── System.Text.Encodings.Web.targets │ │ │ │ └── netcoreapp2.0 │ │ │ │ │ ├── System.Text.Encodings.Web.targets.meta │ │ │ │ │ └── System.Text.Encodings.Web.targets │ │ │ ├── useSharedDesignerContext.txt │ │ │ ├── Icon.png │ │ │ ├── .signature.p7s │ │ │ ├── LICENSE.TXT.meta │ │ │ ├── PACKAGE.md.meta │ │ │ ├── lib.meta │ │ │ ├── THIRD-PARTY-NOTICES.TXT.meta │ │ │ ├── System.Text.Encodings.Web.nuspec.meta │ │ │ ├── useSharedDesignerContext.txt.meta │ │ │ ├── buildTransitive.meta │ │ │ ├── lib │ │ │ │ ├── netstandard2.0.meta │ │ │ │ └── netstandard2.0 │ │ │ │ │ ├── System.Text.Encodings.Web.dll │ │ │ │ │ ├── System.Text.Encodings.Web.xml.meta │ │ │ │ │ └── System.Text.Encodings.Web.dll.meta │ │ │ ├── LICENSE.TXT │ │ │ └── System.Text.Encodings.Web.nuspec │ │ ├── Microsoft.Bcl.AsyncInterfaces.9.0.10 │ │ │ ├── buildTransitive │ │ │ │ ├── net462 │ │ │ │ │ ├── _._ │ │ │ │ │ └── _._.meta │ │ │ │ ├── net8.0 │ │ │ │ │ ├── _._ │ │ │ │ │ └── _._.meta │ │ │ │ ├── net461.meta │ │ │ │ ├── net462.meta │ │ │ │ ├── net8.0.meta │ │ │ │ ├── netcoreapp2.0.meta │ │ │ │ ├── net461 │ │ │ │ │ ├── Microsoft.Bcl.AsyncInterfaces.targets.meta │ │ │ │ │ └── Microsoft.Bcl.AsyncInterfaces.targets │ │ │ │ └── netcoreapp2.0 │ │ │ │ │ ├── Microsoft.Bcl.AsyncInterfaces.targets.meta │ │ │ │ │ └── Microsoft.Bcl.AsyncInterfaces.targets │ │ │ ├── useSharedDesignerContext.txt │ │ │ ├── Icon.png │ │ │ ├── .signature.p7s │ │ │ ├── LICENSE.TXT.meta │ │ │ ├── PACKAGE.md.meta │ │ │ ├── THIRD-PARTY-NOTICES.TXT.meta │ │ │ ├── lib.meta │ │ │ ├── useSharedDesignerContext.txt.meta │ │ │ ├── Microsoft.Bcl.AsyncInterfaces.nuspec.meta │ │ │ ├── buildTransitive.meta │ │ │ ├── lib │ │ │ │ ├── netstandard2.1.meta │ │ │ │ └── netstandard2.1 │ │ │ │ │ ├── Microsoft.Bcl.AsyncInterfaces.dll │ │ │ │ │ ├── Microsoft.Bcl.AsyncInterfaces.xml.meta │ │ │ │ │ └── Microsoft.Bcl.AsyncInterfaces.dll.meta │ │ │ ├── LICENSE.TXT │ │ │ ├── Microsoft.Bcl.AsyncInterfaces.nuspec │ │ │ └── PACKAGE.md │ │ ├── AgentClientProtocol.0.1.5 │ │ │ ├── .signature.p7s │ │ │ ├── README.md.meta │ │ │ ├── AgentClientProtocol.nuspec.meta │ │ │ ├── lib.meta │ │ │ ├── lib │ │ │ │ ├── netstandard2.1 │ │ │ │ │ ├── AgentClientProtocol.dll │ │ │ │ │ └── AgentClientProtocol.dll.meta │ │ │ │ └── netstandard2.1.meta │ │ │ ├── AgentClientProtocol.nuspec │ │ │ └── README.md │ │ ├── AgentClientProtocol.0.1.5.meta │ │ ├── System.IO.Pipelines.9.0.10.meta │ │ ├── System.Text.Json.9.0.10.meta │ │ ├── System.Text.Encodings.Web.9.0.10.meta │ │ └── Microsoft.Bcl.AsyncInterfaces.9.0.10.meta │ ├── package.json │ ├── package.json.meta │ ├── InstalledPackages.meta │ ├── packages.config │ ├── NuGet.config.meta │ ├── packages.config.meta │ └── NuGet.config └── manifest.json ├── Assets ├── UnityAgentClient │ ├── Editor │ │ ├── Logger.cs.meta │ │ ├── AgentWindow.cs.meta │ │ ├── AgentSettings.cs.meta │ │ ├── BuiltinMcpServer.cs.meta │ │ ├── IsExternalInit.cs.meta │ │ ├── TaskExtensions.cs.meta │ │ ├── AgentSettingsProvider.cs.meta │ │ ├── EditorMarkdownRenderer.cs.meta │ │ ├── IsExternalInit.cs │ │ ├── server.js.meta │ │ ├── UnityAgentClient.Editor.asmdef.meta │ │ ├── AgentSettings.cs │ │ ├── TaskExtensions.cs │ │ ├── UnityAgentClient.Editor.asmdef │ │ └── Logger.cs │ ├── package.json.meta │ ├── Editor.meta │ └── package.json ├── Scenes.meta ├── Scenes │ └── SampleScene.unity.meta ├── Settings.meta ├── UnityAgentClient.meta ├── Settings │ ├── PC_RPAsset.asset.meta │ ├── Mobile_RPAsset.asset.meta │ ├── Mobile_Renderer.asset.meta │ ├── PC_Renderer.asset.meta │ ├── SampleSceneProfile.asset.meta │ ├── DefaultVolumeProfile.asset.meta │ ├── UniversalRenderPipelineGlobalSettings.asset.meta │ └── Mobile_Renderer.asset └── InputSystem_Actions.inputactions.meta ├── docs └── images │ ├── img-demo.gif │ └── img-agent-window.png ├── ProjectSettings ├── ProjectVersion.txt ├── ClusterInputManager.asset ├── PresetManager.asset ├── MultiplayerManager.asset ├── XRSettings.asset ├── VersionControlSettings.asset ├── TimeManager.asset ├── VFXManager.asset ├── EditorBuildSettings.asset ├── URPProjectSettings.asset ├── AudioManager.asset ├── TimelineSettings.asset ├── ShaderGraphSettings.asset ├── TagManager.asset ├── PackageManagerSettings.asset ├── UnityConnectSettings.asset ├── MemorySettings.asset ├── DynamicsManager.asset ├── NavMeshAreas.asset ├── EditorSettings.asset └── Physics2DSettings.asset └── LICENSE /Packages/nuget-packages/InstalledPackages/System.IO.Pipelines.9.0.10/buildTransitive/net462/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.IO.Pipelines.9.0.10/buildTransitive/net8.0/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.IO.Pipelines.9.0.10/useSharedDesignerContext.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/useSharedDesignerContext.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Encodings.Web.9.0.10/buildTransitive/net462/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Encodings.Web.9.0.10/buildTransitive/net8.0/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Encodings.Web.9.0.10/useSharedDesignerContext.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Assets/UnityAgentClient/Editor/Logger.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 49f0621d4c5e44c8f92fbf32fbc2e7db -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/Microsoft.Bcl.AsyncInterfaces.9.0.10/buildTransitive/net462/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/Microsoft.Bcl.AsyncInterfaces.9.0.10/buildTransitive/net8.0/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/Microsoft.Bcl.AsyncInterfaces.9.0.10/useSharedDesignerContext.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/images/img-demo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuskey8/UnityAgentClient/HEAD/docs/images/img-demo.gif -------------------------------------------------------------------------------- /Assets/UnityAgentClient/Editor/AgentWindow.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 695bcdad82bb2405b92108cd3866e061 -------------------------------------------------------------------------------- /Assets/UnityAgentClient/Editor/AgentSettings.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b9a120551078549debd18c8f662cb5f6 -------------------------------------------------------------------------------- /Assets/UnityAgentClient/Editor/BuiltinMcpServer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 932131ed0e9e142e49415e8c3ffbff0b -------------------------------------------------------------------------------- /Assets/UnityAgentClient/Editor/IsExternalInit.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3a75a1691113f4f9ba834fbade694825 -------------------------------------------------------------------------------- /Assets/UnityAgentClient/Editor/TaskExtensions.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 958dbbe678c4c4d03ba50cf465f00a5b -------------------------------------------------------------------------------- /Assets/UnityAgentClient/Editor/AgentSettingsProvider.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 11df618874fbe47ef97f85954fc2b7ce -------------------------------------------------------------------------------- /Assets/UnityAgentClient/Editor/EditorMarkdownRenderer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 696c34ff302d7407cb1297c33b62a757 -------------------------------------------------------------------------------- /ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- 1 | m_EditorVersion: 6000.2.7f2 2 | m_EditorVersionWithRevision: 6000.2.7f2 (2b518236b676) 3 | -------------------------------------------------------------------------------- /docs/images/img-agent-window.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuskey8/UnityAgentClient/HEAD/docs/images/img-agent-window.png -------------------------------------------------------------------------------- /Assets/UnityAgentClient/Editor/IsExternalInit.cs: -------------------------------------------------------------------------------- 1 | namespace System.Runtime.CompilerServices 2 | { 3 | internal static class IsExternalInit { } 4 | } -------------------------------------------------------------------------------- /Packages/nuget-packages/package.json: -------------------------------------------------------------------------------- 1 | { "name": "nuget-packages","version": "1.0.0","displayName": "NuGetPackages", "description": "NuGetPackages", "dependencies": {}} -------------------------------------------------------------------------------- /ProjectSettings/ClusterInputManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!236 &1 4 | ClusterInputManager: 5 | m_ObjectHideFlags: 0 6 | m_Inputs: [] 7 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuskey8/UnityAgentClient/HEAD/Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/Icon.png -------------------------------------------------------------------------------- /ProjectSettings/PresetManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!1386491679 &1 4 | PresetManager: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 2 7 | m_DefaultPresets: {} 8 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.IO.Pipelines.9.0.10/Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuskey8/UnityAgentClient/HEAD/Packages/nuget-packages/InstalledPackages/System.IO.Pipelines.9.0.10/Icon.png -------------------------------------------------------------------------------- /Assets/Scenes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9c53962885c2c4f449125a979d6ad240 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Scenes/SampleScene.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 99c9720ab356a0642a771bea13969a05 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/.signature.p7s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuskey8/UnityAgentClient/HEAD/Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/.signature.p7s -------------------------------------------------------------------------------- /Assets/Settings.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 709f11a7f3c4041caa4ef136ea32d874 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/UnityAgentClient/Editor/server.js.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 52279f2e5ad404e669a04c15445745de 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/UnityAgentClient/package.json.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: eb51038e64d1648eab72bbd770686ecf 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/AgentClientProtocol.0.1.5/.signature.p7s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuskey8/UnityAgentClient/HEAD/Packages/nuget-packages/InstalledPackages/AgentClientProtocol.0.1.5/.signature.p7s -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.IO.Pipelines.9.0.10/.signature.p7s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuskey8/UnityAgentClient/HEAD/Packages/nuget-packages/InstalledPackages/System.IO.Pipelines.9.0.10/.signature.p7s -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Encodings.Web.9.0.10/Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuskey8/UnityAgentClient/HEAD/Packages/nuget-packages/InstalledPackages/System.Text.Encodings.Web.9.0.10/Icon.png -------------------------------------------------------------------------------- /ProjectSettings/MultiplayerManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!655991488 &1 4 | MultiplayerManager: 5 | m_ObjectHideFlags: 0 6 | m_EnableMultiplayerRoles: 0 7 | m_StrippingTypes: {} 8 | -------------------------------------------------------------------------------- /Assets/UnityAgentClient.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 144098cdd2a604a21ad38da0f9cc54e9 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/package.json.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f3faa4f3483c844df8873cfecf0eb67c 3 | PackageManifestImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/Microsoft.Bcl.AsyncInterfaces.9.0.10/Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuskey8/UnityAgentClient/HEAD/Packages/nuget-packages/InstalledPackages/Microsoft.Bcl.AsyncInterfaces.9.0.10/Icon.png -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Encodings.Web.9.0.10/.signature.p7s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuskey8/UnityAgentClient/HEAD/Packages/nuget-packages/InstalledPackages/System.Text.Encodings.Web.9.0.10/.signature.p7s -------------------------------------------------------------------------------- /ProjectSettings/XRSettings.asset: -------------------------------------------------------------------------------- 1 | { 2 | "m_SettingKeys": [ 3 | "VR Device Disabled", 4 | "VR Device User Alert" 5 | ], 6 | "m_SettingValues": [ 7 | "False", 8 | "False" 9 | ] 10 | } -------------------------------------------------------------------------------- /Assets/UnityAgentClient/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6bc697cdf5db24056bc07a21a436a122 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/Microsoft.Bcl.AsyncInterfaces.9.0.10/.signature.p7s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuskey8/UnityAgentClient/HEAD/Packages/nuget-packages/InstalledPackages/Microsoft.Bcl.AsyncInterfaces.9.0.10/.signature.p7s -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d6ad991728a014db8940aadcc531e270 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Settings/PC_RPAsset.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4b83569d67af61e458304325a23e5dfd 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 11400000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Settings/Mobile_RPAsset.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5e6cbd92db86f4b18aec3ed561671858 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 11400000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Settings/Mobile_Renderer.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 65bc7dbf4170f435aa868c779acfb082 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 11400000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Settings/PC_Renderer.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f288ae1f4751b564a96ac7587541f7a2 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 11400000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Settings/SampleSceneProfile.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 10fc4df2da32a41aaa32d77bc913491c 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/UnityAgentClient/Editor/UnityAgentClient.Editor.asmdef.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5bb0ab2bc5f3d46339b0aa00656a3ccb 3 | AssemblyDefinitionImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Settings/DefaultVolumeProfile.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ab09877e2e707104187f6f83e2f62510 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 11400000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/AgentClientProtocol.0.1.5/README.md.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5a1b187b45ea14117a746f591e4db3d0 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/LICENSE.TXT.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1d155a8a454d542c48269f01ae9d87b2 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/PACKAGE.md.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 59826a569b2eb4bb99174493c54ac933 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /ProjectSettings/VersionControlSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!890905787 &1 4 | VersionControlSettings: 5 | m_ObjectHideFlags: 0 6 | m_Mode: Visible Meta Files 7 | m_CollabEditorSettings: 8 | inProgressEnabled: 1 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.IO.Pipelines.9.0.10/LICENSE.TXT.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 753ce0f5c726446e8a66e90fe1db0dd8 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.IO.Pipelines.9.0.10/PACKAGE.md.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 91d44106945684a1691f72b9e0801005 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/lib/netstandard2.0/System.Text.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuskey8/UnityAgentClient/HEAD/Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/lib/netstandard2.0/System.Text.Json.dll -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/AgentClientProtocol.0.1.5.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dec0c5767c9bc4c32bd6b138ce8dc828 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.IO.Pipelines.9.0.10.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f23ceffb387cf4533bfebb684c4a3796 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Encodings.Web.9.0.10/LICENSE.TXT.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cc59a90563bc6424ca68515d17149bff 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Encodings.Web.9.0.10/PACKAGE.md.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 33bcefb2450a04d1dbe6665438edeb07 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f760e158baf244cb9996a16177f73957 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/System.Text.Json.nuspec.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c65300a41a09548639e8ecb88c3b6f8e 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/lib.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 23f47629f32084ca99da05646403a33f 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/AgentClientProtocol.0.1.5/AgentClientProtocol.nuspec.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d8e0fe71baed14de68726446dd815d52 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/AgentClientProtocol.0.1.5/lib.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fc9579aaf556d44a4ba7621c978eb33d 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/AgentClientProtocol.0.1.5/lib/netstandard2.1/AgentClientProtocol.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuskey8/UnityAgentClient/HEAD/Packages/nuget-packages/InstalledPackages/AgentClientProtocol.0.1.5/lib/netstandard2.1/AgentClientProtocol.dll -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/Microsoft.Bcl.AsyncInterfaces.9.0.10/LICENSE.TXT.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ca4cdb4c0ffc846aa933eb1b2618199b 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/Microsoft.Bcl.AsyncInterfaces.9.0.10/PACKAGE.md.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fc8a90f4fc9c745a3be22d4b042ecd3d 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.IO.Pipelines.9.0.10/System.IO.Pipelines.nuspec.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fdd63a06b921d43c98c306bef7ebd444 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.IO.Pipelines.9.0.10/THIRD-PARTY-NOTICES.TXT.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c2971f778559840cb93fcf673666d806 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.IO.Pipelines.9.0.10/buildTransitive/net462/_._.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4af6b36c24f9445a282bb1a0d7673ef7 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.IO.Pipelines.9.0.10/buildTransitive/net8.0/_._.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b43d069f92e64442eb63befebc5ad732 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.IO.Pipelines.9.0.10/lib.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 69eb00ff9543d467793ef89218569559 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.IO.Pipelines.9.0.10/lib/netstandard2.0/System.IO.Pipelines.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuskey8/UnityAgentClient/HEAD/Packages/nuget-packages/InstalledPackages/System.IO.Pipelines.9.0.10/lib/netstandard2.0/System.IO.Pipelines.dll -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Encodings.Web.9.0.10.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c2e040d2d437340108e427d949bfc58d 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/THIRD-PARTY-NOTICES.TXT.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a1ad07d2c79514c43bb3db7c904851df 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!5 &1 4 | TimeManager: 5 | m_ObjectHideFlags: 0 6 | Fixed Timestep: 0.02 7 | Maximum Allowed Timestep: 0.33333334 8 | m_TimeScale: 1 9 | Maximum Particle Timestep: 0.03 10 | -------------------------------------------------------------------------------- /Assets/Settings/UniversalRenderPipelineGlobalSettings.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 18dc0cd2c080841dea60987a38ce93fa 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 11400000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/Microsoft.Bcl.AsyncInterfaces.9.0.10.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 71321db52cca344df863faf41a7735b7 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.IO.Pipelines.9.0.10/useSharedDesignerContext.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 67704f45a95764a3989b648b4ede1564 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Encodings.Web.9.0.10/lib.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0c8c546aefc59483cbe727b58a856409 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5ce96df8055624532b48dbf7d61f03fe 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/useSharedDesignerContext.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c59ea58d1a9e742cb943a6b539eb0ea2 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/Microsoft.Bcl.AsyncInterfaces.9.0.10/THIRD-PARTY-NOTICES.TXT.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e1025f0e5a6594ff1a353fe8a8e8ab4b 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/Microsoft.Bcl.AsyncInterfaces.9.0.10/buildTransitive/net462/_._.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 86b7228fe8fad4612a31823e11cfe2f9 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/Microsoft.Bcl.AsyncInterfaces.9.0.10/buildTransitive/net8.0/_._.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 38dab0c128808430e9953372c163619b 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/Microsoft.Bcl.AsyncInterfaces.9.0.10/lib.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 99152523d62a648a6864b04f9f5e5518 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.IO.Pipelines.9.0.10/buildTransitive.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f318b01ca26f64574a8a637eafa5eccc 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Encodings.Web.9.0.10/THIRD-PARTY-NOTICES.TXT.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f8181b3dcb3e249b3adcfbee90004d41 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Encodings.Web.9.0.10/buildTransitive/net462/_._.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a12bafcf3a98f4480b529e70152c965a 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Encodings.Web.9.0.10/buildTransitive/net8.0/_._.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dafdda30dd82046b28c168d6c317bc64 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1f533908639fa49f4ba199e7c00a14d1 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/buildTransitive.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e614292f9fbc547079b7e10a4968f43a 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/lib/netstandard2.0.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2e7be06852f384711b4d2f55650a5754 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/AgentClientProtocol.0.1.5/lib/netstandard2.1.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7c58e729b108b4fe2a9a4ad77bc00e71 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/Microsoft.Bcl.AsyncInterfaces.9.0.10/useSharedDesignerContext.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 609fd920c7045421ea6b515c989a493b 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.IO.Pipelines.9.0.10/lib/netstandard2.0.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 43751857462b54b20be19f3a1bde199c 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Encodings.Web.9.0.10/System.Text.Encodings.Web.nuspec.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 77a365841d1b642e09973e41daf05758 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Encodings.Web.9.0.10/useSharedDesignerContext.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3be9c5458efa94e1b8062f79097fe9df 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/buildTransitive/net461.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f118f06dbad4d46928fa0c9ae7d4c782 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/buildTransitive/net462.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 57ce12e5255004a88aa8e4b6acabab63 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/buildTransitive/net8.0.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 393c7d2b9101d401bb67b6c5d1a90e0f 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/lib/netstandard2.0/System.Text.Json.xml.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a2bb3730f4cd744e88d8211df6579aed 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/Microsoft.Bcl.AsyncInterfaces.9.0.10/Microsoft.Bcl.AsyncInterfaces.nuspec.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d223db26e356f45b6a5a112b9278099b 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/Microsoft.Bcl.AsyncInterfaces.9.0.10/buildTransitive.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e54970aaaf1014b20bcafbc03cd605c7 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.IO.Pipelines.9.0.10/buildTransitive/net461.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9f46f590029fd4580b202f92ccfe574f 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.IO.Pipelines.9.0.10/buildTransitive/net462.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: de29e0c40b1ce4e3c8ce43ba271b05f7 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.IO.Pipelines.9.0.10/buildTransitive/net8.0.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d8ac8d68ffe724fbaaf165814e944ab0 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.IO.Pipelines.9.0.10/lib/netstandard2.0/System.IO.Pipelines.xml.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2e7c67d4aacab44f7a02f5eaf2371707 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Encodings.Web.9.0.10/buildTransitive.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3bbacb341ff254ef0a881f55b0b992d3 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Encodings.Web.9.0.10/lib/netstandard2.0.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a250484d1b09e4bacb4f8cb6ddf3754d 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn3.11.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0ee4dfbe65ed04f69b259ecc99807d6f 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.0.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1f6a255e0e64a4c1291dd53ddf2fb72f 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.4.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b6b8ef0447c94491097ca220322b94c5 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/buildTransitive/net461/System.Text.Json.targets.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0eeb46411d71041b9a82a719810e9544 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/buildTransitive/net462/System.Text.Json.targets.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1fb036e8415c04d9a962d78c905599f9 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/buildTransitive/net8.0/System.Text.Json.targets.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a3db2ab68433042f087df65e02ddabf1 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/Microsoft.Bcl.AsyncInterfaces.9.0.10/lib/netstandard2.1.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 726c1fe4268e44fb1bebf624e96fc412 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.IO.Pipelines.9.0.10/buildTransitive/net461/System.IO.Pipelines.targets.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fc85f91e5bb98466db9b3022e4a71e77 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.IO.Pipelines.9.0.10/buildTransitive/netcoreapp2.0.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 05722b2bc32b3451fba194d56ac351a2 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Encodings.Web.9.0.10/buildTransitive/net461.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dc5ee61f3adb747eabb6ddbfba2f2238 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Encodings.Web.9.0.10/buildTransitive/net462.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 00b5d04cba90e412cb4ebbae19e6e314 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Encodings.Web.9.0.10/buildTransitive/net8.0.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e20f1b7651d414f8baf89e541ff2c612 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Encodings.Web.9.0.10/lib/netstandard2.0/System.Text.Encodings.Web.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuskey8/UnityAgentClient/HEAD/Packages/nuget-packages/InstalledPackages/System.Text.Encodings.Web.9.0.10/lib/netstandard2.0/System.Text.Encodings.Web.dll -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn3.11/cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4a51de9b316d84c7a81837096591b43b 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn3.11/cs/cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3d957b86f7e1342df93295a9566c5461 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn3.11/cs/de.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5b278dcba6b3a4ad6b58252ba06b4287 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn3.11/cs/es.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f173265dcb1564b2d95f85dba787a525 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn3.11/cs/fr.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9c5bc24619c03417da0b77d3c2120e76 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn3.11/cs/it.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5542650025f254a6785dd668241fd3ad 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn3.11/cs/ja.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e2a10956716f847bfba2a8f18da05b42 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn3.11/cs/ko.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e9b6ead4a66ed4db3971140ef7afff0d 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn3.11/cs/pl.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ad2f38943acb14522b4ad31061cfc6b5 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn3.11/cs/ru.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cdc5be39752704157b1c2bb75cc2f592 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn3.11/cs/tr.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f4a5d9cafac0441e59beb376eda22103 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.0/cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bc14d9fa350eb4251af0c19bf15af30c 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.0/cs/cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4e4c3a1cc048b47ea85897886f6d2a7f 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.0/cs/de.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bdc5ad6812f2347cfb65ea88abb904e5 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.0/cs/es.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3efbe472ca95b4048b30e6a87a8c4d98 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.0/cs/fr.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b50cccba41191462fb650f592aa05f2e 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.0/cs/it.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d8cd7b1d785724b459c02240a418c9bf 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.0/cs/ja.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e7431379168d74842bd0da38d24036cb 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.0/cs/ko.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 33da354f78b874897a77d53f7a84e2af 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.0/cs/pl.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: de55ec25ae1004e4b933845cdefb8729 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.0/cs/ru.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2658404db850e4834b3e210b84e785e2 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.0/cs/tr.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 66cc6153f9f874f95bdfb8f02b39cb41 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.4/cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e3b9a0100b376495881e8dbb6b7f46e7 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.4/cs/cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7ba498b7057394b8388c5562c87f9630 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.4/cs/de.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c6691e15894b749a891284f0a4813b34 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.4/cs/es.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6a6a7543ea59a448598ea7336cc96b7e 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.4/cs/fr.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6a2f5e86d2b544bc395111fed48d99b7 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.4/cs/it.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b67e58912e2c0479cb6031c9c643e696 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.4/cs/ja.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9383b1257a7974c67b772fdfe371b081 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.4/cs/ko.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 845960a5010b04048a5cd23cc0e6e412 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.4/cs/pl.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e82aabae31f7745b7ae1a286378b9a94 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.4/cs/ru.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1d43942fdc15d40f3a899a83561401f2 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.4/cs/tr.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 47a3a0ad00fc847f781a3d923f4ce540 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/buildTransitive/netcoreapp2.0.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9bf680a7c134b46c2a682c7e5b18f871 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/buildTransitive/netcoreapp2.0/System.Text.Json.targets.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a575a43eb81c64fe89a599ab18b4b676 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/buildTransitive/netstandard2.0.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c66a999a1e07a46ce9303684a15b9cbc 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/Microsoft.Bcl.AsyncInterfaces.9.0.10/buildTransitive/net461.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fd2a902c596434bb48898a3c80d644c1 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/Microsoft.Bcl.AsyncInterfaces.9.0.10/buildTransitive/net462.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 13982349529a54b4383ef6d6c2b8f7fb 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/Microsoft.Bcl.AsyncInterfaces.9.0.10/buildTransitive/net8.0.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1065ab3b60fb54ca38c2b06c384b0fb6 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Encodings.Web.9.0.10/buildTransitive/netcoreapp2.0.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e4c03c583add14a68aa42224213ed24e 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn3.11/cs/pt-BR.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9cecbfaa040184ff397b1b9064fd8406 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn3.11/cs/zh-Hans.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b0c8fda8d7d7248e5bad9b956566b815 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn3.11/cs/zh-Hant.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: df75e8ff9276e45afb87cb462384d38b 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.0/cs/pt-BR.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 345c7e8aaf8a941c48a67a6a1a04204a 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.0/cs/zh-Hans.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e68c73fc2cfa84b2ea4c4c926b92ac0a 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.0/cs/zh-Hant.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cabe79514ef094297a1874d1e880c0cd 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.4/cs/pt-BR.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e5e22bcab7bc940a9b37ddc1ccdbc031 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.4/cs/zh-Hans.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 08a1e3ed5d82640e79f30ee206537766 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.4/cs/zh-Hant.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a5820aaf3bf0f4981a9d06f65769f523 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/buildTransitive/netstandard2.0/System.Text.Json.targets.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 59d01edff6a3c494a83f9b0d4d2f121e 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/Microsoft.Bcl.AsyncInterfaces.9.0.10/buildTransitive/netcoreapp2.0.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0fd088fec03574db09fffc862f8ab364 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.IO.Pipelines.9.0.10/buildTransitive/netcoreapp2.0/System.IO.Pipelines.targets.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ab719ab1bacd8463a91c9f50d51fb9ad 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Encodings.Web.9.0.10/lib/netstandard2.0/System.Text.Encodings.Web.xml.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b6eb14db52a2a41248d152b1ff7464c1 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/Microsoft.Bcl.AsyncInterfaces.9.0.10/lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuskey8/UnityAgentClient/HEAD/Packages/nuget-packages/InstalledPackages/Microsoft.Bcl.AsyncInterfaces.9.0.10/lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/Microsoft.Bcl.AsyncInterfaces.9.0.10/lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.xml.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a158c7709fca44a0ebf7f73983c55367 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Encodings.Web.9.0.10/buildTransitive/net461/System.Text.Encodings.Web.targets.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e5a86dc9d6a8147c581b71abd121de27 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/Microsoft.Bcl.AsyncInterfaces.9.0.10/buildTransitive/net461/Microsoft.Bcl.AsyncInterfaces.targets.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e03af433a14384fb098fe77ba36467e9 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Encodings.Web.9.0.10/buildTransitive/netcoreapp2.0/System.Text.Encodings.Web.targets.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 655226f9ef9114a818c640da723930ce 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn3.11/cs/System.Text.Json.SourceGeneration.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuskey8/UnityAgentClient/HEAD/Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn3.11/cs/System.Text.Json.SourceGeneration.dll -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.0/cs/System.Text.Json.SourceGeneration.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuskey8/UnityAgentClient/HEAD/Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.0/cs/System.Text.Json.SourceGeneration.dll -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.4/cs/System.Text.Json.SourceGeneration.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuskey8/UnityAgentClient/HEAD/Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.4/cs/System.Text.Json.SourceGeneration.dll -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/Microsoft.Bcl.AsyncInterfaces.9.0.10/buildTransitive/netcoreapp2.0/Microsoft.Bcl.AsyncInterfaces.targets.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b77ebe9bc750740508cc1cc1b3f299d1 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.0/cs/cs/System.Text.Json.SourceGeneration.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuskey8/UnityAgentClient/HEAD/Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.0/cs/cs/System.Text.Json.SourceGeneration.resources.dll -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.0/cs/de/System.Text.Json.SourceGeneration.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuskey8/UnityAgentClient/HEAD/Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.0/cs/de/System.Text.Json.SourceGeneration.resources.dll -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.0/cs/es/System.Text.Json.SourceGeneration.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuskey8/UnityAgentClient/HEAD/Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.0/cs/es/System.Text.Json.SourceGeneration.resources.dll -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.0/cs/fr/System.Text.Json.SourceGeneration.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuskey8/UnityAgentClient/HEAD/Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.0/cs/fr/System.Text.Json.SourceGeneration.resources.dll -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.0/cs/it/System.Text.Json.SourceGeneration.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuskey8/UnityAgentClient/HEAD/Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.0/cs/it/System.Text.Json.SourceGeneration.resources.dll -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.0/cs/ja/System.Text.Json.SourceGeneration.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuskey8/UnityAgentClient/HEAD/Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.0/cs/ja/System.Text.Json.SourceGeneration.resources.dll -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.0/cs/ko/System.Text.Json.SourceGeneration.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuskey8/UnityAgentClient/HEAD/Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.0/cs/ko/System.Text.Json.SourceGeneration.resources.dll -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.0/cs/pl/System.Text.Json.SourceGeneration.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuskey8/UnityAgentClient/HEAD/Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.0/cs/pl/System.Text.Json.SourceGeneration.resources.dll -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.0/cs/ru/System.Text.Json.SourceGeneration.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuskey8/UnityAgentClient/HEAD/Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.0/cs/ru/System.Text.Json.SourceGeneration.resources.dll -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.0/cs/tr/System.Text.Json.SourceGeneration.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuskey8/UnityAgentClient/HEAD/Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.0/cs/tr/System.Text.Json.SourceGeneration.resources.dll -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.4/cs/cs/System.Text.Json.SourceGeneration.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuskey8/UnityAgentClient/HEAD/Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.4/cs/cs/System.Text.Json.SourceGeneration.resources.dll -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.4/cs/de/System.Text.Json.SourceGeneration.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuskey8/UnityAgentClient/HEAD/Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.4/cs/de/System.Text.Json.SourceGeneration.resources.dll -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.4/cs/es/System.Text.Json.SourceGeneration.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuskey8/UnityAgentClient/HEAD/Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.4/cs/es/System.Text.Json.SourceGeneration.resources.dll -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.4/cs/fr/System.Text.Json.SourceGeneration.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuskey8/UnityAgentClient/HEAD/Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.4/cs/fr/System.Text.Json.SourceGeneration.resources.dll -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.4/cs/it/System.Text.Json.SourceGeneration.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuskey8/UnityAgentClient/HEAD/Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.4/cs/it/System.Text.Json.SourceGeneration.resources.dll -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.4/cs/ja/System.Text.Json.SourceGeneration.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuskey8/UnityAgentClient/HEAD/Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.4/cs/ja/System.Text.Json.SourceGeneration.resources.dll -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.4/cs/ko/System.Text.Json.SourceGeneration.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuskey8/UnityAgentClient/HEAD/Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.4/cs/ko/System.Text.Json.SourceGeneration.resources.dll -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.4/cs/pl/System.Text.Json.SourceGeneration.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuskey8/UnityAgentClient/HEAD/Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.4/cs/pl/System.Text.Json.SourceGeneration.resources.dll -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.4/cs/ru/System.Text.Json.SourceGeneration.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuskey8/UnityAgentClient/HEAD/Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.4/cs/ru/System.Text.Json.SourceGeneration.resources.dll -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.4/cs/tr/System.Text.Json.SourceGeneration.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuskey8/UnityAgentClient/HEAD/Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.4/cs/tr/System.Text.Json.SourceGeneration.resources.dll -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn3.11/cs/cs/System.Text.Json.SourceGeneration.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuskey8/UnityAgentClient/HEAD/Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn3.11/cs/cs/System.Text.Json.SourceGeneration.resources.dll -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn3.11/cs/de/System.Text.Json.SourceGeneration.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuskey8/UnityAgentClient/HEAD/Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn3.11/cs/de/System.Text.Json.SourceGeneration.resources.dll -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn3.11/cs/es/System.Text.Json.SourceGeneration.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuskey8/UnityAgentClient/HEAD/Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn3.11/cs/es/System.Text.Json.SourceGeneration.resources.dll -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn3.11/cs/fr/System.Text.Json.SourceGeneration.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuskey8/UnityAgentClient/HEAD/Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn3.11/cs/fr/System.Text.Json.SourceGeneration.resources.dll -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn3.11/cs/it/System.Text.Json.SourceGeneration.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuskey8/UnityAgentClient/HEAD/Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn3.11/cs/it/System.Text.Json.SourceGeneration.resources.dll -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn3.11/cs/ja/System.Text.Json.SourceGeneration.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuskey8/UnityAgentClient/HEAD/Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn3.11/cs/ja/System.Text.Json.SourceGeneration.resources.dll -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn3.11/cs/ko/System.Text.Json.SourceGeneration.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuskey8/UnityAgentClient/HEAD/Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn3.11/cs/ko/System.Text.Json.SourceGeneration.resources.dll -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn3.11/cs/pl/System.Text.Json.SourceGeneration.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuskey8/UnityAgentClient/HEAD/Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn3.11/cs/pl/System.Text.Json.SourceGeneration.resources.dll -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn3.11/cs/ru/System.Text.Json.SourceGeneration.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuskey8/UnityAgentClient/HEAD/Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn3.11/cs/ru/System.Text.Json.SourceGeneration.resources.dll -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn3.11/cs/tr/System.Text.Json.SourceGeneration.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuskey8/UnityAgentClient/HEAD/Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn3.11/cs/tr/System.Text.Json.SourceGeneration.resources.dll -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.0/cs/pt-BR/System.Text.Json.SourceGeneration.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuskey8/UnityAgentClient/HEAD/Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.0/cs/pt-BR/System.Text.Json.SourceGeneration.resources.dll -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.4/cs/pt-BR/System.Text.Json.SourceGeneration.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuskey8/UnityAgentClient/HEAD/Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.4/cs/pt-BR/System.Text.Json.SourceGeneration.resources.dll -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn3.11/cs/pt-BR/System.Text.Json.SourceGeneration.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuskey8/UnityAgentClient/HEAD/Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn3.11/cs/pt-BR/System.Text.Json.SourceGeneration.resources.dll -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.0/cs/zh-Hans/System.Text.Json.SourceGeneration.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuskey8/UnityAgentClient/HEAD/Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.0/cs/zh-Hans/System.Text.Json.SourceGeneration.resources.dll -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.0/cs/zh-Hant/System.Text.Json.SourceGeneration.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuskey8/UnityAgentClient/HEAD/Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.0/cs/zh-Hant/System.Text.Json.SourceGeneration.resources.dll -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.4/cs/zh-Hans/System.Text.Json.SourceGeneration.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuskey8/UnityAgentClient/HEAD/Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.4/cs/zh-Hans/System.Text.Json.SourceGeneration.resources.dll -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.4/cs/zh-Hant/System.Text.Json.SourceGeneration.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuskey8/UnityAgentClient/HEAD/Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.4/cs/zh-Hant/System.Text.Json.SourceGeneration.resources.dll -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn3.11/cs/zh-Hans/System.Text.Json.SourceGeneration.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuskey8/UnityAgentClient/HEAD/Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn3.11/cs/zh-Hans/System.Text.Json.SourceGeneration.resources.dll -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn3.11/cs/zh-Hant/System.Text.Json.SourceGeneration.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuskey8/UnityAgentClient/HEAD/Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn3.11/cs/zh-Hant/System.Text.Json.SourceGeneration.resources.dll -------------------------------------------------------------------------------- /Assets/UnityAgentClient/package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "com.nuskey.unity-agent-client", 3 | "version": "0.1.0", 4 | "displayName": "Unity Agent Client", 5 | "description": "Provides integration of any AI agent (Gemini CLI, Claude Code, Codex CLI, etc.) with the Unity editor using Agent Client Protocol(ACP).", 6 | "author": { 7 | "name": "nuskey" 8 | } 9 | } -------------------------------------------------------------------------------- /ProjectSettings/VFXManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!937362698 &1 4 | VFXManager: 5 | m_ObjectHideFlags: 0 6 | m_IndirectShader: {fileID: 0} 7 | m_CopyBufferShader: {fileID: 0} 8 | m_SortShader: {fileID: 0} 9 | m_StripUpdateShader: {fileID: 0} 10 | m_RenderPipeSettingsPath: 11 | m_FixedTimeStep: 0.016666668 12 | m_MaxDeltaTime: 0.05 13 | -------------------------------------------------------------------------------- /Packages/nuget-packages/packages.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Assets/UnityAgentClient/Editor/AgentSettings.cs: -------------------------------------------------------------------------------- 1 | using System.Collections.Generic; 2 | 3 | namespace UnityAgentClient 4 | { 5 | public class AgentSettings 6 | { 7 | public string Command { get; set; } = ""; 8 | public string Arguments { get; set; } = ""; 9 | public Dictionary EnvironmentVariables { get; set; } = new Dictionary(); 10 | public bool VerboseLogging { get; set; } 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /Assets/UnityAgentClient/Editor/TaskExtensions.cs: -------------------------------------------------------------------------------- 1 | using System.Threading.Tasks; 2 | using UnityEngine; 3 | 4 | namespace UnityAgentClient 5 | { 6 | internal static class TaskExtensions 7 | { 8 | public static void Forget(this Task task) 9 | { 10 | task.ContinueWith(x => 11 | { 12 | Debug.LogException(x.Exception); 13 | }, TaskContinuationOptions.OnlyOnFaulted); 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /Assets/InputSystem_Actions.inputactions.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 052faaac586de48259a63d0c4782560b 3 | ScriptedImporter: 4 | internalIDToNameTable: [] 5 | externalObjects: {} 6 | serializedVersion: 2 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | script: {fileID: 11500000, guid: 8404be70184654265930450def6a9037, type: 3} 11 | generateWrapperCode: 0 12 | wrapperCodePath: 13 | wrapperClassName: 14 | wrapperCodeNamespace: 15 | -------------------------------------------------------------------------------- /ProjectSettings/EditorBuildSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!1045 &1 4 | EditorBuildSettings: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 2 7 | m_Scenes: 8 | - enabled: 1 9 | path: Assets/Scenes/SampleScene.unity 10 | guid: 99c9720ab356a0642a771bea13969a05 11 | m_configObjects: 12 | com.unity.input.settings.actions: {fileID: -944628639613478452, guid: 052faaac586de48259a63d0c4782560b, type: 3} 13 | m_UseUCBPForAssetBundles: 0 14 | -------------------------------------------------------------------------------- /Assets/UnityAgentClient/Editor/UnityAgentClient.Editor.asmdef: -------------------------------------------------------------------------------- 1 | { 2 | "name": "UnityAgentClient.Editor", 3 | "rootNamespace": "", 4 | "references": [], 5 | "includePlatforms": [ 6 | "Editor" 7 | ], 8 | "excludePlatforms": [], 9 | "allowUnsafeCode": false, 10 | "overrideReferences": false, 11 | "precompiledReferences": [], 12 | "autoReferenced": true, 13 | "defineConstraints": [], 14 | "versionDefines": [], 15 | "noEngineReferences": false 16 | } -------------------------------------------------------------------------------- /ProjectSettings/URPProjectSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &1 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 61 6 | m_CorrespondingSourceObject: {fileID: 0} 7 | m_PrefabInstance: {fileID: 0} 8 | m_PrefabAsset: {fileID: 0} 9 | m_GameObject: {fileID: 0} 10 | m_Enabled: 1 11 | m_EditorHideFlags: 0 12 | m_Script: {fileID: 11500000, guid: 247994e1f5a72c2419c26a37e9334c01, type: 3} 13 | m_Name: 14 | m_EditorClassIdentifier: 15 | m_LastMaterialVersion: 10 16 | -------------------------------------------------------------------------------- /ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!11 &1 4 | AudioManager: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 2 7 | m_Volume: 1 8 | Rolloff Scale: 1 9 | Doppler Factor: 1 10 | Default Speaker Mode: 2 11 | m_SampleRate: 0 12 | m_DSPBufferSize: 1024 13 | m_VirtualVoiceCount: 512 14 | m_RealVoiceCount: 32 15 | m_SpatializerPlugin: 16 | m_AmbisonicDecoderPlugin: 17 | m_DisableAudio: 0 18 | m_VirtualizeEffects: 1 19 | m_RequestedDSPBufferSize: 0 20 | -------------------------------------------------------------------------------- /ProjectSettings/TimelineSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &1 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 53 6 | m_CorrespondingSourceObject: {fileID: 0} 7 | m_PrefabInstance: {fileID: 0} 8 | m_PrefabAsset: {fileID: 0} 9 | m_GameObject: {fileID: 0} 10 | m_Enabled: 1 11 | m_EditorHideFlags: 0 12 | m_Script: {fileID: 11500000, guid: a287be6c49135cd4f9b2b8666c39d999, type: 3} 13 | m_Name: 14 | m_EditorClassIdentifier: Unity.Timeline.Editor::TimelineProjectSettings 15 | assetDefaultFramerate: 60 16 | m_DefaultFrameRate: 60 17 | -------------------------------------------------------------------------------- /ProjectSettings/ShaderGraphSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &1 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 61 6 | m_CorrespondingSourceObject: {fileID: 0} 7 | m_PrefabInstance: {fileID: 0} 8 | m_PrefabAsset: {fileID: 0} 9 | m_GameObject: {fileID: 0} 10 | m_Enabled: 1 11 | m_EditorHideFlags: 0 12 | m_Script: {fileID: 11500000, guid: de02f9e1d18f588468e474319d09a723, type: 3} 13 | m_Name: 14 | m_EditorClassIdentifier: 15 | shaderVariantLimit: 128 16 | overrideShaderVariantLimit: 0 17 | customInterpolatorErrorThreshold: 32 18 | customInterpolatorWarningThreshold: 16 19 | customHeatmapValues: {fileID: 0} 20 | -------------------------------------------------------------------------------- /Packages/nuget-packages/NuGet.config.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 729e83bcfcd1c4074bd5fb1c09947aa7 3 | labels: 4 | - NuGetForUnity 5 | PluginImporter: 6 | externalObjects: {} 7 | serializedVersion: 3 8 | iconMap: {} 9 | executionOrder: {} 10 | defineConstraints: [] 11 | isPreloaded: 0 12 | isOverridable: 1 13 | isExplicitlyReferenced: 0 14 | validateReferences: 1 15 | platformData: 16 | Any: 17 | enabled: 0 18 | settings: {} 19 | Editor: 20 | enabled: 0 21 | settings: 22 | DefaultValueInitialized: true 23 | WindowsStoreApps: 24 | enabled: 0 25 | settings: {} 26 | userData: 27 | assetBundleName: 28 | assetBundleVariant: 29 | -------------------------------------------------------------------------------- /Packages/nuget-packages/packages.config.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fc2431639f8d94331b2c25a6edf946b8 3 | labels: 4 | - NuGetForUnity 5 | PluginImporter: 6 | externalObjects: {} 7 | serializedVersion: 3 8 | iconMap: {} 9 | executionOrder: {} 10 | defineConstraints: [] 11 | isPreloaded: 0 12 | isOverridable: 0 13 | isExplicitlyReferenced: 0 14 | validateReferences: 1 15 | platformData: 16 | Any: 17 | enabled: 0 18 | settings: {} 19 | Editor: 20 | enabled: 0 21 | settings: 22 | DefaultValueInitialized: true 23 | WindowsStoreApps: 24 | enabled: 0 25 | settings: {} 26 | userData: 27 | assetBundleName: 28 | assetBundleVariant: 29 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/buildTransitive/net461/System.Text.Json.targets: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/buildTransitive/netcoreapp2.0/System.Text.Json.targets: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /Packages/nuget-packages/NuGet.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.IO.Pipelines.9.0.10/buildTransitive/net461/System.IO.Pipelines.targets: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.IO.Pipelines.9.0.10/buildTransitive/netcoreapp2.0/System.IO.Pipelines.targets: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Encodings.Web.9.0.10/buildTransitive/net461/System.Text.Encodings.Web.targets: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Encodings.Web.9.0.10/buildTransitive/netcoreapp2.0/System.Text.Encodings.Web.targets: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/lib/netstandard2.0/System.Text.Json.dll.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: de7800c967de64a97a804f1b1a692343 3 | labels: 4 | - NuGetForUnity 5 | PluginImporter: 6 | externalObjects: {} 7 | serializedVersion: 3 8 | iconMap: {} 9 | executionOrder: {} 10 | defineConstraints: [] 11 | isPreloaded: 0 12 | isOverridable: 1 13 | isExplicitlyReferenced: 0 14 | validateReferences: 1 15 | platformData: 16 | Any: 17 | enabled: 1 18 | settings: {} 19 | Editor: 20 | enabled: 0 21 | settings: 22 | DefaultValueInitialized: true 23 | WindowsStoreApps: 24 | enabled: 0 25 | settings: 26 | CPU: AnyCPU 27 | userData: 28 | assetBundleName: 29 | assetBundleVariant: 30 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/AgentClientProtocol.0.1.5/lib/netstandard2.1/AgentClientProtocol.dll.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f833c888c921c4dd8a95d33d83c676fd 3 | labels: 4 | - NuGetForUnity 5 | PluginImporter: 6 | externalObjects: {} 7 | serializedVersion: 3 8 | iconMap: {} 9 | executionOrder: {} 10 | defineConstraints: [] 11 | isPreloaded: 0 12 | isOverridable: 1 13 | isExplicitlyReferenced: 0 14 | validateReferences: 1 15 | platformData: 16 | Any: 17 | enabled: 1 18 | settings: {} 19 | Editor: 20 | enabled: 0 21 | settings: 22 | DefaultValueInitialized: true 23 | WindowsStoreApps: 24 | enabled: 0 25 | settings: 26 | CPU: AnyCPU 27 | userData: 28 | assetBundleName: 29 | assetBundleVariant: 30 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/Microsoft.Bcl.AsyncInterfaces.9.0.10/buildTransitive/net461/Microsoft.Bcl.AsyncInterfaces.targets: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/Microsoft.Bcl.AsyncInterfaces.9.0.10/buildTransitive/netcoreapp2.0/Microsoft.Bcl.AsyncInterfaces.targets: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.IO.Pipelines.9.0.10/lib/netstandard2.0/System.IO.Pipelines.dll.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: eec140a67a6894849a749e37d51fb0c7 3 | labels: 4 | - NuGetForUnity 5 | PluginImporter: 6 | externalObjects: {} 7 | serializedVersion: 3 8 | iconMap: {} 9 | executionOrder: {} 10 | defineConstraints: [] 11 | isPreloaded: 0 12 | isOverridable: 1 13 | isExplicitlyReferenced: 0 14 | validateReferences: 1 15 | platformData: 16 | Any: 17 | enabled: 1 18 | settings: {} 19 | Editor: 20 | enabled: 0 21 | settings: 22 | DefaultValueInitialized: true 23 | WindowsStoreApps: 24 | enabled: 0 25 | settings: 26 | CPU: AnyCPU 27 | userData: 28 | assetBundleName: 29 | assetBundleVariant: 30 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Encodings.Web.9.0.10/lib/netstandard2.0/System.Text.Encodings.Web.dll.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7fbafba75c7c5454a9091ead314655b9 3 | labels: 4 | - NuGetForUnity 5 | PluginImporter: 6 | externalObjects: {} 7 | serializedVersion: 3 8 | iconMap: {} 9 | executionOrder: {} 10 | defineConstraints: [] 11 | isPreloaded: 0 12 | isOverridable: 1 13 | isExplicitlyReferenced: 0 14 | validateReferences: 1 15 | platformData: 16 | Any: 17 | enabled: 1 18 | settings: {} 19 | Editor: 20 | enabled: 0 21 | settings: 22 | DefaultValueInitialized: true 23 | WindowsStoreApps: 24 | enabled: 0 25 | settings: 26 | CPU: AnyCPU 27 | userData: 28 | assetBundleName: 29 | assetBundleVariant: 30 | -------------------------------------------------------------------------------- /Assets/UnityAgentClient/Editor/Logger.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | 3 | namespace UnityAgentClient 4 | { 5 | internal static class Logger 6 | { 7 | const string Prefix = "[UnityAgentClient]"; 8 | 9 | public static void LogVerbose(string message) 10 | { 11 | var settings = AgentSettingsProvider.Load(); 12 | if (settings == null || !settings.VerboseLogging) return; 13 | 14 | UnityEngine.Debug.Log($"{Prefix} {message}"); 15 | } 16 | 17 | public static void LogError(string message) 18 | { 19 | UnityEngine.Debug.LogError($"{Prefix} {message}"); 20 | } 21 | 22 | internal static void LogWarning(string message) 23 | { 24 | UnityEngine.Debug.LogWarning($"{Prefix} {message}"); 25 | } 26 | } 27 | } -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/Microsoft.Bcl.AsyncInterfaces.9.0.10/lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9c491c47e4e3d4530bea1ab551f07d0a 3 | labels: 4 | - NuGetForUnity 5 | PluginImporter: 6 | externalObjects: {} 7 | serializedVersion: 3 8 | iconMap: {} 9 | executionOrder: {} 10 | defineConstraints: [] 11 | isPreloaded: 0 12 | isOverridable: 1 13 | isExplicitlyReferenced: 0 14 | validateReferences: 1 15 | platformData: 16 | Any: 17 | enabled: 1 18 | settings: {} 19 | Editor: 20 | enabled: 0 21 | settings: 22 | DefaultValueInitialized: true 23 | WindowsStoreApps: 24 | enabled: 0 25 | settings: 26 | CPU: AnyCPU 27 | userData: 28 | assetBundleName: 29 | assetBundleVariant: 30 | -------------------------------------------------------------------------------- /ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!78 &1 4 | TagManager: 5 | serializedVersion: 2 6 | tags: [] 7 | layers: 8 | - Default 9 | - TransparentFX 10 | - Ignore Raycast 11 | - 12 | - Water 13 | - UI 14 | - 15 | - 16 | - 17 | - 18 | - 19 | - 20 | - 21 | - 22 | - 23 | - 24 | - 25 | - 26 | - 27 | - 28 | - 29 | - 30 | - 31 | - 32 | - 33 | - 34 | - 35 | - 36 | - 37 | - 38 | - 39 | - 40 | m_SortingLayers: 41 | - name: Default 42 | uniqueID: 0 43 | locked: 0 44 | m_RenderingLayers: 45 | - Default 46 | - Light Layer 1 47 | - Light Layer 2 48 | - Light Layer 3 49 | - Light Layer 4 50 | - Light Layer 5 51 | - Light Layer 6 52 | - Light Layer 7 53 | - 54 | - 55 | - 56 | - 57 | - 58 | - 59 | - 60 | - 61 | - 62 | - 63 | - 64 | - 65 | - 66 | - 67 | - 68 | - 69 | - 70 | - 71 | - 72 | - 73 | - 74 | - 75 | - 76 | - 77 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2025 Yusuke Nakada 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. -------------------------------------------------------------------------------- /ProjectSettings/PackageManagerSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &1 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 61 6 | m_CorrespondingSourceObject: {fileID: 0} 7 | m_PrefabInstance: {fileID: 0} 8 | m_PrefabAsset: {fileID: 0} 9 | m_GameObject: {fileID: 0} 10 | m_Enabled: 1 11 | m_EditorHideFlags: 0 12 | m_Script: {fileID: 13964, guid: 0000000000000000e000000000000000, type: 0} 13 | m_Name: 14 | m_EditorClassIdentifier: 15 | m_EnablePreviewPackages: 0 16 | m_EnablePackageDependencies: 0 17 | m_AdvancedSettingsExpanded: 1 18 | m_ScopedRegistriesSettingsExpanded: 1 19 | oneTimeWarningShown: 0 20 | m_Registries: 21 | - m_Id: main 22 | m_Name: 23 | m_Url: https://packages.unity.com 24 | m_Scopes: [] 25 | m_IsDefault: 1 26 | m_Capabilities: 7 27 | m_UserSelectedRegistryName: 28 | m_UserAddingNewScopedRegistry: 0 29 | m_RegistryInfoDraft: 30 | m_ErrorMessage: 31 | m_Original: 32 | m_Id: 33 | m_Name: 34 | m_Url: 35 | m_Scopes: [] 36 | m_IsDefault: 0 37 | m_Capabilities: 0 38 | m_Modified: 0 39 | m_Name: 40 | m_Url: 41 | m_Scopes: 42 | - 43 | m_SelectedScopeIndex: 0 44 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/AgentClientProtocol.0.1.5/AgentClientProtocol.nuspec: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | AgentClientProtocol 5 | 0.1.5 6 | nuskey 7 | MIT 8 | https://licenses.nuget.org/MIT 9 | README.md 10 | https://github.com/nuskey8/acp-csharp 11 | Unofficial C# SDK for ACP (Agent Client Protocol) clients and agents 12 | © Yusuke Nakada 13 | acp agentclientprotocol 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /ProjectSettings/UnityConnectSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!310 &1 4 | UnityConnectSettings: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 1 7 | m_Enabled: 0 8 | m_TestMode: 0 9 | m_EventOldUrl: https://api.uca.cloud.unity3d.com/v1/events 10 | m_EventUrl: https://cdp.cloud.unity3d.com/v1/events 11 | m_ConfigUrl: https://config.uca.cloud.unity3d.com 12 | m_DashboardUrl: https://dashboard.unity3d.com 13 | m_TestInitMode: 0 14 | InsightsSettings: 15 | m_EngineDiagnosticsEnabled: 1 16 | m_Enabled: 0 17 | CrashReportingSettings: 18 | serializedVersion: 2 19 | m_EventUrl: https://perf-events.cloud.unity3d.com 20 | m_EnableCloudDiagnosticsReporting: 0 21 | m_LogBufferSize: 10 22 | m_CaptureEditorExceptions: 1 23 | UnityPurchasingSettings: 24 | m_Enabled: 0 25 | m_TestMode: 0 26 | UnityAnalyticsSettings: 27 | m_Enabled: 0 28 | m_TestMode: 0 29 | m_InitializeOnStartup: 1 30 | m_PackageRequiringCoreStatsPresent: 0 31 | UnityAdsSettings: 32 | m_Enabled: 0 33 | m_InitializeOnStartup: 1 34 | m_TestMode: 0 35 | m_IosGameId: 36 | m_AndroidGameId: 37 | m_GameIds: {} 38 | m_GameId: 39 | PerformanceReportingSettings: 40 | m_Enabled: 0 41 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/LICENSE.TXT: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) .NET Foundation and Contributors 4 | 5 | All rights reserved. 6 | 7 | Permission is hereby granted, free of charge, to any person obtaining a copy 8 | of this software and associated documentation files (the "Software"), to deal 9 | in the Software without restriction, including without limitation the rights 10 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 11 | copies of the Software, and to permit persons to whom the Software is 12 | furnished to do so, subject to the following conditions: 13 | 14 | The above copyright notice and this permission notice shall be included in all 15 | copies or substantial portions of the Software. 16 | 17 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 18 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 19 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 20 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 21 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 22 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 23 | SOFTWARE. 24 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.IO.Pipelines.9.0.10/LICENSE.TXT: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) .NET Foundation and Contributors 4 | 5 | All rights reserved. 6 | 7 | Permission is hereby granted, free of charge, to any person obtaining a copy 8 | of this software and associated documentation files (the "Software"), to deal 9 | in the Software without restriction, including without limitation the rights 10 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 11 | copies of the Software, and to permit persons to whom the Software is 12 | furnished to do so, subject to the following conditions: 13 | 14 | The above copyright notice and this permission notice shall be included in all 15 | copies or substantial portions of the Software. 16 | 17 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 18 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 19 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 20 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 21 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 22 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 23 | SOFTWARE. 24 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Encodings.Web.9.0.10/LICENSE.TXT: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) .NET Foundation and Contributors 4 | 5 | All rights reserved. 6 | 7 | Permission is hereby granted, free of charge, to any person obtaining a copy 8 | of this software and associated documentation files (the "Software"), to deal 9 | in the Software without restriction, including without limitation the rights 10 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 11 | copies of the Software, and to permit persons to whom the Software is 12 | furnished to do so, subject to the following conditions: 13 | 14 | The above copyright notice and this permission notice shall be included in all 15 | copies or substantial portions of the Software. 16 | 17 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 18 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 19 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 20 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 21 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 22 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 23 | SOFTWARE. 24 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/Microsoft.Bcl.AsyncInterfaces.9.0.10/LICENSE.TXT: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) .NET Foundation and Contributors 4 | 5 | All rights reserved. 6 | 7 | Permission is hereby granted, free of charge, to any person obtaining a copy 8 | of this software and associated documentation files (the "Software"), to deal 9 | in the Software without restriction, including without limitation the rights 10 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 11 | copies of the Software, and to permit persons to whom the Software is 12 | furnished to do so, subject to the following conditions: 13 | 14 | The above copyright notice and this permission notice shall be included in all 15 | copies or substantial portions of the Software. 16 | 17 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 18 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 19 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 20 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 21 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 22 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 23 | SOFTWARE. 24 | -------------------------------------------------------------------------------- /ProjectSettings/MemorySettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!387306366 &1 4 | MemorySettings: 5 | m_ObjectHideFlags: 0 6 | m_EditorMemorySettings: 7 | m_MainAllocatorBlockSize: -1 8 | m_ThreadAllocatorBlockSize: -1 9 | m_MainGfxBlockSize: -1 10 | m_ThreadGfxBlockSize: -1 11 | m_CacheBlockSize: -1 12 | m_TypetreeBlockSize: -1 13 | m_ProfilerBlockSize: -1 14 | m_ProfilerEditorBlockSize: -1 15 | m_BucketAllocatorGranularity: -1 16 | m_BucketAllocatorBucketsCount: -1 17 | m_BucketAllocatorBlockSize: -1 18 | m_BucketAllocatorBlockCount: -1 19 | m_ProfilerBucketAllocatorGranularity: -1 20 | m_ProfilerBucketAllocatorBucketsCount: -1 21 | m_ProfilerBucketAllocatorBlockSize: -1 22 | m_ProfilerBucketAllocatorBlockCount: -1 23 | m_TempAllocatorSizeMain: -1 24 | m_JobTempAllocatorBlockSize: -1 25 | m_BackgroundJobTempAllocatorBlockSize: -1 26 | m_JobTempAllocatorReducedBlockSize: -1 27 | m_TempAllocatorSizeGIBakingWorker: -1 28 | m_TempAllocatorSizeNavMeshWorker: -1 29 | m_TempAllocatorSizeAudioWorker: -1 30 | m_TempAllocatorSizeCloudWorker: -1 31 | m_TempAllocatorSizeGfx: -1 32 | m_TempAllocatorSizeJobWorker: -1 33 | m_TempAllocatorSizeBackgroundWorker: -1 34 | m_TempAllocatorSizePreloadManager: -1 35 | m_PlatformMemorySettings: {} 36 | -------------------------------------------------------------------------------- /ProjectSettings/DynamicsManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!55 &1 4 | PhysicsManager: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 13 7 | m_Gravity: {x: 0, y: -9.81, z: 0} 8 | m_DefaultMaterial: {fileID: 0} 9 | m_BounceThreshold: 2 10 | m_SleepThreshold: 0.005 11 | m_DefaultContactOffset: 0.01 12 | m_DefaultSolverIterations: 6 13 | m_DefaultSolverVelocityIterations: 1 14 | m_QueriesHitBackfaces: 0 15 | m_QueriesHitTriggers: 1 16 | m_EnableAdaptiveForce: 0 17 | m_ClothInterCollisionDistance: 0.1 18 | m_ClothInterCollisionStiffness: 0.2 19 | m_ContactsGeneration: 1 20 | m_LayerCollisionMatrix: ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff 21 | m_AutoSimulation: 1 22 | m_AutoSyncTransforms: 0 23 | m_ReuseCollisionCallbacks: 1 24 | m_ClothInterCollisionSettingsToggle: 0 25 | m_ClothGravity: {x: 0, y: -9.81, z: 0} 26 | m_ContactPairsMode: 0 27 | m_BroadphaseType: 0 28 | m_WorldBounds: 29 | m_Center: {x: 0, y: 0, z: 0} 30 | m_Extent: {x: 250, y: 250, z: 250} 31 | m_WorldSubdivisions: 8 32 | m_FrictionType: 0 33 | m_EnableEnhancedDeterminism: 0 34 | m_EnableUnifiedHeightmaps: 1 35 | m_SolverType: 0 36 | m_DefaultMaxAngularSpeed: 50 37 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/buildTransitive/net462/System.Text.Json.targets: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | <_System_Text_JsonAnalyzer Include="@(Analyzer)" Condition="'%(Analyzer.NuGetPackageId)' == 'System.Text.Json'" /> 6 | 7 | 8 | 9 | 13 | 14 | 15 | 16 | 18 | 19 | 20 | 21 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/buildTransitive/net8.0/System.Text.Json.targets: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | <_System_Text_JsonAnalyzer Include="@(Analyzer)" Condition="'%(Analyzer.NuGetPackageId)' == 'System.Text.Json'" /> 6 | 7 | 8 | 9 | 13 | 14 | 15 | 16 | 18 | 19 | 20 | 21 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/buildTransitive/netstandard2.0/System.Text.Json.targets: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | <_System_Text_JsonAnalyzer Include="@(Analyzer)" Condition="'%(Analyzer.NuGetPackageId)' == 'System.Text.Json'" /> 6 | 7 | 8 | 9 | 13 | 14 | 15 | 16 | 18 | 19 | 20 | 21 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn3.11/cs/System.Text.Json.SourceGeneration.dll.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 40953a975aa5c46fcb490369933a069e 3 | labels: 4 | - NuGetForUnity 5 | PluginImporter: 6 | externalObjects: {} 7 | serializedVersion: 3 8 | iconMap: {} 9 | executionOrder: {} 10 | defineConstraints: [] 11 | isPreloaded: 0 12 | isOverridable: 1 13 | isExplicitlyReferenced: 0 14 | validateReferences: 1 15 | platformData: 16 | Any: 17 | enabled: 0 18 | settings: 19 | 'Exclude ': 0 20 | Exclude Android: 0 21 | Exclude CloudRendering: 0 22 | Exclude EmbeddedLinux: 0 23 | Exclude GameCoreScarlett: 0 24 | Exclude GameCoreXboxOne: 0 25 | Exclude Kepler: 0 26 | Exclude Linux64: 0 27 | Exclude OSXUniversal: 0 28 | Exclude PS4: 0 29 | Exclude PS5: 0 30 | Exclude QNX: 0 31 | Exclude ReservedCFE: 0 32 | Exclude Switch: 0 33 | Exclude VisionOS: 0 34 | Exclude WebGL: 0 35 | Exclude Win: 0 36 | Exclude Win64: 0 37 | Exclude WindowsStoreApps: 0 38 | Exclude XboxOne: 0 39 | Exclude iOS: 0 40 | Exclude tvOS: 0 41 | Editor: 42 | enabled: 0 43 | settings: 44 | DefaultValueInitialized: true 45 | WindowsStoreApps: 46 | enabled: 0 47 | settings: 48 | CPU: AnyCPU 49 | userData: 50 | assetBundleName: 51 | assetBundleVariant: 52 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.4/cs/System.Text.Json.SourceGeneration.dll.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 43ea42f3f69da420890d817f15e9777f 3 | labels: 4 | - NuGetForUnity 5 | PluginImporter: 6 | externalObjects: {} 7 | serializedVersion: 3 8 | iconMap: {} 9 | executionOrder: {} 10 | defineConstraints: [] 11 | isPreloaded: 0 12 | isOverridable: 1 13 | isExplicitlyReferenced: 0 14 | validateReferences: 1 15 | platformData: 16 | Any: 17 | enabled: 0 18 | settings: 19 | 'Exclude ': 0 20 | Exclude Android: 0 21 | Exclude CloudRendering: 0 22 | Exclude EmbeddedLinux: 0 23 | Exclude GameCoreScarlett: 0 24 | Exclude GameCoreXboxOne: 0 25 | Exclude Kepler: 0 26 | Exclude Linux64: 0 27 | Exclude OSXUniversal: 0 28 | Exclude PS4: 0 29 | Exclude PS5: 0 30 | Exclude QNX: 0 31 | Exclude ReservedCFE: 0 32 | Exclude Switch: 0 33 | Exclude VisionOS: 0 34 | Exclude WebGL: 0 35 | Exclude Win: 0 36 | Exclude Win64: 0 37 | Exclude WindowsStoreApps: 0 38 | Exclude XboxOne: 0 39 | Exclude iOS: 0 40 | Exclude tvOS: 0 41 | Editor: 42 | enabled: 0 43 | settings: 44 | DefaultValueInitialized: true 45 | WindowsStoreApps: 46 | enabled: 0 47 | settings: 48 | CPU: AnyCPU 49 | userData: 50 | assetBundleName: 51 | assetBundleVariant: 52 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn3.11/cs/cs/System.Text.Json.SourceGeneration.resources.dll.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f3676cb6507714797a7d84c748c4ede5 3 | labels: 4 | - NuGetForUnity 5 | PluginImporter: 6 | externalObjects: {} 7 | serializedVersion: 3 8 | iconMap: {} 9 | executionOrder: {} 10 | defineConstraints: [] 11 | isPreloaded: 0 12 | isOverridable: 1 13 | isExplicitlyReferenced: 0 14 | validateReferences: 1 15 | platformData: 16 | Any: 17 | enabled: 0 18 | settings: 19 | 'Exclude ': 0 20 | Exclude Android: 0 21 | Exclude CloudRendering: 0 22 | Exclude EmbeddedLinux: 0 23 | Exclude GameCoreScarlett: 0 24 | Exclude GameCoreXboxOne: 0 25 | Exclude Kepler: 0 26 | Exclude Linux64: 0 27 | Exclude OSXUniversal: 0 28 | Exclude PS4: 0 29 | Exclude PS5: 0 30 | Exclude QNX: 0 31 | Exclude ReservedCFE: 0 32 | Exclude Switch: 0 33 | Exclude VisionOS: 0 34 | Exclude WebGL: 0 35 | Exclude Win: 0 36 | Exclude Win64: 0 37 | Exclude WindowsStoreApps: 0 38 | Exclude XboxOne: 0 39 | Exclude iOS: 0 40 | Exclude tvOS: 0 41 | Editor: 42 | enabled: 0 43 | settings: 44 | DefaultValueInitialized: true 45 | WindowsStoreApps: 46 | enabled: 0 47 | settings: 48 | CPU: AnyCPU 49 | userData: 50 | assetBundleName: 51 | assetBundleVariant: 52 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn3.11/cs/de/System.Text.Json.SourceGeneration.resources.dll.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 584097efe8652456aa955970dddac836 3 | labels: 4 | - NuGetForUnity 5 | PluginImporter: 6 | externalObjects: {} 7 | serializedVersion: 3 8 | iconMap: {} 9 | executionOrder: {} 10 | defineConstraints: [] 11 | isPreloaded: 0 12 | isOverridable: 1 13 | isExplicitlyReferenced: 0 14 | validateReferences: 1 15 | platformData: 16 | Any: 17 | enabled: 0 18 | settings: 19 | 'Exclude ': 0 20 | Exclude Android: 0 21 | Exclude CloudRendering: 0 22 | Exclude EmbeddedLinux: 0 23 | Exclude GameCoreScarlett: 0 24 | Exclude GameCoreXboxOne: 0 25 | Exclude Kepler: 0 26 | Exclude Linux64: 0 27 | Exclude OSXUniversal: 0 28 | Exclude PS4: 0 29 | Exclude PS5: 0 30 | Exclude QNX: 0 31 | Exclude ReservedCFE: 0 32 | Exclude Switch: 0 33 | Exclude VisionOS: 0 34 | Exclude WebGL: 0 35 | Exclude Win: 0 36 | Exclude Win64: 0 37 | Exclude WindowsStoreApps: 0 38 | Exclude XboxOne: 0 39 | Exclude iOS: 0 40 | Exclude tvOS: 0 41 | Editor: 42 | enabled: 0 43 | settings: 44 | DefaultValueInitialized: true 45 | WindowsStoreApps: 46 | enabled: 0 47 | settings: 48 | CPU: AnyCPU 49 | userData: 50 | assetBundleName: 51 | assetBundleVariant: 52 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn3.11/cs/es/System.Text.Json.SourceGeneration.resources.dll.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a9b461399097745a4ba82b2324814a46 3 | labels: 4 | - NuGetForUnity 5 | PluginImporter: 6 | externalObjects: {} 7 | serializedVersion: 3 8 | iconMap: {} 9 | executionOrder: {} 10 | defineConstraints: [] 11 | isPreloaded: 0 12 | isOverridable: 1 13 | isExplicitlyReferenced: 0 14 | validateReferences: 1 15 | platformData: 16 | Any: 17 | enabled: 0 18 | settings: 19 | 'Exclude ': 0 20 | Exclude Android: 0 21 | Exclude CloudRendering: 0 22 | Exclude EmbeddedLinux: 0 23 | Exclude GameCoreScarlett: 0 24 | Exclude GameCoreXboxOne: 0 25 | Exclude Kepler: 0 26 | Exclude Linux64: 0 27 | Exclude OSXUniversal: 0 28 | Exclude PS4: 0 29 | Exclude PS5: 0 30 | Exclude QNX: 0 31 | Exclude ReservedCFE: 0 32 | Exclude Switch: 0 33 | Exclude VisionOS: 0 34 | Exclude WebGL: 0 35 | Exclude Win: 0 36 | Exclude Win64: 0 37 | Exclude WindowsStoreApps: 0 38 | Exclude XboxOne: 0 39 | Exclude iOS: 0 40 | Exclude tvOS: 0 41 | Editor: 42 | enabled: 0 43 | settings: 44 | DefaultValueInitialized: true 45 | WindowsStoreApps: 46 | enabled: 0 47 | settings: 48 | CPU: AnyCPU 49 | userData: 50 | assetBundleName: 51 | assetBundleVariant: 52 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn3.11/cs/fr/System.Text.Json.SourceGeneration.resources.dll.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 923586475b14546b18785b7920552c73 3 | labels: 4 | - NuGetForUnity 5 | PluginImporter: 6 | externalObjects: {} 7 | serializedVersion: 3 8 | iconMap: {} 9 | executionOrder: {} 10 | defineConstraints: [] 11 | isPreloaded: 0 12 | isOverridable: 1 13 | isExplicitlyReferenced: 0 14 | validateReferences: 1 15 | platformData: 16 | Any: 17 | enabled: 0 18 | settings: 19 | 'Exclude ': 0 20 | Exclude Android: 0 21 | Exclude CloudRendering: 0 22 | Exclude EmbeddedLinux: 0 23 | Exclude GameCoreScarlett: 0 24 | Exclude GameCoreXboxOne: 0 25 | Exclude Kepler: 0 26 | Exclude Linux64: 0 27 | Exclude OSXUniversal: 0 28 | Exclude PS4: 0 29 | Exclude PS5: 0 30 | Exclude QNX: 0 31 | Exclude ReservedCFE: 0 32 | Exclude Switch: 0 33 | Exclude VisionOS: 0 34 | Exclude WebGL: 0 35 | Exclude Win: 0 36 | Exclude Win64: 0 37 | Exclude WindowsStoreApps: 0 38 | Exclude XboxOne: 0 39 | Exclude iOS: 0 40 | Exclude tvOS: 0 41 | Editor: 42 | enabled: 0 43 | settings: 44 | DefaultValueInitialized: true 45 | WindowsStoreApps: 46 | enabled: 0 47 | settings: 48 | CPU: AnyCPU 49 | userData: 50 | assetBundleName: 51 | assetBundleVariant: 52 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn3.11/cs/it/System.Text.Json.SourceGeneration.resources.dll.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4153d7663e7c043d8afe31eca91a497f 3 | labels: 4 | - NuGetForUnity 5 | PluginImporter: 6 | externalObjects: {} 7 | serializedVersion: 3 8 | iconMap: {} 9 | executionOrder: {} 10 | defineConstraints: [] 11 | isPreloaded: 0 12 | isOverridable: 1 13 | isExplicitlyReferenced: 0 14 | validateReferences: 1 15 | platformData: 16 | Any: 17 | enabled: 0 18 | settings: 19 | 'Exclude ': 0 20 | Exclude Android: 0 21 | Exclude CloudRendering: 0 22 | Exclude EmbeddedLinux: 0 23 | Exclude GameCoreScarlett: 0 24 | Exclude GameCoreXboxOne: 0 25 | Exclude Kepler: 0 26 | Exclude Linux64: 0 27 | Exclude OSXUniversal: 0 28 | Exclude PS4: 0 29 | Exclude PS5: 0 30 | Exclude QNX: 0 31 | Exclude ReservedCFE: 0 32 | Exclude Switch: 0 33 | Exclude VisionOS: 0 34 | Exclude WebGL: 0 35 | Exclude Win: 0 36 | Exclude Win64: 0 37 | Exclude WindowsStoreApps: 0 38 | Exclude XboxOne: 0 39 | Exclude iOS: 0 40 | Exclude tvOS: 0 41 | Editor: 42 | enabled: 0 43 | settings: 44 | DefaultValueInitialized: true 45 | WindowsStoreApps: 46 | enabled: 0 47 | settings: 48 | CPU: AnyCPU 49 | userData: 50 | assetBundleName: 51 | assetBundleVariant: 52 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn3.11/cs/ja/System.Text.Json.SourceGeneration.resources.dll.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f5533abc392ed4048886742548b690de 3 | labels: 4 | - NuGetForUnity 5 | PluginImporter: 6 | externalObjects: {} 7 | serializedVersion: 3 8 | iconMap: {} 9 | executionOrder: {} 10 | defineConstraints: [] 11 | isPreloaded: 0 12 | isOverridable: 1 13 | isExplicitlyReferenced: 0 14 | validateReferences: 1 15 | platformData: 16 | Any: 17 | enabled: 0 18 | settings: 19 | 'Exclude ': 0 20 | Exclude Android: 0 21 | Exclude CloudRendering: 0 22 | Exclude EmbeddedLinux: 0 23 | Exclude GameCoreScarlett: 0 24 | Exclude GameCoreXboxOne: 0 25 | Exclude Kepler: 0 26 | Exclude Linux64: 0 27 | Exclude OSXUniversal: 0 28 | Exclude PS4: 0 29 | Exclude PS5: 0 30 | Exclude QNX: 0 31 | Exclude ReservedCFE: 0 32 | Exclude Switch: 0 33 | Exclude VisionOS: 0 34 | Exclude WebGL: 0 35 | Exclude Win: 0 36 | Exclude Win64: 0 37 | Exclude WindowsStoreApps: 0 38 | Exclude XboxOne: 0 39 | Exclude iOS: 0 40 | Exclude tvOS: 0 41 | Editor: 42 | enabled: 0 43 | settings: 44 | DefaultValueInitialized: true 45 | WindowsStoreApps: 46 | enabled: 0 47 | settings: 48 | CPU: AnyCPU 49 | userData: 50 | assetBundleName: 51 | assetBundleVariant: 52 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn3.11/cs/ko/System.Text.Json.SourceGeneration.resources.dll.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0af54eb95ec5c40a680e48a2fc8e90ac 3 | labels: 4 | - NuGetForUnity 5 | PluginImporter: 6 | externalObjects: {} 7 | serializedVersion: 3 8 | iconMap: {} 9 | executionOrder: {} 10 | defineConstraints: [] 11 | isPreloaded: 0 12 | isOverridable: 1 13 | isExplicitlyReferenced: 0 14 | validateReferences: 1 15 | platformData: 16 | Any: 17 | enabled: 0 18 | settings: 19 | 'Exclude ': 0 20 | Exclude Android: 0 21 | Exclude CloudRendering: 0 22 | Exclude EmbeddedLinux: 0 23 | Exclude GameCoreScarlett: 0 24 | Exclude GameCoreXboxOne: 0 25 | Exclude Kepler: 0 26 | Exclude Linux64: 0 27 | Exclude OSXUniversal: 0 28 | Exclude PS4: 0 29 | Exclude PS5: 0 30 | Exclude QNX: 0 31 | Exclude ReservedCFE: 0 32 | Exclude Switch: 0 33 | Exclude VisionOS: 0 34 | Exclude WebGL: 0 35 | Exclude Win: 0 36 | Exclude Win64: 0 37 | Exclude WindowsStoreApps: 0 38 | Exclude XboxOne: 0 39 | Exclude iOS: 0 40 | Exclude tvOS: 0 41 | Editor: 42 | enabled: 0 43 | settings: 44 | DefaultValueInitialized: true 45 | WindowsStoreApps: 46 | enabled: 0 47 | settings: 48 | CPU: AnyCPU 49 | userData: 50 | assetBundleName: 51 | assetBundleVariant: 52 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn3.11/cs/pl/System.Text.Json.SourceGeneration.resources.dll.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 27203bff161be4315b6d2c63c718bd85 3 | labels: 4 | - NuGetForUnity 5 | PluginImporter: 6 | externalObjects: {} 7 | serializedVersion: 3 8 | iconMap: {} 9 | executionOrder: {} 10 | defineConstraints: [] 11 | isPreloaded: 0 12 | isOverridable: 1 13 | isExplicitlyReferenced: 0 14 | validateReferences: 1 15 | platformData: 16 | Any: 17 | enabled: 0 18 | settings: 19 | 'Exclude ': 0 20 | Exclude Android: 0 21 | Exclude CloudRendering: 0 22 | Exclude EmbeddedLinux: 0 23 | Exclude GameCoreScarlett: 0 24 | Exclude GameCoreXboxOne: 0 25 | Exclude Kepler: 0 26 | Exclude Linux64: 0 27 | Exclude OSXUniversal: 0 28 | Exclude PS4: 0 29 | Exclude PS5: 0 30 | Exclude QNX: 0 31 | Exclude ReservedCFE: 0 32 | Exclude Switch: 0 33 | Exclude VisionOS: 0 34 | Exclude WebGL: 0 35 | Exclude Win: 0 36 | Exclude Win64: 0 37 | Exclude WindowsStoreApps: 0 38 | Exclude XboxOne: 0 39 | Exclude iOS: 0 40 | Exclude tvOS: 0 41 | Editor: 42 | enabled: 0 43 | settings: 44 | DefaultValueInitialized: true 45 | WindowsStoreApps: 46 | enabled: 0 47 | settings: 48 | CPU: AnyCPU 49 | userData: 50 | assetBundleName: 51 | assetBundleVariant: 52 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn3.11/cs/ru/System.Text.Json.SourceGeneration.resources.dll.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0e26cf77a8f344ed1ac165e29a237801 3 | labels: 4 | - NuGetForUnity 5 | PluginImporter: 6 | externalObjects: {} 7 | serializedVersion: 3 8 | iconMap: {} 9 | executionOrder: {} 10 | defineConstraints: [] 11 | isPreloaded: 0 12 | isOverridable: 1 13 | isExplicitlyReferenced: 0 14 | validateReferences: 1 15 | platformData: 16 | Any: 17 | enabled: 0 18 | settings: 19 | 'Exclude ': 0 20 | Exclude Android: 0 21 | Exclude CloudRendering: 0 22 | Exclude EmbeddedLinux: 0 23 | Exclude GameCoreScarlett: 0 24 | Exclude GameCoreXboxOne: 0 25 | Exclude Kepler: 0 26 | Exclude Linux64: 0 27 | Exclude OSXUniversal: 0 28 | Exclude PS4: 0 29 | Exclude PS5: 0 30 | Exclude QNX: 0 31 | Exclude ReservedCFE: 0 32 | Exclude Switch: 0 33 | Exclude VisionOS: 0 34 | Exclude WebGL: 0 35 | Exclude Win: 0 36 | Exclude Win64: 0 37 | Exclude WindowsStoreApps: 0 38 | Exclude XboxOne: 0 39 | Exclude iOS: 0 40 | Exclude tvOS: 0 41 | Editor: 42 | enabled: 0 43 | settings: 44 | DefaultValueInitialized: true 45 | WindowsStoreApps: 46 | enabled: 0 47 | settings: 48 | CPU: AnyCPU 49 | userData: 50 | assetBundleName: 51 | assetBundleVariant: 52 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn3.11/cs/tr/System.Text.Json.SourceGeneration.resources.dll.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0be797f7fc44e4d8ba2df897e521e18c 3 | labels: 4 | - NuGetForUnity 5 | PluginImporter: 6 | externalObjects: {} 7 | serializedVersion: 3 8 | iconMap: {} 9 | executionOrder: {} 10 | defineConstraints: [] 11 | isPreloaded: 0 12 | isOverridable: 1 13 | isExplicitlyReferenced: 0 14 | validateReferences: 1 15 | platformData: 16 | Any: 17 | enabled: 0 18 | settings: 19 | 'Exclude ': 0 20 | Exclude Android: 0 21 | Exclude CloudRendering: 0 22 | Exclude EmbeddedLinux: 0 23 | Exclude GameCoreScarlett: 0 24 | Exclude GameCoreXboxOne: 0 25 | Exclude Kepler: 0 26 | Exclude Linux64: 0 27 | Exclude OSXUniversal: 0 28 | Exclude PS4: 0 29 | Exclude PS5: 0 30 | Exclude QNX: 0 31 | Exclude ReservedCFE: 0 32 | Exclude Switch: 0 33 | Exclude VisionOS: 0 34 | Exclude WebGL: 0 35 | Exclude Win: 0 36 | Exclude Win64: 0 37 | Exclude WindowsStoreApps: 0 38 | Exclude XboxOne: 0 39 | Exclude iOS: 0 40 | Exclude tvOS: 0 41 | Editor: 42 | enabled: 0 43 | settings: 44 | DefaultValueInitialized: true 45 | WindowsStoreApps: 46 | enabled: 0 47 | settings: 48 | CPU: AnyCPU 49 | userData: 50 | assetBundleName: 51 | assetBundleVariant: 52 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.4/cs/cs/System.Text.Json.SourceGeneration.resources.dll.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5801fa9dc2db04184b1a8466f1dda483 3 | labels: 4 | - NuGetForUnity 5 | PluginImporter: 6 | externalObjects: {} 7 | serializedVersion: 3 8 | iconMap: {} 9 | executionOrder: {} 10 | defineConstraints: [] 11 | isPreloaded: 0 12 | isOverridable: 1 13 | isExplicitlyReferenced: 0 14 | validateReferences: 1 15 | platformData: 16 | Any: 17 | enabled: 0 18 | settings: 19 | 'Exclude ': 0 20 | Exclude Android: 0 21 | Exclude CloudRendering: 0 22 | Exclude EmbeddedLinux: 0 23 | Exclude GameCoreScarlett: 0 24 | Exclude GameCoreXboxOne: 0 25 | Exclude Kepler: 0 26 | Exclude Linux64: 0 27 | Exclude OSXUniversal: 0 28 | Exclude PS4: 0 29 | Exclude PS5: 0 30 | Exclude QNX: 0 31 | Exclude ReservedCFE: 0 32 | Exclude Switch: 0 33 | Exclude VisionOS: 0 34 | Exclude WebGL: 0 35 | Exclude Win: 0 36 | Exclude Win64: 0 37 | Exclude WindowsStoreApps: 0 38 | Exclude XboxOne: 0 39 | Exclude iOS: 0 40 | Exclude tvOS: 0 41 | Editor: 42 | enabled: 0 43 | settings: 44 | DefaultValueInitialized: true 45 | WindowsStoreApps: 46 | enabled: 0 47 | settings: 48 | CPU: AnyCPU 49 | userData: 50 | assetBundleName: 51 | assetBundleVariant: 52 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.4/cs/de/System.Text.Json.SourceGeneration.resources.dll.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 65d10e00cf91e4496b5647970e128506 3 | labels: 4 | - NuGetForUnity 5 | PluginImporter: 6 | externalObjects: {} 7 | serializedVersion: 3 8 | iconMap: {} 9 | executionOrder: {} 10 | defineConstraints: [] 11 | isPreloaded: 0 12 | isOverridable: 1 13 | isExplicitlyReferenced: 0 14 | validateReferences: 1 15 | platformData: 16 | Any: 17 | enabled: 0 18 | settings: 19 | 'Exclude ': 0 20 | Exclude Android: 0 21 | Exclude CloudRendering: 0 22 | Exclude EmbeddedLinux: 0 23 | Exclude GameCoreScarlett: 0 24 | Exclude GameCoreXboxOne: 0 25 | Exclude Kepler: 0 26 | Exclude Linux64: 0 27 | Exclude OSXUniversal: 0 28 | Exclude PS4: 0 29 | Exclude PS5: 0 30 | Exclude QNX: 0 31 | Exclude ReservedCFE: 0 32 | Exclude Switch: 0 33 | Exclude VisionOS: 0 34 | Exclude WebGL: 0 35 | Exclude Win: 0 36 | Exclude Win64: 0 37 | Exclude WindowsStoreApps: 0 38 | Exclude XboxOne: 0 39 | Exclude iOS: 0 40 | Exclude tvOS: 0 41 | Editor: 42 | enabled: 0 43 | settings: 44 | DefaultValueInitialized: true 45 | WindowsStoreApps: 46 | enabled: 0 47 | settings: 48 | CPU: AnyCPU 49 | userData: 50 | assetBundleName: 51 | assetBundleVariant: 52 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.4/cs/es/System.Text.Json.SourceGeneration.resources.dll.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 50fc68f666b954f08a936e9edf062fe7 3 | labels: 4 | - NuGetForUnity 5 | PluginImporter: 6 | externalObjects: {} 7 | serializedVersion: 3 8 | iconMap: {} 9 | executionOrder: {} 10 | defineConstraints: [] 11 | isPreloaded: 0 12 | isOverridable: 1 13 | isExplicitlyReferenced: 0 14 | validateReferences: 1 15 | platformData: 16 | Any: 17 | enabled: 0 18 | settings: 19 | 'Exclude ': 0 20 | Exclude Android: 0 21 | Exclude CloudRendering: 0 22 | Exclude EmbeddedLinux: 0 23 | Exclude GameCoreScarlett: 0 24 | Exclude GameCoreXboxOne: 0 25 | Exclude Kepler: 0 26 | Exclude Linux64: 0 27 | Exclude OSXUniversal: 0 28 | Exclude PS4: 0 29 | Exclude PS5: 0 30 | Exclude QNX: 0 31 | Exclude ReservedCFE: 0 32 | Exclude Switch: 0 33 | Exclude VisionOS: 0 34 | Exclude WebGL: 0 35 | Exclude Win: 0 36 | Exclude Win64: 0 37 | Exclude WindowsStoreApps: 0 38 | Exclude XboxOne: 0 39 | Exclude iOS: 0 40 | Exclude tvOS: 0 41 | Editor: 42 | enabled: 0 43 | settings: 44 | DefaultValueInitialized: true 45 | WindowsStoreApps: 46 | enabled: 0 47 | settings: 48 | CPU: AnyCPU 49 | userData: 50 | assetBundleName: 51 | assetBundleVariant: 52 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.4/cs/fr/System.Text.Json.SourceGeneration.resources.dll.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2315769c181a245eda5256635f29e143 3 | labels: 4 | - NuGetForUnity 5 | PluginImporter: 6 | externalObjects: {} 7 | serializedVersion: 3 8 | iconMap: {} 9 | executionOrder: {} 10 | defineConstraints: [] 11 | isPreloaded: 0 12 | isOverridable: 1 13 | isExplicitlyReferenced: 0 14 | validateReferences: 1 15 | platformData: 16 | Any: 17 | enabled: 0 18 | settings: 19 | 'Exclude ': 0 20 | Exclude Android: 0 21 | Exclude CloudRendering: 0 22 | Exclude EmbeddedLinux: 0 23 | Exclude GameCoreScarlett: 0 24 | Exclude GameCoreXboxOne: 0 25 | Exclude Kepler: 0 26 | Exclude Linux64: 0 27 | Exclude OSXUniversal: 0 28 | Exclude PS4: 0 29 | Exclude PS5: 0 30 | Exclude QNX: 0 31 | Exclude ReservedCFE: 0 32 | Exclude Switch: 0 33 | Exclude VisionOS: 0 34 | Exclude WebGL: 0 35 | Exclude Win: 0 36 | Exclude Win64: 0 37 | Exclude WindowsStoreApps: 0 38 | Exclude XboxOne: 0 39 | Exclude iOS: 0 40 | Exclude tvOS: 0 41 | Editor: 42 | enabled: 0 43 | settings: 44 | DefaultValueInitialized: true 45 | WindowsStoreApps: 46 | enabled: 0 47 | settings: 48 | CPU: AnyCPU 49 | userData: 50 | assetBundleName: 51 | assetBundleVariant: 52 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.4/cs/it/System.Text.Json.SourceGeneration.resources.dll.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2147db321a8964e2e930af72e4807871 3 | labels: 4 | - NuGetForUnity 5 | PluginImporter: 6 | externalObjects: {} 7 | serializedVersion: 3 8 | iconMap: {} 9 | executionOrder: {} 10 | defineConstraints: [] 11 | isPreloaded: 0 12 | isOverridable: 1 13 | isExplicitlyReferenced: 0 14 | validateReferences: 1 15 | platformData: 16 | Any: 17 | enabled: 0 18 | settings: 19 | 'Exclude ': 0 20 | Exclude Android: 0 21 | Exclude CloudRendering: 0 22 | Exclude EmbeddedLinux: 0 23 | Exclude GameCoreScarlett: 0 24 | Exclude GameCoreXboxOne: 0 25 | Exclude Kepler: 0 26 | Exclude Linux64: 0 27 | Exclude OSXUniversal: 0 28 | Exclude PS4: 0 29 | Exclude PS5: 0 30 | Exclude QNX: 0 31 | Exclude ReservedCFE: 0 32 | Exclude Switch: 0 33 | Exclude VisionOS: 0 34 | Exclude WebGL: 0 35 | Exclude Win: 0 36 | Exclude Win64: 0 37 | Exclude WindowsStoreApps: 0 38 | Exclude XboxOne: 0 39 | Exclude iOS: 0 40 | Exclude tvOS: 0 41 | Editor: 42 | enabled: 0 43 | settings: 44 | DefaultValueInitialized: true 45 | WindowsStoreApps: 46 | enabled: 0 47 | settings: 48 | CPU: AnyCPU 49 | userData: 50 | assetBundleName: 51 | assetBundleVariant: 52 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.4/cs/ja/System.Text.Json.SourceGeneration.resources.dll.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: aafd8dfb940f14d8695ac1b4f5133ea9 3 | labels: 4 | - NuGetForUnity 5 | PluginImporter: 6 | externalObjects: {} 7 | serializedVersion: 3 8 | iconMap: {} 9 | executionOrder: {} 10 | defineConstraints: [] 11 | isPreloaded: 0 12 | isOverridable: 1 13 | isExplicitlyReferenced: 0 14 | validateReferences: 1 15 | platformData: 16 | Any: 17 | enabled: 0 18 | settings: 19 | 'Exclude ': 0 20 | Exclude Android: 0 21 | Exclude CloudRendering: 0 22 | Exclude EmbeddedLinux: 0 23 | Exclude GameCoreScarlett: 0 24 | Exclude GameCoreXboxOne: 0 25 | Exclude Kepler: 0 26 | Exclude Linux64: 0 27 | Exclude OSXUniversal: 0 28 | Exclude PS4: 0 29 | Exclude PS5: 0 30 | Exclude QNX: 0 31 | Exclude ReservedCFE: 0 32 | Exclude Switch: 0 33 | Exclude VisionOS: 0 34 | Exclude WebGL: 0 35 | Exclude Win: 0 36 | Exclude Win64: 0 37 | Exclude WindowsStoreApps: 0 38 | Exclude XboxOne: 0 39 | Exclude iOS: 0 40 | Exclude tvOS: 0 41 | Editor: 42 | enabled: 0 43 | settings: 44 | DefaultValueInitialized: true 45 | WindowsStoreApps: 46 | enabled: 0 47 | settings: 48 | CPU: AnyCPU 49 | userData: 50 | assetBundleName: 51 | assetBundleVariant: 52 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.4/cs/ko/System.Text.Json.SourceGeneration.resources.dll.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 889f2cc45681240aab578c2e79bee1e4 3 | labels: 4 | - NuGetForUnity 5 | PluginImporter: 6 | externalObjects: {} 7 | serializedVersion: 3 8 | iconMap: {} 9 | executionOrder: {} 10 | defineConstraints: [] 11 | isPreloaded: 0 12 | isOverridable: 1 13 | isExplicitlyReferenced: 0 14 | validateReferences: 1 15 | platformData: 16 | Any: 17 | enabled: 0 18 | settings: 19 | 'Exclude ': 0 20 | Exclude Android: 0 21 | Exclude CloudRendering: 0 22 | Exclude EmbeddedLinux: 0 23 | Exclude GameCoreScarlett: 0 24 | Exclude GameCoreXboxOne: 0 25 | Exclude Kepler: 0 26 | Exclude Linux64: 0 27 | Exclude OSXUniversal: 0 28 | Exclude PS4: 0 29 | Exclude PS5: 0 30 | Exclude QNX: 0 31 | Exclude ReservedCFE: 0 32 | Exclude Switch: 0 33 | Exclude VisionOS: 0 34 | Exclude WebGL: 0 35 | Exclude Win: 0 36 | Exclude Win64: 0 37 | Exclude WindowsStoreApps: 0 38 | Exclude XboxOne: 0 39 | Exclude iOS: 0 40 | Exclude tvOS: 0 41 | Editor: 42 | enabled: 0 43 | settings: 44 | DefaultValueInitialized: true 45 | WindowsStoreApps: 46 | enabled: 0 47 | settings: 48 | CPU: AnyCPU 49 | userData: 50 | assetBundleName: 51 | assetBundleVariant: 52 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.4/cs/pl/System.Text.Json.SourceGeneration.resources.dll.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0038802a259ae4637aae4443a949ede6 3 | labels: 4 | - NuGetForUnity 5 | PluginImporter: 6 | externalObjects: {} 7 | serializedVersion: 3 8 | iconMap: {} 9 | executionOrder: {} 10 | defineConstraints: [] 11 | isPreloaded: 0 12 | isOverridable: 1 13 | isExplicitlyReferenced: 0 14 | validateReferences: 1 15 | platformData: 16 | Any: 17 | enabled: 0 18 | settings: 19 | 'Exclude ': 0 20 | Exclude Android: 0 21 | Exclude CloudRendering: 0 22 | Exclude EmbeddedLinux: 0 23 | Exclude GameCoreScarlett: 0 24 | Exclude GameCoreXboxOne: 0 25 | Exclude Kepler: 0 26 | Exclude Linux64: 0 27 | Exclude OSXUniversal: 0 28 | Exclude PS4: 0 29 | Exclude PS5: 0 30 | Exclude QNX: 0 31 | Exclude ReservedCFE: 0 32 | Exclude Switch: 0 33 | Exclude VisionOS: 0 34 | Exclude WebGL: 0 35 | Exclude Win: 0 36 | Exclude Win64: 0 37 | Exclude WindowsStoreApps: 0 38 | Exclude XboxOne: 0 39 | Exclude iOS: 0 40 | Exclude tvOS: 0 41 | Editor: 42 | enabled: 0 43 | settings: 44 | DefaultValueInitialized: true 45 | WindowsStoreApps: 46 | enabled: 0 47 | settings: 48 | CPU: AnyCPU 49 | userData: 50 | assetBundleName: 51 | assetBundleVariant: 52 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.4/cs/pt-BR/System.Text.Json.SourceGeneration.resources.dll.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a3e538127890d4df484c5717382f8b46 3 | labels: 4 | - NuGetForUnity 5 | PluginImporter: 6 | externalObjects: {} 7 | serializedVersion: 3 8 | iconMap: {} 9 | executionOrder: {} 10 | defineConstraints: [] 11 | isPreloaded: 0 12 | isOverridable: 1 13 | isExplicitlyReferenced: 0 14 | validateReferences: 1 15 | platformData: 16 | Any: 17 | enabled: 0 18 | settings: 19 | 'Exclude ': 0 20 | Exclude Android: 0 21 | Exclude CloudRendering: 0 22 | Exclude EmbeddedLinux: 0 23 | Exclude GameCoreScarlett: 0 24 | Exclude GameCoreXboxOne: 0 25 | Exclude Kepler: 0 26 | Exclude Linux64: 0 27 | Exclude OSXUniversal: 0 28 | Exclude PS4: 0 29 | Exclude PS5: 0 30 | Exclude QNX: 0 31 | Exclude ReservedCFE: 0 32 | Exclude Switch: 0 33 | Exclude VisionOS: 0 34 | Exclude WebGL: 0 35 | Exclude Win: 0 36 | Exclude Win64: 0 37 | Exclude WindowsStoreApps: 0 38 | Exclude XboxOne: 0 39 | Exclude iOS: 0 40 | Exclude tvOS: 0 41 | Editor: 42 | enabled: 0 43 | settings: 44 | DefaultValueInitialized: true 45 | WindowsStoreApps: 46 | enabled: 0 47 | settings: 48 | CPU: AnyCPU 49 | userData: 50 | assetBundleName: 51 | assetBundleVariant: 52 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.4/cs/ru/System.Text.Json.SourceGeneration.resources.dll.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 58cafbb1b58c74c45807f80e8ee7a771 3 | labels: 4 | - NuGetForUnity 5 | PluginImporter: 6 | externalObjects: {} 7 | serializedVersion: 3 8 | iconMap: {} 9 | executionOrder: {} 10 | defineConstraints: [] 11 | isPreloaded: 0 12 | isOverridable: 1 13 | isExplicitlyReferenced: 0 14 | validateReferences: 1 15 | platformData: 16 | Any: 17 | enabled: 0 18 | settings: 19 | 'Exclude ': 0 20 | Exclude Android: 0 21 | Exclude CloudRendering: 0 22 | Exclude EmbeddedLinux: 0 23 | Exclude GameCoreScarlett: 0 24 | Exclude GameCoreXboxOne: 0 25 | Exclude Kepler: 0 26 | Exclude Linux64: 0 27 | Exclude OSXUniversal: 0 28 | Exclude PS4: 0 29 | Exclude PS5: 0 30 | Exclude QNX: 0 31 | Exclude ReservedCFE: 0 32 | Exclude Switch: 0 33 | Exclude VisionOS: 0 34 | Exclude WebGL: 0 35 | Exclude Win: 0 36 | Exclude Win64: 0 37 | Exclude WindowsStoreApps: 0 38 | Exclude XboxOne: 0 39 | Exclude iOS: 0 40 | Exclude tvOS: 0 41 | Editor: 42 | enabled: 0 43 | settings: 44 | DefaultValueInitialized: true 45 | WindowsStoreApps: 46 | enabled: 0 47 | settings: 48 | CPU: AnyCPU 49 | userData: 50 | assetBundleName: 51 | assetBundleVariant: 52 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.4/cs/tr/System.Text.Json.SourceGeneration.resources.dll.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6758f0c49b1e8422bb33b33c9290a840 3 | labels: 4 | - NuGetForUnity 5 | PluginImporter: 6 | externalObjects: {} 7 | serializedVersion: 3 8 | iconMap: {} 9 | executionOrder: {} 10 | defineConstraints: [] 11 | isPreloaded: 0 12 | isOverridable: 1 13 | isExplicitlyReferenced: 0 14 | validateReferences: 1 15 | platformData: 16 | Any: 17 | enabled: 0 18 | settings: 19 | 'Exclude ': 0 20 | Exclude Android: 0 21 | Exclude CloudRendering: 0 22 | Exclude EmbeddedLinux: 0 23 | Exclude GameCoreScarlett: 0 24 | Exclude GameCoreXboxOne: 0 25 | Exclude Kepler: 0 26 | Exclude Linux64: 0 27 | Exclude OSXUniversal: 0 28 | Exclude PS4: 0 29 | Exclude PS5: 0 30 | Exclude QNX: 0 31 | Exclude ReservedCFE: 0 32 | Exclude Switch: 0 33 | Exclude VisionOS: 0 34 | Exclude WebGL: 0 35 | Exclude Win: 0 36 | Exclude Win64: 0 37 | Exclude WindowsStoreApps: 0 38 | Exclude XboxOne: 0 39 | Exclude iOS: 0 40 | Exclude tvOS: 0 41 | Editor: 42 | enabled: 0 43 | settings: 44 | DefaultValueInitialized: true 45 | WindowsStoreApps: 46 | enabled: 0 47 | settings: 48 | CPU: AnyCPU 49 | userData: 50 | assetBundleName: 51 | assetBundleVariant: 52 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn3.11/cs/pt-BR/System.Text.Json.SourceGeneration.resources.dll.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1b70ba38c985049e3b7033f262316008 3 | labels: 4 | - NuGetForUnity 5 | PluginImporter: 6 | externalObjects: {} 7 | serializedVersion: 3 8 | iconMap: {} 9 | executionOrder: {} 10 | defineConstraints: [] 11 | isPreloaded: 0 12 | isOverridable: 1 13 | isExplicitlyReferenced: 0 14 | validateReferences: 1 15 | platformData: 16 | Any: 17 | enabled: 0 18 | settings: 19 | 'Exclude ': 0 20 | Exclude Android: 0 21 | Exclude CloudRendering: 0 22 | Exclude EmbeddedLinux: 0 23 | Exclude GameCoreScarlett: 0 24 | Exclude GameCoreXboxOne: 0 25 | Exclude Kepler: 0 26 | Exclude Linux64: 0 27 | Exclude OSXUniversal: 0 28 | Exclude PS4: 0 29 | Exclude PS5: 0 30 | Exclude QNX: 0 31 | Exclude ReservedCFE: 0 32 | Exclude Switch: 0 33 | Exclude VisionOS: 0 34 | Exclude WebGL: 0 35 | Exclude Win: 0 36 | Exclude Win64: 0 37 | Exclude WindowsStoreApps: 0 38 | Exclude XboxOne: 0 39 | Exclude iOS: 0 40 | Exclude tvOS: 0 41 | Editor: 42 | enabled: 0 43 | settings: 44 | DefaultValueInitialized: true 45 | WindowsStoreApps: 46 | enabled: 0 47 | settings: 48 | CPU: AnyCPU 49 | userData: 50 | assetBundleName: 51 | assetBundleVariant: 52 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn3.11/cs/zh-Hans/System.Text.Json.SourceGeneration.resources.dll.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7c34d59a204474b5b9163b6b542800e2 3 | labels: 4 | - NuGetForUnity 5 | PluginImporter: 6 | externalObjects: {} 7 | serializedVersion: 3 8 | iconMap: {} 9 | executionOrder: {} 10 | defineConstraints: [] 11 | isPreloaded: 0 12 | isOverridable: 1 13 | isExplicitlyReferenced: 0 14 | validateReferences: 1 15 | platformData: 16 | Any: 17 | enabled: 0 18 | settings: 19 | 'Exclude ': 0 20 | Exclude Android: 0 21 | Exclude CloudRendering: 0 22 | Exclude EmbeddedLinux: 0 23 | Exclude GameCoreScarlett: 0 24 | Exclude GameCoreXboxOne: 0 25 | Exclude Kepler: 0 26 | Exclude Linux64: 0 27 | Exclude OSXUniversal: 0 28 | Exclude PS4: 0 29 | Exclude PS5: 0 30 | Exclude QNX: 0 31 | Exclude ReservedCFE: 0 32 | Exclude Switch: 0 33 | Exclude VisionOS: 0 34 | Exclude WebGL: 0 35 | Exclude Win: 0 36 | Exclude Win64: 0 37 | Exclude WindowsStoreApps: 0 38 | Exclude XboxOne: 0 39 | Exclude iOS: 0 40 | Exclude tvOS: 0 41 | Editor: 42 | enabled: 0 43 | settings: 44 | DefaultValueInitialized: true 45 | WindowsStoreApps: 46 | enabled: 0 47 | settings: 48 | CPU: AnyCPU 49 | userData: 50 | assetBundleName: 51 | assetBundleVariant: 52 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn3.11/cs/zh-Hant/System.Text.Json.SourceGeneration.resources.dll.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ad4ce4690ad3e41f8a6325794fe4bfc9 3 | labels: 4 | - NuGetForUnity 5 | PluginImporter: 6 | externalObjects: {} 7 | serializedVersion: 3 8 | iconMap: {} 9 | executionOrder: {} 10 | defineConstraints: [] 11 | isPreloaded: 0 12 | isOverridable: 1 13 | isExplicitlyReferenced: 0 14 | validateReferences: 1 15 | platformData: 16 | Any: 17 | enabled: 0 18 | settings: 19 | 'Exclude ': 0 20 | Exclude Android: 0 21 | Exclude CloudRendering: 0 22 | Exclude EmbeddedLinux: 0 23 | Exclude GameCoreScarlett: 0 24 | Exclude GameCoreXboxOne: 0 25 | Exclude Kepler: 0 26 | Exclude Linux64: 0 27 | Exclude OSXUniversal: 0 28 | Exclude PS4: 0 29 | Exclude PS5: 0 30 | Exclude QNX: 0 31 | Exclude ReservedCFE: 0 32 | Exclude Switch: 0 33 | Exclude VisionOS: 0 34 | Exclude WebGL: 0 35 | Exclude Win: 0 36 | Exclude Win64: 0 37 | Exclude WindowsStoreApps: 0 38 | Exclude XboxOne: 0 39 | Exclude iOS: 0 40 | Exclude tvOS: 0 41 | Editor: 42 | enabled: 0 43 | settings: 44 | DefaultValueInitialized: true 45 | WindowsStoreApps: 46 | enabled: 0 47 | settings: 48 | CPU: AnyCPU 49 | userData: 50 | assetBundleName: 51 | assetBundleVariant: 52 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.4/cs/zh-Hans/System.Text.Json.SourceGeneration.resources.dll.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9c6988aecfb7e4a7196b7ef09694c9bc 3 | labels: 4 | - NuGetForUnity 5 | PluginImporter: 6 | externalObjects: {} 7 | serializedVersion: 3 8 | iconMap: {} 9 | executionOrder: {} 10 | defineConstraints: [] 11 | isPreloaded: 0 12 | isOverridable: 1 13 | isExplicitlyReferenced: 0 14 | validateReferences: 1 15 | platformData: 16 | Any: 17 | enabled: 0 18 | settings: 19 | 'Exclude ': 0 20 | Exclude Android: 0 21 | Exclude CloudRendering: 0 22 | Exclude EmbeddedLinux: 0 23 | Exclude GameCoreScarlett: 0 24 | Exclude GameCoreXboxOne: 0 25 | Exclude Kepler: 0 26 | Exclude Linux64: 0 27 | Exclude OSXUniversal: 0 28 | Exclude PS4: 0 29 | Exclude PS5: 0 30 | Exclude QNX: 0 31 | Exclude ReservedCFE: 0 32 | Exclude Switch: 0 33 | Exclude VisionOS: 0 34 | Exclude WebGL: 0 35 | Exclude Win: 0 36 | Exclude Win64: 0 37 | Exclude WindowsStoreApps: 0 38 | Exclude XboxOne: 0 39 | Exclude iOS: 0 40 | Exclude tvOS: 0 41 | Editor: 42 | enabled: 0 43 | settings: 44 | DefaultValueInitialized: true 45 | WindowsStoreApps: 46 | enabled: 0 47 | settings: 48 | CPU: AnyCPU 49 | userData: 50 | assetBundleName: 51 | assetBundleVariant: 52 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.4/cs/zh-Hant/System.Text.Json.SourceGeneration.resources.dll.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0eb738c78c5b8430eaa392d2c9af69b5 3 | labels: 4 | - NuGetForUnity 5 | PluginImporter: 6 | externalObjects: {} 7 | serializedVersion: 3 8 | iconMap: {} 9 | executionOrder: {} 10 | defineConstraints: [] 11 | isPreloaded: 0 12 | isOverridable: 1 13 | isExplicitlyReferenced: 0 14 | validateReferences: 1 15 | platformData: 16 | Any: 17 | enabled: 0 18 | settings: 19 | 'Exclude ': 0 20 | Exclude Android: 0 21 | Exclude CloudRendering: 0 22 | Exclude EmbeddedLinux: 0 23 | Exclude GameCoreScarlett: 0 24 | Exclude GameCoreXboxOne: 0 25 | Exclude Kepler: 0 26 | Exclude Linux64: 0 27 | Exclude OSXUniversal: 0 28 | Exclude PS4: 0 29 | Exclude PS5: 0 30 | Exclude QNX: 0 31 | Exclude ReservedCFE: 0 32 | Exclude Switch: 0 33 | Exclude VisionOS: 0 34 | Exclude WebGL: 0 35 | Exclude Win: 0 36 | Exclude Win64: 0 37 | Exclude WindowsStoreApps: 0 38 | Exclude XboxOne: 0 39 | Exclude iOS: 0 40 | Exclude tvOS: 0 41 | Editor: 42 | enabled: 0 43 | settings: 44 | DefaultValueInitialized: true 45 | WindowsStoreApps: 46 | enabled: 0 47 | settings: 48 | CPU: AnyCPU 49 | userData: 50 | assetBundleName: 51 | assetBundleVariant: 52 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.0/cs/System.Text.Json.SourceGeneration.dll.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1a52f2284408f4006a4bda52878d4199 3 | labels: 4 | - NuGetForUnity 5 | - RoslynAnalyzer 6 | PluginImporter: 7 | externalObjects: {} 8 | serializedVersion: 3 9 | iconMap: {} 10 | executionOrder: {} 11 | defineConstraints: [] 12 | isPreloaded: 0 13 | isOverridable: 1 14 | isExplicitlyReferenced: 0 15 | validateReferences: 1 16 | platformData: 17 | Any: 18 | enabled: 0 19 | settings: 20 | 'Exclude ': 0 21 | Exclude Android: 0 22 | Exclude CloudRendering: 0 23 | Exclude EmbeddedLinux: 0 24 | Exclude GameCoreScarlett: 0 25 | Exclude GameCoreXboxOne: 0 26 | Exclude Kepler: 0 27 | Exclude Linux64: 0 28 | Exclude OSXUniversal: 0 29 | Exclude PS4: 0 30 | Exclude PS5: 0 31 | Exclude QNX: 0 32 | Exclude ReservedCFE: 0 33 | Exclude Switch: 0 34 | Exclude VisionOS: 0 35 | Exclude WebGL: 0 36 | Exclude Win: 0 37 | Exclude Win64: 0 38 | Exclude WindowsStoreApps: 0 39 | Exclude XboxOne: 0 40 | Exclude iOS: 0 41 | Exclude tvOS: 0 42 | Editor: 43 | enabled: 0 44 | settings: 45 | DefaultValueInitialized: true 46 | WindowsStoreApps: 47 | enabled: 0 48 | settings: 49 | CPU: AnyCPU 50 | userData: 51 | assetBundleName: 52 | assetBundleVariant: 53 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.0/cs/cs/System.Text.Json.SourceGeneration.resources.dll.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ce740ea927eee4cadb5e2190c80eb26f 3 | labels: 4 | - NuGetForUnity 5 | - RoslynAnalyzer 6 | PluginImporter: 7 | externalObjects: {} 8 | serializedVersion: 3 9 | iconMap: {} 10 | executionOrder: {} 11 | defineConstraints: [] 12 | isPreloaded: 0 13 | isOverridable: 1 14 | isExplicitlyReferenced: 0 15 | validateReferences: 1 16 | platformData: 17 | Any: 18 | enabled: 0 19 | settings: 20 | 'Exclude ': 0 21 | Exclude Android: 0 22 | Exclude CloudRendering: 0 23 | Exclude EmbeddedLinux: 0 24 | Exclude GameCoreScarlett: 0 25 | Exclude GameCoreXboxOne: 0 26 | Exclude Kepler: 0 27 | Exclude Linux64: 0 28 | Exclude OSXUniversal: 0 29 | Exclude PS4: 0 30 | Exclude PS5: 0 31 | Exclude QNX: 0 32 | Exclude ReservedCFE: 0 33 | Exclude Switch: 0 34 | Exclude VisionOS: 0 35 | Exclude WebGL: 0 36 | Exclude Win: 0 37 | Exclude Win64: 0 38 | Exclude WindowsStoreApps: 0 39 | Exclude XboxOne: 0 40 | Exclude iOS: 0 41 | Exclude tvOS: 0 42 | Editor: 43 | enabled: 0 44 | settings: 45 | DefaultValueInitialized: true 46 | WindowsStoreApps: 47 | enabled: 0 48 | settings: 49 | CPU: AnyCPU 50 | userData: 51 | assetBundleName: 52 | assetBundleVariant: 53 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.0/cs/de/System.Text.Json.SourceGeneration.resources.dll.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6cc30ac03e5e440899803684e9ee1554 3 | labels: 4 | - NuGetForUnity 5 | - RoslynAnalyzer 6 | PluginImporter: 7 | externalObjects: {} 8 | serializedVersion: 3 9 | iconMap: {} 10 | executionOrder: {} 11 | defineConstraints: [] 12 | isPreloaded: 0 13 | isOverridable: 1 14 | isExplicitlyReferenced: 0 15 | validateReferences: 1 16 | platformData: 17 | Any: 18 | enabled: 0 19 | settings: 20 | 'Exclude ': 0 21 | Exclude Android: 0 22 | Exclude CloudRendering: 0 23 | Exclude EmbeddedLinux: 0 24 | Exclude GameCoreScarlett: 0 25 | Exclude GameCoreXboxOne: 0 26 | Exclude Kepler: 0 27 | Exclude Linux64: 0 28 | Exclude OSXUniversal: 0 29 | Exclude PS4: 0 30 | Exclude PS5: 0 31 | Exclude QNX: 0 32 | Exclude ReservedCFE: 0 33 | Exclude Switch: 0 34 | Exclude VisionOS: 0 35 | Exclude WebGL: 0 36 | Exclude Win: 0 37 | Exclude Win64: 0 38 | Exclude WindowsStoreApps: 0 39 | Exclude XboxOne: 0 40 | Exclude iOS: 0 41 | Exclude tvOS: 0 42 | Editor: 43 | enabled: 0 44 | settings: 45 | DefaultValueInitialized: true 46 | WindowsStoreApps: 47 | enabled: 0 48 | settings: 49 | CPU: AnyCPU 50 | userData: 51 | assetBundleName: 52 | assetBundleVariant: 53 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.0/cs/es/System.Text.Json.SourceGeneration.resources.dll.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e705f5bf1dad04b74bebacd036b1457e 3 | labels: 4 | - NuGetForUnity 5 | - RoslynAnalyzer 6 | PluginImporter: 7 | externalObjects: {} 8 | serializedVersion: 3 9 | iconMap: {} 10 | executionOrder: {} 11 | defineConstraints: [] 12 | isPreloaded: 0 13 | isOverridable: 1 14 | isExplicitlyReferenced: 0 15 | validateReferences: 1 16 | platformData: 17 | Any: 18 | enabled: 0 19 | settings: 20 | 'Exclude ': 0 21 | Exclude Android: 0 22 | Exclude CloudRendering: 0 23 | Exclude EmbeddedLinux: 0 24 | Exclude GameCoreScarlett: 0 25 | Exclude GameCoreXboxOne: 0 26 | Exclude Kepler: 0 27 | Exclude Linux64: 0 28 | Exclude OSXUniversal: 0 29 | Exclude PS4: 0 30 | Exclude PS5: 0 31 | Exclude QNX: 0 32 | Exclude ReservedCFE: 0 33 | Exclude Switch: 0 34 | Exclude VisionOS: 0 35 | Exclude WebGL: 0 36 | Exclude Win: 0 37 | Exclude Win64: 0 38 | Exclude WindowsStoreApps: 0 39 | Exclude XboxOne: 0 40 | Exclude iOS: 0 41 | Exclude tvOS: 0 42 | Editor: 43 | enabled: 0 44 | settings: 45 | DefaultValueInitialized: true 46 | WindowsStoreApps: 47 | enabled: 0 48 | settings: 49 | CPU: AnyCPU 50 | userData: 51 | assetBundleName: 52 | assetBundleVariant: 53 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.0/cs/fr/System.Text.Json.SourceGeneration.resources.dll.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 900cd6100f0874c2aa4981c6a979e97b 3 | labels: 4 | - NuGetForUnity 5 | - RoslynAnalyzer 6 | PluginImporter: 7 | externalObjects: {} 8 | serializedVersion: 3 9 | iconMap: {} 10 | executionOrder: {} 11 | defineConstraints: [] 12 | isPreloaded: 0 13 | isOverridable: 1 14 | isExplicitlyReferenced: 0 15 | validateReferences: 1 16 | platformData: 17 | Any: 18 | enabled: 0 19 | settings: 20 | 'Exclude ': 0 21 | Exclude Android: 0 22 | Exclude CloudRendering: 0 23 | Exclude EmbeddedLinux: 0 24 | Exclude GameCoreScarlett: 0 25 | Exclude GameCoreXboxOne: 0 26 | Exclude Kepler: 0 27 | Exclude Linux64: 0 28 | Exclude OSXUniversal: 0 29 | Exclude PS4: 0 30 | Exclude PS5: 0 31 | Exclude QNX: 0 32 | Exclude ReservedCFE: 0 33 | Exclude Switch: 0 34 | Exclude VisionOS: 0 35 | Exclude WebGL: 0 36 | Exclude Win: 0 37 | Exclude Win64: 0 38 | Exclude WindowsStoreApps: 0 39 | Exclude XboxOne: 0 40 | Exclude iOS: 0 41 | Exclude tvOS: 0 42 | Editor: 43 | enabled: 0 44 | settings: 45 | DefaultValueInitialized: true 46 | WindowsStoreApps: 47 | enabled: 0 48 | settings: 49 | CPU: AnyCPU 50 | userData: 51 | assetBundleName: 52 | assetBundleVariant: 53 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.0/cs/it/System.Text.Json.SourceGeneration.resources.dll.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b2e8bc7cc9de640358df806085a6d888 3 | labels: 4 | - NuGetForUnity 5 | - RoslynAnalyzer 6 | PluginImporter: 7 | externalObjects: {} 8 | serializedVersion: 3 9 | iconMap: {} 10 | executionOrder: {} 11 | defineConstraints: [] 12 | isPreloaded: 0 13 | isOverridable: 1 14 | isExplicitlyReferenced: 0 15 | validateReferences: 1 16 | platformData: 17 | Any: 18 | enabled: 0 19 | settings: 20 | 'Exclude ': 0 21 | Exclude Android: 0 22 | Exclude CloudRendering: 0 23 | Exclude EmbeddedLinux: 0 24 | Exclude GameCoreScarlett: 0 25 | Exclude GameCoreXboxOne: 0 26 | Exclude Kepler: 0 27 | Exclude Linux64: 0 28 | Exclude OSXUniversal: 0 29 | Exclude PS4: 0 30 | Exclude PS5: 0 31 | Exclude QNX: 0 32 | Exclude ReservedCFE: 0 33 | Exclude Switch: 0 34 | Exclude VisionOS: 0 35 | Exclude WebGL: 0 36 | Exclude Win: 0 37 | Exclude Win64: 0 38 | Exclude WindowsStoreApps: 0 39 | Exclude XboxOne: 0 40 | Exclude iOS: 0 41 | Exclude tvOS: 0 42 | Editor: 43 | enabled: 0 44 | settings: 45 | DefaultValueInitialized: true 46 | WindowsStoreApps: 47 | enabled: 0 48 | settings: 49 | CPU: AnyCPU 50 | userData: 51 | assetBundleName: 52 | assetBundleVariant: 53 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.0/cs/ja/System.Text.Json.SourceGeneration.resources.dll.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7d4cd282299574f7986a45a0d5aedabc 3 | labels: 4 | - NuGetForUnity 5 | - RoslynAnalyzer 6 | PluginImporter: 7 | externalObjects: {} 8 | serializedVersion: 3 9 | iconMap: {} 10 | executionOrder: {} 11 | defineConstraints: [] 12 | isPreloaded: 0 13 | isOverridable: 1 14 | isExplicitlyReferenced: 0 15 | validateReferences: 1 16 | platformData: 17 | Any: 18 | enabled: 0 19 | settings: 20 | 'Exclude ': 0 21 | Exclude Android: 0 22 | Exclude CloudRendering: 0 23 | Exclude EmbeddedLinux: 0 24 | Exclude GameCoreScarlett: 0 25 | Exclude GameCoreXboxOne: 0 26 | Exclude Kepler: 0 27 | Exclude Linux64: 0 28 | Exclude OSXUniversal: 0 29 | Exclude PS4: 0 30 | Exclude PS5: 0 31 | Exclude QNX: 0 32 | Exclude ReservedCFE: 0 33 | Exclude Switch: 0 34 | Exclude VisionOS: 0 35 | Exclude WebGL: 0 36 | Exclude Win: 0 37 | Exclude Win64: 0 38 | Exclude WindowsStoreApps: 0 39 | Exclude XboxOne: 0 40 | Exclude iOS: 0 41 | Exclude tvOS: 0 42 | Editor: 43 | enabled: 0 44 | settings: 45 | DefaultValueInitialized: true 46 | WindowsStoreApps: 47 | enabled: 0 48 | settings: 49 | CPU: AnyCPU 50 | userData: 51 | assetBundleName: 52 | assetBundleVariant: 53 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.0/cs/ko/System.Text.Json.SourceGeneration.resources.dll.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fb6621fe8682248848b3404c5423b19e 3 | labels: 4 | - NuGetForUnity 5 | - RoslynAnalyzer 6 | PluginImporter: 7 | externalObjects: {} 8 | serializedVersion: 3 9 | iconMap: {} 10 | executionOrder: {} 11 | defineConstraints: [] 12 | isPreloaded: 0 13 | isOverridable: 1 14 | isExplicitlyReferenced: 0 15 | validateReferences: 1 16 | platformData: 17 | Any: 18 | enabled: 0 19 | settings: 20 | 'Exclude ': 0 21 | Exclude Android: 0 22 | Exclude CloudRendering: 0 23 | Exclude EmbeddedLinux: 0 24 | Exclude GameCoreScarlett: 0 25 | Exclude GameCoreXboxOne: 0 26 | Exclude Kepler: 0 27 | Exclude Linux64: 0 28 | Exclude OSXUniversal: 0 29 | Exclude PS4: 0 30 | Exclude PS5: 0 31 | Exclude QNX: 0 32 | Exclude ReservedCFE: 0 33 | Exclude Switch: 0 34 | Exclude VisionOS: 0 35 | Exclude WebGL: 0 36 | Exclude Win: 0 37 | Exclude Win64: 0 38 | Exclude WindowsStoreApps: 0 39 | Exclude XboxOne: 0 40 | Exclude iOS: 0 41 | Exclude tvOS: 0 42 | Editor: 43 | enabled: 0 44 | settings: 45 | DefaultValueInitialized: true 46 | WindowsStoreApps: 47 | enabled: 0 48 | settings: 49 | CPU: AnyCPU 50 | userData: 51 | assetBundleName: 52 | assetBundleVariant: 53 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.0/cs/pl/System.Text.Json.SourceGeneration.resources.dll.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 853164801d73d4a6aa6fe4755a3ade62 3 | labels: 4 | - NuGetForUnity 5 | - RoslynAnalyzer 6 | PluginImporter: 7 | externalObjects: {} 8 | serializedVersion: 3 9 | iconMap: {} 10 | executionOrder: {} 11 | defineConstraints: [] 12 | isPreloaded: 0 13 | isOverridable: 1 14 | isExplicitlyReferenced: 0 15 | validateReferences: 1 16 | platformData: 17 | Any: 18 | enabled: 0 19 | settings: 20 | 'Exclude ': 0 21 | Exclude Android: 0 22 | Exclude CloudRendering: 0 23 | Exclude EmbeddedLinux: 0 24 | Exclude GameCoreScarlett: 0 25 | Exclude GameCoreXboxOne: 0 26 | Exclude Kepler: 0 27 | Exclude Linux64: 0 28 | Exclude OSXUniversal: 0 29 | Exclude PS4: 0 30 | Exclude PS5: 0 31 | Exclude QNX: 0 32 | Exclude ReservedCFE: 0 33 | Exclude Switch: 0 34 | Exclude VisionOS: 0 35 | Exclude WebGL: 0 36 | Exclude Win: 0 37 | Exclude Win64: 0 38 | Exclude WindowsStoreApps: 0 39 | Exclude XboxOne: 0 40 | Exclude iOS: 0 41 | Exclude tvOS: 0 42 | Editor: 43 | enabled: 0 44 | settings: 45 | DefaultValueInitialized: true 46 | WindowsStoreApps: 47 | enabled: 0 48 | settings: 49 | CPU: AnyCPU 50 | userData: 51 | assetBundleName: 52 | assetBundleVariant: 53 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.0/cs/ru/System.Text.Json.SourceGeneration.resources.dll.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 33e31b48c15ae4175be0d45f719efbf1 3 | labels: 4 | - NuGetForUnity 5 | - RoslynAnalyzer 6 | PluginImporter: 7 | externalObjects: {} 8 | serializedVersion: 3 9 | iconMap: {} 10 | executionOrder: {} 11 | defineConstraints: [] 12 | isPreloaded: 0 13 | isOverridable: 1 14 | isExplicitlyReferenced: 0 15 | validateReferences: 1 16 | platformData: 17 | Any: 18 | enabled: 0 19 | settings: 20 | 'Exclude ': 0 21 | Exclude Android: 0 22 | Exclude CloudRendering: 0 23 | Exclude EmbeddedLinux: 0 24 | Exclude GameCoreScarlett: 0 25 | Exclude GameCoreXboxOne: 0 26 | Exclude Kepler: 0 27 | Exclude Linux64: 0 28 | Exclude OSXUniversal: 0 29 | Exclude PS4: 0 30 | Exclude PS5: 0 31 | Exclude QNX: 0 32 | Exclude ReservedCFE: 0 33 | Exclude Switch: 0 34 | Exclude VisionOS: 0 35 | Exclude WebGL: 0 36 | Exclude Win: 0 37 | Exclude Win64: 0 38 | Exclude WindowsStoreApps: 0 39 | Exclude XboxOne: 0 40 | Exclude iOS: 0 41 | Exclude tvOS: 0 42 | Editor: 43 | enabled: 0 44 | settings: 45 | DefaultValueInitialized: true 46 | WindowsStoreApps: 47 | enabled: 0 48 | settings: 49 | CPU: AnyCPU 50 | userData: 51 | assetBundleName: 52 | assetBundleVariant: 53 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.0/cs/tr/System.Text.Json.SourceGeneration.resources.dll.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 38b4d008541d640a1887b576b874af22 3 | labels: 4 | - NuGetForUnity 5 | - RoslynAnalyzer 6 | PluginImporter: 7 | externalObjects: {} 8 | serializedVersion: 3 9 | iconMap: {} 10 | executionOrder: {} 11 | defineConstraints: [] 12 | isPreloaded: 0 13 | isOverridable: 1 14 | isExplicitlyReferenced: 0 15 | validateReferences: 1 16 | platformData: 17 | Any: 18 | enabled: 0 19 | settings: 20 | 'Exclude ': 0 21 | Exclude Android: 0 22 | Exclude CloudRendering: 0 23 | Exclude EmbeddedLinux: 0 24 | Exclude GameCoreScarlett: 0 25 | Exclude GameCoreXboxOne: 0 26 | Exclude Kepler: 0 27 | Exclude Linux64: 0 28 | Exclude OSXUniversal: 0 29 | Exclude PS4: 0 30 | Exclude PS5: 0 31 | Exclude QNX: 0 32 | Exclude ReservedCFE: 0 33 | Exclude Switch: 0 34 | Exclude VisionOS: 0 35 | Exclude WebGL: 0 36 | Exclude Win: 0 37 | Exclude Win64: 0 38 | Exclude WindowsStoreApps: 0 39 | Exclude XboxOne: 0 40 | Exclude iOS: 0 41 | Exclude tvOS: 0 42 | Editor: 43 | enabled: 0 44 | settings: 45 | DefaultValueInitialized: true 46 | WindowsStoreApps: 47 | enabled: 0 48 | settings: 49 | CPU: AnyCPU 50 | userData: 51 | assetBundleName: 52 | assetBundleVariant: 53 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.0/cs/pt-BR/System.Text.Json.SourceGeneration.resources.dll.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 091279f7ec464440c8e230b87b1369a7 3 | labels: 4 | - NuGetForUnity 5 | - RoslynAnalyzer 6 | PluginImporter: 7 | externalObjects: {} 8 | serializedVersion: 3 9 | iconMap: {} 10 | executionOrder: {} 11 | defineConstraints: [] 12 | isPreloaded: 0 13 | isOverridable: 1 14 | isExplicitlyReferenced: 0 15 | validateReferences: 1 16 | platformData: 17 | Any: 18 | enabled: 0 19 | settings: 20 | 'Exclude ': 0 21 | Exclude Android: 0 22 | Exclude CloudRendering: 0 23 | Exclude EmbeddedLinux: 0 24 | Exclude GameCoreScarlett: 0 25 | Exclude GameCoreXboxOne: 0 26 | Exclude Kepler: 0 27 | Exclude Linux64: 0 28 | Exclude OSXUniversal: 0 29 | Exclude PS4: 0 30 | Exclude PS5: 0 31 | Exclude QNX: 0 32 | Exclude ReservedCFE: 0 33 | Exclude Switch: 0 34 | Exclude VisionOS: 0 35 | Exclude WebGL: 0 36 | Exclude Win: 0 37 | Exclude Win64: 0 38 | Exclude WindowsStoreApps: 0 39 | Exclude XboxOne: 0 40 | Exclude iOS: 0 41 | Exclude tvOS: 0 42 | Editor: 43 | enabled: 0 44 | settings: 45 | DefaultValueInitialized: true 46 | WindowsStoreApps: 47 | enabled: 0 48 | settings: 49 | CPU: AnyCPU 50 | userData: 51 | assetBundleName: 52 | assetBundleVariant: 53 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.0/cs/zh-Hans/System.Text.Json.SourceGeneration.resources.dll.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fdfa60438366a4f6883b1c847c0e13ca 3 | labels: 4 | - NuGetForUnity 5 | - RoslynAnalyzer 6 | PluginImporter: 7 | externalObjects: {} 8 | serializedVersion: 3 9 | iconMap: {} 10 | executionOrder: {} 11 | defineConstraints: [] 12 | isPreloaded: 0 13 | isOverridable: 1 14 | isExplicitlyReferenced: 0 15 | validateReferences: 1 16 | platformData: 17 | Any: 18 | enabled: 0 19 | settings: 20 | 'Exclude ': 0 21 | Exclude Android: 0 22 | Exclude CloudRendering: 0 23 | Exclude EmbeddedLinux: 0 24 | Exclude GameCoreScarlett: 0 25 | Exclude GameCoreXboxOne: 0 26 | Exclude Kepler: 0 27 | Exclude Linux64: 0 28 | Exclude OSXUniversal: 0 29 | Exclude PS4: 0 30 | Exclude PS5: 0 31 | Exclude QNX: 0 32 | Exclude ReservedCFE: 0 33 | Exclude Switch: 0 34 | Exclude VisionOS: 0 35 | Exclude WebGL: 0 36 | Exclude Win: 0 37 | Exclude Win64: 0 38 | Exclude WindowsStoreApps: 0 39 | Exclude XboxOne: 0 40 | Exclude iOS: 0 41 | Exclude tvOS: 0 42 | Editor: 43 | enabled: 0 44 | settings: 45 | DefaultValueInitialized: true 46 | WindowsStoreApps: 47 | enabled: 0 48 | settings: 49 | CPU: AnyCPU 50 | userData: 51 | assetBundleName: 52 | assetBundleVariant: 53 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Json.9.0.10/analyzers/dotnet/roslyn4.0/cs/zh-Hant/System.Text.Json.SourceGeneration.resources.dll.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 136114b4cbde643d297dec1ad59b84a5 3 | labels: 4 | - NuGetForUnity 5 | - RoslynAnalyzer 6 | PluginImporter: 7 | externalObjects: {} 8 | serializedVersion: 3 9 | iconMap: {} 10 | executionOrder: {} 11 | defineConstraints: [] 12 | isPreloaded: 0 13 | isOverridable: 1 14 | isExplicitlyReferenced: 0 15 | validateReferences: 1 16 | platformData: 17 | Any: 18 | enabled: 0 19 | settings: 20 | 'Exclude ': 0 21 | Exclude Android: 0 22 | Exclude CloudRendering: 0 23 | Exclude EmbeddedLinux: 0 24 | Exclude GameCoreScarlett: 0 25 | Exclude GameCoreXboxOne: 0 26 | Exclude Kepler: 0 27 | Exclude Linux64: 0 28 | Exclude OSXUniversal: 0 29 | Exclude PS4: 0 30 | Exclude PS5: 0 31 | Exclude QNX: 0 32 | Exclude ReservedCFE: 0 33 | Exclude Switch: 0 34 | Exclude VisionOS: 0 35 | Exclude WebGL: 0 36 | Exclude Win: 0 37 | Exclude Win64: 0 38 | Exclude WindowsStoreApps: 0 39 | Exclude XboxOne: 0 40 | Exclude iOS: 0 41 | Exclude tvOS: 0 42 | Editor: 43 | enabled: 0 44 | settings: 45 | DefaultValueInitialized: true 46 | WindowsStoreApps: 47 | enabled: 0 48 | settings: 49 | CPU: AnyCPU 50 | userData: 51 | assetBundleName: 52 | assetBundleVariant: 53 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/Microsoft.Bcl.AsyncInterfaces.9.0.10/Microsoft.Bcl.AsyncInterfaces.nuspec: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Microsoft.Bcl.AsyncInterfaces 5 | 9.0.10 6 | Microsoft 7 | MIT 8 | https://licenses.nuget.org/MIT 9 | Icon.png 10 | PACKAGE.md 11 | https://dot.net/ 12 | Provides the IAsyncEnumerable<T> and IAsyncDisposable interfaces and helper types for .NET Standard 2.0. This package is not required starting with .NET Standard 2.1 and .NET Core 3.0. 13 | https://go.microsoft.com/fwlink/?LinkID=799421 14 | © Microsoft Corporation. All rights reserved. 15 | true 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!126 &1 4 | NavMeshProjectSettings: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 2 7 | areas: 8 | - name: Walkable 9 | cost: 1 10 | - name: Not Walkable 11 | cost: 1 12 | - name: Jump 13 | cost: 2 14 | - name: 15 | cost: 1 16 | - name: 17 | cost: 1 18 | - name: 19 | cost: 1 20 | - name: 21 | cost: 1 22 | - name: 23 | cost: 1 24 | - name: 25 | cost: 1 26 | - name: 27 | cost: 1 28 | - name: 29 | cost: 1 30 | - name: 31 | cost: 1 32 | - name: 33 | cost: 1 34 | - name: 35 | cost: 1 36 | - name: 37 | cost: 1 38 | - name: 39 | cost: 1 40 | - name: 41 | cost: 1 42 | - name: 43 | cost: 1 44 | - name: 45 | cost: 1 46 | - name: 47 | cost: 1 48 | - name: 49 | cost: 1 50 | - name: 51 | cost: 1 52 | - name: 53 | cost: 1 54 | - name: 55 | cost: 1 56 | - name: 57 | cost: 1 58 | - name: 59 | cost: 1 60 | - name: 61 | cost: 1 62 | - name: 63 | cost: 1 64 | - name: 65 | cost: 1 66 | - name: 67 | cost: 1 68 | - name: 69 | cost: 1 70 | - name: 71 | cost: 1 72 | m_LastAgentTypeID: -887442657 73 | m_Settings: 74 | - serializedVersion: 2 75 | agentTypeID: 0 76 | agentRadius: 0.5 77 | agentHeight: 2 78 | agentSlope: 45 79 | agentClimb: 0.75 80 | ledgeDropHeight: 0 81 | maxJumpAcrossDistance: 0 82 | minRegionArea: 2 83 | manualCellSize: 0 84 | cellSize: 0.16666667 85 | manualTileSize: 0 86 | tileSize: 256 87 | accuratePlacement: 0 88 | debug: 89 | m_Flags: 0 90 | m_SettingNames: 91 | - Humanoid 92 | -------------------------------------------------------------------------------- /ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!159 &1 4 | EditorSettings: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 15 7 | m_SerializationMode: 2 8 | m_LineEndingsForNewScripts: 0 9 | m_DefaultBehaviorMode: 0 10 | m_PrefabRegularEnvironment: {fileID: 0} 11 | m_PrefabUIEnvironment: {fileID: 0} 12 | m_SpritePackerMode: 0 13 | m_SpritePackerCacheSize: 10 14 | m_SpritePackerPaddingPower: 1 15 | m_Bc7TextureCompressor: 0 16 | m_EtcTextureCompressorBehavior: 1 17 | m_EtcTextureFastCompressor: 1 18 | m_EtcTextureNormalCompressor: 2 19 | m_EtcTextureBestCompressor: 4 20 | m_ProjectGenerationIncludedExtensions: txt;xml;fnt;cd;asmdef;rsp;asmref 21 | m_ProjectGenerationRootNamespace: 22 | m_EnableTextureStreamingInEditMode: 1 23 | m_EnableTextureStreamingInPlayMode: 1 24 | m_EnableEditorAsyncCPUTextureLoading: 0 25 | m_AsyncShaderCompilation: 1 26 | m_PrefabModeAllowAutoSave: 1 27 | m_EnterPlayModeOptionsEnabled: 1 28 | m_EnterPlayModeOptions: 0 29 | m_GameObjectNamingDigits: 1 30 | m_GameObjectNamingScheme: 0 31 | m_AssetNamingUsesSpace: 1 32 | m_InspectorUseIMGUIDefaultInspector: 0 33 | m_UseLegacyProbeSampleCount: 0 34 | m_SerializeInlineMappingsOnOneLine: 1 35 | m_DisableCookiesInLightmapper: 0 36 | m_ShadowmaskStitching: 0 37 | m_AssetPipelineMode: 1 38 | m_RefreshImportMode: 0 39 | m_CacheServerMode: 0 40 | m_CacheServerEndpoint: 41 | m_CacheServerNamespacePrefix: default 42 | m_CacheServerEnableDownload: 1 43 | m_CacheServerEnableUpload: 1 44 | m_CacheServerEnableAuth: 0 45 | m_CacheServerEnableTls: 0 46 | m_CacheServerValidationMode: 2 47 | m_CacheServerDownloadBatchSize: 128 48 | m_EnableEnlightenBakedGI: 0 49 | m_ReferencedClipsExactNaming: 1 50 | m_ForceAssetUnloadAndGCOnSceneLoad: 1 51 | -------------------------------------------------------------------------------- /Assets/Settings/Mobile_Renderer.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &11400000 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 0 6 | m_CorrespondingSourceObject: {fileID: 0} 7 | m_PrefabInstance: {fileID: 0} 8 | m_PrefabAsset: {fileID: 0} 9 | m_GameObject: {fileID: 0} 10 | m_Enabled: 1 11 | m_EditorHideFlags: 0 12 | m_Script: {fileID: 11500000, guid: de640fe3d0db1804a85f9fc8f5cadab6, type: 3} 13 | m_Name: Mobile_Renderer 14 | m_EditorClassIdentifier: 15 | debugShaders: 16 | debugReplacementPS: {fileID: 4800000, guid: cf852408f2e174538bcd9b7fda1c5ae7, 17 | type: 3} 18 | hdrDebugViewPS: {fileID: 4800000, guid: 573620ae32aec764abd4d728906d2587, type: 3} 19 | probeVolumeSamplingDebugComputeShader: {fileID: 7200000, guid: 53626a513ea68ce47b59dc1299fe3959, 20 | type: 3} 21 | probeVolumeResources: 22 | probeVolumeDebugShader: {fileID: 0} 23 | probeVolumeFragmentationDebugShader: {fileID: 0} 24 | probeVolumeOffsetDebugShader: {fileID: 0} 25 | probeVolumeSamplingDebugShader: {fileID: 0} 26 | probeSamplingDebugMesh: {fileID: 0} 27 | probeSamplingDebugTexture: {fileID: 0} 28 | probeVolumeBlendStatesCS: {fileID: 0} 29 | m_RendererFeatures: [] 30 | m_RendererFeatureMap: 31 | m_UseNativeRenderPass: 1 32 | postProcessData: {fileID: 11400000, guid: 41439944d30ece34e96484bdb6645b55, type: 2} 33 | m_AssetVersion: 2 34 | m_OpaqueLayerMask: 35 | serializedVersion: 2 36 | m_Bits: 4294967295 37 | m_TransparentLayerMask: 38 | serializedVersion: 2 39 | m_Bits: 4294967295 40 | m_DefaultStencilState: 41 | overrideStencilState: 0 42 | stencilReference: 0 43 | stencilCompareFunction: 8 44 | passOperation: 2 45 | failOperation: 0 46 | zFailOperation: 0 47 | m_ShadowTransparentReceive: 0 48 | m_RenderingMode: 0 49 | m_DepthPrimingMode: 0 50 | m_CopyDepthMode: 0 51 | m_AccurateGbufferNormals: 0 52 | m_IntermediateTextureMode: 0 53 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.IO.Pipelines.9.0.10/System.IO.Pipelines.nuspec: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | System.IO.Pipelines 5 | 9.0.10 6 | Microsoft 7 | MIT 8 | https://licenses.nuget.org/MIT 9 | Icon.png 10 | PACKAGE.md 11 | https://dot.net/ 12 | Single producer single consumer byte buffer management. 13 | 14 | Commonly Used Types: 15 | System.IO.Pipelines.Pipe 16 | System.IO.Pipelines.PipeWriter 17 | System.IO.Pipelines.PipeReader 18 | https://go.microsoft.com/fwlink/?LinkID=799421 19 | © Microsoft Corporation. All rights reserved. 20 | true 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.IO.Pipelines.9.0.10/PACKAGE.md: -------------------------------------------------------------------------------- 1 | ## About 2 | 3 | 4 | 5 | A library designed to make it easier to do high-performance I/O. 6 | 7 | Apps that parse streaming data are composed of boilerplate code having many specialized and unusual code flows. 8 | The boilerplate and special case code is complex and difficult to maintain. 9 | 10 | `System.IO.Pipelines` was architected to: 11 | 12 | * Have high performance parsing streaming data. 13 | * Reduce code complexity. 14 | 15 | ## Key Features 16 | 17 | 18 | 19 | * Single producer/single consumer byte buffer management. 20 | * Reduction in code complexity and boilerplate code associated with I/O operations. 21 | 22 | ## How to Use 23 | 24 | 25 | 26 | Check the [System.IO.Pipelines in .NET article](https://learn.microsoft.com/dotnet/standard/io/pipelines) for a full example. 27 | 28 | ## Main Types 29 | 30 | 31 | 32 | The main types provided by this library are: 33 | 34 | * `System.IO.Pipelines.Pipe` 35 | * `System.IO.Pipelines.PipeWriter` 36 | * `System.IO.Pipelines.PipeReader` 37 | 38 | ## Additional Documentation 39 | 40 | 41 | 42 | * [Conceptual documentation](https://learn.microsoft.com/dotnet/standard/io/pipelines) 43 | * [API documentation](https://learn.microsoft.com/dotnet/api/system.io.pipelines) 44 | 45 | ## Feedback & Contributing 46 | 47 | 48 | 49 | System.IO.Pipelines is released as open source under the [MIT license](https://licenses.nuget.org/MIT). Bug reports and contributions are welcome at [the GitHub repository](https://github.com/dotnet/runtime). 50 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/System.Text.Encodings.Web.9.0.10/System.Text.Encodings.Web.nuspec: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | System.Text.Encodings.Web 5 | 9.0.10 6 | Microsoft 7 | MIT 8 | https://licenses.nuget.org/MIT 9 | Icon.png 10 | PACKAGE.md 11 | https://dot.net/ 12 | Provides types for encoding and escaping strings for use in JavaScript, HyperText Markup Language (HTML), and uniform resource locators (URL). 13 | 14 | Commonly Used Types: 15 | System.Text.Encodings.Web.HtmlEncoder 16 | System.Text.Encodings.Web.UrlEncoder 17 | System.Text.Encodings.Web.JavaScriptEncoder 18 | https://go.microsoft.com/fwlink/?LinkID=799421 19 | © Microsoft Corporation. All rights reserved. 20 | true 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | -------------------------------------------------------------------------------- /Packages/manifest.json: -------------------------------------------------------------------------------- 1 | { 2 | "dependencies": { 3 | "com.github-glitchenzo.nugetforunity": "https://github.com/GlitchEnzo/NuGetForUnity.git?path=/src/NuGetForUnity", 4 | "com.unity.ai.navigation": "2.0.9", 5 | "com.unity.collab-proxy": "2.10.1", 6 | "com.unity.ide.rider": "3.0.38", 7 | "com.unity.ide.visualstudio": "2.0.23", 8 | "com.unity.inputsystem": "1.14.2", 9 | "com.unity.multiplayer.center": "1.0.0", 10 | "com.unity.render-pipelines.universal": "17.2.0", 11 | "com.unity.test-framework": "1.6.0", 12 | "com.unity.timeline": "1.8.9", 13 | "com.unity.ugui": "2.0.0", 14 | "com.unity.modules.accessibility": "1.0.0", 15 | "com.unity.modules.ai": "1.0.0", 16 | "com.unity.modules.androidjni": "1.0.0", 17 | "com.unity.modules.animation": "1.0.0", 18 | "com.unity.modules.assetbundle": "1.0.0", 19 | "com.unity.modules.audio": "1.0.0", 20 | "com.unity.modules.cloth": "1.0.0", 21 | "com.unity.modules.director": "1.0.0", 22 | "com.unity.modules.imageconversion": "1.0.0", 23 | "com.unity.modules.imgui": "1.0.0", 24 | "com.unity.modules.jsonserialize": "1.0.0", 25 | "com.unity.modules.particlesystem": "1.0.0", 26 | "com.unity.modules.physics": "1.0.0", 27 | "com.unity.modules.physics2d": "1.0.0", 28 | "com.unity.modules.screencapture": "1.0.0", 29 | "com.unity.modules.terrain": "1.0.0", 30 | "com.unity.modules.terrainphysics": "1.0.0", 31 | "com.unity.modules.tilemap": "1.0.0", 32 | "com.unity.modules.ui": "1.0.0", 33 | "com.unity.modules.uielements": "1.0.0", 34 | "com.unity.modules.umbra": "1.0.0", 35 | "com.unity.modules.unityanalytics": "1.0.0", 36 | "com.unity.modules.unitywebrequest": "1.0.0", 37 | "com.unity.modules.unitywebrequestassetbundle": "1.0.0", 38 | "com.unity.modules.unitywebrequestaudio": "1.0.0", 39 | "com.unity.modules.unitywebrequesttexture": "1.0.0", 40 | "com.unity.modules.unitywebrequestwww": "1.0.0", 41 | "com.unity.modules.vehicles": "1.0.0", 42 | "com.unity.modules.video": "1.0.0", 43 | "com.unity.modules.vr": "1.0.0", 44 | "com.unity.modules.wind": "1.0.0", 45 | "com.unity.modules.xr": "1.0.0" 46 | } 47 | } 48 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/AgentClientProtocol.0.1.5/README.md: -------------------------------------------------------------------------------- 1 | # AgentClientProtocol for C# 2 | Unofficial C# SDK for ACP (Agent Client Protocol) clients and agents 3 | 4 | [![NuGet](https://img.shields.io/nuget/v/AgentClientProtocol.svg)](https://www.nuget.org/packages/AgentClientProtocol) 5 | [![Releases](https://img.shields.io/github/release/nuskey8/acp-csharp.svg)](https://github.com/nuskey8/acp-csharp/releases) 6 | [![license](https://img.shields.io/badge/LICENSE-MIT-green.svg)](LICENSE) 7 | 8 | ## What's Agent Client Protocol? 9 | 10 | Agent Client Protocol is a protocol proposed by Zed to standardize communication between code editors/IDEs and coding agents. 11 | 12 | > ACP solves this by providing a standardized protocol for agent-editor communication, similar to how the Language Server Protocol (LSP) standardized language server integration. 13 | 14 | Please refer to [the official documentation](https://agentclientprotocol.com/) for details. 15 | 16 | ## Installation 17 | 18 | ### .NET CLI 19 | 20 | ```ps1 21 | dotnet add package AgentClientProtocol 22 | ``` 23 | 24 | ### Package Manager 25 | 26 | ```ps1 27 | Install-Package AgentClientProtocol 28 | ``` 29 | 30 | ## Quick Start 31 | 32 | ### Client 33 | 34 | ```cs 35 | class ExampleClient : IAcpClient { ... } 36 | ``` 37 | 38 | ```cs 39 | var client = new ExampleClient(); 40 | 41 | using var conn = new ClientSideConnection( _ => client, reader, writer); 42 | 43 | conn.Open(); 44 | 45 | var initResult = await conn.InitializeAsync(new InitializeRequest 46 | { 47 | ProtocolVersion = 1, 48 | ClientCapabilities = new ClientCapabilities 49 | { 50 | Fs = new FileSystemCapability 51 | { 52 | ReadTextFile = true, 53 | WriteTextFile = true 54 | } 55 | } 56 | }); 57 | 58 | Console.WriteLine($"Connected to agent (protocol v{initResult.ProtocolVersion})"); 59 | ``` 60 | 61 | ### Agent 62 | 63 | ```cs 64 | class ExampleClient : IAcpAgent { ... } 65 | ``` 66 | 67 | ```cs 68 | var agent = new ExampleAgent(); 69 | using var conn = new AgentSideConnection(agent, reader, writer); 70 | conn.Open(); 71 | 72 | await Task.Delay(-1); 73 | ``` 74 | 75 | ## License 76 | 77 | This library is under the [MIT License](LICENSE). -------------------------------------------------------------------------------- /ProjectSettings/Physics2DSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!19 &1 4 | Physics2DSettings: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 4 7 | m_Gravity: {x: 0, y: -9.81} 8 | m_DefaultMaterial: {fileID: 0} 9 | m_VelocityIterations: 8 10 | m_PositionIterations: 3 11 | m_VelocityThreshold: 1 12 | m_MaxLinearCorrection: 0.2 13 | m_MaxAngularCorrection: 8 14 | m_MaxTranslationSpeed: 100 15 | m_MaxRotationSpeed: 360 16 | m_BaumgarteScale: 0.2 17 | m_BaumgarteTimeOfImpactScale: 0.75 18 | m_TimeToSleep: 0.5 19 | m_LinearSleepTolerance: 0.01 20 | m_AngularSleepTolerance: 2 21 | m_DefaultContactOffset: 0.01 22 | m_JobOptions: 23 | serializedVersion: 2 24 | useMultithreading: 0 25 | useConsistencySorting: 0 26 | m_InterpolationPosesPerJob: 100 27 | m_NewContactsPerJob: 30 28 | m_CollideContactsPerJob: 100 29 | m_ClearFlagsPerJob: 200 30 | m_ClearBodyForcesPerJob: 200 31 | m_SyncDiscreteFixturesPerJob: 50 32 | m_SyncContinuousFixturesPerJob: 50 33 | m_FindNearestContactsPerJob: 100 34 | m_UpdateTriggerContactsPerJob: 100 35 | m_IslandSolverCostThreshold: 100 36 | m_IslandSolverBodyCostScale: 1 37 | m_IslandSolverContactCostScale: 10 38 | m_IslandSolverJointCostScale: 10 39 | m_IslandSolverBodiesPerJob: 50 40 | m_IslandSolverContactsPerJob: 50 41 | m_AutoSimulation: 1 42 | m_QueriesHitTriggers: 1 43 | m_QueriesStartInColliders: 1 44 | m_CallbacksOnDisable: 1 45 | m_ReuseCollisionCallbacks: 0 46 | m_AutoSyncTransforms: 0 47 | m_AlwaysShowColliders: 0 48 | m_ShowColliderSleep: 1 49 | m_ShowColliderContacts: 0 50 | m_ShowColliderAABB: 0 51 | m_ContactArrowScale: 0.2 52 | m_ColliderAwakeColor: {r: 0.5686275, g: 0.95686275, b: 0.54509807, a: 0.7529412} 53 | m_ColliderAsleepColor: {r: 0.5686275, g: 0.95686275, b: 0.54509807, a: 0.36078432} 54 | m_ColliderContactColor: {r: 1, g: 0, b: 1, a: 0.6862745} 55 | m_ColliderAABBColor: {r: 1, g: 1, b: 0, a: 0.2509804} 56 | m_LayerCollisionMatrix: ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff 57 | -------------------------------------------------------------------------------- /Packages/nuget-packages/InstalledPackages/Microsoft.Bcl.AsyncInterfaces.9.0.10/PACKAGE.md: -------------------------------------------------------------------------------- 1 | ## About 2 | 3 | As of C# 8, the C# language has support for producing and consuming asynchronous iterators. The library types in support of those features are available in .NET Core 3.0 and newer as well as in .NET Standard 2.1. This library provides the necessary definitions of those types to support these language features on .NET Framework and on .NET Standard 2.0. This library is not necessary nor recommended when targeting versions of .NET that include the relevant support. 4 | 5 | ## Key Features 6 | 7 | 8 | 9 | * Enables the use of C# async iterators on older .NET platforms 10 | 11 | ## How to Use 12 | 13 | 14 | 15 | ```C# 16 | using System; 17 | using System.Collections.Generic; 18 | using System.Threading.Tasks; 19 | 20 | internal static class Program 21 | { 22 | private static async Task Main() 23 | { 24 | Console.WriteLine("Starting..."); 25 | await foreach (var value in GetValuesAsync()) 26 | { 27 | Console.WriteLine(value); 28 | } 29 | Console.WriteLine("Finished!"); 30 | 31 | static async IAsyncEnumerable GetValuesAsync() 32 | { 33 | for (int i = 0; i < 10; i++) 34 | { 35 | await Task.Delay(TimeSpan.FromSeconds(1)); 36 | yield return i; 37 | } 38 | } 39 | } 40 | } 41 | ``` 42 | 43 | ## Main Types 44 | 45 | 46 | 47 | The main types provided by this library are: 48 | 49 | * `IAsyncEnumerable` 50 | * `IAsyncEnumerator` 51 | * `IAsyncDisposable` 52 | 53 | ## Additional Documentation 54 | 55 | 56 | 57 | * [C# Feature Specification](https://learn.microsoft.com/dotnet/csharp/language-reference/proposals/csharp-8.0/async-streams) 58 | * [Walkthrough article](https://learn.microsoft.com/archive/msdn-magazine/2019/november/csharp-iterating-with-async-enumerables-in-csharp-8) 59 | 60 | ## Feedback & Contributing 61 | 62 | 63 | 64 | Microsoft.Bcl.AsyncInterfaces is released as open source under the [MIT license](https://licenses.nuget.org/MIT). Bug reports and contributions are welcome at [the GitHub repository](https://github.com/dotnet/runtime). --------------------------------------------------------------------------------