From d1c549529773bec5224314fb86dfd0e5a0578267 Mon Sep 17 00:00:00 2001 From: divak Date: Tue, 11 Oct 2022 18:49:52 +0500 Subject: [PATCH] first commit --- .gitignore | 1 + .vscode/settings.json | 55 + Assets/Scenes.meta | 8 + Assets/Scenes/SampleScene.unity | 267 +++ Assets/Scenes/SampleScene.unity.meta | 7 + Assets/URPSettings.meta | 8 + Assets/URPSettings/MediumQualityAsset.asset | 74 + .../URPSettings/MediumQualityAsset.asset.meta | 8 + ...ersal Render Pipeline Asset_Renderer.asset | 55 + ... Render Pipeline Asset_Renderer.asset.meta | 8 + ...niversalRenderPipelineGlobalSettings.asset | 27 + ...salRenderPipelineGlobalSettings.asset.meta | 8 + Assets/XR.meta | 8 + Assets/XR/Loaders.meta | 8 + Assets/XR/Loaders/AR Core Loader.asset | 14 + Assets/XR/Loaders/AR Core Loader.asset.meta | 8 + Assets/XR/Loaders/AR Kit Loader.asset | 14 + Assets/XR/Loaders/AR Kit Loader.asset.meta | 8 + Assets/XR/Settings.meta | 8 + Assets/XR/Settings/AR Core Settings.asset | 17 + .../XR/Settings/AR Core Settings.asset.meta | 8 + Assets/XR/Settings/AR Kit Settings.asset | 16 + Assets/XR/Settings/AR Kit Settings.asset.meta | 8 + Assets/XR/XRGeneralSettings.asset | 111 ++ Assets/XR/XRGeneralSettings.asset.meta | 8 + CPPK-VR.sln | 317 ++++ Logs/AssetImportWorker0.log | 321 ++++ Logs/AssetImportWorker1.log | 315 ++++ Logs/Packages-Update.log | 46 + Logs/shadercompiler-AssetImportWorker0.log | 8 + ...hadercompiler-UnityShaderCompiler.exe0.log | 500 ++++++ ...hadercompiler-UnityShaderCompiler.exe1.log | 120 ++ ...adercompiler-UnityShaderCompiler.exe10.log | 93 + ...adercompiler-UnityShaderCompiler.exe11.log | 92 + ...adercompiler-UnityShaderCompiler.exe12.log | 107 ++ ...adercompiler-UnityShaderCompiler.exe13.log | 101 ++ ...adercompiler-UnityShaderCompiler.exe14.log | 98 ++ ...adercompiler-UnityShaderCompiler.exe15.log | 98 ++ ...hadercompiler-UnityShaderCompiler.exe2.log | 144 ++ ...hadercompiler-UnityShaderCompiler.exe3.log | 125 ++ ...hadercompiler-UnityShaderCompiler.exe4.log | 118 ++ ...hadercompiler-UnityShaderCompiler.exe5.log | 104 ++ ...hadercompiler-UnityShaderCompiler.exe6.log | 98 ++ ...hadercompiler-UnityShaderCompiler.exe7.log | 109 ++ ...hadercompiler-UnityShaderCompiler.exe8.log | 88 + ...hadercompiler-UnityShaderCompiler.exe9.log | 93 + PPv2URPConverters.csproj | 791 +++++++++ Packages/manifest.json | 50 + Packages/packages-lock.json | 551 ++++++ ProjectSettings/AudioManager.asset | 19 + ProjectSettings/BurstAotSettings_Android.json | 14 + .../BurstAotSettings_StandaloneWindows.json | 16 + ProjectSettings/BurstAotSettings_WebGL.json | 14 + ProjectSettings/BurstAotSettings_iOS.json | 14 + ProjectSettings/ClusterInputManager.asset | 6 + ProjectSettings/CommonBurstAotSettings.json | 6 + ProjectSettings/DynamicsManager.asset | 34 + ProjectSettings/EditorBuildSettings.asset | 11 + ProjectSettings/EditorSettings.asset | 30 + ProjectSettings/GraphicsSettings.asset | 66 + ProjectSettings/InputManager.asset | 488 ++++++ ProjectSettings/MemorySettings.asset | 35 + ProjectSettings/NavMeshAreas.asset | 91 + ProjectSettings/PackageManagerSettings.asset | 35 + .../Settings.json | 7 + ProjectSettings/Physics2DSettings.asset | 56 + ProjectSettings/PresetManager.asset | 7 + ProjectSettings/ProjectSettings.asset | 900 ++++++++++ ProjectSettings/ProjectVersion.txt | 2 + ProjectSettings/QualitySettings.asset | 241 +++ ProjectSettings/SceneTemplateSettings.json | 167 ++ ProjectSettings/ShaderGraphSettings.asset | 16 + ProjectSettings/TagManager.asset | 43 + ProjectSettings/TimeManager.asset | 9 + ProjectSettings/TimelineSettings.asset | 16 + ProjectSettings/URPProjectSettings.asset | 15 + ProjectSettings/UnityConnectSettings.asset | 35 + ProjectSettings/VFXManager.asset | 15 + ProjectSettings/VersionControlSettings.asset | 8 + ProjectSettings/XRPackageSettings.asset | 5 + ProjectSettings/XRSettings.asset | 10 + ProjectSettings/boot.config | 0 Unity.Burst.CodeGen.csproj | 723 ++++++++ Unity.Burst.Editor.csproj | 779 +++++++++ Unity.Burst.csproj | 792 +++++++++ Unity.CollabProxy.Editor.csproj | 903 ++++++++++ Unity.EditorCoroutines.Editor.csproj | 752 ++++++++ Unity.InternalAPIEditorBridge.005.csproj | 749 ++++++++ Unity.Mathematics.Editor.csproj | 771 +++++++++ Unity.Mathematics.csproj | 829 +++++++++ ...Performance.Profile-Analyzer.Editor.csproj | 784 +++++++++ Unity.PlasticSCM.Editor.csproj | 1047 +++++++++++ ...derPipeline.Universal.ShaderLibrary.csproj | 788 +++++++++ Unity.RenderPipelines.Core.Editor.csproj | 899 ++++++++++ Unity.RenderPipelines.Core.Runtime.csproj | 888 ++++++++++ ....RenderPipelines.Core.ShaderLibrary.csproj | 792 +++++++++ ...ines.ShaderGraph.ShaderGraphLibrary.csproj | 751 ++++++++ Unity.RenderPipelines.Universal.Editor.csproj | 1063 ++++++++++++ ...y.RenderPipelines.Universal.Runtime.csproj | 921 ++++++++++ ...y.RenderPipelines.Universal.Shaders.csproj | 867 ++++++++++ Unity.Rider.Editor.csproj | 755 ++++++++ Unity.Searcher.Editor.csproj | 776 +++++++++ Unity.Services.Core.Analytics.csproj | 731 ++++++++ ....Services.Core.Configuration.Editor.csproj | 765 ++++++++ Unity.Services.Core.Configuration.csproj | 744 ++++++++ Unity.Services.Core.Device.csproj | 736 ++++++++ Unity.Services.Core.Editor.csproj | 845 +++++++++ ...Services.Core.Environments.Internal.csproj | 731 ++++++++ Unity.Services.Core.Environments.csproj | 735 ++++++++ Unity.Services.Core.Internal.csproj | 792 +++++++++ Unity.Services.Core.Networking.csproj | 736 ++++++++ Unity.Services.Core.Registration.csproj | 763 ++++++++ Unity.Services.Core.Scheduler.csproj | 738 ++++++++ Unity.Services.Core.Telemetry.csproj | 767 ++++++++ Unity.Services.Core.Threading.csproj | 735 ++++++++ Unity.Services.Core.csproj | 736 ++++++++ Unity.Settings.Editor.csproj | 759 ++++++++ Unity.ShaderGraph.Editor.csproj | 1537 +++++++++++++++++ Unity.ShaderGraph.Utilities.csproj | 767 ++++++++ Unity.Subsystem.Registration.csproj | 726 ++++++++ ...CodeCoverage.Editor.OpenCover.Model.csproj | 763 ++++++++ ...ge.Editor.OpenCover.Mono.Reflection.csproj | 752 ++++++++ Unity.TestTools.CodeCoverage.Editor.csproj | 768 ++++++++ Unity.TextMeshPro.Editor.csproj | 800 +++++++++ Unity.TextMeshPro.csproj | 784 +++++++++ Unity.Timeline.Editor.csproj | 1024 +++++++++++ Unity.Timeline.csproj | 798 +++++++++ Unity.VSCode.Editor.csproj | 756 ++++++++ Unity.VisualEffectGraph.Editor.csproj | 1335 ++++++++++++++ Unity.VisualEffectGraph.Runtime.csproj | 867 ++++++++++ Unity.VisualScripting.Core.Editor.csproj | 1220 +++++++++++++ Unity.VisualScripting.Core.csproj | 1151 ++++++++++++ Unity.VisualScripting.Flow.Editor.csproj | 927 ++++++++++ Unity.VisualScripting.Flow.csproj | 1130 ++++++++++++ ...alScripting.SettingsProvider.Editor.csproj | 777 +++++++++ Unity.VisualScripting.Shared.Editor.csproj | 773 +++++++++ Unity.VisualScripting.State.Editor.csproj | 836 +++++++++ Unity.VisualScripting.State.csproj | 764 ++++++++ Unity.VisualStudio.Editor.csproj | 760 ++++++++ Unity.XR.ARCore.Editor.csproj | 778 +++++++++ Unity.XR.ARCore.csproj | 779 +++++++++ Unity.XR.ARFoundation.Editor.csproj | 774 +++++++++ Unity.XR.ARFoundation.csproj | 816 +++++++++ Unity.XR.ARKit.Editor.csproj | 816 +++++++++ Unity.XR.ARKit.csproj | 816 +++++++++ Unity.XR.ARSubsystems.Editor.csproj | 774 +++++++++ Unity.XR.ARSubsystems.csproj | 833 +++++++++ Unity.XR.Management.Editor.csproj | 778 +++++++++ Unity.XR.Management.csproj | 732 ++++++++ UnityEditor.SpatialTracking.csproj | 754 ++++++++ UnityEditor.TestRunner.csproj | 869 ++++++++++ UnityEditor.UI.csproj | 781 +++++++++ UnityEditor.XR.LegacyInputHelpers.csproj | 762 ++++++++ UnityEngine.SpatialTracking.csproj | 728 ++++++++ UnityEngine.TestRunner.csproj | 801 +++++++++ UnityEngine.UI.csproj | 819 +++++++++ UnityEngine.XR.LegacyInputHelpers.csproj | 733 ++++++++ UserSettings/EditorUserSettings.asset | 28 + UserSettings/Layouts/default-2021.dwlt | 974 +++++++++++ UserSettings/Search.settings | 1 + ...ework,Version=v4.7.1.AssemblyAttributes.cs | 4 + ...PConverters.csproj.AssemblyReference.cache | Bin 0 -> 143056 bytes ...rst.CodeGen.csproj.AssemblyReference.cache | Bin 0 -> 143431 bytes ...urst.Editor.csproj.AssemblyReference.cache | Bin 0 -> 143056 bytes ...Unity.Burst.csproj.AssemblyReference.cache | Bin 0 -> 137222 bytes ...roxy.Editor.csproj.AssemblyReference.cache | Bin 0 -> 143056 bytes ...ines.Editor.csproj.AssemblyReference.cache | Bin 0 -> 143056 bytes ...rBridge.005.csproj.AssemblyReference.cache | Bin 0 -> 143056 bytes ...tics.Editor.csproj.AssemblyReference.cache | Bin 0 -> 143056 bytes ...Mathematics.csproj.AssemblyReference.cache | Bin 0 -> 137222 bytes ...yzer.Editor.csproj.AssemblyReference.cache | Bin 0 -> 143056 bytes ...cSCM.Editor.csproj.AssemblyReference.cache | Bin 0 -> 143056 bytes ...aderLibrary.csproj.AssemblyReference.cache | Bin 0 -> 137222 bytes ...Core.Editor.csproj.AssemblyReference.cache | Bin 0 -> 143056 bytes ...ore.Runtime.csproj.AssemblyReference.cache | Bin 0 -> 137222 bytes ...aderLibrary.csproj.AssemblyReference.cache | Bin 0 -> 137222 bytes ...raphLibrary.csproj.AssemblyReference.cache | Bin 0 -> 137222 bytes ...rsal.Editor.csproj.AssemblyReference.cache | Bin 0 -> 143056 bytes ...sal.Runtime.csproj.AssemblyReference.cache | Bin 0 -> 137222 bytes ...sal.Shaders.csproj.AssemblyReference.cache | Bin 0 -> 137222 bytes ...ider.Editor.csproj.AssemblyReference.cache | Bin 0 -> 143056 bytes ...cher.Editor.csproj.AssemblyReference.cache | Bin 0 -> 143056 bytes ...e.Analytics.csproj.AssemblyReference.cache | Bin 0 -> 137222 bytes ...tion.Editor.csproj.AssemblyReference.cache | Bin 0 -> 143056 bytes ...nfiguration.csproj.AssemblyReference.cache | Bin 0 -> 137222 bytes ...Core.Device.csproj.AssemblyReference.cache | Bin 0 -> 137222 bytes ...Core.Editor.csproj.AssemblyReference.cache | Bin 0 -> 143056 bytes ...ts.Internal.csproj.AssemblyReference.cache | Bin 0 -> 137222 bytes ...nvironments.csproj.AssemblyReference.cache | Bin 0 -> 137222 bytes ...re.Internal.csproj.AssemblyReference.cache | Bin 0 -> 137222 bytes ....Networking.csproj.AssemblyReference.cache | Bin 0 -> 137222 bytes ...egistration.csproj.AssemblyReference.cache | Bin 0 -> 137222 bytes ...e.Scheduler.csproj.AssemblyReference.cache | Bin 0 -> 137222 bytes ...e.Telemetry.csproj.AssemblyReference.cache | Bin 0 -> 137222 bytes ...e.Threading.csproj.AssemblyReference.cache | Bin 0 -> 137222 bytes ...rvices.Core.csproj.AssemblyReference.cache | Bin 0 -> 137222 bytes ...ings.Editor.csproj.AssemblyReference.cache | Bin 0 -> 143056 bytes ...raph.Editor.csproj.AssemblyReference.cache | Bin 0 -> 143056 bytes ...h.Utilities.csproj.AssemblyReference.cache | Bin 0 -> 143056 bytes ...egistration.csproj.AssemblyReference.cache | Bin 0 -> 137222 bytes ...Cover.Model.csproj.AssemblyReference.cache | Bin 0 -> 143056 bytes ....Reflection.csproj.AssemblyReference.cache | Bin 0 -> 143056 bytes ...rage.Editor.csproj.AssemblyReference.cache | Bin 0 -> 143056 bytes ...hPro.Editor.csproj.AssemblyReference.cache | Bin 0 -> 143056 bytes ...TextMeshPro.csproj.AssemblyReference.cache | Bin 0 -> 137222 bytes ...line.Editor.csproj.AssemblyReference.cache | Bin 0 -> 143056 bytes ...ty.Timeline.csproj.AssemblyReference.cache | Bin 0 -> 137222 bytes ...Code.Editor.csproj.AssemblyReference.cache | Bin 0 -> 143056 bytes ...raph.Editor.csproj.AssemblyReference.cache | Bin 0 -> 143056 bytes ...aph.Runtime.csproj.AssemblyReference.cache | Bin 0 -> 137222 bytes ...Core.Editor.csproj.AssemblyReference.cache | Bin 0 -> 143056 bytes ...ipting.Core.csproj.AssemblyReference.cache | Bin 0 -> 137222 bytes ...Flow.Editor.csproj.AssemblyReference.cache | Bin 0 -> 143056 bytes ...ipting.Flow.csproj.AssemblyReference.cache | Bin 0 -> 137222 bytes ...ider.Editor.csproj.AssemblyReference.cache | Bin 0 -> 143056 bytes ...ared.Editor.csproj.AssemblyReference.cache | Bin 0 -> 143056 bytes ...tate.Editor.csproj.AssemblyReference.cache | Bin 0 -> 143056 bytes ...pting.State.csproj.AssemblyReference.cache | Bin 0 -> 137222 bytes ...udio.Editor.csproj.AssemblyReference.cache | Bin 0 -> 143056 bytes ...Core.Editor.csproj.AssemblyReference.cache | Bin 0 -> 143056 bytes ...y.XR.ARCore.csproj.AssemblyReference.cache | Bin 0 -> 137222 bytes ...tion.Editor.csproj.AssemblyReference.cache | Bin 0 -> 143056 bytes ...RFoundation.csproj.AssemblyReference.cache | Bin 0 -> 137222 bytes ...RKit.Editor.csproj.AssemblyReference.cache | Bin 0 -> 143056 bytes ...ty.XR.ARKit.csproj.AssemblyReference.cache | Bin 0 -> 137222 bytes ...tems.Editor.csproj.AssemblyReference.cache | Bin 0 -> 143056 bytes ...RSubsystems.csproj.AssemblyReference.cache | Bin 0 -> 137222 bytes ...ment.Editor.csproj.AssemblyReference.cache | Bin 0 -> 143056 bytes ....Management.csproj.AssemblyReference.cache | Bin 0 -> 137222 bytes ...ialTracking.csproj.AssemblyReference.cache | Bin 0 -> 143056 bytes ....TestRunner.csproj.AssemblyReference.cache | Bin 0 -> 143056 bytes ...tyEditor.UI.csproj.AssemblyReference.cache | Bin 0 -> 143056 bytes ...nputHelpers.csproj.AssemblyReference.cache | Bin 0 -> 143056 bytes ...ialTracking.csproj.AssemblyReference.cache | Bin 0 -> 137222 bytes ....TestRunner.csproj.AssemblyReference.cache | Bin 0 -> 137222 bytes ...tyEngine.UI.csproj.AssemblyReference.cache | Bin 0 -> 137222 bytes ...nputHelpers.csproj.AssemblyReference.cache | Bin 0 -> 137222 bytes 237 files changed, 70787 insertions(+) create mode 100644 .gitignore create mode 100644 .vscode/settings.json create mode 100644 Assets/Scenes.meta create mode 100644 Assets/Scenes/SampleScene.unity create mode 100644 Assets/Scenes/SampleScene.unity.meta create mode 100644 Assets/URPSettings.meta create mode 100644 Assets/URPSettings/MediumQualityAsset.asset create mode 100644 Assets/URPSettings/MediumQualityAsset.asset.meta create mode 100644 Assets/URPSettings/New Universal Render Pipeline Asset_Renderer.asset create mode 100644 Assets/URPSettings/New Universal Render Pipeline Asset_Renderer.asset.meta create mode 100644 Assets/UniversalRenderPipelineGlobalSettings.asset create mode 100644 Assets/UniversalRenderPipelineGlobalSettings.asset.meta create mode 100644 Assets/XR.meta create mode 100644 Assets/XR/Loaders.meta create mode 100644 Assets/XR/Loaders/AR Core Loader.asset create mode 100644 Assets/XR/Loaders/AR Core Loader.asset.meta create mode 100644 Assets/XR/Loaders/AR Kit Loader.asset create mode 100644 Assets/XR/Loaders/AR Kit Loader.asset.meta create mode 100644 Assets/XR/Settings.meta create mode 100644 Assets/XR/Settings/AR Core Settings.asset create mode 100644 Assets/XR/Settings/AR Core Settings.asset.meta create mode 100644 Assets/XR/Settings/AR Kit Settings.asset create mode 100644 Assets/XR/Settings/AR Kit Settings.asset.meta create mode 100644 Assets/XR/XRGeneralSettings.asset create mode 100644 Assets/XR/XRGeneralSettings.asset.meta create mode 100644 CPPK-VR.sln create mode 100644 Logs/AssetImportWorker0.log create mode 100644 Logs/AssetImportWorker1.log create mode 100644 Logs/Packages-Update.log create mode 100644 Logs/shadercompiler-AssetImportWorker0.log create mode 100644 Logs/shadercompiler-UnityShaderCompiler.exe0.log create mode 100644 Logs/shadercompiler-UnityShaderCompiler.exe1.log create mode 100644 Logs/shadercompiler-UnityShaderCompiler.exe10.log create mode 100644 Logs/shadercompiler-UnityShaderCompiler.exe11.log create mode 100644 Logs/shadercompiler-UnityShaderCompiler.exe12.log create mode 100644 Logs/shadercompiler-UnityShaderCompiler.exe13.log create mode 100644 Logs/shadercompiler-UnityShaderCompiler.exe14.log create mode 100644 Logs/shadercompiler-UnityShaderCompiler.exe15.log create mode 100644 Logs/shadercompiler-UnityShaderCompiler.exe2.log create mode 100644 Logs/shadercompiler-UnityShaderCompiler.exe3.log create mode 100644 Logs/shadercompiler-UnityShaderCompiler.exe4.log create mode 100644 Logs/shadercompiler-UnityShaderCompiler.exe5.log create mode 100644 Logs/shadercompiler-UnityShaderCompiler.exe6.log create mode 100644 Logs/shadercompiler-UnityShaderCompiler.exe7.log create mode 100644 Logs/shadercompiler-UnityShaderCompiler.exe8.log create mode 100644 Logs/shadercompiler-UnityShaderCompiler.exe9.log create mode 100644 PPv2URPConverters.csproj create mode 100644 Packages/manifest.json create mode 100644 Packages/packages-lock.json create mode 100644 ProjectSettings/AudioManager.asset create mode 100644 ProjectSettings/BurstAotSettings_Android.json create mode 100644 ProjectSettings/BurstAotSettings_StandaloneWindows.json create mode 100644 ProjectSettings/BurstAotSettings_WebGL.json create mode 100644 ProjectSettings/BurstAotSettings_iOS.json create mode 100644 ProjectSettings/ClusterInputManager.asset create mode 100644 ProjectSettings/CommonBurstAotSettings.json create mode 100644 ProjectSettings/DynamicsManager.asset create mode 100644 ProjectSettings/EditorBuildSettings.asset create mode 100644 ProjectSettings/EditorSettings.asset create mode 100644 ProjectSettings/GraphicsSettings.asset create mode 100644 ProjectSettings/InputManager.asset create mode 100644 ProjectSettings/MemorySettings.asset create mode 100644 ProjectSettings/NavMeshAreas.asset create mode 100644 ProjectSettings/PackageManagerSettings.asset create mode 100644 ProjectSettings/Packages/com.unity.testtools.codecoverage/Settings.json create mode 100644 ProjectSettings/Physics2DSettings.asset create mode 100644 ProjectSettings/PresetManager.asset create mode 100644 ProjectSettings/ProjectSettings.asset create mode 100644 ProjectSettings/ProjectVersion.txt create mode 100644 ProjectSettings/QualitySettings.asset create mode 100644 ProjectSettings/SceneTemplateSettings.json create mode 100644 ProjectSettings/ShaderGraphSettings.asset create mode 100644 ProjectSettings/TagManager.asset create mode 100644 ProjectSettings/TimeManager.asset create mode 100644 ProjectSettings/TimelineSettings.asset create mode 100644 ProjectSettings/URPProjectSettings.asset create mode 100644 ProjectSettings/UnityConnectSettings.asset create mode 100644 ProjectSettings/VFXManager.asset create mode 100644 ProjectSettings/VersionControlSettings.asset create mode 100644 ProjectSettings/XRPackageSettings.asset create mode 100644 ProjectSettings/XRSettings.asset create mode 100644 ProjectSettings/boot.config create mode 100644 Unity.Burst.CodeGen.csproj create mode 100644 Unity.Burst.Editor.csproj create mode 100644 Unity.Burst.csproj create mode 100644 Unity.CollabProxy.Editor.csproj create mode 100644 Unity.EditorCoroutines.Editor.csproj create mode 100644 Unity.InternalAPIEditorBridge.005.csproj create mode 100644 Unity.Mathematics.Editor.csproj create mode 100644 Unity.Mathematics.csproj create mode 100644 Unity.Performance.Profile-Analyzer.Editor.csproj create mode 100644 Unity.PlasticSCM.Editor.csproj create mode 100644 Unity.RenderPipeline.Universal.ShaderLibrary.csproj create mode 100644 Unity.RenderPipelines.Core.Editor.csproj create mode 100644 Unity.RenderPipelines.Core.Runtime.csproj create mode 100644 Unity.RenderPipelines.Core.ShaderLibrary.csproj create mode 100644 Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary.csproj create mode 100644 Unity.RenderPipelines.Universal.Editor.csproj create mode 100644 Unity.RenderPipelines.Universal.Runtime.csproj create mode 100644 Unity.RenderPipelines.Universal.Shaders.csproj create mode 100644 Unity.Rider.Editor.csproj create mode 100644 Unity.Searcher.Editor.csproj create mode 100644 Unity.Services.Core.Analytics.csproj create mode 100644 Unity.Services.Core.Configuration.Editor.csproj create mode 100644 Unity.Services.Core.Configuration.csproj create mode 100644 Unity.Services.Core.Device.csproj create mode 100644 Unity.Services.Core.Editor.csproj create mode 100644 Unity.Services.Core.Environments.Internal.csproj create mode 100644 Unity.Services.Core.Environments.csproj create mode 100644 Unity.Services.Core.Internal.csproj create mode 100644 Unity.Services.Core.Networking.csproj create mode 100644 Unity.Services.Core.Registration.csproj create mode 100644 Unity.Services.Core.Scheduler.csproj create mode 100644 Unity.Services.Core.Telemetry.csproj create mode 100644 Unity.Services.Core.Threading.csproj create mode 100644 Unity.Services.Core.csproj create mode 100644 Unity.Settings.Editor.csproj create mode 100644 Unity.ShaderGraph.Editor.csproj create mode 100644 Unity.ShaderGraph.Utilities.csproj create mode 100644 Unity.Subsystem.Registration.csproj create mode 100644 Unity.TestTools.CodeCoverage.Editor.OpenCover.Model.csproj create mode 100644 Unity.TestTools.CodeCoverage.Editor.OpenCover.Mono.Reflection.csproj create mode 100644 Unity.TestTools.CodeCoverage.Editor.csproj create mode 100644 Unity.TextMeshPro.Editor.csproj create mode 100644 Unity.TextMeshPro.csproj create mode 100644 Unity.Timeline.Editor.csproj create mode 100644 Unity.Timeline.csproj create mode 100644 Unity.VSCode.Editor.csproj create mode 100644 Unity.VisualEffectGraph.Editor.csproj create mode 100644 Unity.VisualEffectGraph.Runtime.csproj create mode 100644 Unity.VisualScripting.Core.Editor.csproj create mode 100644 Unity.VisualScripting.Core.csproj create mode 100644 Unity.VisualScripting.Flow.Editor.csproj create mode 100644 Unity.VisualScripting.Flow.csproj create mode 100644 Unity.VisualScripting.SettingsProvider.Editor.csproj create mode 100644 Unity.VisualScripting.Shared.Editor.csproj create mode 100644 Unity.VisualScripting.State.Editor.csproj create mode 100644 Unity.VisualScripting.State.csproj create mode 100644 Unity.VisualStudio.Editor.csproj create mode 100644 Unity.XR.ARCore.Editor.csproj create mode 100644 Unity.XR.ARCore.csproj create mode 100644 Unity.XR.ARFoundation.Editor.csproj create mode 100644 Unity.XR.ARFoundation.csproj create mode 100644 Unity.XR.ARKit.Editor.csproj create mode 100644 Unity.XR.ARKit.csproj create mode 100644 Unity.XR.ARSubsystems.Editor.csproj create mode 100644 Unity.XR.ARSubsystems.csproj create mode 100644 Unity.XR.Management.Editor.csproj create mode 100644 Unity.XR.Management.csproj create mode 100644 UnityEditor.SpatialTracking.csproj create mode 100644 UnityEditor.TestRunner.csproj create mode 100644 UnityEditor.UI.csproj create mode 100644 UnityEditor.XR.LegacyInputHelpers.csproj create mode 100644 UnityEngine.SpatialTracking.csproj create mode 100644 UnityEngine.TestRunner.csproj create mode 100644 UnityEngine.UI.csproj create mode 100644 UnityEngine.XR.LegacyInputHelpers.csproj create mode 100644 UserSettings/EditorUserSettings.asset create mode 100644 UserSettings/Layouts/default-2021.dwlt create mode 100644 UserSettings/Search.settings create mode 100644 obj/Debug/.NETFramework,Version=v4.7.1.AssemblyAttributes.cs create mode 100644 obj/Debug/PPv2URPConverters.csproj.AssemblyReference.cache create mode 100644 obj/Debug/Unity.Burst.CodeGen.csproj.AssemblyReference.cache create mode 100644 obj/Debug/Unity.Burst.Editor.csproj.AssemblyReference.cache create mode 100644 obj/Debug/Unity.Burst.csproj.AssemblyReference.cache create mode 100644 obj/Debug/Unity.CollabProxy.Editor.csproj.AssemblyReference.cache create mode 100644 obj/Debug/Unity.EditorCoroutines.Editor.csproj.AssemblyReference.cache create mode 100644 obj/Debug/Unity.InternalAPIEditorBridge.005.csproj.AssemblyReference.cache create mode 100644 obj/Debug/Unity.Mathematics.Editor.csproj.AssemblyReference.cache create mode 100644 obj/Debug/Unity.Mathematics.csproj.AssemblyReference.cache create mode 100644 obj/Debug/Unity.Performance.Profile-Analyzer.Editor.csproj.AssemblyReference.cache create mode 100644 obj/Debug/Unity.PlasticSCM.Editor.csproj.AssemblyReference.cache create mode 100644 obj/Debug/Unity.RenderPipeline.Universal.ShaderLibrary.csproj.AssemblyReference.cache create mode 100644 obj/Debug/Unity.RenderPipelines.Core.Editor.csproj.AssemblyReference.cache create mode 100644 obj/Debug/Unity.RenderPipelines.Core.Runtime.csproj.AssemblyReference.cache create mode 100644 obj/Debug/Unity.RenderPipelines.Core.ShaderLibrary.csproj.AssemblyReference.cache create mode 100644 obj/Debug/Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary.csproj.AssemblyReference.cache create mode 100644 obj/Debug/Unity.RenderPipelines.Universal.Editor.csproj.AssemblyReference.cache create mode 100644 obj/Debug/Unity.RenderPipelines.Universal.Runtime.csproj.AssemblyReference.cache create mode 100644 obj/Debug/Unity.RenderPipelines.Universal.Shaders.csproj.AssemblyReference.cache create mode 100644 obj/Debug/Unity.Rider.Editor.csproj.AssemblyReference.cache create mode 100644 obj/Debug/Unity.Searcher.Editor.csproj.AssemblyReference.cache create mode 100644 obj/Debug/Unity.Services.Core.Analytics.csproj.AssemblyReference.cache create mode 100644 obj/Debug/Unity.Services.Core.Configuration.Editor.csproj.AssemblyReference.cache create mode 100644 obj/Debug/Unity.Services.Core.Configuration.csproj.AssemblyReference.cache create mode 100644 obj/Debug/Unity.Services.Core.Device.csproj.AssemblyReference.cache create mode 100644 obj/Debug/Unity.Services.Core.Editor.csproj.AssemblyReference.cache create mode 100644 obj/Debug/Unity.Services.Core.Environments.Internal.csproj.AssemblyReference.cache create mode 100644 obj/Debug/Unity.Services.Core.Environments.csproj.AssemblyReference.cache create mode 100644 obj/Debug/Unity.Services.Core.Internal.csproj.AssemblyReference.cache create mode 100644 obj/Debug/Unity.Services.Core.Networking.csproj.AssemblyReference.cache create mode 100644 obj/Debug/Unity.Services.Core.Registration.csproj.AssemblyReference.cache create mode 100644 obj/Debug/Unity.Services.Core.Scheduler.csproj.AssemblyReference.cache create mode 100644 obj/Debug/Unity.Services.Core.Telemetry.csproj.AssemblyReference.cache create mode 100644 obj/Debug/Unity.Services.Core.Threading.csproj.AssemblyReference.cache create mode 100644 obj/Debug/Unity.Services.Core.csproj.AssemblyReference.cache create mode 100644 obj/Debug/Unity.Settings.Editor.csproj.AssemblyReference.cache create mode 100644 obj/Debug/Unity.ShaderGraph.Editor.csproj.AssemblyReference.cache create mode 100644 obj/Debug/Unity.ShaderGraph.Utilities.csproj.AssemblyReference.cache create mode 100644 obj/Debug/Unity.Subsystem.Registration.csproj.AssemblyReference.cache create mode 100644 obj/Debug/Unity.TestTools.CodeCoverage.Editor.OpenCover.Model.csproj.AssemblyReference.cache create mode 100644 obj/Debug/Unity.TestTools.CodeCoverage.Editor.OpenCover.Mono.Reflection.csproj.AssemblyReference.cache create mode 100644 obj/Debug/Unity.TestTools.CodeCoverage.Editor.csproj.AssemblyReference.cache create mode 100644 obj/Debug/Unity.TextMeshPro.Editor.csproj.AssemblyReference.cache create mode 100644 obj/Debug/Unity.TextMeshPro.csproj.AssemblyReference.cache create mode 100644 obj/Debug/Unity.Timeline.Editor.csproj.AssemblyReference.cache create mode 100644 obj/Debug/Unity.Timeline.csproj.AssemblyReference.cache create mode 100644 obj/Debug/Unity.VSCode.Editor.csproj.AssemblyReference.cache create mode 100644 obj/Debug/Unity.VisualEffectGraph.Editor.csproj.AssemblyReference.cache create mode 100644 obj/Debug/Unity.VisualEffectGraph.Runtime.csproj.AssemblyReference.cache create mode 100644 obj/Debug/Unity.VisualScripting.Core.Editor.csproj.AssemblyReference.cache create mode 100644 obj/Debug/Unity.VisualScripting.Core.csproj.AssemblyReference.cache create mode 100644 obj/Debug/Unity.VisualScripting.Flow.Editor.csproj.AssemblyReference.cache create mode 100644 obj/Debug/Unity.VisualScripting.Flow.csproj.AssemblyReference.cache create mode 100644 obj/Debug/Unity.VisualScripting.SettingsProvider.Editor.csproj.AssemblyReference.cache create mode 100644 obj/Debug/Unity.VisualScripting.Shared.Editor.csproj.AssemblyReference.cache create mode 100644 obj/Debug/Unity.VisualScripting.State.Editor.csproj.AssemblyReference.cache create mode 100644 obj/Debug/Unity.VisualScripting.State.csproj.AssemblyReference.cache create mode 100644 obj/Debug/Unity.VisualStudio.Editor.csproj.AssemblyReference.cache create mode 100644 obj/Debug/Unity.XR.ARCore.Editor.csproj.AssemblyReference.cache create mode 100644 obj/Debug/Unity.XR.ARCore.csproj.AssemblyReference.cache create mode 100644 obj/Debug/Unity.XR.ARFoundation.Editor.csproj.AssemblyReference.cache create mode 100644 obj/Debug/Unity.XR.ARFoundation.csproj.AssemblyReference.cache create mode 100644 obj/Debug/Unity.XR.ARKit.Editor.csproj.AssemblyReference.cache create mode 100644 obj/Debug/Unity.XR.ARKit.csproj.AssemblyReference.cache create mode 100644 obj/Debug/Unity.XR.ARSubsystems.Editor.csproj.AssemblyReference.cache create mode 100644 obj/Debug/Unity.XR.ARSubsystems.csproj.AssemblyReference.cache create mode 100644 obj/Debug/Unity.XR.Management.Editor.csproj.AssemblyReference.cache create mode 100644 obj/Debug/Unity.XR.Management.csproj.AssemblyReference.cache create mode 100644 obj/Debug/UnityEditor.SpatialTracking.csproj.AssemblyReference.cache create mode 100644 obj/Debug/UnityEditor.TestRunner.csproj.AssemblyReference.cache create mode 100644 obj/Debug/UnityEditor.UI.csproj.AssemblyReference.cache create mode 100644 obj/Debug/UnityEditor.XR.LegacyInputHelpers.csproj.AssemblyReference.cache create mode 100644 obj/Debug/UnityEngine.SpatialTracking.csproj.AssemblyReference.cache create mode 100644 obj/Debug/UnityEngine.TestRunner.csproj.AssemblyReference.cache create mode 100644 obj/Debug/UnityEngine.UI.csproj.AssemblyReference.cache create mode 100644 obj/Debug/UnityEngine.XR.LegacyInputHelpers.csproj.AssemblyReference.cache diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..68c1d2e --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/Library \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..e232cd6 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,55 @@ +{ + "files.exclude": + { + "**/.DS_Store":true, + "**/.git":true, + "**/.gitmodules":true, + "**/*.booproj":true, + "**/*.pidb":true, + "**/*.suo":true, + "**/*.user":true, + "**/*.userprefs":true, + "**/*.unityproj":true, + "**/*.dll":true, + "**/*.exe":true, + "**/*.pdf":true, + "**/*.mid":true, + "**/*.midi":true, + "**/*.wav":true, + "**/*.gif":true, + "**/*.ico":true, + "**/*.jpg":true, + "**/*.jpeg":true, + "**/*.png":true, + "**/*.psd":true, + "**/*.tga":true, + "**/*.tif":true, + "**/*.tiff":true, + "**/*.3ds":true, + "**/*.3DS":true, + "**/*.fbx":true, + "**/*.FBX":true, + "**/*.lxo":true, + "**/*.LXO":true, + "**/*.ma":true, + "**/*.MA":true, + "**/*.obj":true, + "**/*.OBJ":true, + "**/*.asset":true, + "**/*.cubemap":true, + "**/*.flare":true, + "**/*.mat":true, + "**/*.meta":true, + "**/*.prefab":true, + "**/*.unity":true, + "build/":true, + "Build/":true, + "Library/":true, + "library/":true, + "obj/":true, + "Obj/":true, + "ProjectSettings/":true, + "temp/":true, + "Temp/":true + } +} \ No newline at end of file diff --git a/Assets/Scenes.meta b/Assets/Scenes.meta new file mode 100644 index 0000000..83c741b --- /dev/null +++ b/Assets/Scenes.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 6ea315d0fd7389c41b19996891e99ae3 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scenes/SampleScene.unity b/Assets/Scenes/SampleScene.unity new file mode 100644 index 0000000..2221b04 --- /dev/null +++ b/Assets/Scenes/SampleScene.unity @@ -0,0 +1,267 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!29 &1 +OcclusionCullingSettings: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_OcclusionBakeSettings: + smallestOccluder: 5 + smallestHole: 0.25 + backfaceThreshold: 100 + m_SceneGUID: 00000000000000000000000000000000 + m_OcclusionCullingData: {fileID: 0} +--- !u!104 &2 +RenderSettings: + m_ObjectHideFlags: 0 + serializedVersion: 9 + m_Fog: 0 + m_FogColor: {r: 0.5, g: 0.5, b: 0.5, a: 1} + m_FogMode: 3 + m_FogDensity: 0.01 + m_LinearFogStart: 0 + m_LinearFogEnd: 300 + m_AmbientSkyColor: {r: 0.212, g: 0.227, b: 0.259, a: 1} + m_AmbientEquatorColor: {r: 0.114, g: 0.125, b: 0.133, a: 1} + m_AmbientGroundColor: {r: 0.047, g: 0.043, b: 0.035, a: 1} + m_AmbientIntensity: 1 + m_AmbientMode: 0 + m_SubtractiveShadowColor: {r: 0.42, g: 0.478, b: 0.627, a: 1} + m_SkyboxMaterial: {fileID: 10304, guid: 0000000000000000f000000000000000, type: 0} + m_HaloStrength: 0.5 + m_FlareStrength: 1 + m_FlareFadeSpeed: 3 + m_HaloTexture: {fileID: 0} + m_SpotCookie: {fileID: 10001, guid: 0000000000000000e000000000000000, type: 0} + m_DefaultReflectionMode: 0 + m_DefaultReflectionResolution: 128 + m_ReflectionBounces: 1 + m_ReflectionIntensity: 1 + m_CustomReflection: {fileID: 0} + m_Sun: {fileID: 705507994} + m_IndirectSpecularColor: {r: 0, g: 0, b: 0, a: 1} + m_UseRadianceAmbientProbe: 0 +--- !u!157 &3 +LightmapSettings: + m_ObjectHideFlags: 0 + serializedVersion: 12 + m_GIWorkflowMode: 1 + m_GISettings: + serializedVersion: 2 + m_BounceScale: 1 + m_IndirectOutputScale: 1 + m_AlbedoBoost: 1 + m_EnvironmentLightingMode: 0 + m_EnableBakedLightmaps: 1 + m_EnableRealtimeLightmaps: 0 + m_LightmapEditorSettings: + serializedVersion: 12 + m_Resolution: 2 + m_BakeResolution: 40 + m_AtlasSize: 1024 + m_AO: 0 + m_AOMaxDistance: 1 + m_CompAOExponent: 1 + m_CompAOExponentDirect: 0 + m_ExtractAmbientOcclusion: 0 + m_Padding: 2 + m_LightmapParameters: {fileID: 0} + m_LightmapsBakeMode: 1 + m_TextureCompression: 1 + m_FinalGather: 0 + m_FinalGatherFiltering: 1 + m_FinalGatherRayCount: 256 + m_ReflectionCompression: 2 + m_MixedBakeMode: 2 + m_BakeBackend: 1 + m_PVRSampling: 1 + m_PVRDirectSampleCount: 32 + m_PVRSampleCount: 500 + m_PVRBounces: 2 + m_PVREnvironmentSampleCount: 500 + m_PVREnvironmentReferencePointCount: 2048 + m_PVRFilteringMode: 2 + m_PVRDenoiserTypeDirect: 0 + m_PVRDenoiserTypeIndirect: 0 + m_PVRDenoiserTypeAO: 0 + m_PVRFilterTypeDirect: 0 + m_PVRFilterTypeIndirect: 0 + m_PVRFilterTypeAO: 0 + m_PVREnvironmentMIS: 0 + m_PVRCulling: 1 + m_PVRFilteringGaussRadiusDirect: 1 + m_PVRFilteringGaussRadiusIndirect: 5 + m_PVRFilteringGaussRadiusAO: 2 + m_PVRFilteringAtrousPositionSigmaDirect: 0.5 + m_PVRFilteringAtrousPositionSigmaIndirect: 2 + m_PVRFilteringAtrousPositionSigmaAO: 1 + m_ExportTrainingData: 0 + m_TrainingDataDestination: TrainingData + m_LightProbeSampleCountMultiplier: 4 + m_LightingDataAsset: {fileID: 0} + m_LightingSettings: {fileID: 0} +--- !u!196 &4 +NavMeshSettings: + serializedVersion: 2 + m_ObjectHideFlags: 0 + m_BuildSettings: + serializedVersion: 2 + agentTypeID: 0 + agentRadius: 0.5 + agentHeight: 2 + agentSlope: 45 + agentClimb: 0.4 + ledgeDropHeight: 0 + maxJumpAcrossDistance: 0 + minRegionArea: 2 + manualCellSize: 0 + cellSize: 0.16666667 + manualTileSize: 0 + tileSize: 256 + accuratePlacement: 0 + debug: + m_Flags: 0 + m_NavMeshData: {fileID: 0} +--- !u!1 &705507993 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 705507995} + - component: {fileID: 705507994} + m_Layer: 0 + m_Name: Directional Light + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!108 &705507994 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 705507993} + m_Enabled: 1 + serializedVersion: 8 + m_Type: 1 + m_Color: {r: 1, g: 0.95686275, b: 0.8392157, a: 1} + m_Intensity: 1 + m_Range: 10 + m_SpotAngle: 30 + m_CookieSize: 10 + m_Shadows: + m_Type: 2 + m_Resolution: -1 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_Lightmapping: 1 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!4 &705507995 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 705507993} + m_LocalRotation: {x: 0.40821788, y: -0.23456968, z: 0.10938163, w: 0.8754261} + m_LocalPosition: {x: 0, y: 3, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 50, y: -30, z: 0} +--- !u!1 &963194225 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 963194228} + - component: {fileID: 963194227} + - component: {fileID: 963194226} + m_Layer: 0 + m_Name: Main Camera + m_TagString: MainCamera + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!81 &963194226 +AudioListener: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 963194225} + m_Enabled: 1 +--- !u!20 &963194227 +Camera: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 963194225} + m_Enabled: 1 + serializedVersion: 2 + m_ClearFlags: 1 + m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0} + m_projectionMatrixMode: 1 + m_SensorSize: {x: 36, y: 24} + m_LensShift: {x: 0, y: 0} + m_GateFitMode: 2 + m_FocalLength: 50 + m_NormalizedViewPortRect: + serializedVersion: 2 + x: 0 + y: 0 + width: 1 + height: 1 + near clip plane: 0.3 + far clip plane: 1000 + field of view: 60 + orthographic: 0 + orthographic size: 5 + m_Depth: -1 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingPath: -1 + m_TargetTexture: {fileID: 0} + m_TargetDisplay: 0 + m_TargetEye: 3 + m_HDR: 1 + m_AllowMSAA: 1 + m_AllowDynamicResolution: 0 + m_ForceIntoRT: 0 + m_OcclusionCulling: 1 + m_StereoConvergence: 10 + m_StereoSeparation: 0.022 +--- !u!4 &963194228 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 963194225} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 1, z: -10} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} diff --git a/Assets/Scenes/SampleScene.unity.meta b/Assets/Scenes/SampleScene.unity.meta new file mode 100644 index 0000000..952bd1e --- /dev/null +++ b/Assets/Scenes/SampleScene.unity.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 9fc0d4010bbf28b4594072e72b8655ab +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/URPSettings.meta b/Assets/URPSettings.meta new file mode 100644 index 0000000..26bda93 --- /dev/null +++ b/Assets/URPSettings.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 70171ed9f2c0f0248b531067780b3ba3 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/URPSettings/MediumQualityAsset.asset b/Assets/URPSettings/MediumQualityAsset.asset new file mode 100644 index 0000000..0b78aba --- /dev/null +++ b/Assets/URPSettings/MediumQualityAsset.asset @@ -0,0 +1,74 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: bf2edee5c58d82540a51f03df9d42094, type: 3} + m_Name: MediumQualityAsset + m_EditorClassIdentifier: + k_AssetVersion: 9 + k_AssetPreviousVersion: 9 + m_RendererType: 1 + m_RendererData: {fileID: 0} + m_RendererDataList: + - {fileID: 11400000, guid: 762158762d676a449b8984a4fec16df9, type: 2} + m_DefaultRendererIndex: 0 + m_RequireDepthTexture: 0 + m_RequireOpaqueTexture: 0 + m_OpaqueDownsampling: 1 + m_SupportsTerrainHoles: 1 + m_StoreActionsOptimization: 0 + m_SupportsHDR: 1 + m_MSAA: 8 + m_RenderScale: 1 + m_UpscalingFilter: 0 + m_FsrOverrideSharpness: 0 + m_FsrSharpness: 0.92 + m_MainLightRenderingMode: 1 + m_MainLightShadowsSupported: 1 + m_MainLightShadowmapResolution: 2048 + m_AdditionalLightsRenderingMode: 1 + m_AdditionalLightsPerObjectLimit: 4 + m_AdditionalLightShadowsSupported: 1 + m_AdditionalLightsShadowmapResolution: 2048 + m_AdditionalLightsShadowResolutionTierLow: 256 + m_AdditionalLightsShadowResolutionTierMedium: 512 + m_AdditionalLightsShadowResolutionTierHigh: 1024 + m_ReflectionProbeBlending: 1 + m_ReflectionProbeBoxProjection: 1 + m_ShadowDistance: 50 + m_ShadowCascadeCount: 4 + m_Cascade2Split: 0.25 + m_Cascade3Split: {x: 0.1, y: 0.3} + m_Cascade4Split: {x: 0.067, y: 0.2, z: 0.467} + m_CascadeBorder: 0.2 + m_ShadowDepthBias: 1 + m_ShadowNormalBias: 1 + m_SoftShadowsSupported: 1 + m_ConservativeEnclosingSphere: 1 + m_NumIterationsEnclosingSphere: 64 + m_AdditionalLightsCookieResolution: 2048 + m_AdditionalLightsCookieFormat: 3 + m_UseSRPBatcher: 1 + m_SupportsDynamicBatching: 0 + m_MixedLightingSupported: 1 + m_SupportsLightLayers: 0 + m_DebugLevel: 0 + m_UseAdaptivePerformance: 1 + m_ColorGradingMode: 0 + m_ColorGradingLutSize: 32 + m_UseFastSRGBLinearConversion: 0 + m_ShadowType: 1 + m_LocalShadowsSupported: 0 + m_LocalShadowsAtlasResolution: 256 + m_MaxPixelLights: 0 + m_ShadowAtlasResolution: 256 + m_ShaderVariantLogLevel: 0 + m_VolumeFrameworkUpdateMode: 0 + m_ShadowCascades: 0 diff --git a/Assets/URPSettings/MediumQualityAsset.asset.meta b/Assets/URPSettings/MediumQualityAsset.asset.meta new file mode 100644 index 0000000..26801f0 --- /dev/null +++ b/Assets/URPSettings/MediumQualityAsset.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f4c950546798c154a9e5e79e4c523fd5 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/URPSettings/New Universal Render Pipeline Asset_Renderer.asset b/Assets/URPSettings/New Universal Render Pipeline Asset_Renderer.asset new file mode 100644 index 0000000..505f864 --- /dev/null +++ b/Assets/URPSettings/New Universal Render Pipeline Asset_Renderer.asset @@ -0,0 +1,55 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: de640fe3d0db1804a85f9fc8f5cadab6, type: 3} + m_Name: New Universal Render Pipeline Asset_Renderer + m_EditorClassIdentifier: + debugShaders: + debugReplacementPS: {fileID: 4800000, guid: cf852408f2e174538bcd9b7fda1c5ae7, type: 3} + m_RendererFeatures: [] + m_RendererFeatureMap: + m_UseNativeRenderPass: 0 + postProcessData: {fileID: 11400000, guid: 41439944d30ece34e96484bdb6645b55, type: 2} + xrSystemData: {fileID: 11400000, guid: 60e1133243b97e347b653163a8c01b64, type: 2} + shaders: + blitPS: {fileID: 4800000, guid: c17132b1f77d20942aa75f8429c0f8bc, type: 3} + copyDepthPS: {fileID: 4800000, guid: d6dae50ee9e1bfa4db75f19f99355220, type: 3} + screenSpaceShadowPS: {fileID: 0} + samplingPS: {fileID: 4800000, guid: 04c410c9937594faa893a11dceb85f7e, type: 3} + stencilDeferredPS: {fileID: 4800000, guid: e9155b26e1bc55942a41e518703fe304, type: 3} + fallbackErrorPS: {fileID: 4800000, guid: e6e9a19c3678ded42a3bc431ebef7dbd, type: 3} + materialErrorPS: {fileID: 4800000, guid: 5fd9a8feb75a4b5894c241777f519d4e, type: 3} + coreBlitPS: {fileID: 4800000, guid: 93446b5c5339d4f00b85c159e1159b7c, type: 3} + coreBlitColorAndDepthPS: {fileID: 4800000, guid: d104b2fc1ca6445babb8e90b0758136b, type: 3} + cameraMotionVector: {fileID: 4800000, guid: c56b7e0d4c7cb484e959caeeedae9bbf, type: 3} + objectMotionVector: {fileID: 4800000, guid: 7b3ede40266cd49a395def176e1bc486, type: 3} + m_AssetVersion: 2 + m_OpaqueLayerMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_TransparentLayerMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_DefaultStencilState: + overrideStencilState: 0 + stencilReference: 0 + stencilCompareFunction: 8 + passOperation: 2 + failOperation: 0 + zFailOperation: 0 + m_ShadowTransparentReceive: 1 + m_RenderingMode: 0 + m_DepthPrimingMode: 0 + m_CopyDepthMode: 0 + m_AccurateGbufferNormals: 0 + m_ClusteredRendering: 0 + m_TileSize: 32 + m_IntermediateTextureMode: 1 diff --git a/Assets/URPSettings/New Universal Render Pipeline Asset_Renderer.asset.meta b/Assets/URPSettings/New Universal Render Pipeline Asset_Renderer.asset.meta new file mode 100644 index 0000000..e7351bd --- /dev/null +++ b/Assets/URPSettings/New Universal Render Pipeline Asset_Renderer.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 762158762d676a449b8984a4fec16df9 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/UniversalRenderPipelineGlobalSettings.asset b/Assets/UniversalRenderPipelineGlobalSettings.asset new file mode 100644 index 0000000..a996a2e --- /dev/null +++ b/Assets/UniversalRenderPipelineGlobalSettings.asset @@ -0,0 +1,27 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 2ec995e51a6e251468d2a3fd8a686257, type: 3} + m_Name: UniversalRenderPipelineGlobalSettings + m_EditorClassIdentifier: + k_AssetVersion: 2 + lightLayerName0: Light Layer default + lightLayerName1: Light Layer 1 + lightLayerName2: Light Layer 2 + lightLayerName3: Light Layer 3 + lightLayerName4: Light Layer 4 + lightLayerName5: Light Layer 5 + lightLayerName6: Light Layer 6 + lightLayerName7: Light Layer 7 + m_StripDebugVariants: 1 + m_StripUnusedPostProcessingVariants: 0 + m_StripUnusedVariants: 1 + supportRuntimeDebugDisplay: 0 diff --git a/Assets/UniversalRenderPipelineGlobalSettings.asset.meta b/Assets/UniversalRenderPipelineGlobalSettings.asset.meta new file mode 100644 index 0000000..3f609b0 --- /dev/null +++ b/Assets/UniversalRenderPipelineGlobalSettings.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 43ccc139fa26ca2479c2da9f6708c7ea +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/XR.meta b/Assets/XR.meta new file mode 100644 index 0000000..5ae7dd6 --- /dev/null +++ b/Assets/XR.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 91cf999eb8f027949b701f8ef7199af0 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/XR/Loaders.meta b/Assets/XR/Loaders.meta new file mode 100644 index 0000000..eb7646e --- /dev/null +++ b/Assets/XR/Loaders.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 973e5b4e0e883c54d9e412760a5da880 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/XR/Loaders/AR Core Loader.asset b/Assets/XR/Loaders/AR Core Loader.asset new file mode 100644 index 0000000..f7015e0 --- /dev/null +++ b/Assets/XR/Loaders/AR Core Loader.asset @@ -0,0 +1,14 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 06042c85f885b4d1886f3ca5a1074eca, type: 3} + m_Name: AR Core Loader + m_EditorClassIdentifier: diff --git a/Assets/XR/Loaders/AR Core Loader.asset.meta b/Assets/XR/Loaders/AR Core Loader.asset.meta new file mode 100644 index 0000000..ae62ddf --- /dev/null +++ b/Assets/XR/Loaders/AR Core Loader.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 78e68c23dd9ca7a40b2742c9438780f8 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/XR/Loaders/AR Kit Loader.asset b/Assets/XR/Loaders/AR Kit Loader.asset new file mode 100644 index 0000000..a337dd4 --- /dev/null +++ b/Assets/XR/Loaders/AR Kit Loader.asset @@ -0,0 +1,14 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: a18c4d6661b404073b154020b9e2d993, type: 3} + m_Name: AR Kit Loader + m_EditorClassIdentifier: diff --git a/Assets/XR/Loaders/AR Kit Loader.asset.meta b/Assets/XR/Loaders/AR Kit Loader.asset.meta new file mode 100644 index 0000000..5260162 --- /dev/null +++ b/Assets/XR/Loaders/AR Kit Loader.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c71ba899799fe03418928880ad8ad6ba +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/XR/Settings.meta b/Assets/XR/Settings.meta new file mode 100644 index 0000000..c855e4f --- /dev/null +++ b/Assets/XR/Settings.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 3c988d531d6ed534d82139166f3f3f2a +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/XR/Settings/AR Core Settings.asset b/Assets/XR/Settings/AR Core Settings.asset new file mode 100644 index 0000000..87846bd --- /dev/null +++ b/Assets/XR/Settings/AR Core Settings.asset @@ -0,0 +1,17 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 9dae4501572e1418791be3e3bf1f7faa, type: 3} + m_Name: AR Core Settings + m_EditorClassIdentifier: + m_Requirement: 0 + m_Depth: 0 + m_IgnoreGradleVersion: 0 diff --git a/Assets/XR/Settings/AR Core Settings.asset.meta b/Assets/XR/Settings/AR Core Settings.asset.meta new file mode 100644 index 0000000..b4500ff --- /dev/null +++ b/Assets/XR/Settings/AR Core Settings.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f516bbe52f6d5774e944ce9ed7e09e55 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/XR/Settings/AR Kit Settings.asset b/Assets/XR/Settings/AR Kit Settings.asset new file mode 100644 index 0000000..6874c9e --- /dev/null +++ b/Assets/XR/Settings/AR Kit Settings.asset @@ -0,0 +1,16 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 7a3c2811d41034e52a6d6c33ac73a207, type: 3} + m_Name: AR Kit Settings + m_EditorClassIdentifier: + m_Requirement: 0 + m_FaceTracking: 0 diff --git a/Assets/XR/Settings/AR Kit Settings.asset.meta b/Assets/XR/Settings/AR Kit Settings.asset.meta new file mode 100644 index 0000000..66749f9 --- /dev/null +++ b/Assets/XR/Settings/AR Kit Settings.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 398f8efa66fdf494d9e6a85328c7c814 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/XR/XRGeneralSettings.asset b/Assets/XR/XRGeneralSettings.asset new file mode 100644 index 0000000..248e9a9 --- /dev/null +++ b/Assets/XR/XRGeneralSettings.asset @@ -0,0 +1,111 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-6045806357637130291 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f4c3631f5e58749a59194e0cf6baf6d5, type: 3} + m_Name: iPhone Providers + m_EditorClassIdentifier: + m_RequiresSettingsUpdate: 0 + m_AutomaticLoading: 0 + m_AutomaticRunning: 0 + m_Loaders: + - {fileID: 11400000, guid: c71ba899799fe03418928880ad8ad6ba, type: 2} +--- !u!114 &-2591944702751959447 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f4c3631f5e58749a59194e0cf6baf6d5, type: 3} + m_Name: Standalone Providers + m_EditorClassIdentifier: + m_RequiresSettingsUpdate: 0 + m_AutomaticLoading: 0 + m_AutomaticRunning: 0 + m_Loaders: [] +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d2dc886499c26824283350fa532d087d, type: 3} + m_Name: XRGeneralSettings + m_EditorClassIdentifier: + Keys: 010000000700000004000000 + Values: + - {fileID: 3271292982664088999} + - {fileID: 6129854759769719085} + - {fileID: 6674162650179553203} +--- !u!114 &2397389795588422788 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f4c3631f5e58749a59194e0cf6baf6d5, type: 3} + m_Name: Android Providers + m_EditorClassIdentifier: + m_RequiresSettingsUpdate: 0 + m_AutomaticLoading: 0 + m_AutomaticRunning: 0 + m_Loaders: + - {fileID: 11400000, guid: 78e68c23dd9ca7a40b2742c9438780f8, type: 2} +--- !u!114 &3271292982664088999 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d236b7d11115f2143951f1e14045df39, type: 3} + m_Name: Standalone Settings + m_EditorClassIdentifier: + m_LoaderManagerInstance: {fileID: -2591944702751959447} + m_InitManagerOnStart: 1 +--- !u!114 &6129854759769719085 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d236b7d11115f2143951f1e14045df39, type: 3} + m_Name: Android Settings + m_EditorClassIdentifier: + m_LoaderManagerInstance: {fileID: 2397389795588422788} + m_InitManagerOnStart: 1 +--- !u!114 &6674162650179553203 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d236b7d11115f2143951f1e14045df39, type: 3} + m_Name: iPhone Settings + m_EditorClassIdentifier: + m_LoaderManagerInstance: {fileID: -6045806357637130291} + m_InitManagerOnStart: 1 diff --git a/Assets/XR/XRGeneralSettings.asset.meta b/Assets/XR/XRGeneralSettings.asset.meta new file mode 100644 index 0000000..2af256b --- /dev/null +++ b/Assets/XR/XRGeneralSettings.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 3fb599963ad2efb468053ed3d0fe7e7c +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/CPPK-VR.sln b/CPPK-VR.sln new file mode 100644 index 0000000..85733d9 --- /dev/null +++ b/CPPK-VR.sln @@ -0,0 +1,317 @@ + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual Studio 2010 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnityEngine.TestRunner", "UnityEngine.TestRunner.csproj", "{b964208d-4ce6-e1db-6f52-2a99f46b2267}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnityEngine.UI", "UnityEngine.UI.csproj", "{ab27da9e-0f76-f1ba-653d-2f314399aadd}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.VisualScripting.Flow", "Unity.VisualScripting.Flow.csproj", "{9bd519e9-c64a-bfc6-5a42-7488ef70c412}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.Services.Core.Telemetry", "Unity.Services.Core.Telemetry.csproj", "{c9b54016-b979-ddfc-e2db-516f5f0df12c}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.VisualScripting.State", "Unity.VisualScripting.State.csproj", "{ccd52c98-1241-75af-a5d6-5b6099f83c3f}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.VisualScripting.Core", "Unity.VisualScripting.Core.csproj", "{cbdf47d2-887f-3622-430a-9ebce3234900}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.Services.Core.Environments.Internal", "Unity.Services.Core.Environments.Internal.csproj", "{81888175-604e-7e75-132a-752dcc78ae99}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.TextMeshPro", "Unity.TextMeshPro.csproj", "{64f55a63-f38f-76cc-e8f7-7e8c84e6325f}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.Timeline", "Unity.Timeline.csproj", "{d6eeed2b-7eba-4b5b-d65a-16edc198d08e}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.Services.Core", "Unity.Services.Core.csproj", "{57583710-33a8-16c6-fd7e-60f01f42dfd1}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.Services.Core.Environments", "Unity.Services.Core.Environments.csproj", "{2d99ad63-d1a5-4785-a9cd-db1fc463807a}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.Services.Core.Internal", "Unity.Services.Core.Internal.csproj", "{dc1208e5-0f73-4b32-5ebf-2e6d96be26a1}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.Services.Core.Analytics", "Unity.Services.Core.Analytics.csproj", "{981b7876-54fe-c09d-7c78-2f50a48ca5c6}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.Services.Core.Scheduler", "Unity.Services.Core.Scheduler.csproj", "{7b41846d-ad84-7745-7a7f-30c3c0ab7ad3}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.Services.Core.Registration", "Unity.Services.Core.Registration.csproj", "{ccb1404a-3009-7602-bd51-3df9ac0a8783}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.Services.Core.Device", "Unity.Services.Core.Device.csproj", "{199b66b3-1ddb-b5c1-b149-5a025973439d}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.Services.Core.Threading", "Unity.Services.Core.Threading.csproj", "{e7535327-53fb-971e-b50d-02ed76d86b84}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.Services.Core.Networking", "Unity.Services.Core.Networking.csproj", "{75844e64-c948-f71f-539e-76307b4cd885}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.Services.Core.Configuration", "Unity.Services.Core.Configuration.csproj", "{b7633c5b-9228-3ad9-c891-0813508617de}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.XR.ARFoundation", "Unity.XR.ARFoundation.csproj", "{b082c7f6-6b13-ece2-8ff6-8262d769d36f}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnityEngine.XR.LegacyInputHelpers", "UnityEngine.XR.LegacyInputHelpers.csproj", "{2d00a7bd-86c8-b84d-e62c-0aeae137d3e8}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.XR.ARSubsystems", "Unity.XR.ARSubsystems.csproj", "{81d6d87e-19de-4b2a-038b-3b43186c8f22}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.Subsystem.Registration", "Unity.Subsystem.Registration.csproj", "{2ee75114-2b5e-4253-fb88-53eddac64cc7}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.XR.Management", "Unity.XR.Management.csproj", "{1fff3889-7799-fe93-6cc6-394b97da33ce}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnityEngine.SpatialTracking", "UnityEngine.SpatialTracking.csproj", "{7a885896-ee33-0d09-6e63-c48b109cec36}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.XR.ARCore", "Unity.XR.ARCore.csproj", "{9c58406c-d6cc-fa7e-1335-98cddae9c559}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.RenderPipelines.Core.Runtime", "Unity.RenderPipelines.Core.Runtime.csproj", "{d39d32e2-9548-3c51-6010-99f32f8547a6}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.Mathematics", "Unity.Mathematics.csproj", "{a5ad21db-7f81-e635-0c84-5d9e4da7cbea}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.RenderPipelines.Universal.Runtime", "Unity.RenderPipelines.Universal.Runtime.csproj", "{2f1b0131-651d-d6dc-d691-4c36423c37ed}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.Burst", "Unity.Burst.csproj", "{c21e0a96-8550-518a-5096-b07396e951eb}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.RenderPipeline.Universal.ShaderLibrary", "Unity.RenderPipeline.Universal.ShaderLibrary.csproj", "{dec8bd8b-a6b5-ff36-fad9-0ecb71a80879}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.RenderPipelines.Core.ShaderLibrary", "Unity.RenderPipelines.Core.ShaderLibrary.csproj", "{963adf5d-3a6c-e6da-cef6-39d627b9c5f7}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.RenderPipelines.Universal.Shaders", "Unity.RenderPipelines.Universal.Shaders.csproj", "{20e65aea-cafd-89b7-08a6-c1dba34c15c4}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary", "Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary.csproj", "{cecdca58-899f-5a19-9302-02e0456bb849}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.VisualEffectGraph.Runtime", "Unity.VisualEffectGraph.Runtime.csproj", "{b6922377-c0cb-f4da-0c59-c8890b5e6ff9}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.XR.ARKit", "Unity.XR.ARKit.csproj", "{1b642219-f139-8644-cd1a-8d766c9d0e25}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.PlasticSCM.Editor", "Unity.PlasticSCM.Editor.csproj", "{023af671-d155-b72f-d740-4e7b9adf893d}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.VisualScripting.Core.Editor", "Unity.VisualScripting.Core.Editor.csproj", "{448348d4-3399-bb29-5de8-d2d81c8684cf}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.VisualScripting.Flow.Editor", "Unity.VisualScripting.Flow.Editor.csproj", "{e8b69595-2d8f-a2e7-e96c-38015add51a7}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.VisualStudio.Editor", "Unity.VisualStudio.Editor.csproj", "{2b7cea73-70ce-8bc0-6750-6add7c86be6b}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.Timeline.Editor", "Unity.Timeline.Editor.csproj", "{5bbcfef9-3104-33b0-67a5-480f97825bea}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.VisualScripting.State.Editor", "Unity.VisualScripting.State.Editor.csproj", "{332deb53-33fb-a89c-f101-9036a357eb55}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.TextMeshPro.Editor", "Unity.TextMeshPro.Editor.csproj", "{0c4b533e-d802-500a-dc20-f50f0284d466}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.VisualScripting.SettingsProvider.Editor", "Unity.VisualScripting.SettingsProvider.Editor.csproj", "{e92ad92d-fb24-949b-1093-bbcaea3dcd3c}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.CollabProxy.Editor", "Unity.CollabProxy.Editor.csproj", "{e4dc5221-c2cf-bac7-1e2d-fca7c0585e21}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnityEditor.TestRunner", "UnityEditor.TestRunner.csproj", "{33dbbfa4-8760-3694-f325-62692bf24b10}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.Services.Core.Editor", "Unity.Services.Core.Editor.csproj", "{fff9af17-0c16-fc28-4999-9912a67468eb}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.TestTools.CodeCoverage.Editor", "Unity.TestTools.CodeCoverage.Editor.csproj", "{b72a95f2-42ed-3d6f-0bef-5a5360c69890}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.Rider.Editor", "Unity.Rider.Editor.csproj", "{f8c40f81-1361-cbf8-60a0-9b4244867219}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.Performance.Profile-Analyzer.Editor", "Unity.Performance.Profile-Analyzer.Editor.csproj", "{82bbb70b-eee6-70a7-9b35-d0cbaaaeb922}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.VSCode.Editor", "Unity.VSCode.Editor.csproj", "{000bf243-11b6-41b6-a704-20e794f0b14e}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnityEditor.UI", "UnityEditor.UI.csproj", "{5b6c6cc7-6288-9811-283f-10dc49bc3b47}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.TestTools.CodeCoverage.Editor.OpenCover.Model", "Unity.TestTools.CodeCoverage.Editor.OpenCover.Model.csproj", "{75c572e1-492e-2759-092f-ddaaf01c779e}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.EditorCoroutines.Editor", "Unity.EditorCoroutines.Editor.csproj", "{838af224-dfc8-ad29-0fa7-a06a407f49e8}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.Settings.Editor", "Unity.Settings.Editor.csproj", "{10a1051e-101b-2dfa-5ef0-0adb1345644c}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.Services.Core.Configuration.Editor", "Unity.Services.Core.Configuration.Editor.csproj", "{f3a1922f-7534-081a-4c87-fe074e0a0628}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.TestTools.CodeCoverage.Editor.OpenCover.Mono.Reflection", "Unity.TestTools.CodeCoverage.Editor.OpenCover.Mono.Reflection.csproj", "{4e4d41c1-6cbd-7af2-e5b9-1f62635c5186}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.VisualScripting.Shared.Editor", "Unity.VisualScripting.Shared.Editor.csproj", "{182d9cb4-621b-128b-5fb5-ca5a7a05b62b}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.XR.Management.Editor", "Unity.XR.Management.Editor.csproj", "{25914bc5-6fd2-b870-9bfc-9b3badda5b34}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.XR.ARFoundation.Editor", "Unity.XR.ARFoundation.Editor.csproj", "{2d3fc04e-5d29-6cc6-c798-8151b9f5219e}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnityEditor.XR.LegacyInputHelpers", "UnityEditor.XR.LegacyInputHelpers.csproj", "{3fb2a274-bf84-a0cb-86f7-18e8f921be45}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.XR.ARSubsystems.Editor", "Unity.XR.ARSubsystems.Editor.csproj", "{0a7ed46c-a65e-48f5-b08a-261cc2508ca7}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.InternalAPIEditorBridge.005", "Unity.InternalAPIEditorBridge.005.csproj", "{0f9f74ff-1659-e836-99e5-506ec7a37020}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnityEditor.SpatialTracking", "UnityEditor.SpatialTracking.csproj", "{4c603743-47a7-19b0-43ed-a433ad121385}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.XR.ARCore.Editor", "Unity.XR.ARCore.Editor.csproj", "{cab4906d-67d3-833f-fe94-4004734d0fc4}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.ShaderGraph.Editor", "Unity.ShaderGraph.Editor.csproj", "{e781d842-4060-4561-7659-ab6bbcc0cd56}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.RenderPipelines.Universal.Editor", "Unity.RenderPipelines.Universal.Editor.csproj", "{abc7ec4a-31be-c095-9807-8c24f2385659}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.RenderPipelines.Core.Editor", "Unity.RenderPipelines.Core.Editor.csproj", "{2106b819-13bc-2d36-63bb-0117162d382b}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.ShaderGraph.Utilities", "Unity.ShaderGraph.Utilities.csproj", "{aa8c762d-0aad-7b0c-ec31-aad0b086734e}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.Searcher.Editor", "Unity.Searcher.Editor.csproj", "{b65a9ecb-6e02-9f0b-7d27-f269348d3fe0}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PPv2URPConverters", "PPv2URPConverters.csproj", "{aa85bb54-9170-7240-a0e2-2406bc9d71c2}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.Burst.Editor", "Unity.Burst.Editor.csproj", "{3d0f3e21-5079-4e63-f3c9-601274b825bd}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.Burst.CodeGen", "Unity.Burst.CodeGen.csproj", "{b4164dbb-2ae9-5b2a-3f0d-2865b0b0a052}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.Mathematics.Editor", "Unity.Mathematics.Editor.csproj", "{57e827a3-ee9b-1f66-0b92-458dfd85a8fe}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.VisualEffectGraph.Editor", "Unity.VisualEffectGraph.Editor.csproj", "{031ecbc0-8d00-279a-e707-0b6d1ec09df6}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.XR.ARKit.Editor", "Unity.XR.ARKit.Editor.csproj", "{2a876c1c-764a-87cc-df23-9ef14af6798d}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {b964208d-4ce6-e1db-6f52-2a99f46b2267}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {b964208d-4ce6-e1db-6f52-2a99f46b2267}.Debug|Any CPU.Build.0 = Debug|Any CPU + {ab27da9e-0f76-f1ba-653d-2f314399aadd}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {ab27da9e-0f76-f1ba-653d-2f314399aadd}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9bd519e9-c64a-bfc6-5a42-7488ef70c412}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9bd519e9-c64a-bfc6-5a42-7488ef70c412}.Debug|Any CPU.Build.0 = Debug|Any CPU + {c9b54016-b979-ddfc-e2db-516f5f0df12c}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {c9b54016-b979-ddfc-e2db-516f5f0df12c}.Debug|Any CPU.Build.0 = Debug|Any CPU + {ccd52c98-1241-75af-a5d6-5b6099f83c3f}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {ccd52c98-1241-75af-a5d6-5b6099f83c3f}.Debug|Any CPU.Build.0 = Debug|Any CPU + {cbdf47d2-887f-3622-430a-9ebce3234900}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {cbdf47d2-887f-3622-430a-9ebce3234900}.Debug|Any CPU.Build.0 = Debug|Any CPU + {81888175-604e-7e75-132a-752dcc78ae99}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {81888175-604e-7e75-132a-752dcc78ae99}.Debug|Any CPU.Build.0 = Debug|Any CPU + {64f55a63-f38f-76cc-e8f7-7e8c84e6325f}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {64f55a63-f38f-76cc-e8f7-7e8c84e6325f}.Debug|Any CPU.Build.0 = Debug|Any CPU + {d6eeed2b-7eba-4b5b-d65a-16edc198d08e}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {d6eeed2b-7eba-4b5b-d65a-16edc198d08e}.Debug|Any CPU.Build.0 = Debug|Any CPU + {57583710-33a8-16c6-fd7e-60f01f42dfd1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {57583710-33a8-16c6-fd7e-60f01f42dfd1}.Debug|Any CPU.Build.0 = Debug|Any CPU + {2d99ad63-d1a5-4785-a9cd-db1fc463807a}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {2d99ad63-d1a5-4785-a9cd-db1fc463807a}.Debug|Any CPU.Build.0 = Debug|Any CPU + {dc1208e5-0f73-4b32-5ebf-2e6d96be26a1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {dc1208e5-0f73-4b32-5ebf-2e6d96be26a1}.Debug|Any CPU.Build.0 = Debug|Any CPU + {981b7876-54fe-c09d-7c78-2f50a48ca5c6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {981b7876-54fe-c09d-7c78-2f50a48ca5c6}.Debug|Any CPU.Build.0 = Debug|Any CPU + {7b41846d-ad84-7745-7a7f-30c3c0ab7ad3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {7b41846d-ad84-7745-7a7f-30c3c0ab7ad3}.Debug|Any CPU.Build.0 = Debug|Any CPU + {ccb1404a-3009-7602-bd51-3df9ac0a8783}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {ccb1404a-3009-7602-bd51-3df9ac0a8783}.Debug|Any CPU.Build.0 = Debug|Any CPU + {199b66b3-1ddb-b5c1-b149-5a025973439d}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {199b66b3-1ddb-b5c1-b149-5a025973439d}.Debug|Any CPU.Build.0 = Debug|Any CPU + {e7535327-53fb-971e-b50d-02ed76d86b84}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {e7535327-53fb-971e-b50d-02ed76d86b84}.Debug|Any CPU.Build.0 = Debug|Any CPU + {75844e64-c948-f71f-539e-76307b4cd885}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {75844e64-c948-f71f-539e-76307b4cd885}.Debug|Any CPU.Build.0 = Debug|Any CPU + {b7633c5b-9228-3ad9-c891-0813508617de}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {b7633c5b-9228-3ad9-c891-0813508617de}.Debug|Any CPU.Build.0 = Debug|Any CPU + {b082c7f6-6b13-ece2-8ff6-8262d769d36f}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {b082c7f6-6b13-ece2-8ff6-8262d769d36f}.Debug|Any CPU.Build.0 = Debug|Any CPU + {2d00a7bd-86c8-b84d-e62c-0aeae137d3e8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {2d00a7bd-86c8-b84d-e62c-0aeae137d3e8}.Debug|Any CPU.Build.0 = Debug|Any CPU + {81d6d87e-19de-4b2a-038b-3b43186c8f22}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {81d6d87e-19de-4b2a-038b-3b43186c8f22}.Debug|Any CPU.Build.0 = Debug|Any CPU + {2ee75114-2b5e-4253-fb88-53eddac64cc7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {2ee75114-2b5e-4253-fb88-53eddac64cc7}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1fff3889-7799-fe93-6cc6-394b97da33ce}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {1fff3889-7799-fe93-6cc6-394b97da33ce}.Debug|Any CPU.Build.0 = Debug|Any CPU + {7a885896-ee33-0d09-6e63-c48b109cec36}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {7a885896-ee33-0d09-6e63-c48b109cec36}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9c58406c-d6cc-fa7e-1335-98cddae9c559}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9c58406c-d6cc-fa7e-1335-98cddae9c559}.Debug|Any CPU.Build.0 = Debug|Any CPU + {d39d32e2-9548-3c51-6010-99f32f8547a6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {d39d32e2-9548-3c51-6010-99f32f8547a6}.Debug|Any CPU.Build.0 = Debug|Any CPU + {a5ad21db-7f81-e635-0c84-5d9e4da7cbea}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {a5ad21db-7f81-e635-0c84-5d9e4da7cbea}.Debug|Any CPU.Build.0 = Debug|Any CPU + {2f1b0131-651d-d6dc-d691-4c36423c37ed}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {2f1b0131-651d-d6dc-d691-4c36423c37ed}.Debug|Any CPU.Build.0 = Debug|Any CPU + {c21e0a96-8550-518a-5096-b07396e951eb}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {c21e0a96-8550-518a-5096-b07396e951eb}.Debug|Any CPU.Build.0 = Debug|Any CPU + {dec8bd8b-a6b5-ff36-fad9-0ecb71a80879}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {dec8bd8b-a6b5-ff36-fad9-0ecb71a80879}.Debug|Any CPU.Build.0 = Debug|Any CPU + {963adf5d-3a6c-e6da-cef6-39d627b9c5f7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {963adf5d-3a6c-e6da-cef6-39d627b9c5f7}.Debug|Any CPU.Build.0 = Debug|Any CPU + {20e65aea-cafd-89b7-08a6-c1dba34c15c4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {20e65aea-cafd-89b7-08a6-c1dba34c15c4}.Debug|Any CPU.Build.0 = Debug|Any CPU + {cecdca58-899f-5a19-9302-02e0456bb849}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {cecdca58-899f-5a19-9302-02e0456bb849}.Debug|Any CPU.Build.0 = Debug|Any CPU + {b6922377-c0cb-f4da-0c59-c8890b5e6ff9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {b6922377-c0cb-f4da-0c59-c8890b5e6ff9}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1b642219-f139-8644-cd1a-8d766c9d0e25}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {1b642219-f139-8644-cd1a-8d766c9d0e25}.Debug|Any CPU.Build.0 = Debug|Any CPU + {023af671-d155-b72f-d740-4e7b9adf893d}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {023af671-d155-b72f-d740-4e7b9adf893d}.Debug|Any CPU.Build.0 = Debug|Any CPU + {448348d4-3399-bb29-5de8-d2d81c8684cf}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {448348d4-3399-bb29-5de8-d2d81c8684cf}.Debug|Any CPU.Build.0 = Debug|Any CPU + {e8b69595-2d8f-a2e7-e96c-38015add51a7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {e8b69595-2d8f-a2e7-e96c-38015add51a7}.Debug|Any CPU.Build.0 = Debug|Any CPU + {2b7cea73-70ce-8bc0-6750-6add7c86be6b}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {2b7cea73-70ce-8bc0-6750-6add7c86be6b}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5bbcfef9-3104-33b0-67a5-480f97825bea}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5bbcfef9-3104-33b0-67a5-480f97825bea}.Debug|Any CPU.Build.0 = Debug|Any CPU + {332deb53-33fb-a89c-f101-9036a357eb55}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {332deb53-33fb-a89c-f101-9036a357eb55}.Debug|Any CPU.Build.0 = Debug|Any CPU + {0c4b533e-d802-500a-dc20-f50f0284d466}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {0c4b533e-d802-500a-dc20-f50f0284d466}.Debug|Any CPU.Build.0 = Debug|Any CPU + {e92ad92d-fb24-949b-1093-bbcaea3dcd3c}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {e92ad92d-fb24-949b-1093-bbcaea3dcd3c}.Debug|Any CPU.Build.0 = Debug|Any CPU + {e4dc5221-c2cf-bac7-1e2d-fca7c0585e21}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {e4dc5221-c2cf-bac7-1e2d-fca7c0585e21}.Debug|Any CPU.Build.0 = Debug|Any CPU + {33dbbfa4-8760-3694-f325-62692bf24b10}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {33dbbfa4-8760-3694-f325-62692bf24b10}.Debug|Any CPU.Build.0 = Debug|Any CPU + {fff9af17-0c16-fc28-4999-9912a67468eb}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {fff9af17-0c16-fc28-4999-9912a67468eb}.Debug|Any CPU.Build.0 = Debug|Any CPU + {b72a95f2-42ed-3d6f-0bef-5a5360c69890}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {b72a95f2-42ed-3d6f-0bef-5a5360c69890}.Debug|Any CPU.Build.0 = Debug|Any CPU + {f8c40f81-1361-cbf8-60a0-9b4244867219}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {f8c40f81-1361-cbf8-60a0-9b4244867219}.Debug|Any CPU.Build.0 = Debug|Any CPU + {82bbb70b-eee6-70a7-9b35-d0cbaaaeb922}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {82bbb70b-eee6-70a7-9b35-d0cbaaaeb922}.Debug|Any CPU.Build.0 = Debug|Any CPU + {000bf243-11b6-41b6-a704-20e794f0b14e}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {000bf243-11b6-41b6-a704-20e794f0b14e}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5b6c6cc7-6288-9811-283f-10dc49bc3b47}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5b6c6cc7-6288-9811-283f-10dc49bc3b47}.Debug|Any CPU.Build.0 = Debug|Any CPU + {75c572e1-492e-2759-092f-ddaaf01c779e}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {75c572e1-492e-2759-092f-ddaaf01c779e}.Debug|Any CPU.Build.0 = Debug|Any CPU + {838af224-dfc8-ad29-0fa7-a06a407f49e8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {838af224-dfc8-ad29-0fa7-a06a407f49e8}.Debug|Any CPU.Build.0 = Debug|Any CPU + {10a1051e-101b-2dfa-5ef0-0adb1345644c}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {10a1051e-101b-2dfa-5ef0-0adb1345644c}.Debug|Any CPU.Build.0 = Debug|Any CPU + {f3a1922f-7534-081a-4c87-fe074e0a0628}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {f3a1922f-7534-081a-4c87-fe074e0a0628}.Debug|Any CPU.Build.0 = Debug|Any CPU + {4e4d41c1-6cbd-7af2-e5b9-1f62635c5186}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {4e4d41c1-6cbd-7af2-e5b9-1f62635c5186}.Debug|Any CPU.Build.0 = Debug|Any CPU + {182d9cb4-621b-128b-5fb5-ca5a7a05b62b}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {182d9cb4-621b-128b-5fb5-ca5a7a05b62b}.Debug|Any CPU.Build.0 = Debug|Any CPU + {25914bc5-6fd2-b870-9bfc-9b3badda5b34}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {25914bc5-6fd2-b870-9bfc-9b3badda5b34}.Debug|Any CPU.Build.0 = Debug|Any CPU + {2d3fc04e-5d29-6cc6-c798-8151b9f5219e}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {2d3fc04e-5d29-6cc6-c798-8151b9f5219e}.Debug|Any CPU.Build.0 = Debug|Any CPU + {3fb2a274-bf84-a0cb-86f7-18e8f921be45}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {3fb2a274-bf84-a0cb-86f7-18e8f921be45}.Debug|Any CPU.Build.0 = Debug|Any CPU + {0a7ed46c-a65e-48f5-b08a-261cc2508ca7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {0a7ed46c-a65e-48f5-b08a-261cc2508ca7}.Debug|Any CPU.Build.0 = Debug|Any CPU + {0f9f74ff-1659-e836-99e5-506ec7a37020}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {0f9f74ff-1659-e836-99e5-506ec7a37020}.Debug|Any CPU.Build.0 = Debug|Any CPU + {4c603743-47a7-19b0-43ed-a433ad121385}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {4c603743-47a7-19b0-43ed-a433ad121385}.Debug|Any CPU.Build.0 = Debug|Any CPU + {cab4906d-67d3-833f-fe94-4004734d0fc4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {cab4906d-67d3-833f-fe94-4004734d0fc4}.Debug|Any CPU.Build.0 = Debug|Any CPU + {e781d842-4060-4561-7659-ab6bbcc0cd56}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {e781d842-4060-4561-7659-ab6bbcc0cd56}.Debug|Any CPU.Build.0 = Debug|Any CPU + {abc7ec4a-31be-c095-9807-8c24f2385659}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {abc7ec4a-31be-c095-9807-8c24f2385659}.Debug|Any CPU.Build.0 = Debug|Any CPU + {2106b819-13bc-2d36-63bb-0117162d382b}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {2106b819-13bc-2d36-63bb-0117162d382b}.Debug|Any CPU.Build.0 = Debug|Any CPU + {aa8c762d-0aad-7b0c-ec31-aad0b086734e}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {aa8c762d-0aad-7b0c-ec31-aad0b086734e}.Debug|Any CPU.Build.0 = Debug|Any CPU + {b65a9ecb-6e02-9f0b-7d27-f269348d3fe0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {b65a9ecb-6e02-9f0b-7d27-f269348d3fe0}.Debug|Any CPU.Build.0 = Debug|Any CPU + {aa85bb54-9170-7240-a0e2-2406bc9d71c2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {aa85bb54-9170-7240-a0e2-2406bc9d71c2}.Debug|Any CPU.Build.0 = Debug|Any CPU + {3d0f3e21-5079-4e63-f3c9-601274b825bd}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {3d0f3e21-5079-4e63-f3c9-601274b825bd}.Debug|Any CPU.Build.0 = Debug|Any CPU + {b4164dbb-2ae9-5b2a-3f0d-2865b0b0a052}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {b4164dbb-2ae9-5b2a-3f0d-2865b0b0a052}.Debug|Any CPU.Build.0 = Debug|Any CPU + {57e827a3-ee9b-1f66-0b92-458dfd85a8fe}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {57e827a3-ee9b-1f66-0b92-458dfd85a8fe}.Debug|Any CPU.Build.0 = Debug|Any CPU + {031ecbc0-8d00-279a-e707-0b6d1ec09df6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {031ecbc0-8d00-279a-e707-0b6d1ec09df6}.Debug|Any CPU.Build.0 = Debug|Any CPU + {2a876c1c-764a-87cc-df23-9ef14af6798d}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {2a876c1c-764a-87cc-df23-9ef14af6798d}.Debug|Any CPU.Build.0 = Debug|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/Logs/AssetImportWorker0.log b/Logs/AssetImportWorker0.log new file mode 100644 index 0000000..1e6d592 --- /dev/null +++ b/Logs/AssetImportWorker0.log @@ -0,0 +1,321 @@ +Using pre-set license +Built from '2021.3/staging' branch; Version is '2021.3.11f1 (0a5ca18544bf) revision 679073'; Using compiler version '192829333'; Build Type 'Release' +OS: 'Windows 10 (10.0.19043) 64bit CoreSingleLanguage' Language: 'ru' Physical Memory: 32689 MB +BatchMode: 1, IsHumanControllingUs: 0, StartBugReporterOnCrash: 0, Is64bit: 1, IsPro: 1 + +COMMAND LINE ARGUMENTS: +D:\UnityInstalls\2021.3.11f1\Editor\Unity.exe +-adb2 +-batchMode +-noUpm +-name +AssetImportWorker0 +-projectPath +D:/UnityProjects/CPPK-VR +-logFile +Logs/AssetImportWorker0.log +-srvPort +58449 +Successfully changed project path to: D:/UnityProjects/CPPK-VR +D:/UnityProjects/CPPK-VR +[UnityMemory] Configuration Parameters - Can be set up in boot.config + "memorysetup-bucket-allocator-granularity=16" + "memorysetup-bucket-allocator-bucket-count=8" + "memorysetup-bucket-allocator-block-size=33554432" + "memorysetup-bucket-allocator-block-count=8" + "memorysetup-main-allocator-block-size=16777216" + "memorysetup-thread-allocator-block-size=16777216" + "memorysetup-gfx-main-allocator-block-size=16777216" + "memorysetup-gfx-thread-allocator-block-size=16777216" + "memorysetup-cache-allocator-block-size=4194304" + "memorysetup-typetree-allocator-block-size=2097152" + "memorysetup-profiler-bucket-allocator-granularity=16" + "memorysetup-profiler-bucket-allocator-bucket-count=8" + "memorysetup-profiler-bucket-allocator-block-size=33554432" + "memorysetup-profiler-bucket-allocator-block-count=8" + "memorysetup-profiler-allocator-block-size=16777216" + "memorysetup-profiler-editor-allocator-block-size=1048576" + "memorysetup-temp-allocator-size-main=16777216" + "memorysetup-job-temp-allocator-block-size=2097152" + "memorysetup-job-temp-allocator-block-size-background=1048576" + "memorysetup-job-temp-allocator-reduction-small-platforms=262144" + "memorysetup-temp-allocator-size-background-worker=32768" + "memorysetup-temp-allocator-size-job-worker=262144" + "memorysetup-temp-allocator-size-preload-manager=33554432" + "memorysetup-temp-allocator-size-nav-mesh-worker=65536" + "memorysetup-temp-allocator-size-audio-worker=65536" + "memorysetup-temp-allocator-size-cloud-worker=32768" + "memorysetup-temp-allocator-size-gi-baking-worker=262144" + "memorysetup-temp-allocator-size-gfx=262144" +Refreshing native plugins compatible for Editor in 109.80 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Initialize engine version: 2021.3.11f1 (0a5ca18544bf) +[Subsystems] Discovering subsystems at path D:/UnityInstalls/2021.3.11f1/Editor/Data/Resources/UnitySubsystems +[Subsystems] Discovering subsystems at path D:/UnityProjects/CPPK-VR/Assets +GfxDevice: creating device client; threaded=0; jobified=0 +Direct3D: + Version: Direct3D 11.0 [level 11.1] + Renderer: NVIDIA GeForce RTX 3070 (ID=0x2484) + Vendor: NVIDIA + VRAM: 8043 MB + Driver: 30.0.15.1215 +Initialize mono +Mono path[0] = 'D:/UnityInstalls/2021.3.11f1/Editor/Data/Managed' +Mono path[1] = 'D:/UnityInstalls/2021.3.11f1/Editor/Data/MonoBleedingEdge/lib/mono/unityjit-win32' +Mono config path = 'D:/UnityInstalls/2021.3.11f1/Editor/Data/MonoBleedingEdge/etc' +Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56220 +Begin MonoManager ReloadAssembly +Registering precompiled unity dll's ... +Register platform support module: D:/UnityInstalls/2021.3.11f1/Editor/Data/PlaybackEngines/WebGLSupport/UnityEditor.WebGL.Extensions.dll +Register platform support module: D:/UnityInstalls/2021.3.11f1/Editor/Data/PlaybackEngines/AndroidPlayer/UnityEditor.Android.Extensions.dll +Register platform support module: D:/UnityInstalls/2021.3.11f1/Editor/Data/PlaybackEngines/iOSSupport/UnityEditor.iOS.Extensions.dll +Register platform support module: D:/UnityInstalls/2021.3.11f1/Editor/Data/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll +Registered in 0.002577 seconds. +Native extension for WindowsStandalone target not found +[usbmuxd] Start listen thread +[usbmuxd] Listen thread started +Native extension for iOS target not found +Native extension for Android target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 107.69 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.603 seconds +Domain Reload Profiling: + ReloadAssembly (604ms) + BeginReloadAssembly (55ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (0ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (1ms) + EndReloadAssembly (465ms) + LoadAssemblies (54ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (115ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (26ms) + SetupLoadedEditorAssemblies (283ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (51ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (108ms) + BeforeProcessingInitializeOnLoad (1ms) + ProcessInitializeOnLoadAttributes (84ms) + ProcessInitializeOnLoadMethodAttributes (39ms) + AfterProcessingInitializeOnLoad (0ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (0ms) +Platform modules already initialized, skipping +Registering precompiled user dll's ... +Registered in 0.003855 seconds. +Unauthorized device detected, Id: 1WMHH835691135, please add debug authorization and reconnect. +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:LogFormat (UnityEngine.LogType,string,object[]) +UnityEngine.Debug:LogFormat (string,object[]) +UnityEditor.Android.AndroidDeploymentTargetsExtension:GetKnownTargets (UnityEditor.DeploymentTargets.IDeploymentTargetsMainThreadContext,UnityEditor.ProgressHandler) +UnityEditor.Android.TargetScanWorker:DoScan (UnityEditor.DeploymentTargets.IDeploymentTargetsExtension,UnityEditor.DeploymentTargets.IDeploymentTargetsMainThreadContext,System.Threading.CancellationToken) +UnityEditor.Android.TargetScanWorker/<>c__DisplayClass8_0:b__0 () +System.Threading.Tasks.Task:InnerInvoke () +System.Threading.Tasks.Task:Execute () +System.Threading.Tasks.Task:ExecutionContextCallback (object) +System.Threading.ExecutionContext:RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) +System.Threading.ExecutionContext:Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) +System.Threading.Tasks.Task:ExecuteWithThreadLocal (System.Threading.Tasks.Task&) +System.Threading.Tasks.Task:ExecuteEntry (bool) +System.Threading.Tasks.Task:System.Threading.IThreadPoolWorkItem.ExecuteWorkItem () +System.Threading.ThreadPoolWorkQueue:Dispatch () +System.Threading._ThreadPoolWaitCallback:PerformWaitCallback () + +Unauthorized device detected, Id: 1WMHH835691135, please add debug authorization and reconnect. +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:LogFormat (UnityEngine.LogType,string,object[]) +UnityEngine.Debug:LogFormat (string,object[]) +UnityEditor.Android.AndroidDeploymentTargetsExtension:GetKnownTargets (UnityEditor.DeploymentTargets.IDeploymentTargetsMainThreadContext,UnityEditor.ProgressHandler) +UnityEditor.Android.TargetScanWorker:DoScan (UnityEditor.DeploymentTargets.IDeploymentTargetsExtension,UnityEditor.DeploymentTargets.IDeploymentTargetsMainThreadContext,System.Threading.CancellationToken) +UnityEditor.Android.TargetScanWorker/<>c__DisplayClass8_0:b__0 () +System.Threading.Tasks.Task:InnerInvoke () +System.Threading.Tasks.Task:Execute () +System.Threading.Tasks.Task:ExecutionContextCallback (object) +System.Threading.ExecutionContext:RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) +System.Threading.ExecutionContext:Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) +System.Threading.Tasks.Task:ExecuteWithThreadLocal (System.Threading.Tasks.Task&) +System.Threading.Tasks.Task:ExecuteEntry (bool) +System.Threading.Tasks.Task:System.Threading.IThreadPoolWorkItem.ExecuteWorkItem () +System.Threading.ThreadPoolWorkQueue:Dispatch () +System.Threading._ThreadPoolWaitCallback:PerformWaitCallback () + +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll +Native extension for WindowsStandalone target not found +Native extension for iOS target not found +Native extension for Android target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 115.11 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Package Manager log level set to [2] +Mono: successfully reloaded assembly +- Completed reload, in 1.332 seconds +Domain Reload Profiling: + ReloadAssembly (1333ms) + BeginReloadAssembly (192ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (122ms) + EndReloadAssembly (1048ms) + LoadAssemblies (66ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (295ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (84ms) + SetupLoadedEditorAssemblies (559ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (17ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (115ms) + BeforeProcessingInitializeOnLoad (130ms) + ProcessInitializeOnLoadAttributes (220ms) + ProcessInitializeOnLoadMethodAttributes (75ms) + AfterProcessingInitializeOnLoad (2ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (4ms) +Platform modules already initialized, skipping +======================================================================== +Worker process is ready to serve import requests +Launched and connected shader compiler UnityShaderCompiler.exe after 0.03 seconds +Refreshing native plugins compatible for Editor in 0.84 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 6001 Unused Serialized files (Serialized files now loaded: 0) +Unloading 44 unused Assets / (1.9 MB). Loaded Objects now: 6446. +Memory consumption went from 227.2 MB to 225.3 MB. +Total: 4.078000 ms (FindLiveObjects: 0.438100 ms CreateObjectMapping: 0.414100 ms MarkObjects: 2.793900 ms DeleteObjects: 0.431300 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Import Request. + Time since last request: 1827703.147423 seconds. + path: Assets/URPSettings + artifactKey: Guid(70171ed9f2c0f0248b531067780b3ba3) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/URPSettings using Guid(70171ed9f2c0f0248b531067780b3ba3) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '88b97a951a463757fc95560c546b78dd') in 0.012517 seconds +======================================================================== +Received Import Request. + Time since last request: 64.326023 seconds. + path: Assets/URPSettings/New Universal Render Pipeline Asset.asset + artifactKey: Guid(f4c950546798c154a9e5e79e4c523fd5) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/URPSettings/New Universal Render Pipeline Asset.asset using Guid(f4c950546798c154a9e5e79e4c523fd5) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '5fada7aecaba717d658ae037ed462814') in 0.040811 seconds +======================================================================== +Received Import Request. + Time since last request: 72.960036 seconds. + path: Assets/URPSettings/New Universal Render Pipeline Asset.asset + artifactKey: Guid(f4c950546798c154a9e5e79e4c523fd5) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/URPSettings/New Universal Render Pipeline Asset.asset using Guid(f4c950546798c154a9e5e79e4c523fd5) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '571d531f3011dbf1a6f0afaf0505ca89') in 0.014783 seconds +======================================================================== +Received Import Request. + Time since last request: 21.526937 seconds. + path: Assets/URPSettings/MediumQualityAsset.asset + artifactKey: Guid(f4c950546798c154a9e5e79e4c523fd5) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/URPSettings/MediumQualityAsset.asset using Guid(f4c950546798c154a9e5e79e4c523fd5) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '40cf95808bd77a13dd077b69a9b83401') in 0.012215 seconds +======================================================================== +Received Prepare +Switching render pipeline 00000000000000000000000000000000 -> f4c950546798c154a9e5e79e4c523fd5 +Refreshing native plugins compatible for Editor in 3.23 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 84 Unused Serialized files (Serialized files now loaded: 0) +Unloading 32 unused Assets / (1.5 MB). Loaded Objects now: 6499. +Memory consumption went from 105.5 MB to 104.0 MB. +Total: 3.523300 ms (FindLiveObjects: 0.433100 ms CreateObjectMapping: 0.425500 ms MarkObjects: 2.301700 ms DeleteObjects: 0.362400 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Import Request. + Time since last request: 42.957912 seconds. + path: Assets/URPSettings/MediumQualityAsset.asset + artifactKey: Guid(f4c950546798c154a9e5e79e4c523fd5) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/URPSettings/MediumQualityAsset.asset using Guid(f4c950546798c154a9e5e79e4c523fd5) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '470a06b7fda04908f68112fd53b327a0') in 0.005279 seconds +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.004157 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll +Native extension for WindowsStandalone target not found +Native extension for iOS target not found +Native extension for Android target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 106.77 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.219 seconds +Domain Reload Profiling: + ReloadAssembly (1220ms) + BeginReloadAssembly (122ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (7ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (41ms) + EndReloadAssembly (1014ms) + LoadAssemblies (74ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (294ms) + ReleaseScriptCaches (2ms) + RebuildScriptCaches (70ms) + SetupLoadedEditorAssemblies (528ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (23ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (107ms) + BeforeProcessingInitializeOnLoad (115ms) + ProcessInitializeOnLoadAttributes (209ms) + ProcessInitializeOnLoadMethodAttributes (71ms) + AfterProcessingInitializeOnLoad (2ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (7ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 1.90 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 6006 Unused Serialized files (Serialized files now loaded: 0) +Unloading 36 unused Assets / (1.5 MB). Loaded Objects now: 6594. +Memory consumption went from 224.7 MB to 223.1 MB. +Total: 3.737700 ms (FindLiveObjects: 0.418300 ms CreateObjectMapping: 0.379400 ms MarkObjects: 2.273800 ms DeleteObjects: 0.662200 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> diff --git a/Logs/AssetImportWorker1.log b/Logs/AssetImportWorker1.log new file mode 100644 index 0000000..8e8dff1 --- /dev/null +++ b/Logs/AssetImportWorker1.log @@ -0,0 +1,315 @@ +Using pre-set license +Built from '2021.3/staging' branch; Version is '2021.3.11f1 (0a5ca18544bf) revision 679073'; Using compiler version '192829333'; Build Type 'Release' +OS: 'Windows 10 (10.0.19043) 64bit CoreSingleLanguage' Language: 'ru' Physical Memory: 32689 MB +BatchMode: 1, IsHumanControllingUs: 0, StartBugReporterOnCrash: 0, Is64bit: 1, IsPro: 1 + +COMMAND LINE ARGUMENTS: +D:\UnityInstalls\2021.3.11f1\Editor\Unity.exe +-adb2 +-batchMode +-noUpm +-name +AssetImportWorker1 +-projectPath +D:/UnityProjects/CPPK-VR +-logFile +Logs/AssetImportWorker1.log +-srvPort +58449 +Successfully changed project path to: D:/UnityProjects/CPPK-VR +D:/UnityProjects/CPPK-VR +[UnityMemory] Configuration Parameters - Can be set up in boot.config + "memorysetup-bucket-allocator-granularity=16" + "memorysetup-bucket-allocator-bucket-count=8" + "memorysetup-bucket-allocator-block-size=33554432" + "memorysetup-bucket-allocator-block-count=8" + "memorysetup-main-allocator-block-size=16777216" + "memorysetup-thread-allocator-block-size=16777216" + "memorysetup-gfx-main-allocator-block-size=16777216" + "memorysetup-gfx-thread-allocator-block-size=16777216" + "memorysetup-cache-allocator-block-size=4194304" + "memorysetup-typetree-allocator-block-size=2097152" + "memorysetup-profiler-bucket-allocator-granularity=16" + "memorysetup-profiler-bucket-allocator-bucket-count=8" + "memorysetup-profiler-bucket-allocator-block-size=33554432" + "memorysetup-profiler-bucket-allocator-block-count=8" + "memorysetup-profiler-allocator-block-size=16777216" + "memorysetup-profiler-editor-allocator-block-size=1048576" + "memorysetup-temp-allocator-size-main=16777216" + "memorysetup-job-temp-allocator-block-size=2097152" + "memorysetup-job-temp-allocator-block-size-background=1048576" + "memorysetup-job-temp-allocator-reduction-small-platforms=262144" + "memorysetup-temp-allocator-size-background-worker=32768" + "memorysetup-temp-allocator-size-job-worker=262144" + "memorysetup-temp-allocator-size-preload-manager=33554432" + "memorysetup-temp-allocator-size-nav-mesh-worker=65536" + "memorysetup-temp-allocator-size-audio-worker=65536" + "memorysetup-temp-allocator-size-cloud-worker=32768" + "memorysetup-temp-allocator-size-gi-baking-worker=262144" + "memorysetup-temp-allocator-size-gfx=262144" +Refreshing native plugins compatible for Editor in 101.03 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Initialize engine version: 2021.3.11f1 (0a5ca18544bf) +[Subsystems] Discovering subsystems at path D:/UnityInstalls/2021.3.11f1/Editor/Data/Resources/UnitySubsystems +[Subsystems] Discovering subsystems at path D:/UnityProjects/CPPK-VR/Assets +GfxDevice: creating device client; threaded=0; jobified=0 +Direct3D: + Version: Direct3D 11.0 [level 11.1] + Renderer: NVIDIA GeForce RTX 3070 (ID=0x2484) + Vendor: NVIDIA + VRAM: 8043 MB + Driver: 30.0.15.1215 +Initialize mono +Mono path[0] = 'D:/UnityInstalls/2021.3.11f1/Editor/Data/Managed' +Mono path[1] = 'D:/UnityInstalls/2021.3.11f1/Editor/Data/MonoBleedingEdge/lib/mono/unityjit-win32' +Mono config path = 'D:/UnityInstalls/2021.3.11f1/Editor/Data/MonoBleedingEdge/etc' +Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56496 +Begin MonoManager ReloadAssembly +Registering precompiled unity dll's ... +Register platform support module: D:/UnityInstalls/2021.3.11f1/Editor/Data/PlaybackEngines/WebGLSupport/UnityEditor.WebGL.Extensions.dll +Register platform support module: D:/UnityInstalls/2021.3.11f1/Editor/Data/PlaybackEngines/AndroidPlayer/UnityEditor.Android.Extensions.dll +Register platform support module: D:/UnityInstalls/2021.3.11f1/Editor/Data/PlaybackEngines/iOSSupport/UnityEditor.iOS.Extensions.dll +Register platform support module: D:/UnityInstalls/2021.3.11f1/Editor/Data/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll +Registered in 0.002714 seconds. +Native extension for WindowsStandalone target not found +[usbmuxd] Start listen thread +[usbmuxd] Listen thread started +Native extension for iOS target not found +Native extension for Android target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 105.67 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.596 seconds +Domain Reload Profiling: + ReloadAssembly (596ms) + BeginReloadAssembly (55ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (0ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (1ms) + EndReloadAssembly (451ms) + LoadAssemblies (55ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (96ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (26ms) + SetupLoadedEditorAssemblies (288ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (57ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (106ms) + BeforeProcessingInitializeOnLoad (1ms) + ProcessInitializeOnLoadAttributes (87ms) + ProcessInitializeOnLoadMethodAttributes (37ms) + AfterProcessingInitializeOnLoad (0ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (0ms) +Platform modules already initialized, skipping +Registering precompiled user dll's ... +Registered in 0.003884 seconds. +Unauthorized device detected, Id: 1WMHH835691135, please add debug authorization and reconnect. +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:LogFormat (UnityEngine.LogType,string,object[]) +UnityEngine.Debug:LogFormat (string,object[]) +UnityEditor.Android.AndroidDeploymentTargetsExtension:GetKnownTargets (UnityEditor.DeploymentTargets.IDeploymentTargetsMainThreadContext,UnityEditor.ProgressHandler) +UnityEditor.Android.TargetScanWorker:DoScan (UnityEditor.DeploymentTargets.IDeploymentTargetsExtension,UnityEditor.DeploymentTargets.IDeploymentTargetsMainThreadContext,System.Threading.CancellationToken) +UnityEditor.Android.TargetScanWorker/<>c__DisplayClass8_0:b__0 () +System.Threading.Tasks.Task:InnerInvoke () +System.Threading.Tasks.Task:Execute () +System.Threading.Tasks.Task:ExecutionContextCallback (object) +System.Threading.ExecutionContext:RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) +System.Threading.ExecutionContext:Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) +System.Threading.Tasks.Task:ExecuteWithThreadLocal (System.Threading.Tasks.Task&) +System.Threading.Tasks.Task:ExecuteEntry (bool) +System.Threading.Tasks.Task:System.Threading.IThreadPoolWorkItem.ExecuteWorkItem () +System.Threading.ThreadPoolWorkQueue:Dispatch () +System.Threading._ThreadPoolWaitCallback:PerformWaitCallback () + +Unauthorized device detected, Id: 1WMHH835691135, please add debug authorization and reconnect. +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:LogFormat (UnityEngine.LogType,string,object[]) +UnityEngine.Debug:LogFormat (string,object[]) +UnityEditor.Android.AndroidDeploymentTargetsExtension:GetKnownTargets (UnityEditor.DeploymentTargets.IDeploymentTargetsMainThreadContext,UnityEditor.ProgressHandler) +UnityEditor.Android.TargetScanWorker:DoScan (UnityEditor.DeploymentTargets.IDeploymentTargetsExtension,UnityEditor.DeploymentTargets.IDeploymentTargetsMainThreadContext,System.Threading.CancellationToken) +UnityEditor.Android.TargetScanWorker/<>c__DisplayClass8_0:b__0 () +System.Threading.Tasks.Task:InnerInvoke () +System.Threading.Tasks.Task:Execute () +System.Threading.Tasks.Task:ExecutionContextCallback (object) +System.Threading.ExecutionContext:RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) +System.Threading.ExecutionContext:Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) +System.Threading.Tasks.Task:ExecuteWithThreadLocal (System.Threading.Tasks.Task&) +System.Threading.Tasks.Task:ExecuteEntry (bool) +System.Threading.Tasks.Task:System.Threading.IThreadPoolWorkItem.ExecuteWorkItem () +System.Threading.ThreadPoolWorkQueue:Dispatch () +System.Threading._ThreadPoolWaitCallback:PerformWaitCallback () + +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll +Native extension for WindowsStandalone target not found +Native extension for iOS target not found +Native extension for Android target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 107.22 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Package Manager log level set to [2] +Mono: successfully reloaded assembly +- Completed reload, in 1.336 seconds +Domain Reload Profiling: + ReloadAssembly (1336ms) + BeginReloadAssembly (201ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (132ms) + EndReloadAssembly (1047ms) + LoadAssemblies (69ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (295ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (79ms) + SetupLoadedEditorAssemblies (559ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (17ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (107ms) + BeforeProcessingInitializeOnLoad (143ms) + ProcessInitializeOnLoadAttributes (218ms) + ProcessInitializeOnLoadMethodAttributes (71ms) + AfterProcessingInitializeOnLoad (2ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (4ms) +Platform modules already initialized, skipping +======================================================================== +Worker process is ready to serve import requests +Launched and connected shader compiler UnityShaderCompiler.exe after 0.04 seconds +Refreshing native plugins compatible for Editor in 0.89 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 6001 Unused Serialized files (Serialized files now loaded: 0) +Unloading 44 unused Assets / (1.9 MB). Loaded Objects now: 6446. +Memory consumption went from 227.2 MB to 225.3 MB. +Total: 3.980000 ms (FindLiveObjects: 0.574700 ms CreateObjectMapping: 0.491600 ms MarkObjects: 2.427200 ms DeleteObjects: 0.485800 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Import Request. + Time since last request: 1827696.654104 seconds. + path: Assets + artifactKey: Guid(00000000000000001000000000000000) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets using Guid(00000000000000001000000000000000) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '79842766b460edbeab6a34051e857a80') in 0.011124 seconds +======================================================================== +Received Import Request. + Time since last request: 70.822331 seconds. + path: Assets/URPSettings/New Universal Render Pipeline Asset_Renderer.asset + artifactKey: Guid(762158762d676a449b8984a4fec16df9) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/URPSettings/New Universal Render Pipeline Asset_Renderer.asset using Guid(762158762d676a449b8984a4fec16df9) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '60fd15b6994e3ebf2850dcce8099d35c') in 0.038999 seconds +======================================================================== +Received Import Request. + Time since last request: 72.960508 seconds. + path: Assets/URPSettings/New Universal Render Pipeline Asset_Renderer.asset + artifactKey: Guid(762158762d676a449b8984a4fec16df9) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/URPSettings/New Universal Render Pipeline Asset_Renderer.asset using Guid(762158762d676a449b8984a4fec16df9) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '0547982f68737de3eeb28735f54f3cf0') in 0.014298 seconds +======================================================================== +Received Prepare +Switching render pipeline 00000000000000000000000000000000 -> f4c950546798c154a9e5e79e4c523fd5 +Refreshing native plugins compatible for Editor in 3.52 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 84 Unused Serialized files (Serialized files now loaded: 0) +Unloading 32 unused Assets / (1.5 MB). Loaded Objects now: 6499. +Memory consumption went from 105.5 MB to 104.0 MB. +Total: 3.751500 ms (FindLiveObjects: 0.460700 ms CreateObjectMapping: 0.482600 ms MarkObjects: 2.415600 ms DeleteObjects: 0.392000 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Import Request. + Time since last request: 64.505993 seconds. + path: Assets/URPSettings/New Universal Render Pipeline Asset_Renderer.asset + artifactKey: Guid(762158762d676a449b8984a4fec16df9) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/URPSettings/New Universal Render Pipeline Asset_Renderer.asset using Guid(762158762d676a449b8984a4fec16df9) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '198d71bd26b16a493706670b03b48e56') in 0.005268 seconds +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.004348 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll +Native extension for WindowsStandalone target not found +Native extension for iOS target not found +Native extension for Android target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 112.86 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.240 seconds +Domain Reload Profiling: + ReloadAssembly (1241ms) + BeginReloadAssembly (121ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (41ms) + EndReloadAssembly (1043ms) + LoadAssemblies (75ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (301ms) + ReleaseScriptCaches (2ms) + RebuildScriptCaches (66ms) + SetupLoadedEditorAssemblies (529ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (26ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (113ms) + BeforeProcessingInitializeOnLoad (105ms) + ProcessInitializeOnLoadAttributes (212ms) + ProcessInitializeOnLoadMethodAttributes (70ms) + AfterProcessingInitializeOnLoad (2ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (7ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 1.91 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 6005 Unused Serialized files (Serialized files now loaded: 0) +Unloading 35 unused Assets / (1.6 MB). Loaded Objects now: 6594. +Memory consumption went from 224.6 MB to 223.1 MB. +Total: 3.435900 ms (FindLiveObjects: 0.396900 ms CreateObjectMapping: 0.357700 ms MarkObjects: 2.289100 ms DeleteObjects: 0.391400 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> diff --git a/Logs/Packages-Update.log b/Logs/Packages-Update.log new file mode 100644 index 0000000..4f0a696 --- /dev/null +++ b/Logs/Packages-Update.log @@ -0,0 +1,46 @@ + +=== Tue Oct 11 18:02:42 2022 + +Packages were changed. +Update Mode: mergeDefaultDependencies + +The following packages were added: + com.unity.ide.rider@3.0.15 + com.unity.ide.visualstudio@2.0.16 + com.unity.ide.vscode@1.2.5 + com.unity.modules.ai@1.0.0 + com.unity.modules.androidjni@1.0.0 + com.unity.modules.animation@1.0.0 + com.unity.modules.assetbundle@1.0.0 + com.unity.modules.audio@1.0.0 + com.unity.modules.cloth@1.0.0 + com.unity.modules.director@1.0.0 + com.unity.modules.imageconversion@1.0.0 + com.unity.modules.imgui@1.0.0 + com.unity.modules.jsonserialize@1.0.0 + com.unity.modules.particlesystem@1.0.0 + com.unity.modules.physics@1.0.0 + com.unity.modules.physics2d@1.0.0 + com.unity.modules.screencapture@1.0.0 + com.unity.modules.terrain@1.0.0 + com.unity.modules.terrainphysics@1.0.0 + com.unity.modules.tilemap@1.0.0 + com.unity.modules.ui@1.0.0 + com.unity.modules.uielements@1.0.0 + com.unity.modules.umbra@1.0.0 + com.unity.modules.unityanalytics@1.0.0 + com.unity.modules.unitywebrequest@1.0.0 + com.unity.modules.unitywebrequestassetbundle@1.0.0 + com.unity.modules.unitywebrequestaudio@1.0.0 + com.unity.modules.unitywebrequesttexture@1.0.0 + com.unity.modules.unitywebrequestwww@1.0.0 + com.unity.modules.vehicles@1.0.0 + com.unity.modules.video@1.0.0 + com.unity.modules.vr@1.0.0 + com.unity.modules.wind@1.0.0 + com.unity.modules.xr@1.0.0 + com.unity.test-framework@1.1.31 +The following packages were updated: + com.unity.collab-proxy from version 1.13.5 to 1.17.2 + com.unity.timeline from version 1.6.2 to 1.6.4 + com.unity.visualscripting from version 1.7.6 to 1.7.8 diff --git a/Logs/shadercompiler-AssetImportWorker0.log b/Logs/shadercompiler-AssetImportWorker0.log new file mode 100644 index 0000000..55bfc7c --- /dev/null +++ b/Logs/shadercompiler-AssetImportWorker0.log @@ -0,0 +1,8 @@ +Base path: 'D:/UnityInstalls/2021.3.11f1/Editor/Data', plugins path 'D:/UnityInstalls/2021.3.11f1/Editor/Data/PlaybackEngines' +Cmd: initializeCompiler + +Cmd: initializeCompiler + +Unhandled exception: Protocol error - failed to read magic number (error -2147483644, transferred 0/4) + +Quitting shader compiler process diff --git a/Logs/shadercompiler-UnityShaderCompiler.exe0.log b/Logs/shadercompiler-UnityShaderCompiler.exe0.log new file mode 100644 index 0000000..fc35d4f --- /dev/null +++ b/Logs/shadercompiler-UnityShaderCompiler.exe0.log @@ -0,0 +1,500 @@ +Base path: 'D:/UnityInstalls/2021.3.11f1/Editor/Data', plugins path 'D:/UnityInstalls/2021.3.11f1/Editor/Data/PlaybackEngines' +Cmd: initializeCompiler + +Cmd: compileSnippet + insize=753 file=Assets/DefaultResourcesExtra/UIElements/Hidden/UIElements/EditorUIE pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=0 type=Vertex platform=d3d11 reqs=4075 mask=6 start=54 ok=1 outsize=4338 + +Cmd: compileSnippet + insize=753 file=Assets/DefaultResourcesExtra/UIElements/Hidden/UIElements/EditorUIE pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=0 type=Fragment platform=d3d11 reqs=4075 mask=6 start=54 ok=1 outsize=8394 + +Cmd: compileSnippet + insize=16577 file=Assets/DefaultResourcesExtra/Skybox/Procedural pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=_SUNDISK_SIMPLE dKW=_SUNDISK_NONE _SUNDISK_HIGH_QUALITY UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=0 type=Vertex platform=d3d11 reqs=33 mask=6 start=20 ok=1 outsize=5674 + +Cmd: compileSnippet + insize=16577 file=Assets/DefaultResourcesExtra/Skybox/Procedural pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=_SUNDISK_SIMPLE dKW=_SUNDISK_NONE _SUNDISK_HIGH_QUALITY UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=0 type=Fragment platform=d3d11 reqs=33 mask=6 start=20 ok=1 outsize=914 + +Cmd: initializeCompiler + +Cmd: preprocess + insize=4183 file=Packages/com.unity.xr.arcore/Assets/Shaders/ARCoreBackground.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=646 + + +Cmd: initializeCompiler + +Cmd: preprocess + insize=1380 file=Packages/com.unity.shadergraph/Editor/Resources/Shaders/BlitNoAlpha.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=265 + +Cmd: preprocess + insize=1760 file=Packages/com.unity.render-pipelines.universal/Shaders/SpatialMappingOcclusion.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=461 + +Cmd: preprocess + insize=1315 file=Packages/com.unity.render-pipelines.universal/Runtime/Decal/DBuffer/DBufferClear.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=369 + +Cmd: preprocess + insize=1252 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/StopNaN.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=347 + +Cmd: preprocess + insize=8783 file=Packages/com.unity.render-pipelines.universal/Shaders/Terrain/TerrainLitBase.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL error: 1 plat 25 at (60): Unrecognized #pragma instancing_options directive: norenderinglayer + error: 1 plat 25 at (133): Unrecognized #pragma instancing_options directive: norenderinglayer + ok=1 outsize=2549 + +Cmd: preprocess + insize=3962 file=Packages/com.unity.render-pipelines.core/Editor/LookDev/CubeToLatlong.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=719 + +Cmd: preprocess + insize=4275 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/PaniniProjection.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=368 + +Cmd: preprocess + insize=1658 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/Blit.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=353 + +Cmd: preprocess + insize=1086 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/CoreBlitColorAndDepth.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=513 + +Cmd: preprocess + insize=9303 file=Packages/com.unity.render-pipelines.universal/Shaders/2D/Sprite-Lit-Default.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=1450 + +Cmd: preprocess + insize=6718 file=Packages/com.unity.render-pipelines.universal/Shaders/2D/Sprite-Unlit-Default.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=1269 + +Cmd: preprocess + insize=18065 file=Packages/com.unity.render-pipelines.core/Editor/LookDev/Compositor.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=2591 + +Cmd: preprocess + insize=1728 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/SubpixelMorphologicalAntialiasing.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=1079 + +Cmd: preprocess + insize=6887 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/CoreBlit.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=4504 + +Cmd: preprocess + insize=25464 file=Packages/com.unity.render-pipelines.universal/Shaders/Lit.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=8465 + +Cmd: preprocess + insize=4860 file=Packages/com.unity.render-pipelines.universal/Shaders/2D/Light2D-Point.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=488 + +Cmd: preprocess + insize=1749 file=Packages/com.unity.render-pipelines.universal/Shaders/2D/Sprite-Mask.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=1052 + +Cmd: preprocess + insize=1500 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/Sampling.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=408 + +Cmd: preprocess + insize=9883 file=Packages/com.unity.render-pipelines.universal/Shaders/Particles/ParticlesUnlit.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=4618 + +Cmd: preprocess + insize=1673 file=Packages/com.unity.render-pipelines.universal/Shaders/XR/XROcclusionMesh.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=343 + +Cmd: preprocess + insize=1682 file=Packages/com.unity.render-pipelines.universal/Shaders/2D/Shadow2D-Shadow-Sprite.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=714 + +Cmd: preprocess + insize=4905 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/FinalPost.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=866 + +Cmd: preprocess + insize=9050 file=Packages/com.unity.render-pipelines.universal/Shaders/Unlit.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=3215 + +Cmd: preprocess + insize=6574 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/LutBuilderLdr.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=361 + +Cmd: preprocess + insize=14763 file=Packages/com.unity.render-pipelines.universal/Shaders/Particles/ParticlesSimpleLit.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=6202 + +Cmd: preprocess + insize=3275 file=Packages/com.unity.render-pipelines.universal/Editor/Overrides/Shaders/ShadowsMidtonesHighlightsCurves.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=394 + +Cmd: preprocess + insize=2919 file=Packages/com.unity.render-pipelines.universal/Shaders/CameraMotionVectors.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=228 + +Cmd: preprocess + insize=1037 file=Packages/com.unity.render-pipelines.universal/Shaders/XR/XRMirrorView.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=520 + +Cmd: preprocess + insize=4580 file=Packages/com.unity.render-pipelines.universal/Shaders/Terrain/WavingGrass.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=1443 + +Cmd: preprocess + insize=1086 file=Packages/com.unity.render-pipelines.core/Runtime/FallbackShader.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=168 + +Cmd: preprocess + insize=2052 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/EdgeAdaptiveSpatialUpsampling.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=667 + +Cmd: preprocess + insize=643 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/CopyDepth.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=346 + +Cmd: preprocess + insize=1498 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/FallbackError.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=342 + +Cmd: preprocess + insize=9091 file=Packages/com.unity.render-pipelines.universal/Shaders/Terrain/TerrainDetailLit.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=1319 + +Cmd: preprocess + insize=2347 file=Packages/com.unity.render-pipelines.universal/Shaders/2D/Shadow2D-Unshadow-Geometry.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=1029 + +Cmd: preprocess + insize=3836 file=Packages/com.unity.render-pipelines.universal/Editor/Overrides/Shaders/TrackballEditor.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=374 + +Cmd: preprocess + insize=14635 file=Packages/com.unity.render-pipelines.universal/Shaders/Particles/ParticlesLit.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=6138 + +Cmd: preprocess + insize=4306 file=Packages/com.unity.render-pipelines.universal/Shaders/2D/Light2D-Point-Volumetric.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=340 + +Cmd: preprocess + insize=3593 file=Packages/com.unity.render-pipelines.universal/Shaders/2D/Light2D-Shape.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=487 + +Cmd: preprocess + insize=10516 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/UberPost.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=351 + +Cmd: preprocess + insize=4777 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/ScreenSpaceAmbientOcclusion.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=1435 + +Cmd: preprocess + insize=6097 file=Packages/com.unity.render-pipelines.core/Editor/Lighting/ProbeVolume/VoxelizeScene.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=578 + +Cmd: preprocess + insize=6043 file=Packages/com.unity.render-pipelines.universal/Shaders/SpatialMappingWireframe.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=649 + +Cmd: preprocess + insize=2205 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/ScalingSetup.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=789 + +Cmd: preprocess + insize=3927 file=Packages/com.unity.render-pipelines.core/Editor/PostProcessing/LensFlareResource/LensFlareDataDrivenPreview.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=1849 + +Cmd: preprocess + insize=4016 file=Packages/com.unity.render-pipelines.universal/Shaders/Terrain/WavingGrassBillboard.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=1296 + +Cmd: preprocess + insize=11850 file=Packages/com.unity.render-pipelines.universal/Shaders/Terrain/TerrainLit.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL error: 1 plat 25 at (89): Unrecognized #pragma instancing_options directive: norenderinglayer + error: 1 plat 25 at (165): Unrecognized #pragma instancing_options directive: norenderinglayer + ok=1 outsize=4574 + +Cmd: preprocess + insize=9579 file=Packages/com.unity.render-pipelines.universal/Shaders/Nature/SpeedTree8.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=2972 + +Cmd: preprocess + insize=27872 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/StencilDeferred.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=6483 + +Cmd: preprocess + insize=6758 file=Packages/com.unity.render-pipelines.universal/Shaders/Terrain/TerrainLitAdd.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL error: 1 plat 25 at (80): Unrecognized #pragma instancing_options directive: norenderinglayer + error: 1 plat 25 at (127): Unrecognized #pragma instancing_options directive: norenderinglayer + ok=1 outsize=2807 + +Cmd: preprocess + insize=12160 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/BokehDepthOfField.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=1806 + +Cmd: preprocess + insize=1176 file=Packages/com.unity.shadergraph/Editor/Resources/Shaders/FallbackError.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=302 + +Cmd: preprocessCompute + insize=5385 file=Packages/com.unity.render-pipelines.core/Editor/Lighting/ProbeVolume/ProbeVolumeCellDilation.compute cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=5385 + +Cmd: preprocess + insize=4247 file=Packages/com.unity.render-pipelines.universal/Shaders/ObjectMotionVectors.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=304 + +Cmd: preprocessCompute + insize=7129 file=Packages/com.unity.render-pipelines.core/Editor/Lighting/ProbeVolume/ProbeVolumeSubdivide.compute cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=7129 + +Cmd: preprocess + insize=13245 file=Packages/com.unity.render-pipelines.universal/Shaders/BakedLit.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=4477 + +Cmd: preprocess + insize=949 file=Packages/com.unity.shadergraph/Editor/Resources/Shaders/Checkerboard.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=218 + +Cmd: preprocess + insize=5434 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/LensFlareDataDriven.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=1704 + +Cmd: preprocess + insize=8485 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/LutBuilderHdr.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=361 + +Cmd: preprocess + insize=1709 file=Packages/com.unity.render-pipelines.universal/Editor/Overrides/Shaders/CurveBackground.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=368 + +Cmd: preprocess + insize=405 file=Packages/com.unity.render-pipelines.core/Editor/Gizmo/UnlitGizmo.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=405 + +Cmd: preprocess + insize=20677 file=Packages/com.unity.render-pipelines.universal/Shaders/SimpleLit.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=6247 + +Cmd: preprocess + insize=5344 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/CameraMotionBlur.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=673 + +Cmd: preprocess + insize=8805 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/GaussianDepthOfField.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=945 + +Cmd: preprocess + insize=4325 file=Packages/com.unity.render-pipelines.universal/Shaders/Nature/SpeedTree7Billboard.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=1577 + +Cmd: preprocess + insize=2768 file=Packages/com.unity.render-pipelines.universal/Shaders/2D/Light2D-Shape-Volumetric.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=340 + +Cmd: preprocess + insize=2363 file=Packages/com.unity.render-pipelines.universal/Shaders/2D/Shadow2D-Projected.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=1379 + +Cmd: preprocess + insize=1722 file=Packages/com.unity.render-pipelines.universal/Shaders/2D/Shadow2D-Unshadow-Sprite.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=751 + +Cmd: preprocess + insize=21966 file=Packages/com.unity.render-pipelines.universal/Shaders/ComplexLit.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=7995 + +Cmd: preprocess + insize=7728 file=Packages/com.unity.render-pipelines.universal/Shaders/Nature/SpeedTree7.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=2287 + +Cmd: preprocess + insize=2477 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/ScreenSpaceShadows.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=386 + +Cmd: preprocess + insize=9348 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/Bloom.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=741 + +Cmd: preprocess + insize=1713 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/MaterialError.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=625 + +Cmd: preprocess + insize=8409 file=Packages/com.unity.render-pipelines.universal/Shaders/Terrain/TerrainLitBasemapGen.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=2361 + +Cmd: preprocess + insize=3175 file=Packages/com.unity.render-pipelines.universal/Shaders/Debug/DebugReplacement.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=376 + +Cmd: preprocess + insize=223768 file=Packages/com.unity.render-pipelines.universal/Runtime/Materials/ArnoldStandardSurface/ArnoldStandardSurfaceTransparent.shadergraph surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=6200 + +Cmd: preprocess + insize=253771 file=Packages/com.unity.render-pipelines.universal/Shaders/AutodeskInteractive/AutodeskInteractiveMasked.shadergraph surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=6676 + +Cmd: preprocess + insize=228855 file=Packages/com.unity.render-pipelines.universal/Runtime/Materials/PhysicalMaterial3DsMax/PhysicalMaterial3DsMax.shadergraph surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=6801 + +Cmd: preprocess + insize=218347 file=Packages/com.unity.render-pipelines.universal/Runtime/Materials/ArnoldStandardSurface/ArnoldStandardSurface.shadergraph surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=6421 + +Cmd: preprocess + insize=7621780 file=Packages/com.unity.render-pipelines.universal/Shaders/Nature/SpeedTree8_PBRLit.shadergraph surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=6970 + +Cmd: preprocess + insize=235953 file=Packages/com.unity.render-pipelines.universal/Runtime/Materials/PhysicalMaterial3DsMax/PhysicalMaterial3DsMaxTransparent.shadergraph surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=6473 + +Cmd: preprocess + insize=102807 file=Packages/com.unity.render-pipelines.universal/Shaders/Decal.shadergraph surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=4225 + +Cmd: preprocess + insize=211721 file=Packages/com.unity.render-pipelines.universal/Shaders/AutodeskInteractive/AutodeskInteractiveTransparent.shadergraph surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=6266 + +Cmd: preprocess + insize=211655 file=Packages/com.unity.render-pipelines.universal/Shaders/AutodeskInteractive/AutodeskInteractive.shadergraph surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=6608 + +Cmd: compileSnippet + insize=3248 file=Packages/com.unity.render-pipelines.universal/Editor/Overrides/Shaders/Hidden/Universal Render Pipeline/Editor/Shadows Midtones Highlights Curve pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=0 type=Vertex platform=d3d11 reqs=4075 mask=6 start=71 ok=1 outsize=682 + +Cmd: compileSnippet + insize=3248 file=Packages/com.unity.render-pipelines.universal/Editor/Overrides/Shaders/Hidden/Universal Render Pipeline/Editor/Shadows Midtones Highlights Curve pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=0 type=Fragment platform=d3d11 reqs=4075 mask=6 start=71 ok=1 outsize=3734 + +Cmd: compileSnippet + insize=3249 file=Packages/com.unity.render-pipelines.universal/Editor/Overrides/Shaders/Hidden/Universal Render Pipeline/Editor/Shadows Midtones Highlights Curve pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=0 type=Vertex platform=d3d11 reqs=4075 mask=6 start=82 ok=1 outsize=682 + +Cmd: compileSnippet + insize=3249 file=Packages/com.unity.render-pipelines.universal/Editor/Overrides/Shaders/Hidden/Universal Render Pipeline/Editor/Shadows Midtones Highlights Curve pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=0 type=Fragment platform=d3d11 reqs=4075 mask=6 start=82 ok=1 outsize=3846 + +Cmd: compileSnippet + insize=1357 file=Packages/com.unity.render-pipelines.core/Runtime/Hidden/Core/FallbackError pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_SINGLE_PASS_STEREO STEREO_INSTANCING_ON STEREO_MULTIVIEW_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=0 type=Vertex platform=d3d11 reqs=1 mask=6 start=7 ok=1 outsize=570 + +Cmd: compileSnippet + insize=1357 file=Packages/com.unity.render-pipelines.core/Runtime/Hidden/Core/FallbackError pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_SINGLE_PASS_STEREO STEREO_INSTANCING_ON STEREO_MULTIVIEW_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=0 type=Fragment platform=d3d11 reqs=1 mask=6 start=7 ok=1 outsize=250 + +Cmd: compileSnippet + insize=826 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/Hidden/Universal/CoreBlitColorAndDepth pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=DISABLE_TEXTURE2D_X_ARRAY BLIT_SINGLE_SLICE UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1 mask=6 start=23 ok=1 outsize=582 + +Cmd: compileSnippet + insize=826 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/Hidden/Universal/CoreBlitColorAndDepth pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=DISABLE_TEXTURE2D_X_ARRAY BLIT_SINGLE_SLICE UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1 mask=6 start=23 ok=1 outsize=358 + +Cmd: compileSnippet + insize=830 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/Hidden/Universal/CoreBlitColorAndDepth pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=DISABLE_TEXTURE2D_X_ARRAY BLIT_SINGLE_SLICE UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1 mask=6 start=34 ok=1 outsize=582 + +Cmd: compileSnippet + insize=830 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/Hidden/Universal/CoreBlitColorAndDepth pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=DISABLE_TEXTURE2D_X_ARRAY BLIT_SINGLE_SLICE UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1 mask=6 start=34 ok=1 outsize=498 + +Cmd: compileSnippet + insize=811 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/Hidden/Universal/CoreBlit pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=DISABLE_TEXTURE2D_X_ARRAY BLIT_SINGLE_SLICE UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1 mask=6 start=23 ok=1 outsize=582 + +Cmd: compileSnippet + insize=811 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/Hidden/Universal/CoreBlit pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=DISABLE_TEXTURE2D_X_ARRAY BLIT_SINGLE_SLICE UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1 mask=6 start=23 ok=1 outsize=358 + +Cmd: compileSnippet + insize=812 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/Hidden/Universal/CoreBlit pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=DISABLE_TEXTURE2D_X_ARRAY BLIT_SINGLE_SLICE UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1 mask=6 start=34 ok=1 outsize=582 + +Cmd: compileSnippet + insize=812 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/Hidden/Universal/CoreBlit pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=DISABLE_TEXTURE2D_X_ARRAY BLIT_SINGLE_SLICE UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1 mask=6 start=34 ok=1 outsize=358 + +Cmd: compileSnippet + insize=815 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/Hidden/Universal/CoreBlit pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=DISABLE_TEXTURE2D_X_ARRAY BLIT_SINGLE_SLICE UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1 mask=6 start=45 ok=1 outsize=786 + +Cmd: compileSnippet + insize=815 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/Hidden/Universal/CoreBlit pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=DISABLE_TEXTURE2D_X_ARRAY BLIT_SINGLE_SLICE UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1 mask=6 start=45 ok=1 outsize=358 + +Cmd: compileSnippet + insize=816 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/Hidden/Universal/CoreBlit pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=DISABLE_TEXTURE2D_X_ARRAY BLIT_SINGLE_SLICE UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1 mask=6 start=56 ok=1 outsize=786 + +Cmd: compileSnippet + insize=816 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/Hidden/Universal/CoreBlit pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=DISABLE_TEXTURE2D_X_ARRAY BLIT_SINGLE_SLICE UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1 mask=6 start=56 ok=1 outsize=358 + +Cmd: compileSnippet + insize=822 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/Hidden/Universal/CoreBlit pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=DISABLE_TEXTURE2D_X_ARRAY BLIT_SINGLE_SLICE UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1 mask=6 start=67 ok=1 outsize=970 + +Cmd: compileSnippet + insize=822 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/Hidden/Universal/CoreBlit pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=DISABLE_TEXTURE2D_X_ARRAY BLIT_SINGLE_SLICE UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1 mask=6 start=67 ok=1 outsize=358 + +Cmd: compileSnippet + insize=823 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/Hidden/Universal/CoreBlit pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=DISABLE_TEXTURE2D_X_ARRAY BLIT_SINGLE_SLICE UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1 mask=6 start=78 ok=1 outsize=970 + +Cmd: compileSnippet + insize=823 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/Hidden/Universal/CoreBlit pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=DISABLE_TEXTURE2D_X_ARRAY BLIT_SINGLE_SLICE UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1 mask=6 start=78 ok=1 outsize=358 + +Cmd: compileSnippet + insize=828 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/Hidden/Universal/CoreBlit pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=DISABLE_TEXTURE2D_X_ARRAY BLIT_SINGLE_SLICE UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1 mask=6 start=89 ok=1 outsize=970 + +Cmd: compileSnippet + insize=828 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/Hidden/Universal/CoreBlit pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=DISABLE_TEXTURE2D_X_ARRAY BLIT_SINGLE_SLICE UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1 mask=6 start=89 ok=1 outsize=358 + +Cmd: compileSnippet + insize=829 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/Hidden/Universal/CoreBlit pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=DISABLE_TEXTURE2D_X_ARRAY BLIT_SINGLE_SLICE UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1 mask=6 start=100 ok=1 outsize=970 + +Cmd: compileSnippet + insize=829 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/Hidden/Universal/CoreBlit pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=DISABLE_TEXTURE2D_X_ARRAY BLIT_SINGLE_SLICE UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1 mask=6 start=100 ok=1 outsize=358 + +Cmd: compileSnippet + insize=841 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/Hidden/Universal/CoreBlit pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=DISABLE_TEXTURE2D_X_ARRAY BLIT_SINGLE_SLICE UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1 mask=6 start=111 ok=1 outsize=970 + +Cmd: compileSnippet + insize=841 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/Hidden/Universal/CoreBlit pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=DISABLE_TEXTURE2D_X_ARRAY BLIT_SINGLE_SLICE UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1 mask=6 start=111 ok=1 outsize=958 + +Cmd: compileSnippet + insize=865 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/Hidden/Universal/CoreBlit pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=DISABLE_TEXTURE2D_X_ARRAY BLIT_SINGLE_SLICE UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1 mask=6 start=123 ok=1 outsize=970 + +Cmd: compileSnippet + insize=865 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/Hidden/Universal/CoreBlit pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=DISABLE_TEXTURE2D_X_ARRAY BLIT_SINGLE_SLICE UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1 mask=6 start=123 ok=1 outsize=358 + +Cmd: compileSnippet + insize=866 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/Hidden/Universal/CoreBlit pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=DISABLE_TEXTURE2D_X_ARRAY BLIT_SINGLE_SLICE UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1 mask=6 start=135 ok=1 outsize=970 + +Cmd: compileSnippet + insize=866 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/Hidden/Universal/CoreBlit pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=DISABLE_TEXTURE2D_X_ARRAY BLIT_SINGLE_SLICE UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1 mask=6 start=135 ok=1 outsize=358 + +Cmd: compileSnippet + insize=871 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/Hidden/Universal/CoreBlit pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=DISABLE_TEXTURE2D_X_ARRAY BLIT_SINGLE_SLICE UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1 mask=6 start=147 ok=1 outsize=970 + +Cmd: compileSnippet + insize=871 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/Hidden/Universal/CoreBlit pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=DISABLE_TEXTURE2D_X_ARRAY BLIT_SINGLE_SLICE UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1 mask=6 start=147 ok=1 outsize=358 + +Cmd: compileSnippet + insize=872 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/Hidden/Universal/CoreBlit pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=DISABLE_TEXTURE2D_X_ARRAY BLIT_SINGLE_SLICE UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1 mask=6 start=159 ok=1 outsize=970 + +Cmd: compileSnippet + insize=872 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/Hidden/Universal/CoreBlit pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=DISABLE_TEXTURE2D_X_ARRAY BLIT_SINGLE_SLICE UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1 mask=6 start=159 ok=1 outsize=358 + +Cmd: compileSnippet + insize=882 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/Hidden/Universal/CoreBlit pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=DISABLE_TEXTURE2D_X_ARRAY BLIT_SINGLE_SLICE UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1 mask=6 start=171 ok=1 outsize=970 + +Cmd: compileSnippet + insize=882 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/Hidden/Universal/CoreBlit pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=DISABLE_TEXTURE2D_X_ARRAY BLIT_SINGLE_SLICE UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1 mask=6 start=171 ok=1 outsize=958 + +Cmd: compileSnippet + insize=827 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/Hidden/Universal/CoreBlit pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=DISABLE_TEXTURE2D_X_ARRAY BLIT_SINGLE_SLICE UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1 mask=6 start=183 ok=1 outsize=786 + +Cmd: compileSnippet + insize=827 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/Hidden/Universal/CoreBlit pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=DISABLE_TEXTURE2D_X_ARRAY BLIT_SINGLE_SLICE UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1 mask=6 start=183 ok=1 outsize=766 + +Cmd: compileSnippet + insize=836 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/Hidden/Universal/CoreBlit pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=DISABLE_TEXTURE2D_X_ARRAY BLIT_SINGLE_SLICE UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1 mask=6 start=194 ok=1 outsize=786 + +Cmd: compileSnippet + insize=836 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/Hidden/Universal/CoreBlit pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=DISABLE_TEXTURE2D_X_ARRAY BLIT_SINGLE_SLICE UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1 mask=6 start=194 ok=1 outsize=766 + +Cmd: compileSnippet + insize=838 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/Hidden/Universal/CoreBlit pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=DISABLE_TEXTURE2D_X_ARRAY BLIT_SINGLE_SLICE UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1 mask=6 start=205 ok=1 outsize=786 + +Cmd: compileSnippet + insize=838 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/Hidden/Universal/CoreBlit pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=DISABLE_TEXTURE2D_X_ARRAY BLIT_SINGLE_SLICE UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1 mask=6 start=205 ok=1 outsize=746 + +Cmd: compileSnippet + insize=836 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/Hidden/Universal/CoreBlit pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=DISABLE_TEXTURE2D_X_ARRAY BLIT_SINGLE_SLICE UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1 mask=6 start=216 ok=1 outsize=786 + +Cmd: compileSnippet + insize=836 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/Hidden/Universal/CoreBlit pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=DISABLE_TEXTURE2D_X_ARRAY BLIT_SINGLE_SLICE UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1 mask=6 start=216 ok=1 outsize=746 + +Cmd: compileSnippet + insize=827 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/Hidden/Universal/CoreBlit pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=DISABLE_TEXTURE2D_X_ARRAY BLIT_SINGLE_SLICE UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1 mask=6 start=227 ok=1 outsize=786 + +Cmd: compileSnippet + insize=827 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/Hidden/Universal/CoreBlit pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=DISABLE_TEXTURE2D_X_ARRAY BLIT_SINGLE_SLICE UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1 mask=6 start=227 ok=1 outsize=406 + +Cmd: compileSnippet + insize=829 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/Hidden/Universal/CoreBlit pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=DISABLE_TEXTURE2D_X_ARRAY BLIT_SINGLE_SLICE UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1 mask=6 start=238 ok=1 outsize=786 + +Cmd: compileSnippet + insize=829 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/Hidden/Universal/CoreBlit pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=DISABLE_TEXTURE2D_X_ARRAY BLIT_SINGLE_SLICE UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1 mask=6 start=238 ok=1 outsize=386 + +Cmd: compileSnippet + insize=827 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/Hidden/Universal/CoreBlit pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=DISABLE_TEXTURE2D_X_ARRAY BLIT_SINGLE_SLICE UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1 mask=6 start=249 ok=1 outsize=786 + +Cmd: compileSnippet + insize=827 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/Hidden/Universal/CoreBlit pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=DISABLE_TEXTURE2D_X_ARRAY BLIT_SINGLE_SLICE UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1 mask=6 start=249 ok=1 outsize=386 + +Cmd: compileSnippet + insize=3831 file=Packages/com.unity.render-pipelines.universal/Editor/Overrides/Shaders/Hidden/Universal Render Pipeline/Editor/Trackball pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=0 type=Vertex platform=d3d11 reqs=33 mask=6 start=107 ok=1 outsize=682 + +Cmd: compileSnippet + insize=3831 file=Packages/com.unity.render-pipelines.universal/Editor/Overrides/Shaders/Hidden/Universal Render Pipeline/Editor/Trackball pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=0 type=Fragment platform=d3d11 reqs=33 mask=6 start=107 ok=1 outsize=3402 + +Cmd: compileSnippet + insize=3832 file=Packages/com.unity.render-pipelines.universal/Editor/Overrides/Shaders/Hidden/Universal Render Pipeline/Editor/Trackball pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=0 type=Vertex platform=d3d11 reqs=33 mask=6 start=118 ok=1 outsize=682 + +Cmd: compileSnippet + insize=3832 file=Packages/com.unity.render-pipelines.universal/Editor/Overrides/Shaders/Hidden/Universal Render Pipeline/Editor/Trackball pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=0 type=Fragment platform=d3d11 reqs=33 mask=6 start=118 ok=1 outsize=3402 + +Cmd: compileSnippet + insize=1486 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/Hidden/Universal Render Pipeline/FallbackError pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_SINGLE_PASS_STEREO STEREO_INSTANCING_ON STEREO_MULTIVIEW_ON DOTS_INSTANCING_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1101803 mask=6 start=9 ok=1 outsize=574 + +Cmd: compileSnippet + insize=1486 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/Hidden/Universal Render Pipeline/FallbackError pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_SINGLE_PASS_STEREO STEREO_INSTANCING_ON STEREO_MULTIVIEW_ON DOTS_INSTANCING_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1101803 mask=6 start=9 ok=1 outsize=254 + + +Cmd: initializeCompiler + +Cmd: preprocessCompute + insize=1414 file=Packages/com.unity.visualeffectgraph/Shaders/VFXCopyBuffer.compute cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=1414 + +Cmd: preprocessCompute + insize=4989 file=Packages/com.unity.visualeffectgraph/Shaders/VFXFillIndirectArgs.compute cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=4989 + +Cmd: preprocess + insize=3656 file=Packages/com.unity.visualeffectgraph/Editor/UIResources/shader/GradientBorder.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=621 + +Cmd: preprocess + insize=1021 file=Packages/com.unity.visualeffectgraph/Editor/UIResources/shader/Element3DGridShader.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=359 + +Cmd: preprocess + insize=1795 file=Packages/com.unity.visualeffectgraph/Editor/UIResources/shader/SystemInfo.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=457 + +Cmd: preprocessCompute + insize=20587 file=Packages/com.unity.visualeffectgraph/Shaders/SDFBaker/GenSdfRayMap.compute cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=20587 + +Cmd: preprocessCompute + insize=9315 file=Packages/com.unity.visualeffectgraph/Shaders/Sort.compute cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=9315 + +Cmd: preprocess + insize=6335 file=Packages/com.unity.visualeffectgraph/Shaders/SDFBaker/RayMapVoxelize.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=368 + +Cmd: preprocess + insize=1767 file=Packages/com.unity.visualeffectgraph/Editor/UIResources/shader/TimeBar.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=455 + +Cmd: preprocess + insize=4049 file=Packages/com.unity.visualeffectgraph/Editor/UIResources/shader/GradientDashedBorder.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=682 + +Cmd: preprocess + insize=1358 file=Packages/com.unity.visualeffectgraph/Shaders/DefaultStaticMeshOutput.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=373 + +Cmd: preprocessCompute + insize=1536 file=Packages/com.unity.visualeffectgraph/Shaders/UpdateStrips.compute cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=1536 + +Cmd: initializeCompiler + +Cmd: preprocess + insize=7458 file=Packages/com.unity.xr.arkit/Assets/Shaders/ARKitBackground.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=802 + +Cmd: shutdown diff --git a/Logs/shadercompiler-UnityShaderCompiler.exe1.log b/Logs/shadercompiler-UnityShaderCompiler.exe1.log new file mode 100644 index 0000000..d286a98 --- /dev/null +++ b/Logs/shadercompiler-UnityShaderCompiler.exe1.log @@ -0,0 +1,120 @@ +Base path: 'D:/UnityInstalls/2021.3.11f1/Editor/Data', plugins path 'D:/UnityInstalls/2021.3.11f1/Editor/Data/PlaybackEngines' +Cmd: initializeCompiler + +Cmd: compileSnippet + insize=9663 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/Hidden/Universal Render Pipeline/BokehDepthOfField pass=Bokeh Depth Of Field CoC cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_USE_DRAW_PROCEDURAL UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1101803 mask=6 start=238 ok=1 outsize=686 + +Cmd: compileSnippet + insize=9664 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/Hidden/Universal Render Pipeline/BokehDepthOfField pass=Bokeh Depth Of Field Blur cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_USE_DRAW_PROCEDURAL _USE_FAST_SRGB_LINEAR_CONVERSION UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=4075 mask=6 start=323 ok=1 outsize=1722 + +Cmd: compileSnippet + insize=9668 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/Hidden/Universal Render Pipeline/BokehDepthOfField pass=Bokeh Depth Of Field Post Blur cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_USE_DRAW_PROCEDURAL _USE_FAST_SRGB_LINEAR_CONVERSION UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=4075 mask=6 start=334 ok=1 outsize=770 + +Cmd: compileSnippet + insize=3611 file=Packages/com.unity.render-pipelines.core/Editor/LookDev/Hidden/LookDev/CubeToLatlong pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=0 type=Vertex platform=d3d11 reqs=227 mask=6 start=114 ok=1 outsize=722 + +Cmd: compileSnippet + insize=3611 file=Packages/com.unity.render-pipelines.core/Editor/LookDev/Hidden/LookDev/CubeToLatlong pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=0 type=Vertex platform=d3d11 reqs=227 mask=6 start=125 ok=1 outsize=722 + +Cmd: compileSnippet + insize=1716 file=Packages/com.unity.render-pipelines.universal/Editor/Overrides/Shaders/Hidden/Universal Render Pipeline/Editor/CurveBackground pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=0 type=Fragment platform=d3d11 reqs=227 mask=6 start=44 ok=1 outsize=894 + +Cmd: compileSnippet + insize=13936 file=Packages/com.unity.render-pipelines.core/Editor/LookDev/Hidden/LookDev/Compositor pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=0 type=Vertex platform=d3d11 reqs=227 mask=6 start=389 ok=1 outsize=722 + +Cmd: compileSnippet + insize=14870 file=Packages/com.unity.render-pipelines.core/Editor/LookDev/Hidden/LookDev/Compositor pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=0 type=Vertex platform=d3d11 reqs=227 mask=6 start=425 ok=1 outsize=722 + +Cmd: compileSnippet + insize=4303 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/Hidden/Universal Render Pipeline/FinalPost pass=FinalPost cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_USE_DRAW_PROCEDURAL UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1101803 mask=6 start=117 ok=1 outsize=686 + +Cmd: compileSnippet + insize=1284 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Baked Lit pass=DepthNormalsOnly cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=DOTS_INSTANCING_ON INSTANCING_ON _NORMALMAP UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1101803 mask=6 start=117 ok=1 outsize=1030 + +Cmd: compileSnippet + insize=769 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Baked Lit pass=Meta cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR UNITY_PASS_META uKW= dKW=EDITOR_VISUALIZATION UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1101803 mask=6 start=190 ok=1 outsize=974 + +Cmd: compileSnippet + insize=1637 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/Hidden/Universal Render Pipeline/Blit pass=Blit cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_LINEAR_TO_SRGB_CONVERSION _USE_DRAW_PROCEDURAL DEBUG_DISPLAY UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=33 mask=6 start=15 ok=1 outsize=358 + +Cmd: compileSnippet + insize=1554 file=Packages/com.unity.shadergraph/Editor/Resources/Shaders/Hidden/BlitNoAlpha pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=0 type=Vertex platform=d3d11 reqs=33 mask=6 start=11 ok=1 outsize=722 + +Cmd: compileSnippet + insize=4243 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/Hidden/Universal Render Pipeline/PaniniProjection pass=Panini Projection cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=_GENERIC dKW=_USE_DRAW_PROCEDURAL _UNIT_DISTANCE UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=33 mask=6 start=128 ok=1 outsize=682 + +Cmd: compileSnippet + insize=1278 file=Packages/com.unity.render-pipelines.universal/Runtime/Decal/DBuffer/Hidden/Universal Render Pipeline/DBufferClear pass=DBufferClear cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=_DBUFFER_MRT1 dKW=_DBUFFER_MRT2 _DBUFFER_MRT3 _USE_DRAW_PROCEDURAL UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=33 mask=6 start=15 ok=1 outsize=286 + +Cmd: compileSnippet + insize=1532 file=Packages/com.unity.render-pipelines.universal/Shaders/Particles/Universal Render Pipeline/Particles/Unlit pass=DepthNormalsOnly cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_GBUFFER_NORMALS_OCT DOTS_INSTANCING_ON INSTANCING_ON _NORMALMAP _ALPHATEST_ON _COLOROVERLAY_ON _COLORCOLOR_ON _COLORADDSUBDIFF_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1101803 mask=6 start=151 ok=1 outsize=398 + +Cmd: compileSnippet + insize=3154 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Lit pass=GBuffer cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_MAIN_LIGHT_SHADOWS _MAIN_LIGHT_SHADOWS_CASCADE _MAIN_LIGHT_SHADOWS_SCREEN _REFLECTION_PROBE_BLENDING _REFLECTION_PROBE_BOX_PROJECTION _SHADOWS_SOFT _DBUFFER_MRT1 _DBUFFER_MRT2 _DBUFFER_MRT3 _LIGHT_LAYERS _RENDER_PASS_ENABLED LIGHTMAP_SHADOW_MIXING SHADOWS_SHADOWMASK DIRLIGHTMAP_COMBINED LIGHTMAP_ON DYNAMICLIGHTMAP_ON _GBUFFER_NORMALS_OCT DOTS_INSTANCING_ON INSTANCING_ON _NORMALMAP _ALPHATEST_ON _EMISSION _METALLICSPECGLOSSMAP _SMOOTHNESS_TEXTURE_ALBEDO_CHANNEL_A _OCCLUSIONMAP _PARALLAXMAP _DETAIL_MULX2 _DETAIL_SCALED _SPECULARHIGHLIGHTS_OFF _ENVIRONMENTREFLECTIONS_OFF _SPECULAR_SETUP _RECEIVE_SHADOWS_OFF UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1101803 mask=6 start=201 ok=1 outsize=2366 + +Cmd: compileSnippet + insize=1391 file=Packages/com.unity.render-pipelines.universal/Shaders/Particles/Universal Render Pipeline/Particles/Simple Lit pass=DepthOnly cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=INSTANCING_ON PROCEDURAL_INSTANCING_ON _ALPHATEST_ON _FLIPBOOKBLENDING_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1 mask=6 start=210 ok=1 outsize=562 + +Cmd: compileSnippet + insize=3458 file=Packages/com.unity.render-pipelines.universal/Shaders/Terrain/Hidden/Universal Render Pipeline/Terrain/Lit (Basemap Gen) pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_TERRAIN_BLEND_HEIGHT _MASKMAP UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=227 mask=6 start=140 ok=1 outsize=1674 + +Cmd: compileSnippet + insize=1268 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/Hidden/Universal Render Pipeline/LensFlareDataDriven pass=LensFlareLerp cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=FLARE_CIRCLE FLARE_POLYGON FLARE_INVERSE_SDF FLARE_OCCLUSION UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=227 mask=6 start=122 ok=1 outsize=422 + +Cmd: compileSnippet + insize=692 file=Packages/com.unity.render-pipelines.universal/Shaders/Terrain/Hidden/TerrainEngine/Details/UniversalPipeline/Vertexlit pass=Meta cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR UNITY_PASS_META uKW= dKW=_SPECGLOSSMAP UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=33 mask=6 start=223 ok=1 outsize=682 + +Cmd: compileSnippet + insize=1014 file=Packages/com.unity.render-pipelines.universal/Shaders/Nature/Universal Render Pipeline/Nature/SpeedTree7 pass=DepthOnly cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=GEOM_TYPE_BRANCH dKW=LOD_FADE_CROSSFADE INSTANCING_ON GEOM_TYPE_BRANCH_DETAIL GEOM_TYPE_FROND GEOM_TYPE_LEAF GEOM_TYPE_MESH UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=33 mask=6 start=173 ok=1 outsize=310 + +Cmd: compileSnippet + insize=2396 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/Hidden/Universal Render Pipeline/ScreenSpaceAmbientOcclusion pass=SSAO_AfterOpaque cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=33 mask=6 start=126 ok=1 outsize=418 + +Cmd: compileSnippet + insize=1011 file=Packages/com.unity.render-pipelines.universal/Shaders/Terrain/Hidden/TerrainEngine/Details/UniversalPipeline/BillboardWavingDoublePass pass=DepthNormals cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=INSTANCING_ON _GLOSSINESS_FROM_BASE_ALPHA UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1 mask=6 start=91 ok=1 outsize=766 + +Cmd: compileSnippet + insize=631 file=Packages/com.unity.render-pipelines.universal/Shaders/2D/Universal Render Pipeline/2D/Sprite-Mask pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=33 mask=6 start=44 ok=1 outsize=682 + +Cmd: compileSnippet + insize=2116 file=Packages/com.unity.render-pipelines.universal/Shaders/Nature/Universal Render Pipeline/Nature/SpeedTree8 pass=GBuffer cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=LOD_FADE_PERCENTAGE _WINDQUALITY_NONE dKW=_MAIN_LIGHT_SHADOWS _MAIN_LIGHT_SHADOWS_CASCADE _MAIN_LIGHT_SHADOWS_SCREEN LOD_FADE_CROSSFADE INSTANCING_ON _WINDQUALITY_FASTEST _WINDQUALITY_FAST _WINDQUALITY_BETTER _WINDQUALITY_BEST _WINDQUALITY_PALM EFFECT_BILLBOARD EFFECT_HUE_VARIATION EFFECT_SUBSURFACE EFFECT_BUMP EFFECT_EXTRA_TEX UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=33 mask=6 start=122 ok=1 outsize=2150 + +Cmd: compileSnippet + insize=7740 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/Hidden/Universal Render Pipeline/GaussianDepthOfField pass=Gaussian Depth Of Field Blur Vertical cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_USE_DRAW_PROCEDURAL UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=4075 mask=6 start=250 ok=1 outsize=1382 + +Cmd: compileSnippet + insize=1409 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Simple Lit pass=ShadowCaster cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR UNITY_PASS_SHADOWCASTER uKW= dKW=_CASTING_PUNCTUAL_LIGHT_SHADOW INSTANCING_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1 mask=6 start=395 ok=1 outsize=1182 + +Cmd: compileSnippet + insize=900 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Simple Lit pass=Meta cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR UNITY_PASS_META uKW= dKW=EDITOR_VISUALIZATION _EMISSION _SPECGLOSSMAP UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1 mask=6 start=490 ok=1 outsize=682 + +Cmd: compileSnippet + insize=1485 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Complex Lit pass=DepthNormalsOnly cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=DOTS_INSTANCING_ON INSTANCING_ON _NORMALMAP _PARALLAXMAP _DETAIL_MULX2 _DETAIL_SCALED UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1101803 mask=6 start=228 ok=1 outsize=1106 + +Cmd: compileSnippet + insize=16258 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/Hidden/Universal Render Pipeline/StencilDeferred pass=Stencil Volume cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1101803 mask=6 start=387 ok=1 outsize=290 + +Cmd: compileSnippet + insize=16331 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/Hidden/Universal Render Pipeline/StencilDeferred pass=SSAOOnly cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1101803 mask=6 start=666 ok=1 outsize=502 + +Cmd: compileSnippet + insize=766 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Unlit pass=Meta cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR UNITY_PASS_META uKW= dKW=EDITOR_VISUALIZATION UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1 mask=6 start=253 ok=1 outsize=682 + + +Cmd: initializeCompiler + +Cmd: compileSnippet + insize=3478 file=Packages/com.unity.visualeffectgraph/Editor/UIResources/shader/Hidden/VFX/GradientBorder pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=FOG_LINEAR FOG_EXP FOG_EXP2 UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=0 type=Fragment platform=d3d11 reqs=33 mask=6 start=23 ok=1 outsize=1078 + +Cmd: compileComputeKernel + insize=1414 file=Packages/com.unity.visualeffectgraph/Shaders/VFXCopyBuffer.compute kernel=CSVFXInitDeadListBuffer cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 km= pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=SHADER_STAGE_COMPUTE platform=d3d11 flags=0 reqs=16385 forceDXC=0 forceFXC=0 ok=1 outsize=678 + +Cmd: compileComputeKernel + insize=9315 file=Packages/com.unity.visualeffectgraph/Shaders/Sort.compute kernel=BitonicSort4096 cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 km=,,,, pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=SHADER_STAGE_COMPUTE platform=d3d11 flags=0 reqs=16385 forceDXC=0 forceFXC=0 ok=1 outsize=2791 + +Cmd: compileComputeKernel + insize=20587 file=Packages/com.unity.visualeffectgraph/Shaders/SDFBaker/GenSdfRayMap.compute kernel=GenerateRayMapLocal cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 km= pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=SHADER_STAGE_COMPUTE platform=d3d11 flags=0 reqs=16385 forceDXC=0 forceFXC=0 ok=1 outsize=10385 + +Cmd: initializeCompiler + +Cmd: shutdown diff --git a/Logs/shadercompiler-UnityShaderCompiler.exe10.log b/Logs/shadercompiler-UnityShaderCompiler.exe10.log new file mode 100644 index 0000000..8556c9a --- /dev/null +++ b/Logs/shadercompiler-UnityShaderCompiler.exe10.log @@ -0,0 +1,93 @@ +Base path: 'D:/UnityInstalls/2021.3.11f1/Editor/Data', plugins path 'D:/UnityInstalls/2021.3.11f1/Editor/Data/PlaybackEngines' +Cmd: initializeCompiler + +Cmd: compileSnippet + insize=9668 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/Hidden/Universal Render Pipeline/BokehDepthOfField pass=Bokeh Depth Of Field Post Blur cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_USE_DRAW_PROCEDURAL _USE_FAST_SRGB_LINEAR_CONVERSION UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1101803 mask=6 start=271 ok=1 outsize=806 + +Cmd: compileSnippet + insize=10501 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/Hidden/Universal Render Pipeline/UberPost pass=UberPost cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_USE_DRAW_PROCEDURAL DEBUG_DISPLAY _DISTORTION _CHROMATIC_ABERRATION _BLOOM_LQ _BLOOM_HQ _BLOOM_LQ_DIRT _BLOOM_HQ_DIRT _HDR_GRADING _TONEMAP_ACES _TONEMAP_NEUTRAL _FILM_GRAIN _DITHERING _GAMMA_20 _LINEAR_TO_SRGB_CONVERSION _USE_FAST_SRGB_LINEAR_CONVERSION UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=33 mask=6 start=253 ok=1 outsize=2430 + +Cmd: compileSnippet + insize=1532 file=Packages/com.unity.render-pipelines.universal/Shaders/Particles/Universal Render Pipeline/Particles/Unlit pass=DepthNormalsOnly cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=DOTS_INSTANCING_ON INSTANCING_ON _NORMALMAP _ALPHATEST_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1101803 mask=6 start=151 ok=1 outsize=1186 + +Cmd: compileSnippet + insize=1303 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Lit pass=DepthNormals cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=DOTS_INSTANCING_ON INSTANCING_ON _NORMALMAP _PARALLAXMAP _DETAIL_MULX2 _DETAIL_SCALED _ALPHATEST_ON _SMOOTHNESS_TEXTURE_ALBEDO_CHANNEL_A UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1101803 mask=6 start=297 ok=1 outsize=422 + +Cmd: compileSnippet + insize=2911 file=Packages/com.unity.render-pipelines.universal/Shaders/Particles/Universal Render Pipeline/Particles/Simple Lit pass=ForwardLit cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_MAIN_LIGHT_SHADOWS _MAIN_LIGHT_SHADOWS_CASCADE _MAIN_LIGHT_SHADOWS_SCREEN _ADDITIONAL_LIGHTS_VERTEX _ADDITIONAL_LIGHTS _CLUSTERED_RENDERING FOG_LINEAR FOG_EXP FOG_EXP2 INSTANCING_ON PROCEDURAL_INSTANCING_ON _NORMALMAP _RECEIVE_SHADOWS_OFF _FLIPBOOKBLENDING_ON _SOFTPARTICLES_ON _FADING_ON _DISTORTION_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1 mask=6 start=94 ok=1 outsize=1934 + +Cmd: compileSnippet + insize=620 file=Packages/com.unity.render-pipelines.universal/Shaders/XR/Hidden/Universal Render Pipeline/XR/XRMirrorView pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=33 mask=6 start=30 ok=1 outsize=1162 + +Cmd: compileSnippet + insize=2916 file=Packages/com.unity.render-pipelines.universal/Shaders/Particles/Universal Render Pipeline/Particles/Lit pass=ForwardLit cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_MAIN_LIGHT_SHADOWS _MAIN_LIGHT_SHADOWS_CASCADE _MAIN_LIGHT_SHADOWS_SCREEN _ADDITIONAL_LIGHTS_VERTEX _ADDITIONAL_LIGHTS _CLUSTERED_RENDERING FOG_LINEAR FOG_EXP FOG_EXP2 INSTANCING_ON PROCEDURAL_INSTANCING_ON _NORMALMAP _RECEIVE_SHADOWS_OFF _FLIPBOOKBLENDING_ON _SOFTPARTICLES_ON _FADING_ON _DISTORTION_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1 mask=6 start=101 ok=1 outsize=1934 + +Cmd: compileSnippet + insize=1266 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/Hidden/Universal Render Pipeline/LensFlareDataDriven pass=LensFlarePremultiply cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=FLARE_OCCLUSION UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=227 mask=6 start=87 ok=1 outsize=1074 + +Cmd: compileSnippet + insize=8592 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/Hidden/Universal Render Pipeline/Bloom pass=Bloom Blur Horizontal cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_USE_DRAW_PROCEDURAL _USE_RGBM UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=33 mask=6 start=189 ok=1 outsize=1466 + +Cmd: compileSnippet + insize=823 file=Packages/com.unity.render-pipelines.universal/Shaders/2D/Hidden/ShadowProjected2D pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=33 mask=6 start=33 ok=1 outsize=250 + +Cmd: compileSnippet + insize=1755 file=Packages/com.unity.render-pipelines.universal/Shaders/Nature/Universal Render Pipeline/Nature/SpeedTree7 pass=GBuffer cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=LOD_FADE_PERCENTAGE GEOM_TYPE_BRANCH dKW=_MAIN_LIGHT_SHADOWS _MAIN_LIGHT_SHADOWS_CASCADE _MAIN_LIGHT_SHADOWS_SCREEN LOD_FADE_CROSSFADE INSTANCING_ON GEOM_TYPE_BRANCH_DETAIL GEOM_TYPE_FROND GEOM_TYPE_LEAF GEOM_TYPE_MESH EFFECT_BUMP EFFECT_HUE_VARIATION UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=33 mask=6 start=133 ok=1 outsize=7022 + +Cmd: compileSnippet + insize=3018 file=Packages/com.unity.render-pipelines.universal/Shaders/2D/Universal Render Pipeline/2D/Sprite-Unlit-Default pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=DEBUG_DISPLAY UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=33 mask=6 start=28 ok=1 outsize=850 + +Cmd: compileSnippet + insize=989 file=Packages/com.unity.render-pipelines.universal/Shaders/Terrain/Hidden/TerrainEngine/Details/UniversalPipeline/BillboardWavingDoublePass pass=DepthOnly cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=INSTANCING_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1 mask=6 start=63 ok=1 outsize=1974 + +Cmd: compileSnippet + insize=5728 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/VR/SpatialMapping/Wireframe pass=Spatial Mapping Wireframe cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=INSTANCING_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Geometry platform=d3d11 reqs=4129 mask=14 start=19 ok=1 outsize=1618 + +Cmd: compileSnippet + insize=7817 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/Hidden/Universal Render Pipeline/GaussianDepthOfField pass=Gaussian Depth Of Field Prefilter cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_USE_DRAW_PROCEDURAL _HIGH_QUALITY_SAMPLING UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=4075 mask=6 start=229 ok=1 outsize=514 + +Cmd: compileSnippet + insize=1110 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Simple Lit pass=DepthOnly cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=DOTS_INSTANCING_ON INSTANCING_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1101803 mask=6 start=220 ok=1 outsize=726 + +Cmd: compileSnippet + insize=2651 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Simple Lit pass=ForwardLit cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_MAIN_LIGHT_SHADOWS _MAIN_LIGHT_SHADOWS_CASCADE _MAIN_LIGHT_SHADOWS_SCREEN _ADDITIONAL_LIGHTS_VERTEX _ADDITIONAL_LIGHTS LIGHTMAP_SHADOW_MIXING SHADOWS_SHADOWMASK _SHADOWS_SOFT _ADDITIONAL_LIGHT_SHADOWS _SCREEN_SPACE_OCCLUSION _LIGHT_LAYERS _LIGHT_COOKIES _CLUSTERED_RENDERING DIRLIGHTMAP_COMBINED LIGHTMAP_ON DYNAMICLIGHTMAP_ON DEBUG_DISPLAY FOG_LINEAR FOG_EXP FOG_EXP2 INSTANCING_ON _NORMALMAP _EMISSION _RECEIVE_SHADOWS_OFF _SURFACE_TYPE_TRANSPARENT _ALPHATEST_ON _ALPHAPREMULTIPLY_ON _SPECGLOSSMAP _SPECULAR_COLOR _GLOSSINESS_FROM_BASE_ALPHA UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1 mask=6 start=335 ok=1 outsize=854 + +Cmd: compileSnippet + insize=2312 file=Packages/com.unity.render-pipelines.universal/Shaders/Terrain/Hidden/Universal Render Pipeline/Terrain/Lit (Add Pass) pass=GBuffer cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_ALPHATEST_ON _MAIN_LIGHT_SHADOWS _MAIN_LIGHT_SHADOWS_CASCADE _MAIN_LIGHT_SHADOWS_SCREEN _REFLECTION_PROBE_BLENDING _SHADOWS_SOFT _MIXED_LIGHTING_SUBTRACTIVE _LIGHT_LAYERS DIRLIGHTMAP_COMBINED LIGHTMAP_ON _GBUFFER_NORMALS_OCT _RENDER_PASS_ENABLED INSTANCING_ON _TERRAIN_BLEND_HEIGHT _NORMALMAP _MASKMAP _TERRAIN_INSTANCED_PERPIXEL_NORMAL UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=227 mask=6 start=102 error: 1 plat 25 at (127): Unrecognized #pragma instancing_options directive: norenderinglayer + ok=1 outsize=4794 + +Cmd: compileSnippet + insize=809 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Complex Lit pass=Universal2D cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1 mask=6 start=520 ok=1 outsize=714 + +Cmd: compileSnippet + insize=17276 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/Hidden/Universal Render Pipeline/StencilDeferred pass=Deferred Directional Light (Lit) cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=_DEFERRED_STENCIL _LIT _DIRECTIONAL dKW=_MAIN_LIGHT_SHADOWS _MAIN_LIGHT_SHADOWS_CASCADE _MAIN_LIGHT_SHADOWS_SCREEN _DEFERRED_MAIN_LIGHT _DEFERRED_FIRST_LIGHT _ADDITIONAL_LIGHT_SHADOWS _SHADOWS_SOFT LIGHTMAP_SHADOW_MIXING SHADOWS_SHADOWMASK _GBUFFER_NORMALS_OCT _DEFERRED_MIXED_LIGHTING _SCREEN_SPACE_OCCLUSION _LIGHT_LAYERS _RENDER_PASS_ENABLED _LIGHT_COOKIES UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1101803 mask=6 start=515 ok=1 outsize=2326 + +Cmd: compileSnippet + insize=2652 file=Packages/com.unity.render-pipelines.universal/Shaders/2D/Universal Render Pipeline/2D/Sprite-Lit-Default pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=33 mask=6 start=188 ok=1 outsize=850 + +Cmd: compileSnippet + insize=4581 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/Hidden/Universal Render Pipeline/CameraMotionBlur pass=Camera Motion Blur - High Quality cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_USE_DRAW_PROCEDURAL UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=33 mask=6 start=157 ok=1 outsize=2670 + +Cmd: compileSnippet + insize=778 file=Packages/com.unity.render-pipelines.core/Editor/PostProcessing/LensFlareResource/Hidden/Core/LensFlareDataDrivenPreview pass=ForwardUnlit cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=227 mask=6 start=98 ok=1 outsize=1042 + +Cmd: compileSnippet + insize=1424 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/Hidden/Universal Render Pipeline/Sampling pass=BoxDownsample cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_USE_DRAW_PROCEDURAL UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=33 mask=6 start=16 ok=1 outsize=682 + + +Cmd: initializeCompiler + +Cmd: compileSnippet + insize=1752 file=Packages/com.unity.visualeffectgraph/Editor/UIResources/shader/Hidden/VFX/TimeBar pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=0 type=Vertex platform=d3d11 reqs=33 mask=6 start=20 ok=1 outsize=1014 + +Cmd: compileComputeKernel + insize=1536 file=Packages/com.unity.visualeffectgraph/Shaders/UpdateStrips.compute kernel=UpdateParticleStrip cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 km= pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=SHADER_STAGE_COMPUTE platform=d3d11 flags=0 reqs=16385 forceDXC=0 forceFXC=0 ok=1 outsize=1391 + +Cmd: compileComputeKernel + insize=20587 file=Packages/com.unity.visualeffectgraph/Shaders/SDFBaker/GenSdfRayMap.compute kernel=SignPass6Rays cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 km= pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=SHADER_STAGE_COMPUTE platform=d3d11 flags=0 reqs=16385 forceDXC=0 forceFXC=0 ok=1 outsize=1029 + +Cmd: initializeCompiler + +Cmd: shutdown + +Quitting shader compiler process diff --git a/Logs/shadercompiler-UnityShaderCompiler.exe11.log b/Logs/shadercompiler-UnityShaderCompiler.exe11.log new file mode 100644 index 0000000..d7f2507 --- /dev/null +++ b/Logs/shadercompiler-UnityShaderCompiler.exe11.log @@ -0,0 +1,92 @@ +Base path: 'D:/UnityInstalls/2021.3.11f1/Editor/Data', plugins path 'D:/UnityInstalls/2021.3.11f1/Editor/Data/PlaybackEngines' +Cmd: initializeCompiler + +Cmd: compileSnippet + insize=9668 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/Hidden/Universal Render Pipeline/BokehDepthOfField pass=Bokeh Depth Of Field Post Blur cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_USE_DRAW_PROCEDURAL UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1101803 mask=6 start=271 ok=1 outsize=686 + +Cmd: compileSnippet + insize=1345 file=Packages/com.unity.render-pipelines.universal/Shaders/Particles/Universal Render Pipeline/Particles/Unlit pass=SceneSelectionPass cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=INSTANCING_ON PROCEDURAL_INSTANCING_ON _ALPHATEST_ON _FLIPBOOKBLENDING_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1 mask=6 start=189 ok=1 outsize=354 + +Cmd: compileSnippet + insize=1246 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Lit pass=Meta cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR UNITY_PASS_META uKW= dKW=EDITOR_VISUALIZATION _DETAIL_MULX2 _DETAIL_SCALED UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1101803 mask=6 start=330 ok=1 outsize=974 + +Cmd: compileSnippet + insize=2722 file=Packages/com.unity.render-pipelines.universal/Shaders/Particles/Universal Render Pipeline/Particles/Simple Lit pass=GBuffer cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_MAIN_LIGHT_SHADOWS _MAIN_LIGHT_SHADOWS_CASCADE _MAIN_LIGHT_SHADOWS_SCREEN _SHADOWS_SOFT _GBUFFER_NORMALS_OCT _RENDER_PASS_ENABLED INSTANCING_ON PROCEDURAL_INSTANCING_ON _NORMALMAP _EMISSION _SPECGLOSSMAP _SPECULAR_COLOR _GLOSSINESS_FROM_BASE_ALPHA _RECEIVE_SHADOWS_OFF _ALPHATEST_ON _COLOROVERLAY_ON _COLORCOLOR_ON _COLORADDSUBDIFF_ON _FLIPBOOKBLENDING_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1 mask=6 start=154 ok=1 outsize=926 + +Cmd: compileSnippet + insize=3458 file=Packages/com.unity.render-pipelines.universal/Shaders/Terrain/Hidden/Universal Render Pipeline/Terrain/Lit (Basemap Gen) pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_TERRAIN_BLEND_HEIGHT _MASKMAP UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=227 mask=6 start=140 ok=1 outsize=1082 + +Cmd: compileSnippet + insize=1266 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/Hidden/Universal Render Pipeline/LensFlareDataDriven pass=LensFlareAdditive cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=FLARE_OCCLUSION UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=227 mask=6 start=17 ok=1 outsize=1074 + +Cmd: compileSnippet + insize=811 file=Packages/com.unity.render-pipelines.universal/Shaders/Terrain/Hidden/TerrainEngine/Details/UniversalPipeline/Vertexlit pass=DepthNormals cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=INSTANCING_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1 mask=6 start=202 ok=1 outsize=1262 + +Cmd: compileSnippet + insize=1047 file=Packages/com.unity.render-pipelines.universal/Shaders/Nature/Universal Render Pipeline/Nature/SpeedTree7 pass=DepthNormals cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=GEOM_TYPE_BRANCH dKW=LOD_FADE_CROSSFADE INSTANCING_ON GEOM_TYPE_BRANCH_DETAIL GEOM_TYPE_FROND GEOM_TYPE_LEAF GEOM_TYPE_MESH EFFECT_BUMP UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=33 mask=6 start=201 ok=1 outsize=418 + +Cmd: compileSnippet + insize=2396 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/Hidden/Universal Render Pipeline/ScreenSpaceAmbientOcclusion pass=SSAO_AfterOpaque cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=33 mask=6 start=126 ok=1 outsize=454 + +Cmd: compileSnippet + insize=3101 file=Packages/com.unity.render-pipelines.universal/Shaders/2D/Universal Render Pipeline/2D/Sprite-Unlit-Default pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=DEBUG_DISPLAY UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=33 mask=6 start=109 ok=1 outsize=434 + +Cmd: compileSnippet + insize=989 file=Packages/com.unity.render-pipelines.universal/Shaders/Terrain/Hidden/TerrainEngine/Details/UniversalPipeline/BillboardWavingDoublePass pass=DepthOnly cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=INSTANCING_ON _GLOSSINESS_FROM_BASE_ALPHA UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1 mask=6 start=63 ok=1 outsize=534 + +Cmd: compileSnippet + insize=5728 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/VR/SpatialMapping/Wireframe pass=Spatial Mapping Wireframe cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=INSTANCING_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=4129 mask=14 start=19 ok=1 outsize=762 + +Cmd: compileSnippet + insize=629 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/Hidden/Universal Render Pipeline/CopyDepth pass=CopyDepth cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_DEPTH_MSAA_2 _DEPTH_MSAA_4 _DEPTH_MSAA_8 _USE_DRAW_PROCEDURAL UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=33 mask=6 start=13 ok=1 outsize=434 + +Cmd: compileSnippet + insize=7738 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/Hidden/Universal Render Pipeline/GaussianDepthOfField pass=Gaussian Depth Of Field CoC cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_USE_DRAW_PROCEDURAL UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=4075 mask=6 start=219 ok=1 outsize=606 + +Cmd: compileSnippet + insize=1461 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Simple Lit pass=ShadowCaster cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR UNITY_PASS_SHADOWCASTER uKW= dKW=DOTS_INSTANCING_ON _CASTING_PUNCTUAL_LIGHT_SHADOW INSTANCING_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1101803 mask=6 start=126 ok=1 outsize=1186 + +Cmd: compileSnippet + insize=1005 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Simple Lit pass=DepthOnly cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=INSTANCING_ON _ALPHATEST_ON _GLOSSINESS_FROM_BASE_ALPHA UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1 mask=6 start=431 ok=1 outsize=286 + +Cmd: compileSnippet + insize=1128 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Simple Lit pass=DepthNormals cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=INSTANCING_ON _NORMALMAP _ALPHATEST_ON _GLOSSINESS_FROM_BASE_ALPHA UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1 mask=6 start=460 ok=1 outsize=418 + +Cmd: compileSnippet + insize=3339 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Complex Lit pass=ForwardLit cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_MAIN_LIGHT_SHADOWS _MAIN_LIGHT_SHADOWS_CASCADE _MAIN_LIGHT_SHADOWS_SCREEN _ADDITIONAL_LIGHTS_VERTEX _ADDITIONAL_LIGHTS _ADDITIONAL_LIGHT_SHADOWS _REFLECTION_PROBE_BLENDING _REFLECTION_PROBE_BOX_PROJECTION _SHADOWS_SOFT _MIXED_LIGHTING_SUBTRACTIVE _SCREEN_SPACE_OCCLUSION _DBUFFER_MRT1 _DBUFFER_MRT2 _DBUFFER_MRT3 _LIGHT_LAYERS _LIGHT_COOKIES _CLUSTERED_RENDERING DIRLIGHTMAP_COMBINED LIGHTMAP_ON DEBUG_DISPLAY DOTS_INSTANCING_ON FOG_LINEAR FOG_EXP FOG_EXP2 INSTANCING_ON _NORMALMAP _PARALLAXMAP _RECEIVE_SHADOWS_OFF _DETAIL_MULX2 _DETAIL_SCALED _SURFACE_TYPE_TRANSPARENT _ALPHATEST_ON _ALPHAPREMULTIPLY_ON _EMISSION _METALLICSPECGLOSSMAP _SMOOTHNESS_TEXTURE_ALBEDO_CHANNEL_A _OCCLUSIONMAP _CLEARCOAT _CLEARCOATMAP _SPECULARHIGHLIGHTS_OFF _ENVIRONMENTREFLECTIONS_OFF _SPECULAR_SETUP UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1101803 mask=6 start=92 ok=1 outsize=2854 + +Cmd: compileSnippet + insize=809 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Complex Lit pass=Universal2D cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_ALPHATEST_ON _ALPHAPREMULTIPLY_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1 mask=6 start=520 ok=1 outsize=414 + +Cmd: compileSnippet + insize=17276 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/Hidden/Universal Render Pipeline/StencilDeferred pass=Deferred Directional Light (Lit) cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=_DIRECTIONAL dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1101803 mask=6 start=515 ok=1 outsize=454 + +Cmd: compileSnippet + insize=1235 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/Hidden/Universal Render Pipeline/Stop NaN pass=Stop NaN cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_USE_DRAW_PROCEDURAL UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=4075 mask=6 start=39 ok=1 outsize=682 + +Cmd: compileSnippet + insize=3534 file=Packages/com.unity.render-pipelines.universal/Shaders/2D/Universal Render Pipeline/2D/Sprite-Lit-Default pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=USE_SHAPE_LIGHT_TYPE_0 USE_SHAPE_LIGHT_TYPE_1 USE_SHAPE_LIGHT_TYPE_2 USE_SHAPE_LIGHT_TYPE_3 DEBUG_DISPLAY UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=33 mask=6 start=29 ok=1 outsize=538 + +Cmd: compileSnippet + insize=4581 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/Hidden/Universal Render Pipeline/CameraMotionBlur pass=Camera Motion Blur - Low Quality cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_USE_DRAW_PROCEDURAL UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=33 mask=6 start=123 ok=1 outsize=2278 + +Cmd: compileSnippet + insize=766 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Unlit pass=Meta cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR UNITY_PASS_META uKW= dKW=EDITOR_VISUALIZATION UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1 mask=6 start=253 ok=1 outsize=970 + + +Cmd: initializeCompiler + +Cmd: compileSnippet + insize=1779 file=Packages/com.unity.visualeffectgraph/Editor/UIResources/shader/Hidden/VFX/SystemInfo pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=0 type=Fragment platform=d3d11 reqs=33 mask=6 start=20 ok=1 outsize=418 + +Cmd: compileComputeKernel + insize=20587 file=Packages/com.unity.visualeffectgraph/Shaders/SDFBaker/GenSdfRayMap.compute kernel=ConservativeRasterization cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 km= pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=SHADER_STAGE_COMPUTE platform=d3d11 flags=0 reqs=16385 forceDXC=0 forceFXC=0 ok=1 outsize=4235 + +Cmd: compileComputeKernel + insize=20587 file=Packages/com.unity.visualeffectgraph/Shaders/SDFBaker/GenSdfRayMap.compute kernel=ToTextureNormalized cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 km= pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=SHADER_STAGE_COMPUTE platform=d3d11 flags=0 reqs=16385 forceDXC=0 forceFXC=0 ok=1 outsize=876 + +Cmd: initializeCompiler + +Cmd: shutdown + +Quitting shader compiler process diff --git a/Logs/shadercompiler-UnityShaderCompiler.exe12.log b/Logs/shadercompiler-UnityShaderCompiler.exe12.log new file mode 100644 index 0000000..12b7be7 --- /dev/null +++ b/Logs/shadercompiler-UnityShaderCompiler.exe12.log @@ -0,0 +1,107 @@ +Base path: 'D:/UnityInstalls/2021.3.11f1/Editor/Data', plugins path 'D:/UnityInstalls/2021.3.11f1/Editor/Data/PlaybackEngines' +Cmd: initializeCompiler + +Cmd: compileSnippet + insize=9669 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/Hidden/Universal Render Pipeline/BokehDepthOfField pass=Bokeh Depth Of Field Prefilter cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_USE_DRAW_PROCEDURAL UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=4075 mask=6 start=312 ok=1 outsize=682 + +Cmd: compileSnippet + insize=3367 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Lit pass=ForwardLit cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_MAIN_LIGHT_SHADOWS _MAIN_LIGHT_SHADOWS_CASCADE _MAIN_LIGHT_SHADOWS_SCREEN _ADDITIONAL_LIGHTS_VERTEX _ADDITIONAL_LIGHTS _CLUSTERED_RENDERING LIGHTMAP_SHADOW_MIXING SHADOWS_SHADOWMASK DIRLIGHTMAP_COMBINED LIGHTMAP_ON DYNAMICLIGHTMAP_ON DOTS_INSTANCING_ON FOG_LINEAR FOG_EXP FOG_EXP2 INSTANCING_ON _NORMALMAP _PARALLAXMAP _RECEIVE_SHADOWS_OFF _DETAIL_MULX2 _DETAIL_SCALED UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1101803 mask=6 start=93 ok=1 outsize=1730 + +Cmd: compileSnippet + insize=1061 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Lit pass=DepthOnly cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=INSTANCING_ON _ALPHATEST_ON _SMOOTHNESS_TEXTURE_ALBEDO_CHANNEL_A UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1 mask=6 start=501 ok=1 outsize=286 + +Cmd: compileSnippet + insize=1249 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Lit pass=Meta cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR UNITY_PASS_META uKW= dKW=EDITOR_VISUALIZATION _DETAIL_MULX2 _DETAIL_SCALED UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1 mask=6 start=563 ok=1 outsize=970 + +Cmd: compileSnippet + insize=876 file=Packages/com.unity.render-pipelines.universal/Shaders/Particles/Universal Render Pipeline/Particles/Simple Lit pass=Universal2D cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_ALPHATEST_ON _ALPHAPREMULTIPLY_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1 mask=6 start=341 ok=1 outsize=414 + +Cmd: compileSnippet + insize=620 file=Packages/com.unity.render-pipelines.universal/Shaders/XR/Hidden/Universal Render Pipeline/XR/XRMirrorView pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=33 mask=6 start=16 ok=1 outsize=898 + +Cmd: compileSnippet + insize=1170 file=Packages/com.unity.shadergraph/Editor/Resources/Shaders/Hidden/Checkerboard pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=0 type=Vertex platform=d3d11 reqs=33 mask=6 start=10 ok=1 outsize=682 + +Cmd: compileSnippet + insize=1448 file=Packages/com.unity.render-pipelines.universal/Shaders/Particles/Universal Render Pipeline/Particles/Lit pass=DepthNormals cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=INSTANCING_ON PROCEDURAL_INSTANCING_ON _NORMALMAP _FLIPBOOKBLENDING_ON _ALPHATEST_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1 mask=6 start=247 ok=1 outsize=1182 + +Cmd: compileSnippet + insize=1266 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/Hidden/Universal Render Pipeline/LensFlareDataDriven pass=LensFlarePremultiply cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=FLARE_CIRCLE FLARE_POLYGON FLARE_INVERSE_SDF FLARE_OCCLUSION UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=227 mask=6 start=87 ok=1 outsize=422 + +Cmd: compileSnippet + insize=811 file=Packages/com.unity.render-pipelines.universal/Shaders/Terrain/Hidden/TerrainEngine/Details/UniversalPipeline/Vertexlit pass=DepthNormals cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=INSTANCING_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1 mask=6 start=202 ok=1 outsize=442 + +Cmd: compileSnippet + insize=1391 file=Packages/com.unity.render-pipelines.universal/Shaders/Nature/Universal Render Pipeline/Nature/SpeedTree7 pass=ShadowCaster cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR UNITY_PASS_SHADOWCASTER uKW=GEOM_TYPE_BRANCH dKW=LOD_FADE_CROSSFADE INSTANCING_ON GEOM_TYPE_BRANCH_DETAIL GEOM_TYPE_FROND GEOM_TYPE_LEAF GEOM_TYPE_MESH UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=33 mask=6 start=100 ok=1 outsize=310 + +Cmd: compileSnippet + insize=6549 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/Hidden/Universal Render Pipeline/LutBuilderLdr pass=LutBuilderLdr cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=33 mask=6 start=158 ok=1 outsize=682 + +Cmd: compileSnippet + insize=1307 file=Packages/com.unity.render-pipelines.universal/Shaders/Nature/Universal Render Pipeline/Nature/SpeedTree7 Billboard pass=GBuffer cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_MAIN_LIGHT_SHADOWS _MAIN_LIGHT_SHADOWS_CASCADE _MAIN_LIGHT_SHADOWS_SCREEN BILLBOARD_FACE_CAMERA_POS LOD_FADE_CROSSFADE EFFECT_BUMP EFFECT_HUE_VARIATION UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=33 mask=6 start=88 ok=1 outsize=3466 + +Cmd: compileSnippet + insize=1097 file=Packages/com.unity.render-pipelines.universal/Shaders/Nature/Universal Render Pipeline/Nature/SpeedTree8 pass=DepthOnly cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=LOD_FADE_PERCENTAGE _WINDQUALITY_NONE dKW=LOD_FADE_CROSSFADE INSTANCING_ON _WINDQUALITY_FASTEST _WINDQUALITY_FAST _WINDQUALITY_BETTER _WINDQUALITY_BEST _WINDQUALITY_PALM EFFECT_BILLBOARD UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=33 mask=6 start=202 ok=1 outsize=1290 + +Cmd: compileSnippet + insize=7813 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/Hidden/Universal Render Pipeline/GaussianDepthOfField pass=Gaussian Depth Of Field Composite cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_USE_DRAW_PROCEDURAL _HIGH_QUALITY_SAMPLING UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=4075 mask=6 start=260 ok=1 outsize=838 + +Cmd: compileSnippet + insize=812 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Simple Lit pass=Universal2D cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_ALPHATEST_ON _ALPHAPREMULTIPLY_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1101803 mask=6 start=305 ok=1 outsize=426 + +Cmd: compileSnippet + insize=1409 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Simple Lit pass=ShadowCaster cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR UNITY_PASS_SHADOWCASTER uKW= dKW=INSTANCING_ON _ALPHATEST_ON _GLOSSINESS_FROM_BASE_ALPHA UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1 mask=6 start=395 ok=1 outsize=286 + +Cmd: compileSnippet + insize=815 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Simple Lit pass=Universal2D cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1 mask=6 start=513 ok=1 outsize=714 + +Cmd: compileSnippet + insize=989 file=Packages/com.unity.render-pipelines.universal/Shaders/Terrain/Hidden/TerrainEngine/Details/UniversalPipeline/WavingDoublePass pass=DepthOnly cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=INSTANCING_ON _GLOSSINESS_FROM_BASE_ALPHA UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1 mask=6 start=68 ok=1 outsize=534 + +Cmd: compileSnippet + insize=806 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Complex Lit pass=Universal2D cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_ALPHATEST_ON _ALPHAPREMULTIPLY_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1101803 mask=6 start=297 ok=1 outsize=426 + +Cmd: compileSnippet + insize=1061 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Complex Lit pass=DepthOnly cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=INSTANCING_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1 mask=6 start=426 ok=1 outsize=722 + +Cmd: compileSnippet + insize=1249 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Complex Lit pass=Meta cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR UNITY_PASS_META uKW= dKW=EDITOR_VISUALIZATION _SPECULAR_SETUP _EMISSION _METALLICSPECGLOSSMAP _ALPHATEST_ON _SMOOTHNESS_TEXTURE_ALBEDO_CHANNEL_A _DETAIL_MULX2 _DETAIL_SCALED _SPECGLOSSMAP UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1 mask=6 start=488 ok=1 outsize=1026 + +Cmd: compileSnippet + insize=16331 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/Hidden/Universal Render Pipeline/StencilDeferred pass=SSAOOnly cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=_SSAO_ONLY dKW=_SCREEN_SPACE_OCCLUSION UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1101803 mask=6 start=666 ok=1 outsize=454 + +Cmd: compileSnippet + insize=1026 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Unlit pass=DepthOnly cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=DOTS_INSTANCING_ON INSTANCING_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1101803 mask=6 start=74 ok=1 outsize=726 + +Cmd: compileSnippet + insize=707 file=Packages/com.unity.render-pipelines.core/Editor/PostProcessing/LensFlareResource/Hidden/Core/LensFlareDataDrivenPreview pass=ForwardUnlit cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=227 mask=6 start=21 ok=1 outsize=1042 + +Cmd: compileSnippet + insize=778 file=Packages/com.unity.render-pipelines.core/Editor/PostProcessing/LensFlareResource/Hidden/Core/LensFlareDataDrivenPreview pass=ForwardUnlit cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=227 mask=6 start=98 ok=1 outsize=738 + +Cmd: compileSnippet + insize=1424 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/Hidden/Universal Render Pipeline/Sampling pass=BoxDownsample cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_USE_DRAW_PROCEDURAL UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=33 mask=6 start=16 ok=1 outsize=758 + +Cmd: compileSnippet + insize=680 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/Hidden/Universal Render Pipeline/SubpixelMorphologicalAntialiasing pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=_SMAA_PRESET_LOW dKW=_USE_DRAW_PROCEDURAL _SMAA_PRESET_MEDIUM _SMAA_PRESET_HIGH UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=33 mask=6 start=53 ok=1 outsize=3838 + +Cmd: compileComputeKernel + insize=7129 file=Packages/com.unity.render-pipelines.core/Editor/Lighting/ProbeVolume/ProbeVolumeSubdivide.compute kernel=Subdivide cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 km= pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=SHADER_STAGE_COMPUTE platform=d3d11 flags=0 reqs=16385 forceDXC=0 forceFXC=0 ok=1 outsize=1757 + + +Cmd: initializeCompiler + +Cmd: compileSnippet + insize=5318 file=Packages/com.unity.visualeffectgraph/Shaders/SDFBaker/Hidden/VoxelizeShader pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1101803 mask=6 start=165 ok=1 outsize=590 + +Cmd: compileComputeKernel + insize=20587 file=Packages/com.unity.visualeffectgraph/Shaders/SDFBaker/GenSdfRayMap.compute kernel=SurfaceClosing cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 km= pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=SHADER_STAGE_COMPUTE platform=d3d11 flags=0 reqs=16385 forceDXC=0 forceFXC=0 ok=1 outsize=1527 + +Cmd: compileComputeKernel + insize=20587 file=Packages/com.unity.visualeffectgraph/Shaders/SDFBaker/GenSdfRayMap.compute kernel=JFA cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 km= pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=SHADER_STAGE_COMPUTE platform=d3d11 flags=0 reqs=16385 forceDXC=0 forceFXC=0 ok=1 outsize=9887 + +Cmd: initializeCompiler + +Cmd: shutdown + +Quitting shader compiler process diff --git a/Logs/shadercompiler-UnityShaderCompiler.exe13.log b/Logs/shadercompiler-UnityShaderCompiler.exe13.log new file mode 100644 index 0000000..dc709d6 --- /dev/null +++ b/Logs/shadercompiler-UnityShaderCompiler.exe13.log @@ -0,0 +1,101 @@ +Base path: 'D:/UnityInstalls/2021.3.11f1/Editor/Data', plugins path 'D:/UnityInstalls/2021.3.11f1/Editor/Data/PlaybackEngines' +Cmd: initializeCompiler + +Cmd: compileSnippet + insize=9663 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/Hidden/Universal Render Pipeline/BokehDepthOfField pass=Bokeh Depth Of Field CoC cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_USE_DRAW_PROCEDURAL _USE_FAST_SRGB_LINEAR_CONVERSION UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=4075 mask=6 start=301 ok=1 outsize=758 + +Cmd: compileSnippet + insize=1113 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Lit pass=DepthOnly cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=DOTS_INSTANCING_ON INSTANCING_ON _ALPHATEST_ON _SMOOTHNESS_TEXTURE_ALBEDO_CHANNEL_A UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1101803 mask=6 start=266 ok=1 outsize=290 + +Cmd: compileSnippet + insize=806 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Lit pass=Universal2D cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1101803 mask=6 start=362 ok=1 outsize=718 + +Cmd: compileSnippet + insize=1412 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Lit pass=ShadowCaster cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR UNITY_PASS_SHADOWCASTER uKW= dKW=INSTANCING_ON _ALPHATEST_ON _SMOOTHNESS_TEXTURE_ALBEDO_CHANNEL_A UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1 mask=6 start=465 ok=1 outsize=286 + +Cmd: compileSnippet + insize=809 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Lit pass=Universal2D cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1 mask=6 start=594 ok=1 outsize=714 + +Cmd: compileSnippet + insize=1454 file=Packages/com.unity.render-pipelines.universal/Shaders/Particles/Universal Render Pipeline/Particles/Simple Lit pass=DepthNormals cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=INSTANCING_ON PROCEDURAL_INSTANCING_ON _NORMALMAP _FLIPBOOKBLENDING_ON _ALPHATEST_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1 mask=6 start=240 ok=1 outsize=1182 + +Cmd: compileSnippet + insize=1420 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/Hidden/Universal Render Pipeline/MaterialError pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_SINGLE_PASS_STEREO STEREO_INSTANCING_ON STEREO_MULTIVIEW_ON DOTS_INSTANCING_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1101803 mask=6 start=13 ok=1 outsize=254 + +Cmd: compileSnippet + insize=1448 file=Packages/com.unity.render-pipelines.universal/Shaders/Particles/Universal Render Pipeline/Particles/Lit pass=DepthNormals cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=INSTANCING_ON PROCEDURAL_INSTANCING_ON _NORMALMAP _FLIPBOOKBLENDING_ON _ALPHATEST_ON _COLOROVERLAY_ON _COLORCOLOR_ON _COLORADDSUBDIFF_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1 mask=6 start=247 ok=1 outsize=394 + +Cmd: compileSnippet + insize=844 file=Packages/com.unity.render-pipelines.universal/Shaders/Particles/Universal Render Pipeline/Particles/Lit pass=Universal2D cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_ALPHATEST_ON _ALPHAPREMULTIPLY_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=33 mask=6 start=348 ok=1 outsize=414 + +Cmd: compileSnippet + insize=1631 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/VR/SpatialMapping/Occlusion pass=Spatial Mapping Occlusion cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=INSTANCING_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=33 mask=6 start=17 ok=1 outsize=250 + +Cmd: compileSnippet + insize=3020 file=Packages/com.unity.render-pipelines.universal/Shaders/Hidden/kMotion/CameraMotionVectors pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=4075 mask=6 start=11 ok=1 outsize=1186 + +Cmd: compileSnippet + insize=692 file=Packages/com.unity.render-pipelines.universal/Shaders/Terrain/Hidden/TerrainEngine/Details/UniversalPipeline/Vertexlit pass=Meta cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR UNITY_PASS_META uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=33 mask=6 start=223 ok=1 outsize=970 + +Cmd: compileSnippet + insize=2258 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/Hidden/Universal Render Pipeline/ScreenSpaceAmbientOcclusion pass=SSAO_Occlusion cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=_SOURCE_DEPTH _RECONSTRUCT_NORMAL_LOW dKW=_SOURCE_DEPTH_NORMALS _RECONSTRUCT_NORMAL_MEDIUM _RECONSTRUCT_NORMAL_HIGH _ORTHOGRAPHIC UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=33 mask=6 start=64 ok=1 outsize=454 + +Cmd: compileSnippet + insize=2198 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/Hidden/Universal Render Pipeline/ScreenSpaceAmbientOcclusion pass=SSAO_HorizontalBlur cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=_SOURCE_DEPTH dKW=_GBUFFER_NORMALS_OCT _ORTHOGRAPHIC _SOURCE_DEPTH_NORMALS UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=33 mask=6 start=80 ok=1 outsize=5078 + +Cmd: compileSnippet + insize=1315 file=Packages/com.unity.render-pipelines.universal/Shaders/Nature/Universal Render Pipeline/Nature/SpeedTree7 Billboard pass=ForwardLit cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_MAIN_LIGHT_SHADOWS _MAIN_LIGHT_SHADOWS_CASCADE _MAIN_LIGHT_SHADOWS_SCREEN _ADDITIONAL_LIGHTS_VERTEX _ADDITIONAL_LIGHTS _ADDITIONAL_LIGHT_SHADOWS _CLUSTERED_RENDERING BILLBOARD_FACE_CAMERA_POS LOD_FADE_CROSSFADE FOG_LINEAR FOG_EXP FOG_EXP2 EFFECT_BUMP EFFECT_HUE_VARIATION UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=33 mask=6 start=31 ok=1 outsize=3466 + +Cmd: compileSnippet + insize=2116 file=Packages/com.unity.render-pipelines.universal/Shaders/Nature/Universal Render Pipeline/Nature/SpeedTree8 pass=GBuffer cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=_WINDQUALITY_NONE dKW=_MAIN_LIGHT_SHADOWS _MAIN_LIGHT_SHADOWS_CASCADE _MAIN_LIGHT_SHADOWS_SCREEN _REFLECTION_PROBE_BLENDING _REFLECTION_PROBE_BOX_PROJECTION _SHADOWS_SOFT LOD_FADE_CROSSFADE _GBUFFER_NORMALS_OCT _LIGHT_LAYERS _RENDER_PASS_ENABLED INSTANCING_ON _WINDQUALITY_FASTEST _WINDQUALITY_FAST _WINDQUALITY_BETTER _WINDQUALITY_BEST _WINDQUALITY_PALM EFFECT_BILLBOARD EFFECT_HUE_VARIATION EFFECT_SUBSURFACE EFFECT_BUMP EFFECT_EXTRA_TEX UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=33 mask=6 start=122 ok=1 outsize=2414 + +Cmd: compileSnippet + insize=2881 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Simple Lit pass=ForwardLit cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_MAIN_LIGHT_SHADOWS _MAIN_LIGHT_SHADOWS_CASCADE _MAIN_LIGHT_SHADOWS_SCREEN _ADDITIONAL_LIGHTS_VERTEX _ADDITIONAL_LIGHTS LIGHTMAP_SHADOW_MIXING SHADOWS_SHADOWMASK _ADDITIONAL_LIGHT_SHADOWS _SHADOWS_SOFT _SCREEN_SPACE_OCCLUSION _DBUFFER_MRT1 _DBUFFER_MRT2 _DBUFFER_MRT3 _LIGHT_LAYERS _LIGHT_COOKIES _CLUSTERED_RENDERING DIRLIGHTMAP_COMBINED LIGHTMAP_ON DYNAMICLIGHTMAP_ON DEBUG_DISPLAY DOTS_INSTANCING_ON FOG_LINEAR FOG_EXP FOG_EXP2 INSTANCING_ON _NORMALMAP _EMISSION _RECEIVE_SHADOWS_OFF _SURFACE_TYPE_TRANSPARENT _ALPHATEST_ON _ALPHAPREMULTIPLY_ON _SPECGLOSSMAP _SPECULAR_COLOR _GLOSSINESS_FROM_BASE_ALPHA UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1101803 mask=6 start=64 ok=1 outsize=866 + +Cmd: compileSnippet + insize=815 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Simple Lit pass=Universal2D cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_ALPHATEST_ON _ALPHAPREMULTIPLY_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1 mask=6 start=513 ok=1 outsize=414 + +Cmd: compileSnippet + insize=1315 file=Packages/com.unity.shadergraph/Editor/Resources/Shaders/Hidden/Shader Graph/FallbackError pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_SINGLE_PASS_STEREO STEREO_INSTANCING_ON STEREO_MULTIVIEW_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=0 type=Fragment platform=d3d11 reqs=1 mask=6 start=12 ok=1 outsize=250 + +Cmd: compileSnippet + insize=1193 file=Packages/com.unity.render-pipelines.universal/Shaders/Terrain/Hidden/TerrainEngine/Details/UniversalPipeline/WavingDoublePass pass=DepthNormalsOnly cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_GBUFFER_NORMALS_OCT INSTANCING_ON _GLOSSINESS_FROM_BASE_ALPHA UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1 mask=6 start=97 ok=1 outsize=766 + +Cmd: compileSnippet + insize=3339 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Complex Lit pass=ForwardLit cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_MAIN_LIGHT_SHADOWS _MAIN_LIGHT_SHADOWS_CASCADE _MAIN_LIGHT_SHADOWS_SCREEN _ADDITIONAL_LIGHTS_VERTEX _ADDITIONAL_LIGHTS _MIXED_LIGHTING_SUBTRACTIVE _CLUSTERED_RENDERING DIRLIGHTMAP_COMBINED LIGHTMAP_ON DOTS_INSTANCING_ON FOG_LINEAR FOG_EXP FOG_EXP2 INSTANCING_ON _NORMALMAP _PARALLAXMAP _RECEIVE_SHADOWS_OFF _DETAIL_MULX2 _DETAIL_SCALED UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1101803 mask=6 start=92 ok=1 outsize=1730 + +Cmd: compileSnippet + insize=1251 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Complex Lit pass=DepthNormals cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=INSTANCING_ON _NORMALMAP _PARALLAXMAP _DETAIL_MULX2 _DETAIL_SCALED _ALPHATEST_ON _SMOOTHNESS_TEXTURE_ALBEDO_CHANNEL_A UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1 mask=6 start=456 ok=1 outsize=418 + +Cmd: compileSnippet + insize=16374 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/Hidden/Universal Render Pipeline/StencilDeferred pass=Fog cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=_FOG FOG_LINEAR dKW=FOG_EXP FOG_EXP2 UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1101803 mask=6 start=603 ok=1 outsize=454 + +Cmd: compileSnippet + insize=4581 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/Hidden/Universal Render Pipeline/CameraMotionBlur pass=Camera Motion Blur - Medium Quality cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_USE_DRAW_PROCEDURAL UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=33 mask=6 start=140 ok=1 outsize=2482 + +Cmd: compileSnippet + insize=707 file=Packages/com.unity.render-pipelines.core/Editor/PostProcessing/LensFlareResource/Hidden/Core/LensFlareDataDrivenPreview pass=ForwardUnlit cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=227 mask=6 start=21 ok=1 outsize=410 + +Cmd: compileSnippet + insize=781 file=Packages/com.unity.render-pipelines.core/Editor/PostProcessing/LensFlareResource/Hidden/Core/LensFlareDataDrivenPreview pass=ForwardUnlit cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=227 mask=6 start=125 ok=1 outsize=1042 + +Cmd: compileSnippet + insize=992 file=Packages/com.unity.render-pipelines.universal/Shaders/2D/Hidden/Shadow2DUnshadowGeometry pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=33 mask=6 start=75 ok=1 outsize=250 + + +Cmd: initializeCompiler + +Cmd: compileSnippet + insize=3810 file=Packages/com.unity.visualeffectgraph/Editor/UIResources/shader/Hidden/VFX/GradientDashedBorder pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=0 type=Vertex platform=d3d11 reqs=33 mask=6 start=24 ok=1 outsize=1522 + +Cmd: compileComputeKernel + insize=9315 file=Packages/com.unity.visualeffectgraph/Shaders/Sort.compute kernel=MergePass cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 km=,, pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=SHADER_STAGE_COMPUTE platform=d3d11 flags=0 reqs=16385 forceDXC=0 forceFXC=0 ok=1 outsize=4302 + +Cmd: compileComputeKernel + insize=20587 file=Packages/com.unity.visualeffectgraph/Shaders/SDFBaker/GenSdfRayMap.compute kernel=RayMapScanY cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 km= pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=SHADER_STAGE_COMPUTE platform=d3d11 flags=0 reqs=16385 forceDXC=0 forceFXC=0 ok=1 outsize=836 + +Cmd: initializeCompiler + +Cmd: shutdown + +Quitting shader compiler process diff --git a/Logs/shadercompiler-UnityShaderCompiler.exe14.log b/Logs/shadercompiler-UnityShaderCompiler.exe14.log new file mode 100644 index 0000000..71f2ae8 --- /dev/null +++ b/Logs/shadercompiler-UnityShaderCompiler.exe14.log @@ -0,0 +1,98 @@ +Base path: 'D:/UnityInstalls/2021.3.11f1/Editor/Data', plugins path 'D:/UnityInstalls/2021.3.11f1/Editor/Data/PlaybackEngines' +Cmd: initializeCompiler + +Cmd: compileSnippet + insize=9669 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/Hidden/Universal Render Pipeline/BokehDepthOfField pass=Bokeh Depth Of Field Prefilter cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_USE_DRAW_PROCEDURAL _USE_FAST_SRGB_LINEAR_CONVERSION UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=4075 mask=6 start=312 ok=1 outsize=1610 + +Cmd: compileSnippet + insize=1251 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Lit pass=DepthNormals cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=INSTANCING_ON _NORMALMAP _PARALLAXMAP _DETAIL_MULX2 _DETAIL_SCALED UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1 mask=6 start=531 ok=1 outsize=1102 + +Cmd: compileSnippet + insize=876 file=Packages/com.unity.render-pipelines.universal/Shaders/Particles/Universal Render Pipeline/Particles/Simple Lit pass=Universal2D cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1 mask=6 start=341 ok=1 outsize=714 + +Cmd: compileSnippet + insize=620 file=Packages/com.unity.render-pipelines.universal/Shaders/XR/Hidden/Universal Render Pipeline/XR/XRMirrorView pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=33 mask=6 start=16 ok=1 outsize=1118 + +Cmd: compileSnippet + insize=1170 file=Packages/com.unity.shadergraph/Editor/Resources/Shaders/Hidden/Checkerboard pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=0 type=Fragment platform=d3d11 reqs=33 mask=6 start=10 ok=1 outsize=594 + +Cmd: compileSnippet + insize=1385 file=Packages/com.unity.render-pipelines.universal/Shaders/Particles/Universal Render Pipeline/Particles/Lit pass=DepthOnly cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=INSTANCING_ON PROCEDURAL_INSTANCING_ON _ALPHATEST_ON _FLIPBOOKBLENDING_ON _COLOROVERLAY_ON _COLORCOLOR_ON _COLORADDSUBDIFF_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1 mask=6 start=217 ok=1 outsize=250 + +Cmd: compileSnippet + insize=1266 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/Hidden/Universal Render Pipeline/LensFlareDataDriven pass=LensFlareAdditive cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=FLARE_CIRCLE FLARE_POLYGON FLARE_INVERSE_SDF FLARE_OCCLUSION UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=227 mask=6 start=17 ok=1 outsize=422 + +Cmd: compileSnippet + insize=5567 file=Packages/com.unity.render-pipelines.universal/Shaders/Terrain/Hidden/TerrainEngine/Details/UniversalPipeline/Vertexlit pass=TerrainDetailVertex - GBuffer cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_MAIN_LIGHT_SHADOWS _MAIN_LIGHT_SHADOWS_CASCADE _MAIN_LIGHT_SHADOWS_SCREEN _ADDITIONAL_LIGHTS_VERTEX _MIXED_LIGHTING_SUBTRACTIVE DIRLIGHTMAP_COMBINED LIGHTMAP_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1 mask=6 start=53 ok=1 outsize=1938 + +Cmd: compileSnippet + insize=1047 file=Packages/com.unity.render-pipelines.universal/Shaders/Nature/Universal Render Pipeline/Nature/SpeedTree7 pass=DepthNormals cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=LOD_FADE_PERCENTAGE GEOM_TYPE_BRANCH dKW=LOD_FADE_CROSSFADE INSTANCING_ON GEOM_TYPE_BRANCH_DETAIL GEOM_TYPE_FROND GEOM_TYPE_LEAF GEOM_TYPE_MESH EFFECT_BUMP UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=33 mask=6 start=201 ok=1 outsize=6318 + +Cmd: compileSnippet + insize=3018 file=Packages/com.unity.render-pipelines.universal/Shaders/2D/Universal Render Pipeline/2D/Sprite-Unlit-Default pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=DEBUG_DISPLAY UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=33 mask=6 start=28 ok=1 outsize=434 + +Cmd: compileSnippet + insize=731 file=Assets/DefaultResourcesExtra/Sprites/Default pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=ETC1_EXTERNAL_ALPHA INSTANCING_ON PIXELSNAP_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=0 type=Fragment platform=d3d11 reqs=1 mask=6 start=32 ok=1 outsize=454 + +Cmd: compileSnippet + insize=1011 file=Packages/com.unity.render-pipelines.universal/Shaders/Terrain/Hidden/TerrainEngine/Details/UniversalPipeline/BillboardWavingDoublePass pass=DepthNormals cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=INSTANCING_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1 mask=6 start=91 ok=1 outsize=2326 + +Cmd: compileSnippet + insize=2201 file=Packages/com.unity.render-pipelines.universal/Shaders/Nature/Universal Render Pipeline/Nature/SpeedTree8 pass=ForwardLit cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=_WINDQUALITY_NONE dKW=_MAIN_LIGHT_SHADOWS _MAIN_LIGHT_SHADOWS_CASCADE _MAIN_LIGHT_SHADOWS_SCREEN _ADDITIONAL_LIGHTS_VERTEX _ADDITIONAL_LIGHTS _ADDITIONAL_LIGHT_SHADOWS _REFLECTION_PROBE_BLENDING _REFLECTION_PROBE_BOX_PROJECTION _SHADOWS_SOFT _CLUSTERED_RENDERING LOD_FADE_CROSSFADE _SCREEN_SPACE_OCCLUSION _LIGHT_LAYERS _LIGHT_COOKIES DEBUG_DISPLAY FOG_LINEAR FOG_EXP FOG_EXP2 INSTANCING_ON _WINDQUALITY_FASTEST _WINDQUALITY_FAST _WINDQUALITY_BETTER _WINDQUALITY_BEST _WINDQUALITY_PALM EFFECT_BILLBOARD EFFECT_HUE_VARIATION EFFECT_SUBSURFACE EFFECT_BUMP EFFECT_EXTRA_TEX UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=33 mask=6 start=49 ok=1 outsize=2838 + +Cmd: compileSnippet + insize=1461 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Simple Lit pass=ShadowCaster cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR UNITY_PASS_SHADOWCASTER uKW= dKW=DOTS_INSTANCING_ON INSTANCING_ON _ALPHATEST_ON _GLOSSINESS_FROM_BASE_ALPHA UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1101803 mask=6 start=126 ok=1 outsize=290 + +Cmd: compileSnippet + insize=1128 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Simple Lit pass=DepthNormals cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=INSTANCING_ON _NORMALMAP UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1 mask=6 start=460 ok=1 outsize=1178 + +Cmd: compileSnippet + insize=1464 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Complex Lit pass=ShadowCaster cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR UNITY_PASS_SHADOWCASTER uKW= dKW=DOTS_INSTANCING_ON _CASTING_PUNCTUAL_LIGHT_SHADOW INSTANCING_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1101803 mask=6 start=160 ok=1 outsize=1186 + +Cmd: compileSnippet + insize=806 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Complex Lit pass=Universal2D cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1101803 mask=6 start=297 ok=1 outsize=718 + +Cmd: compileSnippet + insize=3202 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Complex Lit pass=ForwardLit cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_MAIN_LIGHT_SHADOWS _MAIN_LIGHT_SHADOWS_CASCADE _MAIN_LIGHT_SHADOWS_SCREEN _ADDITIONAL_LIGHTS_VERTEX _ADDITIONAL_LIGHTS _ADDITIONAL_LIGHT_SHADOWS _REFLECTION_PROBE_BLENDING _REFLECTION_PROBE_BOX_PROJECTION _SHADOWS_SOFT _MIXED_LIGHTING_SUBTRACTIVE _SCREEN_SPACE_OCCLUSION _LIGHT_LAYERS _LIGHT_COOKIES _CLUSTERED_RENDERING DIRLIGHTMAP_COMBINED LIGHTMAP_ON DEBUG_DISPLAY FOG_LINEAR FOG_EXP FOG_EXP2 INSTANCING_ON _NORMALMAP _PARALLAXMAP _RECEIVE_SHADOWS_OFF _DETAIL_MULX2 _DETAIL_SCALED _SURFACE_TYPE_TRANSPARENT _ALPHATEST_ON _ALPHAPREMULTIPLY_ON _EMISSION _METALLICSPECGLOSSMAP _SMOOTHNESS_TEXTURE_ALBEDO_CHANNEL_A _OCCLUSIONMAP _CLEARCOAT _CLEARCOATMAP _SPECULARHIGHLIGHTS_OFF _ENVIRONMENTREFLECTIONS_OFF _SPECULAR_SETUP UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1 mask=6 start=331 ok=1 outsize=2834 + +Cmd: compileSnippet + insize=16216 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/Hidden/Universal Render Pipeline/StencilDeferred pass=ClearStencilPartial cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=_CLEAR_STENCIL_PARTIAL dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1101803 mask=6 start=641 ok=1 outsize=454 + +Cmd: compileSnippet + insize=1224 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Unlit pass=DepthNormalsOnly cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_GBUFFER_NORMALS_OCT DOTS_INSTANCING_ON INSTANCING_ON _ALPHATEST_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1101803 mask=6 start=102 ok=1 outsize=374 + +Cmd: compileSnippet + insize=976 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Unlit pass=DepthOnly cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=INSTANCING_ON _ALPHATEST_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1 mask=6 start=193 ok=1 outsize=286 + +Cmd: compileSnippet + insize=741 file=Packages/com.unity.render-pipelines.core/Editor/PostProcessing/LensFlareResource/Hidden/Core/LensFlareDataDrivenPreview pass=ForwardUnlit cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=227 mask=6 start=72 ok=1 outsize=1042 + +Cmd: compileSnippet + insize=771 file=/Hidden/UnlitTransparentColored pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=0 type=Fragment platform=d3d11 reqs=1 mask=6 start=1 ok=1 outsize=282 + +Cmd: compileSnippet + insize=992 file=Packages/com.unity.render-pipelines.universal/Shaders/2D/Hidden/Shadow2DUnshadowGeometry pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=33 mask=6 start=75 ok=1 outsize=570 + +Cmd: compileSnippet + insize=680 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/Hidden/Universal Render Pipeline/SubpixelMorphologicalAntialiasing pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=_SMAA_PRESET_LOW dKW=_USE_DRAW_PROCEDURAL _SMAA_PRESET_MEDIUM _SMAA_PRESET_HIGH UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=33 mask=6 start=53 ok=1 outsize=906 + +Cmd: compileComputeKernel + insize=7129 file=Packages/com.unity.render-pipelines.core/Editor/Lighting/ProbeVolume/ProbeVolumeSubdivide.compute kernel=VoxelizeProbeVolumeData cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 km= pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=SHADER_STAGE_COMPUTE platform=d3d11 flags=0 reqs=16385 forceDXC=0 forceFXC=0 ok=1 outsize=3622 + +Cmd: compileComputeKernel + insize=7129 file=Packages/com.unity.render-pipelines.core/Editor/Lighting/ProbeVolume/ProbeVolumeSubdivide.compute kernel=FillUVMap cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 km= pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=SHADER_STAGE_COMPUTE platform=d3d11 flags=0 reqs=16385 forceDXC=0 forceFXC=0 ok=1 outsize=672 + + +Cmd: initializeCompiler + +Cmd: compileSnippet + insize=1425 file=Packages/com.unity.visualeffectgraph/Shaders/Hidden/Default StaticMeshOutput pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=0 type=Vertex platform=d3d11 reqs=33 mask=6 start=16 ok=1 outsize=682 + +Cmd: compileComputeKernel + insize=20587 file=Packages/com.unity.visualeffectgraph/Shaders/SDFBaker/GenSdfRayMap.compute kernel=ToBlockSumBuffer cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 km= pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=SHADER_STAGE_COMPUTE platform=d3d11 flags=0 reqs=16385 forceDXC=0 forceFXC=0 ok=1 outsize=719 + +Cmd: initializeCompiler + +Cmd: shutdown + +Quitting shader compiler process diff --git a/Logs/shadercompiler-UnityShaderCompiler.exe15.log b/Logs/shadercompiler-UnityShaderCompiler.exe15.log new file mode 100644 index 0000000..b2bdebb --- /dev/null +++ b/Logs/shadercompiler-UnityShaderCompiler.exe15.log @@ -0,0 +1,98 @@ +Base path: 'D:/UnityInstalls/2021.3.11f1/Editor/Data', plugins path 'D:/UnityInstalls/2021.3.11f1/Editor/Data/PlaybackEngines' +Cmd: initializeCompiler + +Cmd: compileSnippet + insize=9664 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/Hidden/Universal Render Pipeline/BokehDepthOfField pass=Bokeh Depth Of Field Blur cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_USE_DRAW_PROCEDURAL UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=4075 mask=6 start=323 ok=1 outsize=682 + +Cmd: compileSnippet + insize=1347 file=Packages/com.unity.render-pipelines.universal/Shaders/Particles/Universal Render Pipeline/Particles/Simple Lit pass=ScenePickingPass cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=INSTANCING_ON PROCEDURAL_INSTANCING_ON _FLIPBOOKBLENDING_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1 mask=6 start=309 ok=1 outsize=774 + +Cmd: compileSnippet + insize=1385 file=Packages/com.unity.render-pipelines.universal/Shaders/Particles/Universal Render Pipeline/Particles/Lit pass=DepthOnly cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=INSTANCING_ON PROCEDURAL_INSTANCING_ON _ALPHATEST_ON _FLIPBOOKBLENDING_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1 mask=6 start=217 ok=1 outsize=562 + +Cmd: compileSnippet + insize=844 file=Packages/com.unity.render-pipelines.universal/Shaders/Particles/Universal Render Pipeline/Particles/Lit pass=Universal2D cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=33 mask=6 start=348 ok=1 outsize=714 + +Cmd: compileSnippet + insize=2422 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/Hidden/Universal Render Pipeline/ScreenSpaceShadows pass=ScreenSpaceShadows cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=_MAIN_LIGHT_SHADOWS dKW=_MAIN_LIGHT_SHADOWS_CASCADE _USE_DRAW_PROCEDURAL UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=33 mask=6 start=49 ok=1 outsize=682 + +Cmd: compileSnippet + insize=8592 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/Hidden/Universal Render Pipeline/Bloom pass=Bloom Blur Vertical cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_USE_DRAW_PROCEDURAL _USE_RGBM UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=33 mask=6 start=199 ok=1 outsize=934 + +Cmd: compileSnippet + insize=823 file=Packages/com.unity.render-pipelines.universal/Shaders/2D/Hidden/ShadowProjected2D pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=33 mask=6 start=68 ok=1 outsize=1554 + +Cmd: compileSnippet + insize=2258 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/Hidden/Universal Render Pipeline/ScreenSpaceAmbientOcclusion pass=SSAO_Occlusion cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=_SOURCE_DEPTH _RECONSTRUCT_NORMAL_LOW dKW=_GBUFFER_NORMALS_OCT _SOURCE_DEPTH_NORMALS _RECONSTRUCT_NORMAL_MEDIUM _RECONSTRUCT_NORMAL_HIGH _ORTHOGRAPHIC UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=33 mask=6 start=64 ok=1 outsize=3994 + +Cmd: compileSnippet + insize=1935 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/Hidden/Universal Render Pipeline/ScreenSpaceAmbientOcclusion pass=SSAO_FinalBlur cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=33 mask=6 start=108 ok=1 outsize=454 + +Cmd: compileSnippet + insize=1300 file=Packages/com.unity.render-pipelines.universal/Shaders/2D/Hidden/Shadow2DShadowSprite pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=33 mask=6 start=31 ok=1 outsize=358 + +Cmd: compileSnippet + insize=715 file=Packages/com.unity.render-pipelines.universal/Shaders/Nature/Universal Render Pipeline/Nature/SpeedTree7 Billboard pass=DepthOnly cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=BILLBOARD_FACE_CAMERA_POS LOD_FADE_CROSSFADE UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=33 mask=6 start=121 ok=1 outsize=510 + +Cmd: compileSnippet + insize=2201 file=Packages/com.unity.render-pipelines.universal/Shaders/Nature/Universal Render Pipeline/Nature/SpeedTree8 pass=ForwardLit cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=LOD_FADE_PERCENTAGE _WINDQUALITY_NONE dKW=_MAIN_LIGHT_SHADOWS _MAIN_LIGHT_SHADOWS_CASCADE _MAIN_LIGHT_SHADOWS_SCREEN _ADDITIONAL_LIGHTS_VERTEX _ADDITIONAL_LIGHTS _CLUSTERED_RENDERING LOD_FADE_CROSSFADE FOG_LINEAR FOG_EXP FOG_EXP2 INSTANCING_ON _WINDQUALITY_FASTEST _WINDQUALITY_FAST _WINDQUALITY_BETTER _WINDQUALITY_BEST _WINDQUALITY_PALM EFFECT_BILLBOARD EFFECT_HUE_VARIATION EFFECT_SUBSURFACE EFFECT_BUMP EFFECT_EXTRA_TEX UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=33 mask=6 start=49 ok=1 outsize=2150 + +Cmd: compileSnippet + insize=7740 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/Hidden/Universal Render Pipeline/GaussianDepthOfField pass=Gaussian Depth Of Field Blur Horizontal cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_USE_DRAW_PROCEDURAL UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=4075 mask=6 start=240 ok=1 outsize=1474 + +Cmd: compileSnippet + insize=1180 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Simple Lit pass=DepthNormals cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=DOTS_INSTANCING_ON INSTANCING_ON _NORMALMAP _ALPHATEST_ON _GLOSSINESS_FROM_BASE_ALPHA UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1101803 mask=6 start=251 ok=1 outsize=422 + +Cmd: compileSnippet + insize=2375 file=Packages/com.unity.render-pipelines.core/Editor/Lighting/ProbeVolume/Hidden/ProbeVolume/VoxelizeScene pass=Voxelize Mesh cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1101803 mask=6 start=21 ok=1 outsize=786 + +Cmd: compileSnippet + insize=989 file=Packages/com.unity.render-pipelines.universal/Shaders/Terrain/Hidden/TerrainEngine/Details/UniversalPipeline/WavingDoublePass pass=DepthOnly cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=INSTANCING_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1 mask=6 start=68 ok=1 outsize=1974 + +Cmd: compileSnippet + insize=1066 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Complex Lit pass=ShadowCaster cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR UNITY_PASS_SHADOWCASTER uKW= dKW=INSTANCING_ON _ALPHATEST_ON _SMOOTHNESS_TEXTURE_ALBEDO_CHANNEL_A UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1 mask=6 start=396 ok=1 outsize=286 + +Cmd: compileSnippet + insize=17029 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/Hidden/Universal Render Pipeline/StencilDeferred pass=Deferred Punctual Light (SimpleLit) cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=_POINT dKW=_SPOT UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1101803 mask=6 start=469 ok=1 outsize=758 + +Cmd: compileSnippet + insize=1747 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/Hidden/Universal Render Pipeline/Scaling Setup pass=ScalingSetup cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_USE_DRAW_PROCEDURAL UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=33 mask=6 start=62 ok=1 outsize=682 + +Cmd: compileSnippet + insize=1660 file=Packages/com.unity.render-pipelines.universal/Shaders/XR/Hidden/Universal Render Pipeline/XR/XROcclusionMesh pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=XR_OCCLUSION_MESH_COMBINED UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=33 mask=6 start=56 ok=1 outsize=326 + +Cmd: compileSnippet + insize=1302 file=Packages/com.unity.render-pipelines.universal/Shaders/2D/Hidden/Shadow2DUnshadowSprite pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=33 mask=6 start=31 ok=1 outsize=706 + +Cmd: compileSnippet + insize=1205 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Unlit pass=Unlit cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=DEBUG_DISPLAY FOG_LINEAR FOG_EXP FOG_EXP2 INSTANCING_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1 mask=6 start=162 ok=1 outsize=894 + +Cmd: compileComputeKernel + insize=5385 file=Packages/com.unity.render-pipelines.core/Editor/Lighting/ProbeVolume/ProbeVolumeCellDilation.compute kernel=DilateCell cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 km= pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=SHADER_STAGE_COMPUTE platform=d3d11 flags=0 reqs=16385 forceDXC=0 forceFXC=0 ok=1 outsize=10061 + + +Cmd: initializeCompiler + +Cmd: compileSnippet + insize=5273 file=Packages/com.unity.visualeffectgraph/Shaders/SDFBaker/Hidden/VoxelizeShader pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1101803 mask=6 start=202 ok=1 outsize=590 + +Cmd: compileComputeKernel + insize=4989 file=Packages/com.unity.visualeffectgraph/Shaders/VFXFillIndirectArgs.compute kernel=CSVFXIndirectArgs cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 km= pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=SHADER_STAGE_COMPUTE platform=d3d11 flags=0 reqs=16385 forceDXC=0 forceFXC=0 ok=1 outsize=2757 + +Cmd: compileComputeKernel + insize=1414 file=Packages/com.unity.visualeffectgraph/Shaders/VFXCopyBuffer.compute kernel=CSVFXZeroInitBuffer cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 km= pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=SHADER_STAGE_COMPUTE platform=d3d11 flags=0 reqs=16385 forceDXC=0 forceFXC=0 ok=1 outsize=620 + +Cmd: compileComputeKernel + insize=20587 file=Packages/com.unity.visualeffectgraph/Shaders/SDFBaker/GenSdfRayMap.compute kernel=CopyToBuffer cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 km= pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=SHADER_STAGE_COMPUTE platform=d3d11 flags=0 reqs=16385 forceDXC=0 forceFXC=0 ok=1 outsize=733 + +Cmd: compileComputeKernel + insize=20587 file=Packages/com.unity.visualeffectgraph/Shaders/SDFBaker/GenSdfRayMap.compute kernel=BlockSums cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 km= pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=SHADER_STAGE_COMPUTE platform=d3d11 flags=0 reqs=16385 forceDXC=0 forceFXC=0 ok=1 outsize=4292 + +Cmd: initializeCompiler + +Cmd: compileSnippet + insize=6990 file=Packages/com.unity.xr.arkit/Assets/Shaders/Unlit/ARKitBackground pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=ARKIT_BACKGROUND_URP ARKIT_BACKGROUND_LWRP ARKIT_HUMAN_SEGMENTATION_ENABLED ARKIT_ENVIRONMENT_DEPTH_ENABLED UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=33 mask=6 start=33 ok=1 outsize=774 + +Cmd: shutdown + +Quitting shader compiler process diff --git a/Logs/shadercompiler-UnityShaderCompiler.exe2.log b/Logs/shadercompiler-UnityShaderCompiler.exe2.log new file mode 100644 index 0000000..4469e26 --- /dev/null +++ b/Logs/shadercompiler-UnityShaderCompiler.exe2.log @@ -0,0 +1,144 @@ +Base path: 'D:/UnityInstalls/2021.3.11f1/Editor/Data', plugins path 'D:/UnityInstalls/2021.3.11f1/Editor/Data/PlaybackEngines' +Cmd: initializeCompiler + +Cmd: compileSnippet + insize=9663 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/Hidden/Universal Render Pipeline/BokehDepthOfField pass=Bokeh Depth Of Field CoC cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_USE_DRAW_PROCEDURAL _USE_FAST_SRGB_LINEAR_CONVERSION UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1101803 mask=6 start=238 ok=1 outsize=770 + +Cmd: compileSnippet + insize=9668 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/Hidden/Universal Render Pipeline/BokehDepthOfField pass=Bokeh Depth Of Field Post Blur cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_USE_DRAW_PROCEDURAL UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=4075 mask=6 start=334 ok=1 outsize=682 + +Cmd: compileSnippet + insize=9669 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/Hidden/Universal Render Pipeline/BokehDepthOfField pass=Bokeh Depth Of Field Composite cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_USE_DRAW_PROCEDURAL UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=4075 mask=6 start=345 ok=1 outsize=682 + +Cmd: compileSnippet + insize=3611 file=Packages/com.unity.render-pipelines.core/Editor/LookDev/Hidden/LookDev/CubeToLatlong pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=0 type=Fragment platform=d3d11 reqs=227 mask=6 start=114 ok=1 outsize=1298 + +Cmd: compileSnippet + insize=3611 file=Packages/com.unity.render-pipelines.core/Editor/LookDev/Hidden/LookDev/CubeToLatlong pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=0 type=Fragment platform=d3d11 reqs=227 mask=6 start=125 ok=1 outsize=1298 + +Cmd: compileSnippet + insize=1716 file=Packages/com.unity.render-pipelines.universal/Editor/Overrides/Shaders/Hidden/Universal Render Pipeline/Editor/CurveBackground pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=0 type=Vertex platform=d3d11 reqs=227 mask=6 start=55 ok=1 outsize=682 + +Cmd: compileSnippet + insize=13936 file=Packages/com.unity.render-pipelines.core/Editor/LookDev/Hidden/LookDev/Compositor pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=0 type=Fragment platform=d3d11 reqs=227 mask=6 start=389 ok=1 outsize=2342 + +Cmd: compileSnippet + insize=4303 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/Hidden/Universal Render Pipeline/FinalPost pass=FinalPost cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_USE_DRAW_PROCEDURAL DEBUG_DISPLAY _POINT_SAMPLING _RCAS _FXAA _FILM_GRAIN _DITHERING _LINEAR_TO_SRGB_CONVERSION UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1101803 mask=6 start=117 ok=1 outsize=418 + +Cmd: compileSnippet + insize=1848 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Baked Lit pass=BakedLit cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_SCREEN_SPACE_OCCLUSION _DBUFFER_MRT1 _DBUFFER_MRT2 _DBUFFER_MRT3 DIRLIGHTMAP_COMBINED LIGHTMAP_ON DEBUG_DISPLAY DOTS_INSTANCING_O FOG_LINEAR FOG_EXP FOG_EXP2 INSTANCING_ON _NORMALMAP _SURFACE_TYPE_TRANSPARENT _ALPHATEST_ON _ALPHAPREMULTIPLY_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1101803 mask=6 start=42 ok=1 outsize=582 + +Cmd: compileSnippet + insize=772 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Baked Lit pass=Meta cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR UNITY_PASS_META uKW= dKW=EDITOR_VISUALIZATION UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1 mask=6 start=343 ok=1 outsize=970 + +Cmd: compileSnippet + insize=1278 file=Packages/com.unity.render-pipelines.universal/Runtime/Decal/DBuffer/Hidden/Universal Render Pipeline/DBufferClear pass=DBufferClear cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_USE_DRAW_PROCEDURAL UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=33 mask=6 start=15 ok=1 outsize=682 + +Cmd: compileSnippet + insize=1345 file=Packages/com.unity.render-pipelines.universal/Shaders/Particles/Universal Render Pipeline/Particles/Unlit pass=SceneSelectionPass cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=INSTANCING_ON PROCEDURAL_INSTANCING_ON _FLIPBOOKBLENDING_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1 mask=6 start=189 ok=1 outsize=774 + +Cmd: compileSnippet + insize=1303 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Lit pass=DepthNormals cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=DOTS_INSTANCING_ON INSTANCING_ON _NORMALMAP _PARALLAXMAP _DETAIL_MULX2 _DETAIL_SCALED UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1101803 mask=6 start=297 ok=1 outsize=1106 + +Cmd: compileSnippet + insize=2911 file=Packages/com.unity.render-pipelines.universal/Shaders/Particles/Universal Render Pipeline/Particles/Simple Lit pass=ForwardLit cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_MAIN_LIGHT_SHADOWS _MAIN_LIGHT_SHADOWS_CASCADE _MAIN_LIGHT_SHADOWS_SCREEN _ADDITIONAL_LIGHTS_VERTEX _ADDITIONAL_LIGHTS _ADDITIONAL_LIGHT_SHADOWS _SHADOWS_SOFT _SCREEN_SPACE_OCCLUSION _LIGHT_COOKIES _CLUSTERED_RENDERING DEBUG_DISPLAY FOG_LINEAR FOG_EXP FOG_EXP2 INSTANCING_ON PROCEDURAL_INSTANCING_ON _NORMALMAP _RECEIVE_SHADOWS_OFF _SURFACE_TYPE_TRANSPARENT _EMISSION _SPECGLOSSMAP _SPECULAR_COLOR _GLOSSINESS_FROM_BASE_ALPHA _FLIPBOOKBLENDING_ON _SOFTPARTICLES_ON _FADING_ON _DISTORTION_ON _ALPHATEST_ON _ALPHAPREMULTIPLY_ON _ALPHAMODULATE_ON _COLOROVERLAY_ON _COLORCOLOR_ON _COLORADDSUBDIFF_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1 mask=6 start=94 ok=1 outsize=922 + +Cmd: compileSnippet + insize=3627 file=Packages/com.unity.render-pipelines.universal/Shaders/Terrain/Hidden/Universal Render Pipeline/Terrain/Lit (Basemap Gen) pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_TERRAIN_BLEND_HEIGHT _MASKMAP UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=227 mask=6 start=58 ok=1 outsize=1994 + +Cmd: compileSnippet + insize=1266 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/Hidden/Universal Render Pipeline/LensFlareDataDriven pass=LensFlareScreen cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=FLARE_OCCLUSION UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=227 mask=6 start=52 ok=1 outsize=1074 + +Cmd: compileSnippet + insize=766 file=Packages/com.unity.render-pipelines.universal/Shaders/Terrain/Hidden/TerrainEngine/Details/UniversalPipeline/Vertexlit pass=DepthOnly cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=INSTANCING_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1 mask=6 start=180 ok=1 outsize=722 + +Cmd: compileSnippet + insize=8592 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/Hidden/Universal Render Pipeline/Bloom pass=Bloom Blur Horizontal cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_USE_DRAW_PROCEDURAL _USE_RGBM UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=33 mask=6 start=189 ok=1 outsize=682 + +Cmd: compileSnippet + insize=8460 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/Hidden/Universal Render Pipeline/LutBuilderHdr pass=LutBuilderHdr cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_TONEMAP_ACES _TONEMAP_NEUTRAL UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=33 mask=6 start=209 ok=1 outsize=6774 + +Cmd: compileSnippet + insize=2198 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/Hidden/Universal Render Pipeline/ScreenSpaceAmbientOcclusion pass=SSAO_HorizontalBlur cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=_SOURCE_DEPTH dKW=_ORTHOGRAPHIC _SOURCE_DEPTH_NORMALS UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=33 mask=6 start=80 ok=1 outsize=454 + +Cmd: compileSnippet + insize=1936 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/Hidden/Universal Render Pipeline/ScreenSpaceAmbientOcclusion pass=SSAO_VerticalBlur cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=33 mask=6 start=96 ok=1 outsize=2314 + +Cmd: compileSnippet + insize=3440 file=Packages/com.unity.render-pipelines.universal/Shaders/2D/Hidden/Light2D-Shape pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=SPRITE_LIGHT USE_NORMAL_MAP USE_ADDITIVE_BLENDING UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=33 mask=6 start=19 ok=1 outsize=1014 + +Cmd: compileSnippet + insize=3101 file=Packages/com.unity.render-pipelines.universal/Shaders/2D/Universal Render Pipeline/2D/Sprite-Unlit-Default pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=33 mask=6 start=109 ok=1 outsize=850 + +Cmd: compileSnippet + insize=631 file=Packages/com.unity.render-pipelines.universal/Shaders/2D/Universal Render Pipeline/2D/Sprite-Mask pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=33 mask=6 start=34 ok=1 outsize=682 + +Cmd: compileSnippet + insize=631 file=Packages/com.unity.render-pipelines.universal/Shaders/2D/Universal Render Pipeline/2D/Sprite-Mask pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=33 mask=6 start=34 ok=1 outsize=474 + +Cmd: compileSnippet + insize=631 file=Packages/com.unity.render-pipelines.universal/Shaders/2D/Universal Render Pipeline/2D/Sprite-Mask pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=33 mask=6 start=54 ok=1 outsize=474 + +Cmd: compileSnippet + insize=1097 file=Packages/com.unity.render-pipelines.universal/Shaders/Nature/Universal Render Pipeline/Nature/SpeedTree8 pass=DepthOnly cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=_WINDQUALITY_NONE dKW=LOD_FADE_CROSSFADE INSTANCING_ON _WINDQUALITY_FASTEST _WINDQUALITY_FAST _WINDQUALITY_BETTER _WINDQUALITY_BEST _WINDQUALITY_PALM EFFECT_BILLBOARD UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=33 mask=6 start=202 ok=1 outsize=566 + +Cmd: compileSnippet + insize=7813 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/Hidden/Universal Render Pipeline/GaussianDepthOfField pass=Gaussian Depth Of Field Composite cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_USE_DRAW_PROCEDURAL _HIGH_QUALITY_SAMPLING UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=4075 mask=6 start=260 ok=1 outsize=682 + +Cmd: compileSnippet + insize=812 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Simple Lit pass=Universal2D cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1101803 mask=6 start=305 ok=1 outsize=718 + +Cmd: compileSnippet + insize=1005 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Simple Lit pass=DepthOnly cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=INSTANCING_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1 mask=6 start=431 ok=1 outsize=722 + +Cmd: compileSnippet + insize=900 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Simple Lit pass=Meta cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR UNITY_PASS_META uKW= dKW=EDITOR_VISUALIZATION UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1 mask=6 start=490 ok=1 outsize=970 + +Cmd: compileSnippet + insize=1113 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Complex Lit pass=DepthOnly cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=DOTS_INSTANCING_ON INSTANCING_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1101803 mask=6 start=197 ok=1 outsize=726 + +Cmd: compileSnippet + insize=1246 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Complex Lit pass=Meta cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR UNITY_PASS_META uKW= dKW=EDITOR_VISUALIZATION _DETAIL_MULX2 _DETAIL_SCALED UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1101803 mask=6 start=265 ok=1 outsize=974 + +Cmd: compileSnippet + insize=17029 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/Hidden/Universal Render Pipeline/StencilDeferred pass=Deferred Punctual Light (SimpleLit) cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=_POINT _DEFERRED_STENCIL _SIMPLELIT dKW=_SPOT _ADDITIONAL_LIGHT_SHADOWS _SHADOWS_SOFT LIGHTMAP_SHADOW_MIXING SHADOWS_SHADOWMASK _GBUFFER_NORMALS_OCT _DEFERRED_MIXED_LIGHTING _SCREEN_SPACE_OCCLUSION _LIGHT_LAYERS _RENDER_PASS_ENABLED _LIGHT_COOKIES UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1101803 mask=6 start=469 ok=1 outsize=2082 + +Cmd: compileSnippet + insize=3534 file=Packages/com.unity.render-pipelines.universal/Shaders/2D/Universal Render Pipeline/2D/Sprite-Lit-Default pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=USE_SHAPE_LIGHT_TYPE_0 USE_SHAPE_LIGHT_TYPE_1 USE_SHAPE_LIGHT_TYPE_2 USE_SHAPE_LIGHT_TYPE_3 DEBUG_DISPLAY UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=33 mask=6 start=29 ok=1 outsize=1034 + +Cmd: compileSnippet + insize=1660 file=Packages/com.unity.render-pipelines.universal/Shaders/XR/Hidden/Universal Render Pipeline/XR/XROcclusionMesh pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=XR_OCCLUSION_MESH_COMBINED UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=33 mask=6 start=56 ok=1 outsize=214 + +Cmd: compileSnippet + insize=1302 file=Packages/com.unity.render-pipelines.universal/Shaders/2D/Hidden/Shadow2DUnshadowSprite pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=33 mask=6 start=31 ok=1 outsize=382 + +Cmd: compileSnippet + insize=1224 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Unlit pass=DepthNormalsOnly cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=DOTS_INSTANCING_ON INSTANCING_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1101803 mask=6 start=102 ok=1 outsize=970 + +Cmd: compileSnippet + insize=740 file=Packages/com.unity.render-pipelines.core/Editor/PostProcessing/LensFlareResource/Hidden/Core/LensFlareDataDrivenPreview pass=ForwardUnlit cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=227 mask=6 start=46 ok=1 outsize=1042 + +Cmd: compileSnippet + insize=781 file=Packages/com.unity.render-pipelines.core/Editor/PostProcessing/LensFlareResource/Hidden/Core/LensFlareDataDrivenPreview pass=ForwardUnlit cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=227 mask=6 start=125 ok=1 outsize=2018 + +Cmd: compileSnippet + insize=678 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/Hidden/Universal Render Pipeline/SubpixelMorphologicalAntialiasing pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=_SMAA_PRESET_LOW dKW=_USE_DRAW_PROCEDURAL _SMAA_PRESET_MEDIUM _SMAA_PRESET_HIGH UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=33 mask=6 start=32 ok=1 outsize=778 + +Cmd: compileComputeKernel + insize=7129 file=Packages/com.unity.render-pipelines.core/Editor/Lighting/ProbeVolume/ProbeVolumeSubdivide.compute kernel=Clear cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 km= pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=SHADER_STAGE_COMPUTE platform=d3d11 flags=0 reqs=16385 forceDXC=0 forceFXC=0 ok=1 outsize=565 + + +Cmd: initializeCompiler + +Cmd: compileSnippet + insize=1103 file=Packages/com.unity.visualeffectgraph/Editor/UIResources/shader/Unlit/Element3DGridShader pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=0 type=Vertex platform=d3d11 reqs=33 mask=6 start=17 ok=1 outsize=570 + +Cmd: compileComputeKernel + insize=9315 file=Packages/com.unity.visualeffectgraph/Shaders/Sort.compute kernel=BitonicSort128 cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 km=,,,, pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=SHADER_STAGE_COMPUTE platform=d3d11 flags=0 reqs=16385 forceDXC=0 forceFXC=0 ok=1 outsize=2186 + +Cmd: compileComputeKernel + insize=20587 file=Packages/com.unity.visualeffectgraph/Shaders/SDFBaker/GenSdfRayMap.compute kernel=DistanceTransform cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 km= pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=SHADER_STAGE_COMPUTE platform=d3d11 flags=0 reqs=16385 forceDXC=0 forceFXC=0 ok=1 outsize=3843 + +Cmd: initializeCompiler + +Cmd: shutdown diff --git a/Logs/shadercompiler-UnityShaderCompiler.exe3.log b/Logs/shadercompiler-UnityShaderCompiler.exe3.log new file mode 100644 index 0000000..b2d91ee --- /dev/null +++ b/Logs/shadercompiler-UnityShaderCompiler.exe3.log @@ -0,0 +1,125 @@ +Base path: 'D:/UnityInstalls/2021.3.11f1/Editor/Data', plugins path 'D:/UnityInstalls/2021.3.11f1/Editor/Data/PlaybackEngines' +Cmd: initializeCompiler + +Cmd: compileSnippet + insize=9669 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/Hidden/Universal Render Pipeline/BokehDepthOfField pass=Bokeh Depth Of Field Prefilter cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_USE_DRAW_PROCEDURAL UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1101803 mask=6 start=249 ok=1 outsize=686 + +Cmd: compileSnippet + insize=9669 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/Hidden/Universal Render Pipeline/BokehDepthOfField pass=Bokeh Depth Of Field Composite cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_USE_DRAW_PROCEDURAL _USE_FAST_SRGB_LINEAR_CONVERSION UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=4075 mask=6 start=345 ok=1 outsize=994 + +Cmd: compileSnippet + insize=1716 file=Packages/com.unity.render-pipelines.universal/Editor/Overrides/Shaders/Hidden/Universal Render Pipeline/Editor/CurveBackground pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=0 type=Vertex platform=d3d11 reqs=227 mask=6 start=44 ok=1 outsize=682 + +Cmd: compileSnippet + insize=13949 file=Packages/com.unity.render-pipelines.core/Editor/LookDev/Hidden/LookDev/Compositor pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=0 type=Vertex platform=d3d11 reqs=227 mask=6 start=407 ok=1 outsize=722 + +Cmd: compileSnippet + insize=14870 file=Packages/com.unity.render-pipelines.core/Editor/LookDev/Hidden/LookDev/Compositor pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=0 type=Fragment platform=d3d11 reqs=227 mask=6 start=425 ok=1 outsize=7114 + +Cmd: compileSnippet + insize=1029 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Baked Lit pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=DOTS_INSTANCING_ON INSTANCING_ON _ALPHATEST_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1101803 mask=6 start=87 ok=1 outsize=290 + +Cmd: compileSnippet + insize=1400 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Baked Lit pass=DepthNormalsOnly cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=DOTS_INSTANCING_ON INSTANCING_ON _NORMALMAP UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1101803 mask=6 start=152 ok=1 outsize=1114 + +Cmd: compileSnippet + insize=811 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Baked Lit pass=Universal2D cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_ALPHATEST_ON _ALPHAPREMULTIPLY_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1101803 mask=6 start=213 ok=1 outsize=426 + +Cmd: compileSnippet + insize=979 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Baked Lit pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=INSTANCING_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1 mask=6 start=285 ok=1 outsize=722 + +Cmd: compileSnippet + insize=979 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Baked Lit pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=INSTANCING_ON _ALPHATEST_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1 mask=6 start=285 ok=1 outsize=286 + +Cmd: compileSnippet + insize=772 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Baked Lit pass=Meta cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR UNITY_PASS_META uKW= dKW=EDITOR_VISUALIZATION UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1 mask=6 start=343 ok=1 outsize=682 + +Cmd: compileSnippet + insize=1387 file=Packages/com.unity.render-pipelines.universal/Shaders/Particles/Universal Render Pipeline/Particles/Unlit pass=DepthOnly cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=INSTANCING_ON PROCEDURAL_INSTANCING_ON _ALPHATEST_ON _FLIPBOOKBLENDING_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1 mask=6 start=121 ok=1 outsize=562 + +Cmd: compileSnippet + insize=3154 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Lit pass=GBuffer cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_MAIN_LIGHT_SHADOWS _MAIN_LIGHT_SHADOWS_CASCADE _MAIN_LIGHT_SHADOWS_SCREEN LIGHTMAP_SHADOW_MIXING SHADOWS_SHADOWMASK DIRLIGHTMAP_COMBINED LIGHTMAP_ON DYNAMICLIGHTMAP_ON DOTS_INSTANCING_ON INSTANCING_ON _NORMALMAP _PARALLAXMAP _DETAIL_MULX2 _DETAIL_SCALED _RECEIVE_SHADOWS_OFF UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1101803 mask=6 start=201 ok=1 outsize=1606 + +Cmd: compileSnippet + insize=1249 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Lit pass=Meta cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR UNITY_PASS_META uKW= dKW=EDITOR_VISUALIZATION _SPECULAR_SETUP _EMISSION _METALLICSPECGLOSSMAP _ALPHATEST_ON _SMOOTHNESS_TEXTURE_ALBEDO_CHANNEL_A _DETAIL_MULX2 _DETAIL_SCALED _SPECGLOSSMAP UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1 mask=6 start=563 ok=1 outsize=1026 + +Cmd: compileSnippet + insize=620 file=Packages/com.unity.render-pipelines.universal/Shaders/XR/Hidden/Universal Render Pipeline/XR/XRMirrorView pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=33 mask=6 start=30 ok=1 outsize=898 + +Cmd: compileSnippet + insize=4706 file=Packages/com.unity.render-pipelines.universal/Shaders/2D/Hidden/Light2D-Point pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=USE_POINT_LIGHT_COOKIES LIGHT_QUALITY_FAST USE_NORMAL_MAP USE_ADDITIVE_BLENDING UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=33 mask=6 start=19 ok=1 outsize=1090 + +Cmd: compileSnippet + insize=1343 file=Packages/com.unity.render-pipelines.universal/Shaders/Particles/Universal Render Pipeline/Particles/Lit pass=SceneSelectionPass cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=INSTANCING_ON PROCEDURAL_INSTANCING_ON _ALPHATEST_ON _FLIPBOOKBLENDING_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1 mask=6 start=281 ok=1 outsize=354 + +Cmd: compileSnippet + insize=4275 file=Packages/com.unity.render-pipelines.universal/Shaders/Hidden/kMotion/ObjectMotionVectors pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR UNITY_PASS_MOTIONVECTORS uKW= dKW=INSTANCING_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=227 mask=6 start=10 ok=1 outsize=1366 + +Cmd: compileSnippet + insize=1613 file=Packages/com.unity.render-pipelines.universal/Shaders/Terrain/Hidden/TerrainEngine/Details/UniversalPipeline/Vertexlit pass=TerrainDetailVertex cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_MAIN_LIGHT_SHADOWS _MAIN_LIGHT_SHADOWS_CASCADE _MAIN_LIGHT_SHADOWS_SCREEN _ADDITIONAL_LIGHTS_VERTEX _ADDITIONAL_LIGHTS _SHADOWS_SOFT LIGHTMAP_SHADOW_MIXING SHADOWS_SHADOWMASK _SCREEN_SPACE_OCCLUSION _LIGHT_COOKIES _CLUSTERED_RENDERING DIRLIGHTMAP_COMBINED LIGHTMAP_ON DEBUG_DISPLAY FOG_LINEAR FOG_EXP FOG_EXP2 UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1 mask=6 start=18 ok=1 outsize=586 + +Cmd: compileSnippet + insize=933 file=Packages/com.unity.render-pipelines.universal/Shaders/Nature/Universal Render Pipeline/Nature/SpeedTree7 pass=SceneSelectionPass cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=GEOM_TYPE_BRANCH dKW=INSTANCING_ON GEOM_TYPE_BRANCH_DETAIL GEOM_TYPE_FROND GEOM_TYPE_LEAF GEOM_TYPE_MESH UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=33 mask=6 start=74 ok=1 outsize=5994 + +Cmd: compileSnippet + insize=1300 file=Packages/com.unity.render-pipelines.universal/Shaders/2D/Hidden/Shadow2DShadowSprite pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=33 mask=6 start=31 ok=1 outsize=706 + +Cmd: compileSnippet + insize=1307 file=Packages/com.unity.render-pipelines.universal/Shaders/Nature/Universal Render Pipeline/Nature/SpeedTree7 Billboard pass=GBuffer cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_MAIN_LIGHT_SHADOWS _MAIN_LIGHT_SHADOWS_CASCADE _MAIN_LIGHT_SHADOWS_SCREEN _SHADOWS_SOFT BILLBOARD_FACE_CAMERA_POS LOD_FADE_CROSSFADE _GBUFFER_NORMALS_OCT _RENDER_PASS_ENABLED EFFECT_BUMP EFFECT_HUE_VARIATION UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=33 mask=6 start=88 ok=1 outsize=954 + +Cmd: compileSnippet + insize=631 file=Packages/com.unity.render-pipelines.universal/Shaders/2D/Universal Render Pipeline/2D/Sprite-Mask pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=33 mask=6 start=54 ok=1 outsize=682 + +Cmd: compileSnippet + insize=1476 file=Packages/com.unity.render-pipelines.universal/Shaders/Nature/Universal Render Pipeline/Nature/SpeedTree8 pass=ShadowCaster cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR UNITY_PASS_SHADOWCASTER uKW=LOD_FADE_PERCENTAGE _WINDQUALITY_NONE dKW=LOD_FADE_CROSSFADE _CASTING_PUNCTUAL_LIGHT_SHADOW INSTANCING_ON _WINDQUALITY_FASTEST _WINDQUALITY_FAST _WINDQUALITY_BETTER _WINDQUALITY_BEST _WINDQUALITY_PALM EFFECT_BILLBOARD UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=33 mask=6 start=166 ok=1 outsize=1694 + +Cmd: compileSnippet + insize=2881 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Simple Lit pass=ForwardLit cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_MAIN_LIGHT_SHADOWS _MAIN_LIGHT_SHADOWS_CASCADE _MAIN_LIGHT_SHADOWS_SCREEN _ADDITIONAL_LIGHTS_VERTEX _ADDITIONAL_LIGHTS LIGHTMAP_SHADOW_MIXING SHADOWS_SHADOWMASK _CLUSTERED_RENDERING DIRLIGHTMAP_COMBINED LIGHTMAP_ON DYNAMICLIGHTMAP_ON DOTS_INSTANCING_ON FOG_LINEAR FOG_EXP FOG_EXP2 INSTANCING_ON _NORMALMAP _RECEIVE_SHADOWS_OFF UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1101803 mask=6 start=64 ok=1 outsize=1738 + +Cmd: compileSnippet + insize=3858 file=Packages/com.unity.render-pipelines.core/Editor/Lighting/ProbeVolume/Hidden/ProbeVolume/VoxelizeScene pass=Voxelize Terrain cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1101803 mask=6 start=96 error: 1 plat 4 at (178): 'Sample': implicit truncation of vector type + error: 1 plat 4 at (178): implicit truncation of vector type + ok=1 outsize=1426 + +Cmd: compileSnippet + insize=1193 file=Packages/com.unity.render-pipelines.universal/Shaders/Terrain/Hidden/TerrainEngine/Details/UniversalPipeline/WavingDoublePass pass=DepthNormalsOnly cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=INSTANCING_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1 mask=6 start=97 ok=1 outsize=2326 + +Cmd: compileSnippet + insize=1464 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Complex Lit pass=ShadowCaster cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR UNITY_PASS_SHADOWCASTER uKW= dKW=DOTS_INSTANCING_ON INSTANCING_ON _ALPHATEST_ON _SMOOTHNESS_TEXTURE_ALBEDO_CHANNEL_A UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1101803 mask=6 start=160 ok=1 outsize=290 + +Cmd: compileSnippet + insize=1246 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Complex Lit pass=Meta cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR UNITY_PASS_META uKW= dKW=EDITOR_VISUALIZATION _SPECULAR_SETUP _EMISSION _METALLICSPECGLOSSMAP _ALPHATEST_ON _SMOOTHNESS_TEXTURE_ALBEDO_CHANNEL_A _DETAIL_MULX2 _DETAIL_SCALED _SPECGLOSSMAP UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1101803 mask=6 start=265 ok=1 outsize=1038 + +Cmd: compileSnippet + insize=17282 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/Hidden/Universal Render Pipeline/StencilDeferred pass=Deferred Directional Light (SimpleLit) cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=_DIRECTIONAL dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1101803 mask=6 start=564 ok=1 outsize=454 + +Cmd: compileSnippet + insize=2652 file=Packages/com.unity.render-pipelines.universal/Shaders/2D/Universal Render Pipeline/2D/Sprite-Lit-Default pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=33 mask=6 start=188 ok=1 outsize=434 + +Cmd: compileSnippet + insize=4300 file=Packages/com.unity.render-pipelines.universal/Shaders/2D/Hidden/Light2d-Point-Volumetric pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=USE_POINT_LIGHT_COOKIES UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=33 mask=6 start=13 ok=1 outsize=1118 + +Cmd: compileSnippet + insize=1342 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Unlit pass=Unlit cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=DOTS_INSTANCING_ON DEBUG_DISPLAY FOG_LINEAR FOG_EXP FOG_EXP2 INSTANCING_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1101803 mask=6 start=41 ok=1 outsize=898 + +Cmd: compileComputeKernel + insize=7129 file=Packages/com.unity.render-pipelines.core/Editor/Lighting/ProbeVolume/ProbeVolumeSubdivide.compute kernel=ClearBuffer cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 km= pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=SHADER_STAGE_COMPUTE platform=d3d11 flags=0 reqs=16385 forceDXC=0 forceFXC=0 ok=1 outsize=330 + + +Cmd: initializeCompiler + +Cmd: compileSnippet + insize=1103 file=Packages/com.unity.visualeffectgraph/Editor/UIResources/shader/Unlit/Element3DGridShader pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=0 type=Fragment platform=d3d11 reqs=33 mask=6 start=17 ok=1 outsize=294 + +Cmd: compileSnippet + insize=1752 file=Packages/com.unity.visualeffectgraph/Editor/UIResources/shader/Hidden/VFX/TimeBar pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=0 type=Fragment platform=d3d11 reqs=33 mask=6 start=20 ok=1 outsize=418 + +Cmd: compileComputeKernel + insize=1414 file=Packages/com.unity.visualeffectgraph/Shaders/VFXCopyBuffer.compute kernel=CSVFXCopyBuffer cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 km= pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=SHADER_STAGE_COMPUTE platform=d3d11 flags=0 reqs=16385 forceDXC=0 forceFXC=0 ok=1 outsize=666 + +Cmd: compileComputeKernel + insize=20587 file=Packages/com.unity.visualeffectgraph/Shaders/SDFBaker/GenSdfRayMap.compute kernel=SignPassNeighbors cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 km= pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=SHADER_STAGE_COMPUTE platform=d3d11 flags=0 reqs=16385 forceDXC=0 forceFXC=0 ok=1 outsize=3982 + +Cmd: initializeCompiler + +Cmd: shutdown diff --git a/Logs/shadercompiler-UnityShaderCompiler.exe4.log b/Logs/shadercompiler-UnityShaderCompiler.exe4.log new file mode 100644 index 0000000..5ec44c0 --- /dev/null +++ b/Logs/shadercompiler-UnityShaderCompiler.exe4.log @@ -0,0 +1,118 @@ +Base path: 'D:/UnityInstalls/2021.3.11f1/Editor/Data', plugins path 'D:/UnityInstalls/2021.3.11f1/Editor/Data/PlaybackEngines' +Cmd: initializeCompiler + +Cmd: compileSnippet + insize=9669 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/Hidden/Universal Render Pipeline/BokehDepthOfField pass=Bokeh Depth Of Field Composite cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_USE_DRAW_PROCEDURAL UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1101803 mask=6 start=282 ok=1 outsize=686 + +Cmd: compileSnippet + insize=1716 file=Packages/com.unity.render-pipelines.universal/Editor/Overrides/Shaders/Hidden/Universal Render Pipeline/Editor/CurveBackground pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=0 type=Fragment platform=d3d11 reqs=227 mask=6 start=55 ok=1 outsize=746 + +Cmd: compileSnippet + insize=13949 file=Packages/com.unity.render-pipelines.core/Editor/LookDev/Hidden/LookDev/Compositor pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=0 type=Fragment platform=d3d11 reqs=227 mask=6 start=407 ok=1 outsize=2342 + +Cmd: compileSnippet + insize=4268 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/Hidden/Universal Render Pipeline/FinalPost pass=FinalPost cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_USE_DRAW_PROCEDURAL DEBUG_DISPLAY _POINT_SAMPLING _RCAS _FXAA _FILM_GRAIN _DITHERING _LINEAR_TO_SRGB_CONVERSION UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=33 mask=6 start=136 ok=1 outsize=406 + +Cmd: compileSnippet + insize=1848 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Baked Lit pass=BakedLit cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=DIRLIGHTMAP_COMBINED LIGHTMAP_ON DEBUG_DISPLAY DOTS_INSTANCING_O FOG_LINEAR FOG_EXP FOG_EXP2 INSTANCING_ON _NORMALMAP UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1101803 mask=6 start=42 ok=1 outsize=1670 + +Cmd: compileSnippet + insize=1050 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Baked Lit pass=DepthNormals cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=INSTANCING_ON _NORMALMAP UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1 mask=6 start=314 ok=1 outsize=1026 + +Cmd: compileSnippet + insize=814 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Baked Lit pass=Universal2D cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_ALPHATEST_ON _ALPHAPREMULTIPLY_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1 mask=6 start=366 ok=1 outsize=414 + +Cmd: compileSnippet + insize=1637 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/Hidden/Universal Render Pipeline/Blit pass=Blit cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_USE_DRAW_PROCEDURAL UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=33 mask=6 start=15 ok=1 outsize=682 + +Cmd: compileSnippet + insize=1716 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/Hidden/Universal Render Pipeline/Edge Adaptive Spatial Upsampling pass=EASU cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_USE_DRAW_PROCEDURAL UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1101803 mask=6 start=53 ok=1 outsize=686 + +Cmd: compileSnippet + insize=1387 file=Packages/com.unity.render-pipelines.universal/Shaders/Particles/Universal Render Pipeline/Particles/Unlit pass=DepthOnly cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=INSTANCING_ON PROCEDURAL_INSTANCING_ON _ALPHATEST_ON _FLIPBOOKBLENDING_ON _COLOROVERLAY_ON _COLORCOLOR_ON _COLORADDSUBDIFF_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1 mask=6 start=121 ok=1 outsize=250 + +Cmd: compileSnippet + insize=1464 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Lit pass=ShadowCaster cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR UNITY_PASS_SHADOWCASTER uKW= dKW=DOTS_INSTANCING_ON _CASTING_PUNCTUAL_LIGHT_SHADOW INSTANCING_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1101803 mask=6 start=162 ok=1 outsize=1186 + +Cmd: compileSnippet + insize=1412 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Lit pass=ShadowCaster cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR UNITY_PASS_SHADOWCASTER uKW= dKW=_CASTING_PUNCTUAL_LIGHT_SHADOW INSTANCING_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1 mask=6 start=465 ok=1 outsize=1182 + +Cmd: compileSnippet + insize=809 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Lit pass=Universal2D cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_ALPHATEST_ON _ALPHAPREMULTIPLY_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1 mask=6 start=594 ok=1 outsize=414 + +Cmd: compileSnippet + insize=1391 file=Packages/com.unity.render-pipelines.universal/Shaders/Particles/Universal Render Pipeline/Particles/Simple Lit pass=DepthOnly cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=INSTANCING_ON PROCEDURAL_INSTANCING_ON _ALPHATEST_ON _FLIPBOOKBLENDING_ON _COLOROVERLAY_ON _COLORCOLOR_ON _COLORADDSUBDIFF_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1 mask=6 start=210 ok=1 outsize=250 + +Cmd: compileSnippet + insize=3627 file=Packages/com.unity.render-pipelines.universal/Shaders/Terrain/Hidden/Universal Render Pipeline/Terrain/Lit (Basemap Gen) pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_TERRAIN_BLEND_HEIGHT _MASKMAP UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=227 mask=6 start=58 ok=1 outsize=1082 + +Cmd: compileSnippet + insize=1341 file=Packages/com.unity.render-pipelines.universal/Shaders/Particles/Universal Render Pipeline/Particles/Lit pass=ScenePickingPass cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=INSTANCING_ON PROCEDURAL_INSTANCING_ON _ALPHATEST_ON _FLIPBOOKBLENDING_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1 mask=6 start=316 ok=1 outsize=322 + +Cmd: compileSnippet + insize=8592 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/Hidden/Universal Render Pipeline/Bloom pass=Bloom Blur Vertical cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_USE_DRAW_PROCEDURAL _USE_RGBM UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=33 mask=6 start=199 ok=1 outsize=682 + +Cmd: compileSnippet + insize=823 file=Packages/com.unity.render-pipelines.universal/Shaders/2D/Hidden/ShadowProjected2D pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=33 mask=6 start=33 ok=1 outsize=1554 + +Cmd: compileSnippet + insize=1391 file=Packages/com.unity.render-pipelines.universal/Shaders/Nature/Universal Render Pipeline/Nature/SpeedTree7 pass=ShadowCaster cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR UNITY_PASS_SHADOWCASTER uKW=LOD_FADE_PERCENTAGE GEOM_TYPE_BRANCH dKW=LOD_FADE_CROSSFADE _CASTING_PUNCTUAL_LIGHT_SHADOW INSTANCING_ON GEOM_TYPE_BRANCH_DETAIL GEOM_TYPE_FROND GEOM_TYPE_LEAF GEOM_TYPE_MESH UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=33 mask=6 start=100 ok=1 outsize=6458 + +Cmd: compileSnippet + insize=747 file=Packages/com.unity.render-pipelines.universal/Shaders/Nature/Universal Render Pipeline/Nature/SpeedTree7 Billboard pass=ShadowCaster cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR UNITY_PASS_SHADOWCASTER uKW= dKW=BILLBOARD_FACE_CAMERA_POS LOD_FADE_CROSSFADE UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=33 mask=6 start=65 ok=1 outsize=3182 + +Cmd: compileSnippet + insize=1116 file=Packages/com.unity.render-pipelines.universal/Shaders/Nature/Universal Render Pipeline/Nature/SpeedTree8 pass=DepthNormals cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=LOD_FADE_PERCENTAGE _WINDQUALITY_NONE dKW=LOD_FADE_CROSSFADE INSTANCING_ON _WINDQUALITY_FASTEST _WINDQUALITY_FAST _WINDQUALITY_BETTER _WINDQUALITY_BEST _WINDQUALITY_PALM EFFECT_BUMP UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=33 mask=6 start=232 ok=1 outsize=1554 + +Cmd: compileSnippet + insize=1110 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Simple Lit pass=DepthOnly cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=DOTS_INSTANCING_ON INSTANCING_ON _ALPHATEST_ON _GLOSSINESS_FROM_BASE_ALPHA UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1101803 mask=6 start=220 ok=1 outsize=290 + +Cmd: compileSnippet + insize=2651 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Simple Lit pass=ForwardLit cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_MAIN_LIGHT_SHADOWS _MAIN_LIGHT_SHADOWS_CASCADE _MAIN_LIGHT_SHADOWS_SCREEN _ADDITIONAL_LIGHTS_VERTEX _ADDITIONAL_LIGHTS LIGHTMAP_SHADOW_MIXING SHADOWS_SHADOWMASK _CLUSTERED_RENDERING DIRLIGHTMAP_COMBINED LIGHTMAP_ON DYNAMICLIGHTMAP_ON FOG_LINEAR FOG_EXP FOG_EXP2 INSTANCING_ON _NORMALMAP _RECEIVE_SHADOWS_OFF UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1 mask=6 start=335 ok=1 outsize=1734 + +Cmd: compileSnippet + insize=2312 file=Packages/com.unity.render-pipelines.universal/Shaders/Terrain/Hidden/Universal Render Pipeline/Terrain/Lit (Add Pass) pass=GBuffer cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_MAIN_LIGHT_SHADOWS _MAIN_LIGHT_SHADOWS_CASCADE _MAIN_LIGHT_SHADOWS_SCREEN _MIXED_LIGHTING_SUBTRACTIVE DIRLIGHTMAP_COMBINED LIGHTMAP_ON INSTANCING_ON _TERRAIN_BLEND_HEIGHT _NORMALMAP _MASKMAP _TERRAIN_INSTANCED_PERPIXEL_NORMAL UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=227 mask=6 start=102 error: 1 plat 25 at (127): Unrecognized #pragma instancing_options directive: norenderinglayer + ok=1 outsize=1862 + +Cmd: compileSnippet + insize=1061 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Complex Lit pass=DepthOnly cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=INSTANCING_ON _ALPHATEST_ON _SMOOTHNESS_TEXTURE_ALBEDO_CHANNEL_A UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1 mask=6 start=426 ok=1 outsize=286 + +Cmd: compileSnippet + insize=1249 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Complex Lit pass=Meta cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR UNITY_PASS_META uKW= dKW=EDITOR_VISUALIZATION _DETAIL_MULX2 _DETAIL_SCALED UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1 mask=6 start=488 ok=1 outsize=970 + +Cmd: compileSnippet + insize=16374 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/Hidden/Universal Render Pipeline/StencilDeferred pass=Fog cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=_FOG FOG_LINEAR dKW=FOG_EXP FOG_EXP2 _RENDER_PASS_ENABLED UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1101803 mask=6 start=603 ok=1 outsize=726 + +Cmd: compileSnippet + insize=1026 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Unlit pass=DepthOnly cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=DOTS_INSTANCING_ON INSTANCING_ON _ALPHATEST_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1101803 mask=6 start=74 ok=1 outsize=290 + +Cmd: compileSnippet + insize=976 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Unlit pass=DepthOnly cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=INSTANCING_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1 mask=6 start=193 ok=1 outsize=722 + +Cmd: compileSnippet + insize=741 file=Packages/com.unity.render-pipelines.core/Editor/PostProcessing/LensFlareResource/Hidden/Core/LensFlareDataDrivenPreview pass=ForwardUnlit cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=227 mask=6 start=72 ok=1 outsize=1902 + +Cmd: compileSnippet + insize=992 file=Packages/com.unity.render-pipelines.universal/Shaders/2D/Hidden/Shadow2DUnshadowGeometry pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=33 mask=6 start=30 ok=1 outsize=250 + +Cmd: compileSnippet + insize=678 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/Hidden/Universal Render Pipeline/SubpixelMorphologicalAntialiasing pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=_SMAA_PRESET_LOW dKW=_USE_DRAW_PROCEDURAL _SMAA_PRESET_MEDIUM _SMAA_PRESET_HIGH UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=33 mask=6 start=32 ok=1 outsize=2370 + +Cmd: compileComputeKernel + insize=7129 file=Packages/com.unity.render-pipelines.core/Editor/Lighting/ProbeVolume/ProbeVolumeSubdivide.compute kernel=JumpFlooding cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 km= pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=SHADER_STAGE_COMPUTE platform=d3d11 flags=0 reqs=16385 forceDXC=0 forceFXC=0 ok=1 outsize=19854 + + +Cmd: initializeCompiler + +Cmd: compileSnippet + insize=3810 file=Packages/com.unity.visualeffectgraph/Editor/UIResources/shader/Hidden/VFX/GradientDashedBorder pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=0 type=Fragment platform=d3d11 reqs=33 mask=6 start=24 ok=1 outsize=1534 + +Cmd: compileComputeKernel + insize=9315 file=Packages/com.unity.visualeffectgraph/Shaders/Sort.compute kernel=BitonicSort1024 cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 km=,,,, pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=SHADER_STAGE_COMPUTE platform=d3d11 flags=0 reqs=16385 forceDXC=0 forceFXC=0 ok=1 outsize=2791 + +Cmd: compileComputeKernel + insize=20587 file=Packages/com.unity.visualeffectgraph/Shaders/SDFBaker/GenSdfRayMap.compute kernel=CopyBuffers cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 km= pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=SHADER_STAGE_COMPUTE platform=d3d11 flags=0 reqs=16385 forceDXC=0 forceFXC=0 ok=1 outsize=617 + +Cmd: initializeCompiler + +Cmd: shutdown diff --git a/Logs/shadercompiler-UnityShaderCompiler.exe5.log b/Logs/shadercompiler-UnityShaderCompiler.exe5.log new file mode 100644 index 0000000..e80dd45 --- /dev/null +++ b/Logs/shadercompiler-UnityShaderCompiler.exe5.log @@ -0,0 +1,104 @@ +Base path: 'D:/UnityInstalls/2021.3.11f1/Editor/Data', plugins path 'D:/UnityInstalls/2021.3.11f1/Editor/Data/PlaybackEngines' +Cmd: initializeCompiler + +Cmd: compileSnippet + insize=9663 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/Hidden/Universal Render Pipeline/BokehDepthOfField pass=Bokeh Depth Of Field CoC cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_USE_DRAW_PROCEDURAL UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=4075 mask=6 start=301 ok=1 outsize=682 + +Cmd: compileSnippet + insize=4268 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/Hidden/Universal Render Pipeline/FinalPost pass=FinalPost cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_USE_DRAW_PROCEDURAL UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=33 mask=6 start=136 ok=1 outsize=682 + +Cmd: compileSnippet + insize=1029 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Baked Lit pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=DOTS_INSTANCING_ON INSTANCING_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1101803 mask=6 start=87 ok=1 outsize=726 + +Cmd: compileSnippet + insize=1400 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Baked Lit pass=DepthNormalsOnly cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_GBUFFER_NORMALS_OCT DOTS_INSTANCING_ON INSTANCING_ON _NORMALMAP _ALPHATEST_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1101803 mask=6 start=152 ok=1 outsize=398 + +Cmd: compileSnippet + insize=811 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Baked Lit pass=Universal2D cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1101803 mask=6 start=213 ok=1 outsize=718 + +Cmd: compileSnippet + insize=1712 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Baked Lit pass=BakedLit cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_SCREEN_SPACE_OCCLUSION DIRLIGHTMAP_COMBINED LIGHTMAP_ON DEBUG_DISPLAY FOG_LINEAR FOG_EXP FOG_EXP2 INSTANCING_ON _NORMALMAP _SURFACE_TYPE_TRANSPARENT _ALPHATEST_ON _ALPHAPREMULTIPLY_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1 mask=6 start=242 ok=1 outsize=570 + +Cmd: compileSnippet + insize=10501 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/Hidden/Universal Render Pipeline/UberPost pass=UberPost cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_USE_DRAW_PROCEDURAL UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=33 mask=6 start=253 ok=1 outsize=682 + +Cmd: compileSnippet + insize=2095 file=Packages/com.unity.render-pipelines.universal/Shaders/Particles/Universal Render Pipeline/Particles/Unlit pass=ForwardLit cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_SCREEN_SPACE_OCCLUSION DEBUG_DISPLAY FOG_LINEAR FOG_EXP FOG_EXP2 INSTANCING_ON PROCEDURAL_INSTANCING_ON _NORMALMAP _EMISSION _FLIPBOOKBLENDING_ON _SOFTPARTICLES_ON _FADING_ON _DISTORTION_ON _ALPHATEST_ON _SURFACE_TYPE_TRANSPARENT _ALPHAPREMULTIPLY_ON _ALPHAMODULATE_ON _COLOROVERLAY_ON _COLORCOLOR_ON _COLORADDSUBDIFF_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1 mask=6 start=74 ok=1 outsize=666 + +Cmd: compileSnippet + insize=1464 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Lit pass=ShadowCaster cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR UNITY_PASS_SHADOWCASTER uKW= dKW=DOTS_INSTANCING_ON INSTANCING_ON _ALPHATEST_ON _SMOOTHNESS_TEXTURE_ALBEDO_CHANNEL_A UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1101803 mask=6 start=162 ok=1 outsize=290 + +Cmd: compileSnippet + insize=806 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Lit pass=Universal2D cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_ALPHATEST_ON _ALPHAPREMULTIPLY_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1101803 mask=6 start=362 ok=1 outsize=426 + +Cmd: compileSnippet + insize=1061 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Lit pass=DepthOnly cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=INSTANCING_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1 mask=6 start=501 ok=1 outsize=722 + +Cmd: compileSnippet + insize=1251 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Lit pass=DepthNormals cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=INSTANCING_ON _NORMALMAP _PARALLAXMAP _DETAIL_MULX2 _DETAIL_SCALED _ALPHATEST_ON _SMOOTHNESS_TEXTURE_ALBEDO_CHANNEL_A UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1 mask=6 start=531 ok=1 outsize=418 + +Cmd: compileSnippet + insize=1347 file=Packages/com.unity.render-pipelines.universal/Shaders/Particles/Universal Render Pipeline/Particles/Simple Lit pass=ScenePickingPass cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=INSTANCING_ON PROCEDURAL_INSTANCING_ON _ALPHATEST_ON _FLIPBOOKBLENDING_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1 mask=6 start=309 ok=1 outsize=322 + +Cmd: compileSnippet + insize=2710 file=Packages/com.unity.render-pipelines.universal/Shaders/Particles/Universal Render Pipeline/Particles/Lit pass=GBuffer cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_MAIN_LIGHT_SHADOWS _MAIN_LIGHT_SHADOWS_CASCADE _MAIN_LIGHT_SHADOWS_SCREEN _REFLECTION_PROBE_BLENDING _REFLECTION_PROBE_BOX_PROJECTION _SHADOWS_SOFT _GBUFFER_NORMALS_OCT _RENDER_PASS_ENABLED INSTANCING_ON PROCEDURAL_INSTANCING_ON _NORMALMAP _EMISSION _METALLICSPECGLOSSMAP _RECEIVE_SHADOWS_OFF _ALPHATEST_ON _COLOROVERLAY_ON _COLORCOLOR_ON _COLORADDSUBDIFF_ON _FLIPBOOKBLENDING_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1 mask=6 start=161 ok=1 outsize=2274 + +Cmd: compileSnippet + insize=1631 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/VR/SpatialMapping/Occlusion pass=Spatial Mapping Occlusion cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=INSTANCING_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=33 mask=6 start=17 ok=1 outsize=562 + +Cmd: compileSnippet + insize=1613 file=Packages/com.unity.render-pipelines.universal/Shaders/Terrain/Hidden/TerrainEngine/Details/UniversalPipeline/Vertexlit pass=TerrainDetailVertex cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_MAIN_LIGHT_SHADOWS _MAIN_LIGHT_SHADOWS_CASCADE _MAIN_LIGHT_SHADOWS_SCREEN _ADDITIONAL_LIGHTS_VERTEX _ADDITIONAL_LIGHTS LIGHTMAP_SHADOW_MIXING SHADOWS_SHADOWMASK _CLUSTERED_RENDERING DIRLIGHTMAP_COMBINED LIGHTMAP_ON DEBUG_DISPLAY FOG_LINEAR FOG_EXP FOG_EXP2 UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1 mask=6 start=18 ok=1 outsize=1618 + +Cmd: compileSnippet + insize=1014 file=Packages/com.unity.render-pipelines.universal/Shaders/Nature/Universal Render Pipeline/Nature/SpeedTree7 pass=DepthOnly cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=LOD_FADE_PERCENTAGE GEOM_TYPE_BRANCH dKW=LOD_FADE_CROSSFADE INSTANCING_ON GEOM_TYPE_BRANCH_DETAIL GEOM_TYPE_FROND GEOM_TYPE_LEAF GEOM_TYPE_MESH UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=33 mask=6 start=173 ok=1 outsize=6054 + +Cmd: compileSnippet + insize=3440 file=Packages/com.unity.render-pipelines.universal/Shaders/2D/Hidden/Light2D-Shape pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=SPRITE_LIGHT USE_NORMAL_MAP USE_ADDITIVE_BLENDING UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=33 mask=6 start=19 ok=1 outsize=822 + +Cmd: compileSnippet + insize=1720 file=Packages/com.unity.render-pipelines.universal/Shaders/Terrain/Hidden/TerrainEngine/Details/UniversalPipeline/BillboardWavingDoublePass pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_MAIN_LIGHT_SHADOWS _MAIN_LIGHT_SHADOWS_CASCADE _MAIN_LIGHT_SHADOWS_SCREEN _ADDITIONAL_LIGHTS_VERTEX _ADDITIONAL_LIGHTS _ADDITIONAL_LIGHT_SHADOWS _SHADOWS_SOFT LIGHTMAP_SHADOW_MIXING SHADOWS_SHADOWMASK _CLUSTERED_RENDERING DIRLIGHTMAP_COMBINED LIGHTMAP_ON DEBUG_DISPLAY FOG_LINEAR FOG_EXP FOG_EXP2 INSTANCING_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1 mask=6 start=21 ok=1 outsize=946 + +Cmd: compileSnippet + insize=1116 file=Packages/com.unity.render-pipelines.universal/Shaders/Nature/Universal Render Pipeline/Nature/SpeedTree8 pass=DepthNormals cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=_WINDQUALITY_NONE dKW=LOD_FADE_CROSSFADE INSTANCING_ON _WINDQUALITY_FASTEST _WINDQUALITY_FAST _WINDQUALITY_BETTER _WINDQUALITY_BEST _WINDQUALITY_PALM EFFECT_BUMP UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=33 mask=6 start=232 ok=1 outsize=702 + +Cmd: compileSnippet + insize=897 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Simple Lit pass=Meta cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR UNITY_PASS_META uKW= dKW=EDITOR_VISUALIZATION _EMISSION _SPECGLOSSMAP UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1101803 mask=6 start=282 ok=1 outsize=694 + +Cmd: compileSnippet + insize=1113 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Complex Lit pass=DepthOnly cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=DOTS_INSTANCING_ON INSTANCING_ON _ALPHATEST_ON _SMOOTHNESS_TEXTURE_ALBEDO_CHANNEL_A UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1101803 mask=6 start=197 ok=1 outsize=290 + +Cmd: compileSnippet + insize=1485 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Complex Lit pass=DepthNormalsOnly cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_GBUFFER_NORMALS_OCT DOTS_INSTANCING_ON INSTANCING_ON _NORMALMAP _PARALLAXMAP _DETAIL_MULX2 _DETAIL_SCALED _ALPHATEST_ON _SMOOTHNESS_TEXTURE_ALBEDO_CHANNEL_A UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1101803 mask=6 start=228 ok=1 outsize=422 + +Cmd: compileSnippet + insize=16258 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/Hidden/Universal Render Pipeline/StencilDeferred pass=Stencil Volume cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_SPOT UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1101803 mask=6 start=387 ok=1 outsize=758 + +Cmd: compileSnippet + insize=1235 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/Hidden/Universal Render Pipeline/Stop NaN pass=Stop NaN cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_USE_DRAW_PROCEDURAL UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=4075 mask=6 start=39 ok=1 outsize=694 + +Cmd: compileSnippet + insize=2675 file=Packages/com.unity.render-pipelines.universal/Shaders/2D/Universal Render Pipeline/2D/Sprite-Lit-Default pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=33 mask=6 start=125 ok=1 outsize=1382 + +Cmd: compileSnippet + insize=4581 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/Hidden/Universal Render Pipeline/CameraMotionBlur pass=Camera Motion Blur - Medium Quality cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_USE_DRAW_PROCEDURAL UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=33 mask=6 start=140 ok=1 outsize=770 + +Cmd: compileSnippet + insize=762 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Unlit pass=Meta cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR UNITY_PASS_META uKW= dKW=EDITOR_VISUALIZATION UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1101803 mask=6 start=135 ok=1 outsize=694 + + +Cmd: initializeCompiler + +Cmd: compileSnippet + insize=1425 file=Packages/com.unity.visualeffectgraph/Shaders/Hidden/Default StaticMeshOutput pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=0 type=Fragment platform=d3d11 reqs=33 mask=6 start=16 ok=1 outsize=330 + +Cmd: compileComputeKernel + insize=9315 file=Packages/com.unity.visualeffectgraph/Shaders/Sort.compute kernel=BitonicPrePass cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 km=,,,, pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=SHADER_STAGE_COMPUTE platform=d3d11 flags=0 reqs=16385 forceDXC=0 forceFXC=0 ok=1 outsize=2826 + +Cmd: compileComputeKernel + insize=20587 file=Packages/com.unity.visualeffectgraph/Shaders/SDFBaker/GenSdfRayMap.compute kernel=RayMapScanX cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 km= pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=SHADER_STAGE_COMPUTE platform=d3d11 flags=0 reqs=16385 forceDXC=0 forceFXC=0 ok=1 outsize=836 + +Cmd: initializeCompiler + +Cmd: shutdown + +Quitting shader compiler process diff --git a/Logs/shadercompiler-UnityShaderCompiler.exe6.log b/Logs/shadercompiler-UnityShaderCompiler.exe6.log new file mode 100644 index 0000000..ae8ecb2 --- /dev/null +++ b/Logs/shadercompiler-UnityShaderCompiler.exe6.log @@ -0,0 +1,98 @@ +Base path: 'D:/UnityInstalls/2021.3.11f1/Editor/Data', plugins path 'D:/UnityInstalls/2021.3.11f1/Editor/Data/PlaybackEngines' +Cmd: initializeCompiler + +Cmd: compileSnippet + insize=9669 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/Hidden/Universal Render Pipeline/BokehDepthOfField pass=Bokeh Depth Of Field Prefilter cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_USE_DRAW_PROCEDURAL _USE_FAST_SRGB_LINEAR_CONVERSION UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1101803 mask=6 start=249 ok=1 outsize=1414 + +Cmd: compileSnippet + insize=1284 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Baked Lit pass=DepthNormalsOnly cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_GBUFFER_NORMALS_OCT DOTS_INSTANCING_ON INSTANCING_ON _NORMALMAP _ALPHATEST_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1101803 mask=6 start=117 ok=1 outsize=398 + +Cmd: compileSnippet + insize=769 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Baked Lit pass=Meta cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR UNITY_PASS_META uKW= dKW=EDITOR_VISUALIZATION UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1101803 mask=6 start=190 ok=1 outsize=694 + +Cmd: compileSnippet + insize=2759 file=Packages/com.unity.render-pipelines.universal/Shaders/2D/Hidden/Light2D-Shape-Volumetric pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=SPRITE_LIGHT UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=33 mask=6 start=14 ok=1 outsize=994 + +Cmd: compileSnippet + insize=3131 file=Packages/com.unity.render-pipelines.universal/Shaders/Debug/Hidden/Universal Render Pipeline/Debug/DebugReplacement pass=Vertex Attributes cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1 mask=6 start=12 ok=1 outsize=1274 + +Cmd: compileSnippet + insize=1343 file=Packages/com.unity.render-pipelines.universal/Shaders/Particles/Universal Render Pipeline/Particles/Unlit pass=ScenePickingPass cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=INSTANCING_ON PROCEDURAL_INSTANCING_ON _FLIPBOOKBLENDING_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1 mask=6 start=224 ok=1 outsize=774 + +Cmd: compileSnippet + insize=3262 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Lit pass=ForwardLit cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_MAIN_LIGHT_SHADOWS _MAIN_LIGHT_SHADOWS_CASCADE _MAIN_LIGHT_SHADOWS_SCREEN _ADDITIONAL_LIGHTS_VERTEX _ADDITIONAL_LIGHTS _CLUSTERED_RENDERING LIGHTMAP_SHADOW_MIXING SHADOWS_SHADOWMASK DIRLIGHTMAP_COMBINED LIGHTMAP_ON INSTANCING_ON FOG_LINEAR FOG_EXP FOG_EXP2 _NORMALMAP _PARALLAXMAP _RECEIVE_SHADOWS_OFF _DETAIL_MULX2 _DETAIL_SCALED UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1 mask=6 start=398 ok=1 outsize=1726 + +Cmd: compileSnippet + insize=1349 file=Packages/com.unity.render-pipelines.universal/Shaders/Particles/Universal Render Pipeline/Particles/Simple Lit pass=SceneSelectionPass cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=INSTANCING_ON PROCEDURAL_INSTANCING_ON _FLIPBOOKBLENDING_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1 mask=6 start=274 ok=1 outsize=774 + +Cmd: compileSnippet + insize=2710 file=Packages/com.unity.render-pipelines.universal/Shaders/Particles/Universal Render Pipeline/Particles/Lit pass=GBuffer cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_MAIN_LIGHT_SHADOWS _MAIN_LIGHT_SHADOWS_CASCADE _MAIN_LIGHT_SHADOWS_SCREEN INSTANCING_ON PROCEDURAL_INSTANCING_ON _NORMALMAP _RECEIVE_SHADOWS_OFF _FLIPBOOKBLENDING_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1 mask=6 start=161 ok=1 outsize=1934 + +Cmd: compileSnippet + insize=1266 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/Hidden/Universal Render Pipeline/LensFlareDataDriven pass=LensFlareScreen cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=FLARE_CIRCLE FLARE_POLYGON FLARE_INVERSE_SDF FLARE_OCCLUSION UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=227 mask=6 start=52 ok=1 outsize=422 + +Cmd: compileSnippet + insize=766 file=Packages/com.unity.render-pipelines.universal/Shaders/Terrain/Hidden/TerrainEngine/Details/UniversalPipeline/Vertexlit pass=DepthOnly cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=INSTANCING_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1 mask=6 start=180 ok=1 outsize=286 + +Cmd: compileSnippet + insize=8652 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/Hidden/Universal Render Pipeline/Bloom pass=Bloom Prefilter cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_USE_DRAW_PROCEDURAL _USE_RGBM _BLOOM_HQ UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=33 mask=6 start=178 ok=1 outsize=866 + +Cmd: compileSnippet + insize=8651 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/Hidden/Universal Render Pipeline/Bloom pass=Bloom Upsample cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_USE_DRAW_PROCEDURAL _USE_RGBM _BLOOM_HQ UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=33 mask=6 start=209 ok=1 outsize=522 + +Cmd: compileSnippet + insize=1830 file=Packages/com.unity.render-pipelines.universal/Shaders/Nature/Universal Render Pipeline/Nature/SpeedTree7 pass=ForwardLit cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=GEOM_TYPE_BRANCH dKW=_MAIN_LIGHT_SHADOWS _MAIN_LIGHT_SHADOWS_CASCADE _MAIN_LIGHT_SHADOWS_SCREEN _ADDITIONAL_LIGHTS_VERTEX _ADDITIONAL_LIGHTS _ADDITIONAL_LIGHT_SHADOWS _SHADOWS_SOFT LOD_FADE_CROSSFADE _SCREEN_SPACE_OCCLUSION _LIGHT_LAYERS DEBUG_DISPLAY _LIGHT_COOKIES _CLUSTERED_RENDERING FOG_LINEAR FOG_EXP FOG_EXP2 INSTANCING_ON GEOM_TYPE_BRANCH_DETAIL GEOM_TYPE_FROND GEOM_TYPE_LEAF GEOM_TYPE_MESH EFFECT_BUMP EFFECT_HUE_VARIATION UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=33 mask=6 start=34 ok=1 outsize=850 + +Cmd: compileSnippet + insize=1936 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/Hidden/Universal Render Pipeline/ScreenSpaceAmbientOcclusion pass=SSAO_VerticalBlur cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=33 mask=6 start=96 ok=1 outsize=454 + +Cmd: compileSnippet + insize=747 file=Packages/com.unity.render-pipelines.universal/Shaders/Nature/Universal Render Pipeline/Nature/SpeedTree7 Billboard pass=ShadowCaster cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR UNITY_PASS_SHADOWCASTER uKW= dKW=BILLBOARD_FACE_CAMERA_POS LOD_FADE_CROSSFADE UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=33 mask=6 start=65 ok=1 outsize=510 + +Cmd: compileSnippet + insize=631 file=Packages/com.unity.render-pipelines.universal/Shaders/2D/Universal Render Pipeline/2D/Sprite-Mask pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=33 mask=6 start=44 ok=1 outsize=474 + +Cmd: compileSnippet + insize=1134 file=Packages/com.unity.render-pipelines.universal/Shaders/Nature/Universal Render Pipeline/Nature/SpeedTree8 pass=SceneSelectionPass cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=LOD_FADE_PERCENTAGE _WINDQUALITY_NONE dKW=LOD_FADE_CROSSFADE INSTANCING_ON _WINDQUALITY_FASTEST _WINDQUALITY_FAST _WINDQUALITY_BETTER _WINDQUALITY_BEST _WINDQUALITY_PALM EFFECT_BILLBOARD UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=33 mask=6 start=94 ok=1 outsize=1290 + +Cmd: compileSnippet + insize=7740 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/Hidden/Universal Render Pipeline/GaussianDepthOfField pass=Gaussian Depth Of Field Blur Horizontal cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_USE_DRAW_PROCEDURAL UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=4075 mask=6 start=240 ok=1 outsize=682 + +Cmd: compileSnippet + insize=1180 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Simple Lit pass=DepthNormals cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=DOTS_INSTANCING_ON INSTANCING_ON _NORMALMAP UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1101803 mask=6 start=251 ok=1 outsize=1182 + +Cmd: compileSnippet + insize=1994 file=Packages/com.unity.render-pipelines.universal/Shaders/Terrain/Hidden/TerrainEngine/Details/UniversalPipeline/WavingDoublePass pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_MAIN_LIGHT_SHADOWS _MAIN_LIGHT_SHADOWS_CASCADE _MAIN_LIGHT_SHADOWS_SCREEN _ADDITIONAL_LIGHTS_VERTEX _ADDITIONAL_LIGHTS _ADDITIONAL_LIGHT_SHADOWS _SHADOWS_SOFT LIGHTMAP_SHADOW_MIXING SHADOWS_SHADOWMASK _SCREEN_SPACE_OCCLUSION _LIGHT_LAYERS _LIGHT_COOKIES _CLUSTERED_RENDERING DIRLIGHTMAP_COMBINED LIGHTMAP_ON DEBUG_DISPLAY FOG_LINEAR FOG_EXP FOG_EXP2 INSTANCING_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1 mask=6 start=21 ok=1 outsize=946 + +Cmd: compileSnippet + insize=3202 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Complex Lit pass=ForwardLit cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_MAIN_LIGHT_SHADOWS _MAIN_LIGHT_SHADOWS_CASCADE _MAIN_LIGHT_SHADOWS_SCREEN _ADDITIONAL_LIGHTS_VERTEX _ADDITIONAL_LIGHTS _MIXED_LIGHTING_SUBTRACTIVE _CLUSTERED_RENDERING DIRLIGHTMAP_COMBINED LIGHTMAP_ON FOG_LINEAR FOG_EXP FOG_EXP2 INSTANCING_ON _NORMALMAP _PARALLAXMAP _RECEIVE_SHADOWS_OFF _DETAIL_MULX2 _DETAIL_SCALED UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1 mask=6 start=331 ok=1 outsize=1726 + +Cmd: compileSnippet + insize=17282 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/Hidden/Universal Render Pipeline/StencilDeferred pass=Deferred Directional Light (SimpleLit) cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=_DEFERRED_STENCIL _SIMPLELIT _DIRECTIONAL dKW=_MAIN_LIGHT_SHADOWS _MAIN_LIGHT_SHADOWS_CASCADE _MAIN_LIGHT_SHADOWS_SCREEN _DEFERRED_MAIN_LIGHT _DEFERRED_FIRST_LIGHT _ADDITIONAL_LIGHT_SHADOWS _SHADOWS_SOFT LIGHTMAP_SHADOW_MIXING SHADOWS_SHADOWMASK _GBUFFER_NORMALS_OCT _DEFERRED_MIXED_LIGHTING _SCREEN_SPACE_OCCLUSION _LIGHT_LAYERS _RENDER_PASS_ENABLED _LIGHT_COOKIES UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1101803 mask=6 start=564 ok=1 outsize=1602 + +Cmd: compileSnippet + insize=4581 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/Hidden/Universal Render Pipeline/CameraMotionBlur pass=Camera Motion Blur - High Quality cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_USE_DRAW_PROCEDURAL UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=33 mask=6 start=157 ok=1 outsize=770 + +Cmd: compileSnippet + insize=1205 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Unlit pass=Unlit cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_SCREEN_SPACE_OCCLUSION DEBUG_DISPLAY FOG_LINEAR FOG_EXP FOG_EXP2 INSTANCING_ON _SURFACE_TYPE_TRANSPARENT _ALPHATEST_ON _ALPHAPREMULTIPLY_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1 mask=6 start=162 ok=1 outsize=438 + +Cmd: compileComputeKernel + insize=7129 file=Packages/com.unity.render-pipelines.core/Editor/Lighting/ProbeVolume/ProbeVolumeSubdivide.compute kernel=FinalPass cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 km= pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=SHADER_STAGE_COMPUTE platform=d3d11 flags=0 reqs=16385 forceDXC=0 forceFXC=0 ok=1 outsize=668 + + +Cmd: initializeCompiler + +Cmd: compileSnippet + insize=5318 file=Packages/com.unity.visualeffectgraph/Shaders/SDFBaker/Hidden/VoxelizeShader pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1101803 mask=6 start=165 ok=1 outsize=1666 + +Cmd: compileComputeKernel + insize=9315 file=Packages/com.unity.visualeffectgraph/Shaders/Sort.compute kernel=MergeFinalPass cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 km=,, pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=SHADER_STAGE_COMPUTE platform=d3d11 flags=0 reqs=16385 forceDXC=0 forceFXC=0 ok=1 outsize=4271 + +Cmd: compileComputeKernel + insize=20587 file=Packages/com.unity.visualeffectgraph/Shaders/SDFBaker/GenSdfRayMap.compute kernel=RayMapScanZ cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 km= pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=SHADER_STAGE_COMPUTE platform=d3d11 flags=0 reqs=16385 forceDXC=0 forceFXC=0 ok=1 outsize=856 + +Cmd: initializeCompiler + +Cmd: shutdown + +Quitting shader compiler process diff --git a/Logs/shadercompiler-UnityShaderCompiler.exe7.log b/Logs/shadercompiler-UnityShaderCompiler.exe7.log new file mode 100644 index 0000000..4f28444 --- /dev/null +++ b/Logs/shadercompiler-UnityShaderCompiler.exe7.log @@ -0,0 +1,109 @@ +Base path: 'D:/UnityInstalls/2021.3.11f1/Editor/Data', plugins path 'D:/UnityInstalls/2021.3.11f1/Editor/Data/PlaybackEngines' +Cmd: initializeCompiler + +Cmd: compileSnippet + insize=9664 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/Hidden/Universal Render Pipeline/BokehDepthOfField pass=Bokeh Depth Of Field Blur cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_USE_DRAW_PROCEDURAL UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1101803 mask=6 start=260 ok=1 outsize=686 + +Cmd: compileSnippet + insize=1712 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Baked Lit pass=BakedLit cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=DIRLIGHTMAP_COMBINED LIGHTMAP_ON DEBUG_DISPLAY FOG_LINEAR FOG_EXP FOG_EXP2 INSTANCING_ON _NORMALMAP UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1 mask=6 start=242 ok=1 outsize=1666 + +Cmd: compileSnippet + insize=1554 file=Packages/com.unity.shadergraph/Editor/Resources/Shaders/Hidden/BlitNoAlpha pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=0 type=Fragment platform=d3d11 reqs=33 mask=6 start=11 ok=1 outsize=378 + +Cmd: compileSnippet + insize=4243 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/Hidden/Universal Render Pipeline/PaniniProjection pass=Panini Projection cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=_GENERIC dKW=_USE_DRAW_PROCEDURAL _UNIT_DISTANCE UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=33 mask=6 start=128 ok=1 outsize=982 + +Cmd: compileSnippet + insize=2095 file=Packages/com.unity.render-pipelines.universal/Shaders/Particles/Universal Render Pipeline/Particles/Unlit pass=ForwardLit cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=FOG_LINEAR FOG_EXP FOG_EXP2 INSTANCING_ON PROCEDURAL_INSTANCING_ON _NORMALMAP _FLIPBOOKBLENDING_ON _SOFTPARTICLES_ON _FADING_ON _DISTORTION_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1 mask=6 start=74 ok=1 outsize=1530 + +Cmd: compileSnippet + insize=3367 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Lit pass=ForwardLit cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_MAIN_LIGHT_SHADOWS _MAIN_LIGHT_SHADOWS_CASCADE _MAIN_LIGHT_SHADOWS_SCREEN _ADDITIONAL_LIGHTS_VERTEX _ADDITIONAL_LIGHTS _ADDITIONAL_LIGHT_SHADOWS _REFLECTION_PROBE_BLENDING _REFLECTION_PROBE_BOX_PROJECTION _SHADOWS_SOFT _SCREEN_SPACE_OCCLUSION _DBUFFER_MRT1 _DBUFFER_MRT2 _DBUFFER_MRT3 _LIGHT_LAYERS _LIGHT_COOKIES _CLUSTERED_RENDERING LIGHTMAP_SHADOW_MIXING SHADOWS_SHADOWMASK DIRLIGHTMAP_COMBINED LIGHTMAP_ON DYNAMICLIGHTMAP_ON DEBUG_DISPLAY DOTS_INSTANCING_ON FOG_LINEAR FOG_EXP FOG_EXP2 INSTANCING_ON _NORMALMAP _PARALLAXMAP _RECEIVE_SHADOWS_OFF _DETAIL_MULX2 _DETAIL_SCALED _SURFACE_TYPE_TRANSPARENT _ALPHATEST_ON _ALPHAPREMULTIPLY_ON _EMISSION _METALLICSPECGLOSSMAP _SMOOTHNESS_TEXTURE_ALBEDO_CHANNEL_A _OCCLUSIONMAP _SPECULARHIGHLIGHTS_OFF _ENVIRONMENTREFLECTIONS_OFF _SPECULAR_SETUP UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1101803 mask=6 start=93 ok=1 outsize=2854 + +Cmd: compileSnippet + insize=2722 file=Packages/com.unity.render-pipelines.universal/Shaders/Particles/Universal Render Pipeline/Particles/Simple Lit pass=GBuffer cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_MAIN_LIGHT_SHADOWS _MAIN_LIGHT_SHADOWS_CASCADE _MAIN_LIGHT_SHADOWS_SCREEN INSTANCING_ON PROCEDURAL_INSTANCING_ON _NORMALMAP _RECEIVE_SHADOWS_OFF _FLIPBOOKBLENDING_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1 mask=6 start=154 ok=1 outsize=1934 + +Cmd: compileSnippet + insize=1420 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/Hidden/Universal Render Pipeline/MaterialError pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_SINGLE_PASS_STEREO STEREO_INSTANCING_ON STEREO_MULTIVIEW_ON DOTS_INSTANCING_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1101803 mask=6 start=13 ok=1 outsize=574 + +Cmd: compileSnippet + insize=1343 file=Packages/com.unity.render-pipelines.universal/Shaders/Particles/Universal Render Pipeline/Particles/Lit pass=SceneSelectionPass cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=INSTANCING_ON PROCEDURAL_INSTANCING_ON _FLIPBOOKBLENDING_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1 mask=6 start=281 ok=1 outsize=774 + +Cmd: compileSnippet + insize=1268 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/Hidden/Universal Render Pipeline/LensFlareDataDriven pass=LensFlareLerp cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=FLARE_OCCLUSION UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=227 mask=6 start=122 ok=1 outsize=1074 + +Cmd: compileSnippet + insize=8652 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/Hidden/Universal Render Pipeline/Bloom pass=Bloom Prefilter cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_USE_DRAW_PROCEDURAL _USE_RGBM _BLOOM_HQ UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=33 mask=6 start=178 ok=1 outsize=682 + +Cmd: compileSnippet + insize=8651 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/Hidden/Universal Render Pipeline/Bloom pass=Bloom Upsample cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_USE_DRAW_PROCEDURAL _USE_RGBM _BLOOM_HQ UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=33 mask=6 start=209 ok=1 outsize=682 + +Cmd: compileSnippet + insize=823 file=Packages/com.unity.render-pipelines.universal/Shaders/2D/Hidden/ShadowProjected2D pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=33 mask=6 start=68 ok=1 outsize=250 + +Cmd: compileSnippet + insize=1755 file=Packages/com.unity.render-pipelines.universal/Shaders/Nature/Universal Render Pipeline/Nature/SpeedTree7 pass=GBuffer cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=GEOM_TYPE_BRANCH dKW=_MAIN_LIGHT_SHADOWS _MAIN_LIGHT_SHADOWS_CASCADE _MAIN_LIGHT_SHADOWS_SCREEN _SHADOWS_SOFT LOD_FADE_CROSSFADE _GBUFFER_NORMALS_OCT _LIGHT_LAYERS _RENDER_PASS_ENABLED INSTANCING_ON GEOM_TYPE_BRANCH_DETAIL GEOM_TYPE_FROND GEOM_TYPE_LEAF GEOM_TYPE_MESH EFFECT_BUMP EFFECT_HUE_VARIATION UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=33 mask=6 start=133 ok=1 outsize=902 + +Cmd: compileSnippet + insize=6549 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/Hidden/Universal Render Pipeline/LutBuilderLdr pass=LutBuilderLdr cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=33 mask=6 start=158 ok=1 outsize=6342 + +Cmd: compileSnippet + insize=731 file=Assets/DefaultResourcesExtra/Sprites/Default pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=ETC1_EXTERNAL_ALPHA INSTANCING_ON PIXELSNAP_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=0 type=Vertex platform=d3d11 reqs=1 mask=6 start=32 ok=1 outsize=890 + +Cmd: compileSnippet + insize=1720 file=Packages/com.unity.render-pipelines.universal/Shaders/Terrain/Hidden/TerrainEngine/Details/UniversalPipeline/BillboardWavingDoublePass pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_MAIN_LIGHT_SHADOWS _MAIN_LIGHT_SHADOWS_CASCADE _MAIN_LIGHT_SHADOWS_SCREEN _ADDITIONAL_LIGHTS_VERTEX _ADDITIONAL_LIGHTS LIGHTMAP_SHADOW_MIXING SHADOWS_SHADOWMASK _CLUSTERED_RENDERING DIRLIGHTMAP_COMBINED LIGHTMAP_ON FOG_LINEAR FOG_EXP FOG_EXP2 INSTANCING_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1 mask=6 start=21 ok=1 outsize=3242 + +Cmd: compileSnippet + insize=5728 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/VR/SpatialMapping/Wireframe pass=Spatial Mapping Wireframe cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=INSTANCING_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=4129 mask=14 start=19 ok=1 outsize=954 + +Cmd: compileSnippet + insize=629 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/Hidden/Universal Render Pipeline/CopyDepth pass=CopyDepth cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_DEPTH_MSAA_2 _DEPTH_MSAA_4 _DEPTH_MSAA_8 _USE_DRAW_PROCEDURAL UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=33 mask=6 start=13 ok=1 outsize=378 + +Cmd: compileSnippet + insize=7817 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/Hidden/Universal Render Pipeline/GaussianDepthOfField pass=Gaussian Depth Of Field Prefilter cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_USE_DRAW_PROCEDURAL _HIGH_QUALITY_SAMPLING UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=4075 mask=6 start=229 ok=1 outsize=514 + +Cmd: compileSnippet + insize=2638 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Simple Lit pass=GBuffer cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_MAIN_LIGHT_SHADOWS _MAIN_LIGHT_SHADOWS_CASCADE _MAIN_LIGHT_SHADOWS_SCREEN DIRLIGHTMAP_COMBINED LIGHTMAP_ON DYNAMICLIGHTMAP_ON LIGHTMAP_SHADOW_MIXING SHADOWS_SHADOWMASK DOTS_INSTANCING_ON INSTANCING_ON _NORMALMAP _RECEIVE_SHADOWS_OFF UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1101803 mask=6 start=163 ok=1 outsize=1682 + +Cmd: compileSnippet + insize=1315 file=Packages/com.unity.shadergraph/Editor/Resources/Shaders/Hidden/Shader Graph/FallbackError pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_SINGLE_PASS_STEREO STEREO_INSTANCING_ON STEREO_MULTIVIEW_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=0 type=Vertex platform=d3d11 reqs=1 mask=6 start=12 ok=1 outsize=570 + +Cmd: compileSnippet + insize=2411 file=Packages/com.unity.render-pipelines.universal/Shaders/Terrain/Hidden/Universal Render Pipeline/Terrain/Lit (Add Pass) pass=TerrainAddLit cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_MAIN_LIGHT_SHADOWS _MAIN_LIGHT_SHADOWS_CASCADE _MAIN_LIGHT_SHADOWS_SCREEN _ADDITIONAL_LIGHTS_VERTEX _ADDITIONAL_LIGHTS LIGHTMAP_SHADOW_MIXING SHADOWS_SHADOWMASK _CLUSTERED_RENDERING DIRLIGHTMAP_COMBINED LIGHTMAP_ON FOG_LINEAR FOG_EXP FOG_EXP2 INSTANCING_ON _NORMALMAP _TERRAIN_INSTANCED_PERPIXEL_NORMAL UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=227 mask=6 start=54 error: 1 plat 25 at (80): Unrecognized #pragma instancing_options directive: norenderinglayer + ok=1 outsize=1862 + +Cmd: compileSnippet + insize=1066 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Complex Lit pass=ShadowCaster cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR UNITY_PASS_SHADOWCASTER uKW= dKW=INSTANCING_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1 mask=6 start=396 ok=1 outsize=1182 + +Cmd: compileSnippet + insize=17023 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/Hidden/Universal Render Pipeline/StencilDeferred pass=Deferred Punctual Light (Lit) cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=_POINT dKW=_SPOT UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1101803 mask=6 start=422 ok=1 outsize=758 + +Cmd: compileSnippet + insize=1747 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/Hidden/Universal Render Pipeline/Scaling Setup pass=ScalingSetup cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_FXAA _GAMMA_20 UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=33 mask=6 start=62 ok=1 outsize=406 + +Cmd: compileSnippet + insize=4300 file=Packages/com.unity.render-pipelines.universal/Shaders/2D/Hidden/Light2d-Point-Volumetric pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=USE_POINT_LIGHT_COOKIES UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=33 mask=6 start=13 ok=1 outsize=1126 + +Cmd: compileSnippet + insize=1342 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Unlit pass=Unlit cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=DOTS_INSTANCING_ON _SCREEN_SPACE_OCCLUSION _DBUFFER_MRT1 _DBUFFER_MRT2 _DBUFFER_MRT3 DEBUG_DISPLAY FOG_LINEAR FOG_EXP FOG_EXP2 INSTANCING_ON _SURFACE_TYPE_TRANSPARENT _ALPHATEST_ON _ALPHAPREMULTIPLY_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1101803 mask=6 start=41 ok=1 outsize=450 + +Cmd: compileSnippet + insize=686 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/Hidden/Universal Render Pipeline/SubpixelMorphologicalAntialiasing pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=_SMAA_PRESET_LOW dKW=_USE_DRAW_PROCEDURAL _SMAA_PRESET_MEDIUM _SMAA_PRESET_HIGH UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=33 mask=6 start=65 ok=1 outsize=602 + + +Cmd: initializeCompiler + +Cmd: compileSnippet + insize=5273 file=Packages/com.unity.visualeffectgraph/Shaders/SDFBaker/Hidden/VoxelizeShader pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1101803 mask=6 start=202 ok=1 outsize=1478 + +Cmd: compileComputeKernel + insize=20587 file=Packages/com.unity.visualeffectgraph/Shaders/SDFBaker/GenSdfRayMap.compute kernel=ChooseDirectionTriangleOnly cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 km= pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=SHADER_STAGE_COMPUTE platform=d3d11 flags=0 reqs=16385 forceDXC=0 forceFXC=0 ok=1 outsize=1296 + +Cmd: compileComputeKernel + insize=20587 file=Packages/com.unity.visualeffectgraph/Shaders/SDFBaker/GenSdfRayMap.compute kernel=CopyTextures cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 km= pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=SHADER_STAGE_COMPUTE platform=d3d11 flags=0 reqs=16385 forceDXC=0 forceFXC=0 ok=1 outsize=614 + +Cmd: initializeCompiler + +Cmd: compileSnippet + insize=6990 file=Packages/com.unity.xr.arkit/Assets/Shaders/Unlit/ARKitBackground pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=ARKIT_BACKGROUND_URP ARKIT_BACKGROUND_LWRP ARKIT_HUMAN_SEGMENTATION_ENABLED ARKIT_ENVIRONMENT_DEPTH_ENABLED UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=33 mask=6 start=33 ok=1 outsize=782 + +Cmd: shutdown diff --git a/Logs/shadercompiler-UnityShaderCompiler.exe8.log b/Logs/shadercompiler-UnityShaderCompiler.exe8.log new file mode 100644 index 0000000..6285769 --- /dev/null +++ b/Logs/shadercompiler-UnityShaderCompiler.exe8.log @@ -0,0 +1,88 @@ +Base path: 'D:/UnityInstalls/2021.3.11f1/Editor/Data', plugins path 'D:/UnityInstalls/2021.3.11f1/Editor/Data/PlaybackEngines' +Cmd: initializeCompiler + +Cmd: compileSnippet + insize=9669 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/Hidden/Universal Render Pipeline/BokehDepthOfField pass=Bokeh Depth Of Field Composite cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_USE_DRAW_PROCEDURAL _USE_FAST_SRGB_LINEAR_CONVERSION UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1101803 mask=6 start=282 ok=1 outsize=1022 + +Cmd: compileSnippet + insize=1050 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Baked Lit pass=DepthNormals cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=INSTANCING_ON _NORMALMAP _ALPHATEST_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1 mask=6 start=314 ok=1 outsize=394 + +Cmd: compileSnippet + insize=814 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Baked Lit pass=Universal2D cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1 mask=6 start=366 ok=1 outsize=714 + +Cmd: compileSnippet + insize=2759 file=Packages/com.unity.render-pipelines.universal/Shaders/2D/Hidden/Light2D-Shape-Volumetric pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=SPRITE_LIGHT UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=33 mask=6 start=14 ok=1 outsize=830 + +Cmd: compileSnippet + insize=3131 file=Packages/com.unity.render-pipelines.universal/Shaders/Debug/Hidden/Universal Render Pipeline/Debug/DebugReplacement pass=Vertex Attributes cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1 mask=6 start=12 ok=1 outsize=830 + +Cmd: compileSnippet + insize=1343 file=Packages/com.unity.render-pipelines.universal/Shaders/Particles/Universal Render Pipeline/Particles/Unlit pass=ScenePickingPass cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=INSTANCING_ON PROCEDURAL_INSTANCING_ON _ALPHATEST_ON _FLIPBOOKBLENDING_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1 mask=6 start=224 ok=1 outsize=322 + +Cmd: compileSnippet + insize=3262 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Lit pass=ForwardLit cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_MAIN_LIGHT_SHADOWS _MAIN_LIGHT_SHADOWS_CASCADE _MAIN_LIGHT_SHADOWS_SCREEN _ADDITIONAL_LIGHTS_VERTEX _ADDITIONAL_LIGHTS _ADDITIONAL_LIGHT_SHADOWS _SHADOWS_SOFT _SCREEN_SPACE_OCCLUSION _DBUFFER_MRT1 _DBUFFER_MRT2 _DBUFFER_MRT3 _REFLECTION_PROBE_BLENDING _REFLECTION_PROBE_BOX_PROJECTION _LIGHT_LAYERS _LIGHT_COOKIES _CLUSTERED_RENDERING LIGHTMAP_SHADOW_MIXING SHADOWS_SHADOWMASK DIRLIGHTMAP_COMBINED LIGHTMAP_ON DEBUG_DISPLAY INSTANCING_ON FOG_LINEAR FOG_EXP FOG_EXP2 _NORMALMAP _PARALLAXMAP _RECEIVE_SHADOWS_OFF _DETAIL_MULX2 _DETAIL_SCALED _SURFACE_TYPE_TRANSPARENT _ALPHATEST_ON _ALPHAPREMULTIPLY_ON _EMISSION _METALLICSPECGLOSSMAP _SMOOTHNESS_TEXTURE_ALBEDO_CHANNEL_A _OCCLUSIONMAP _SPECULARHIGHLIGHTS_OFF _ENVIRONMENTREFLECTIONS_OFF _SPECULAR_SETUP UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1 mask=6 start=398 ok=1 outsize=2834 + +Cmd: compileSnippet + insize=1349 file=Packages/com.unity.render-pipelines.universal/Shaders/Particles/Universal Render Pipeline/Particles/Simple Lit pass=SceneSelectionPass cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=INSTANCING_ON PROCEDURAL_INSTANCING_ON _ALPHATEST_ON _FLIPBOOKBLENDING_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1 mask=6 start=274 ok=1 outsize=354 + +Cmd: compileSnippet + insize=2916 file=Packages/com.unity.render-pipelines.universal/Shaders/Particles/Universal Render Pipeline/Particles/Lit pass=ForwardLit cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_MAIN_LIGHT_SHADOWS _MAIN_LIGHT_SHADOWS_CASCADE _MAIN_LIGHT_SHADOWS_SCREEN _ADDITIONAL_LIGHTS_VERTEX _ADDITIONAL_LIGHTS _ADDITIONAL_LIGHT_SHADOWS _REFLECTION_PROBE_BLENDING _REFLECTION_PROBE_BOX_PROJECTION _SHADOWS_SOFT _SCREEN_SPACE_OCCLUSION _LIGHT_COOKIES _CLUSTERED_RENDERING DEBUG_DISPLAY FOG_LINEAR FOG_EXP FOG_EXP2 INSTANCING_ON PROCEDURAL_INSTANCING_ON _NORMALMAP _RECEIVE_SHADOWS_OFF _SURFACE_TYPE_TRANSPARENT _EMISSION _METALLICSPECGLOSSMAP _FLIPBOOKBLENDING_ON _SOFTPARTICLES_ON _FADING_ON _DISTORTION_ON _ALPHAPREMULTIPLY_ON _ALPHAMODULATE_ON _ALPHATEST_ON _COLOROVERLAY_ON _COLORCOLOR_ON _COLORADDSUBDIFF_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1 mask=6 start=101 ok=1 outsize=2666 + +Cmd: compileSnippet + insize=2422 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/Hidden/Universal Render Pipeline/ScreenSpaceShadows pass=ScreenSpaceShadows cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=_MAIN_LIGHT_SHADOWS dKW=_MAIN_LIGHT_SHADOWS_CASCADE _SHADOWS_SOFT UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=33 mask=6 start=49 ok=1 outsize=1042 + +Cmd: compileSnippet + insize=8460 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/Hidden/Universal Render Pipeline/LutBuilderHdr pass=LutBuilderHdr cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_TONEMAP_ACES _TONEMAP_NEUTRAL UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=33 mask=6 start=209 ok=1 outsize=682 + +Cmd: compileSnippet + insize=1830 file=Packages/com.unity.render-pipelines.universal/Shaders/Nature/Universal Render Pipeline/Nature/SpeedTree7 pass=ForwardLit cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=LOD_FADE_PERCENTAGE GEOM_TYPE_BRANCH dKW=_MAIN_LIGHT_SHADOWS _MAIN_LIGHT_SHADOWS_CASCADE _MAIN_LIGHT_SHADOWS_SCREEN _ADDITIONAL_LIGHTS_VERTEX _ADDITIONAL_LIGHTS _ADDITIONAL_LIGHT_SHADOWS LOD_FADE_CROSSFADE _CLUSTERED_RENDERING FOG_LINEAR FOG_EXP FOG_EXP2 INSTANCING_ON GEOM_TYPE_BRANCH_DETAIL GEOM_TYPE_FROND GEOM_TYPE_LEAF GEOM_TYPE_MESH EFFECT_BUMP EFFECT_HUE_VARIATION UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=33 mask=6 start=34 ok=1 outsize=7022 + +Cmd: compileSnippet + insize=1315 file=Packages/com.unity.render-pipelines.universal/Shaders/Nature/Universal Render Pipeline/Nature/SpeedTree7 Billboard pass=ForwardLit cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_MAIN_LIGHT_SHADOWS _MAIN_LIGHT_SHADOWS_CASCADE _MAIN_LIGHT_SHADOWS_SCREEN _ADDITIONAL_LIGHTS_VERTEX _ADDITIONAL_LIGHTS _ADDITIONAL_LIGHT_SHADOWS _SHADOWS_SOFT _CLUSTERED_RENDERING BILLBOARD_FACE_CAMERA_POS LOD_FADE_CROSSFADE _LIGHT_COOKIES DEBUG_DISPLAY FOG_LINEAR FOG_EXP FOG_EXP2 EFFECT_BUMP EFFECT_HUE_VARIATION UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=33 mask=6 start=31 ok=1 outsize=902 + +Cmd: compileSnippet + insize=1134 file=Packages/com.unity.render-pipelines.universal/Shaders/Nature/Universal Render Pipeline/Nature/SpeedTree8 pass=SceneSelectionPass cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=_WINDQUALITY_NONE dKW=LOD_FADE_CROSSFADE INSTANCING_ON _WINDQUALITY_FASTEST _WINDQUALITY_FAST _WINDQUALITY_BETTER _WINDQUALITY_BEST _WINDQUALITY_PALM EFFECT_BILLBOARD UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=33 mask=6 start=94 ok=1 outsize=590 + +Cmd: compileSnippet + insize=7738 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/Hidden/Universal Render Pipeline/GaussianDepthOfField pass=Gaussian Depth Of Field CoC cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_USE_DRAW_PROCEDURAL UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=4075 mask=6 start=219 ok=1 outsize=682 + +Cmd: compileSnippet + insize=2638 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Simple Lit pass=GBuffer cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_MAIN_LIGHT_SHADOWS _MAIN_LIGHT_SHADOWS_CASCADE _MAIN_LIGHT_SHADOWS_SCREEN _SHADOWS_SOFT _DBUFFER_MRT1 _DBUFFER_MRT2 _DBUFFER_MRT3 _LIGHT_LAYERS DIRLIGHTMAP_COMBINED LIGHTMAP_ON DYNAMICLIGHTMAP_ON LIGHTMAP_SHADOW_MIXING SHADOWS_SHADOWMASK _GBUFFER_NORMALS_OCT _RENDER_PASS_ENABLED DOTS_INSTANCING_ON INSTANCING_ON _ALPHATEST_ON _SPECGLOSSMAP _SPECULAR_COLOR _GLOSSINESS_FROM_BASE_ALPHA _NORMALMAP _EMISSION _RECEIVE_SHADOWS_OFF UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1101803 mask=6 start=163 ok=1 outsize=846 + +Cmd: compileSnippet + insize=2375 file=Packages/com.unity.render-pipelines.core/Editor/Lighting/ProbeVolume/Hidden/ProbeVolume/VoxelizeScene pass=Voxelize Mesh cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1101803 mask=6 start=21 ok=1 outsize=742 + +Cmd: compileSnippet + insize=3858 file=Packages/com.unity.render-pipelines.core/Editor/Lighting/ProbeVolume/Hidden/ProbeVolume/VoxelizeScene pass=Voxelize Terrain cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1101803 mask=6 start=96 error: 1 plat 4 at (178): 'Sample': implicit truncation of vector type + error: 1 plat 4 at (178): implicit truncation of vector type + ok=1 outsize=934 + +Cmd: compileSnippet + insize=1994 file=Packages/com.unity.render-pipelines.universal/Shaders/Terrain/Hidden/TerrainEngine/Details/UniversalPipeline/WavingDoublePass pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_MAIN_LIGHT_SHADOWS _MAIN_LIGHT_SHADOWS_CASCADE _MAIN_LIGHT_SHADOWS_SCREEN _ADDITIONAL_LIGHTS_VERTEX _ADDITIONAL_LIGHTS LIGHTMAP_SHADOW_MIXING SHADOWS_SHADOWMASK _CLUSTERED_RENDERING DIRLIGHTMAP_COMBINED LIGHTMAP_ON FOG_LINEAR FOG_EXP FOG_EXP2 INSTANCING_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1 mask=6 start=21 ok=1 outsize=3070 + +Cmd: compileSnippet + insize=1251 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Complex Lit pass=DepthNormals cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=INSTANCING_ON _NORMALMAP _PARALLAXMAP _DETAIL_MULX2 _DETAIL_SCALED UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1 mask=6 start=456 ok=1 outsize=1102 + +Cmd: compileSnippet + insize=16216 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/Hidden/Universal Render Pipeline/StencilDeferred pass=ClearStencilPartial cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=_CLEAR_STENCIL_PARTIAL dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1101803 mask=6 start=641 ok=1 outsize=290 + +Cmd: compileSnippet + insize=762 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Unlit pass=Meta cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR UNITY_PASS_META uKW= dKW=EDITOR_VISUALIZATION UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1101803 mask=6 start=135 ok=1 outsize=974 + + +Cmd: initializeCompiler + +Cmd: compileSnippet + insize=3478 file=Packages/com.unity.visualeffectgraph/Editor/UIResources/shader/Hidden/VFX/GradientBorder pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=FOG_LINEAR FOG_EXP FOG_EXP2 UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=0 type=Vertex platform=d3d11 reqs=33 mask=6 start=23 ok=1 outsize=1390 + +Cmd: compileComputeKernel + insize=20587 file=Packages/com.unity.visualeffectgraph/Shaders/SDFBaker/GenSdfRayMap.compute kernel=GenerateTrianglesUV cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 km= pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=SHADER_STAGE_COMPUTE platform=d3d11 flags=0 reqs=16385 forceDXC=0 forceFXC=0 ok=1 outsize=1628 + +Cmd: compileComputeKernel + insize=20587 file=Packages/com.unity.visualeffectgraph/Shaders/SDFBaker/GenSdfRayMap.compute kernel=FinalSum cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 km= pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=SHADER_STAGE_COMPUTE platform=d3d11 flags=0 reqs=16385 forceDXC=0 forceFXC=0 ok=1 outsize=949 + +Cmd: initializeCompiler + +Cmd: shutdown + +Quitting shader compiler process diff --git a/Logs/shadercompiler-UnityShaderCompiler.exe9.log b/Logs/shadercompiler-UnityShaderCompiler.exe9.log new file mode 100644 index 0000000..d38bf45 --- /dev/null +++ b/Logs/shadercompiler-UnityShaderCompiler.exe9.log @@ -0,0 +1,93 @@ +Base path: 'D:/UnityInstalls/2021.3.11f1/Editor/Data', plugins path 'D:/UnityInstalls/2021.3.11f1/Editor/Data/PlaybackEngines' +Cmd: initializeCompiler + +Cmd: compileSnippet + insize=9664 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/Hidden/Universal Render Pipeline/BokehDepthOfField pass=Bokeh Depth Of Field Blur cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_USE_DRAW_PROCEDURAL _USE_FAST_SRGB_LINEAR_CONVERSION UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1101803 mask=6 start=260 ok=1 outsize=1742 + +Cmd: compileSnippet + insize=1716 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/Hidden/Universal Render Pipeline/Edge Adaptive Spatial Upsampling pass=EASU cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1101803 mask=6 start=53 ok=1 outsize=9770 + +Cmd: compileSnippet + insize=1113 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Lit pass=DepthOnly cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=DOTS_INSTANCING_ON INSTANCING_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1101803 mask=6 start=266 ok=1 outsize=726 + +Cmd: compileSnippet + insize=1246 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Lit pass=Meta cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR UNITY_PASS_META uKW= dKW=EDITOR_VISUALIZATION _SPECULAR_SETUP _EMISSION _METALLICSPECGLOSSMAP _ALPHATEST_ON _SMOOTHNESS_TEXTURE_ALBEDO_CHANNEL_A _DETAIL_MULX2 _DETAIL_SCALED _SPECGLOSSMAP UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1101803 mask=6 start=330 ok=1 outsize=1038 + +Cmd: compileSnippet + insize=1454 file=Packages/com.unity.render-pipelines.universal/Shaders/Particles/Universal Render Pipeline/Particles/Simple Lit pass=DepthNormals cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=INSTANCING_ON PROCEDURAL_INSTANCING_ON _NORMALMAP _FLIPBOOKBLENDING_ON _ALPHATEST_ON _COLOROVERLAY_ON _COLORCOLOR_ON _COLORADDSUBDIFF_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1 mask=6 start=240 ok=1 outsize=394 + +Cmd: compileSnippet + insize=4706 file=Packages/com.unity.render-pipelines.universal/Shaders/2D/Hidden/Light2D-Point pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=USE_POINT_LIGHT_COOKIES LIGHT_QUALITY_FAST USE_NORMAL_MAP USE_ADDITIVE_BLENDING UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=33 mask=6 start=19 ok=1 outsize=1126 + +Cmd: compileSnippet + insize=1341 file=Packages/com.unity.render-pipelines.universal/Shaders/Particles/Universal Render Pipeline/Particles/Lit pass=ScenePickingPass cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=INSTANCING_ON PROCEDURAL_INSTANCING_ON _FLIPBOOKBLENDING_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1 mask=6 start=316 ok=1 outsize=774 + +Cmd: compileSnippet + insize=4275 file=Packages/com.unity.render-pipelines.universal/Shaders/Hidden/kMotion/ObjectMotionVectors pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR UNITY_PASS_MOTIONVECTORS uKW= dKW=INSTANCING_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=227 mask=6 start=10 ok=1 outsize=630 + +Cmd: compileSnippet + insize=3020 file=Packages/com.unity.render-pipelines.universal/Shaders/Hidden/kMotion/CameraMotionVectors pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=4075 mask=6 start=11 ok=1 outsize=442 + +Cmd: compileSnippet + insize=5567 file=Packages/com.unity.render-pipelines.universal/Shaders/Terrain/Hidden/TerrainEngine/Details/UniversalPipeline/Vertexlit pass=TerrainDetailVertex - GBuffer cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_MAIN_LIGHT_SHADOWS _MAIN_LIGHT_SHADOWS_CASCADE _MAIN_LIGHT_SHADOWS_SCREEN _ADDITIONAL_LIGHTS_VERTEX _SHADOWS_SOFT _MIXED_LIGHTING_SUBTRACTIVE DIRLIGHTMAP_COMBINED LIGHTMAP_ON _GBUFFER_NORMALS_OCT _RENDER_PASS_ENABLED UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1 mask=6 start=53 ok=1 outsize=850 + +Cmd: compileSnippet + insize=933 file=Packages/com.unity.render-pipelines.universal/Shaders/Nature/Universal Render Pipeline/Nature/SpeedTree7 pass=SceneSelectionPass cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=GEOM_TYPE_BRANCH dKW=INSTANCING_ON GEOM_TYPE_BRANCH_DETAIL GEOM_TYPE_FROND GEOM_TYPE_LEAF GEOM_TYPE_MESH UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=33 mask=6 start=74 ok=1 outsize=350 + +Cmd: compileSnippet + insize=1935 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/Hidden/Universal Render Pipeline/ScreenSpaceAmbientOcclusion pass=SSAO_FinalBlur cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=33 mask=6 start=108 ok=1 outsize=2054 + +Cmd: compileSnippet + insize=715 file=Packages/com.unity.render-pipelines.universal/Shaders/Nature/Universal Render Pipeline/Nature/SpeedTree7 Billboard pass=DepthOnly cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=BILLBOARD_FACE_CAMERA_POS LOD_FADE_CROSSFADE UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=33 mask=6 start=121 ok=1 outsize=2794 + +Cmd: compileSnippet + insize=1476 file=Packages/com.unity.render-pipelines.universal/Shaders/Nature/Universal Render Pipeline/Nature/SpeedTree8 pass=ShadowCaster cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR UNITY_PASS_SHADOWCASTER uKW=_WINDQUALITY_NONE dKW=LOD_FADE_CROSSFADE INSTANCING_ON _WINDQUALITY_FASTEST _WINDQUALITY_FAST _WINDQUALITY_BETTER _WINDQUALITY_BEST _WINDQUALITY_PALM EFFECT_BILLBOARD UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=33 mask=6 start=166 ok=1 outsize=566 + +Cmd: compileSnippet + insize=7740 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/Hidden/Universal Render Pipeline/GaussianDepthOfField pass=Gaussian Depth Of Field Blur Vertical cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_USE_DRAW_PROCEDURAL UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=4075 mask=6 start=250 ok=1 outsize=682 + +Cmd: compileSnippet + insize=897 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Simple Lit pass=Meta cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR UNITY_PASS_META uKW= dKW=EDITOR_VISUALIZATION UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=1101803 mask=6 start=282 ok=1 outsize=974 + +Cmd: compileSnippet + insize=2411 file=Packages/com.unity.render-pipelines.universal/Shaders/Terrain/Hidden/Universal Render Pipeline/Terrain/Lit (Add Pass) pass=TerrainAddLit cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_ALPHATEST_ON _MAIN_LIGHT_SHADOWS _MAIN_LIGHT_SHADOWS_CASCADE _MAIN_LIGHT_SHADOWS_SCREEN _ADDITIONAL_LIGHTS_VERTEX _ADDITIONAL_LIGHTS _ADDITIONAL_LIGHT_SHADOWS _REFLECTION_PROBE_BLENDING _SHADOWS_SOFT LIGHTMAP_SHADOW_MIXING SHADOWS_SHADOWMASK _SCREEN_SPACE_OCCLUSION _LIGHT_LAYERS _LIGHT_COOKIES _CLUSTERED_RENDERING DIRLIGHTMAP_COMBINED LIGHTMAP_ON DEBUG_DISPLAY FOG_LINEAR FOG_EXP FOG_EXP2 INSTANCING_ON _TERRAIN_BLEND_HEIGHT _NORMALMAP _MASKMAP _TERRAIN_INSTANCED_PERPIXEL_NORMAL UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=227 mask=6 start=54 error: 1 plat 25 at (80): Unrecognized #pragma instancing_options directive: norenderinglayer + ok=1 outsize=5166 + +Cmd: compileSnippet + insize=17023 file=Packages/com.unity.render-pipelines.universal/Shaders/Utils/Hidden/Universal Render Pipeline/StencilDeferred pass=Deferred Punctual Light (Lit) cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=_POINT _DEFERRED_STENCIL _LIT dKW=_SPOT _ADDITIONAL_LIGHT_SHADOWS _SHADOWS_SOFT LIGHTMAP_SHADOW_MIXING SHADOWS_SHADOWMASK _GBUFFER_NORMALS_OCT _DEFERRED_MIXED_LIGHTING _SCREEN_SPACE_OCCLUSION _LIGHT_LAYERS _RENDER_PASS_ENABLED _LIGHT_COOKIES UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=1101803 mask=6 start=422 ok=1 outsize=2806 + +Cmd: compileSnippet + insize=2675 file=Packages/com.unity.render-pipelines.universal/Shaders/2D/Universal Render Pipeline/2D/Sprite-Lit-Default pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=33 mask=6 start=125 ok=1 outsize=1022 + +Cmd: compileSnippet + insize=4581 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/Hidden/Universal Render Pipeline/CameraMotionBlur pass=Camera Motion Blur - Low Quality cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=_USE_DRAW_PROCEDURAL UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=33 mask=6 start=123 ok=1 outsize=770 + +Cmd: compileSnippet + insize=740 file=Packages/com.unity.render-pipelines.core/Editor/PostProcessing/LensFlareResource/Hidden/Core/LensFlareDataDrivenPreview pass=ForwardUnlit cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=227 mask=6 start=46 ok=1 outsize=622 + +Cmd: compileSnippet + insize=771 file=/Hidden/UnlitTransparentColored pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=0 type=Vertex platform=d3d11 reqs=1 mask=6 start=1 ok=1 outsize=654 + +Cmd: compileSnippet + insize=992 file=Packages/com.unity.render-pipelines.universal/Shaders/2D/Hidden/Shadow2DUnshadowGeometry pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=d3d11 reqs=33 mask=6 start=30 ok=1 outsize=570 + +Cmd: compileSnippet + insize=686 file=Packages/com.unity.render-pipelines.universal/Shaders/PostProcessing/Hidden/Universal Render Pipeline/SubpixelMorphologicalAntialiasing pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=_SMAA_PRESET_LOW dKW=_USE_DRAW_PROCEDURAL _SMAA_PRESET_MEDIUM _SMAA_PRESET_HIGH UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Fragment platform=d3d11 reqs=33 mask=6 start=65 ok=1 outsize=1246 + + +Cmd: initializeCompiler + +Cmd: compileSnippet + insize=1779 file=Packages/com.unity.visualeffectgraph/Editor/UIResources/shader/Hidden/VFX/SystemInfo pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=0 type=Vertex platform=d3d11 reqs=33 mask=6 start=20 ok=1 outsize=1058 + +Cmd: compileComputeKernel + insize=20587 file=Packages/com.unity.visualeffectgraph/Shaders/SDFBaker/GenSdfRayMap.compute kernel=ClearTexturesAndBuffers cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 km= pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=SHADER_STAGE_COMPUTE platform=d3d11 flags=0 reqs=16385 forceDXC=0 forceFXC=0 ok=1 outsize=1223 + +Cmd: compileComputeKernel + insize=20587 file=Packages/com.unity.visualeffectgraph/Shaders/SDFBaker/GenSdfRayMap.compute kernel=InBucketSum cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 km= pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=SHADER_STAGE_COMPUTE platform=d3d11 flags=0 reqs=16385 forceDXC=0 forceFXC=0 ok=1 outsize=4126 + +Cmd: initializeCompiler + +Cmd: shutdown + +Quitting shader compiler process diff --git a/PPv2URPConverters.csproj b/PPv2URPConverters.csproj new file mode 100644 index 0000000..d61651b --- /dev/null +++ b/PPv2URPConverters.csproj @@ -0,0 +1,791 @@ + + + + 9.0 + + + Debug + AnyCPU + 10.0.20506 + 2.0 + + {aa85bb54-9170-7240-a0e2-2406bc9d71c2} + Library + Properties + PPv2URPConverters + v4.7.1 + 512 + . + + + true + full + false + Temp\bin\Debug\ + DEBUG;TRACE;UNITY_2021_3_11;UNITY_2021_3;UNITY_2021;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2021_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;USE_SEARCH_TABLE;USE_SEARCH_MODULE;USE_PROPERTY_DATABASE;USE_SEARCH_EXTENSION_API;SCENE_TEMPLATE_MODULE;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_NVIDIA;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER;NET_STANDARD_2_0;NET_STANDARD;NET_STANDARD_2_1;NETSTANDARD;NETSTANDARD2_1 + prompt + 4 + 0169 + False + + + true + true + false + false + false + + + + + + + + + + + + + + + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.NVIDIAModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsNativeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.PackageManagerUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIServiceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WebGLSupport\UnityEditor.WebGL.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\log4netPlastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.testtools.codecoverage@1.0.1\lib\ReportGenerator\ReportGeneratorMerged.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.nuget.newtonsoft-json@3.0.2\Runtime\Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\unityplastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.Unsafe.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.Mdb.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.Pdb.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.Rocks.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.ext.nunit@1.0.6\net35\unity-custom\nunit.framework.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll + + + + + {abc7ec4a-31be-c095-9807-8c24f2385659} + Unity.RenderPipelines.Universal.Editor + + + {2f1b0131-651d-d6dc-d691-4c36423c37ed} + Unity.RenderPipelines.Universal.Runtime + + + {2106b819-13bc-2d36-63bb-0117162d382b} + Unity.RenderPipelines.Core.Editor + + + {d39d32e2-9548-3c51-6010-99f32f8547a6} + Unity.RenderPipelines.Core.Runtime + + + {5b6c6cc7-6288-9811-283f-10dc49bc3b47} + UnityEditor.UI + + + {ab27da9e-0f76-f1ba-653d-2f314399aadd} + UnityEngine.UI + + + {b964208d-4ce6-e1db-6f52-2a99f46b2267} + UnityEngine.TestRunner + + + {33dbbfa4-8760-3694-f325-62692bf24b10} + UnityEditor.TestRunner + + + + + diff --git a/Packages/manifest.json b/Packages/manifest.json new file mode 100644 index 0000000..ff95e06 --- /dev/null +++ b/Packages/manifest.json @@ -0,0 +1,50 @@ +{ + "dependencies": { + "com.unity.collab-proxy": "1.17.6", + "com.unity.feature.development": "1.0.1", + "com.unity.ide.rider": "3.0.15", + "com.unity.ide.visualstudio": "2.0.16", + "com.unity.ide.vscode": "1.2.5", + "com.unity.render-pipelines.universal": "12.1.7", + "com.unity.test-framework": "1.1.33", + "com.unity.textmeshpro": "3.0.6", + "com.unity.timeline": "1.6.4", + "com.unity.ugui": "1.0.0", + "com.unity.visualeffectgraph": "12.1.7", + "com.unity.visualscripting": "1.7.8", + "com.unity.xr.arcore": "4.2.6", + "com.unity.xr.arfoundation": "4.2.6", + "com.unity.xr.arkit": "4.2.6", + "com.unity.modules.ai": "1.0.0", + "com.unity.modules.androidjni": "1.0.0", + "com.unity.modules.animation": "1.0.0", + "com.unity.modules.assetbundle": "1.0.0", + "com.unity.modules.audio": "1.0.0", + "com.unity.modules.cloth": "1.0.0", + "com.unity.modules.director": "1.0.0", + "com.unity.modules.imageconversion": "1.0.0", + "com.unity.modules.imgui": "1.0.0", + "com.unity.modules.jsonserialize": "1.0.0", + "com.unity.modules.particlesystem": "1.0.0", + "com.unity.modules.physics": "1.0.0", + "com.unity.modules.physics2d": "1.0.0", + "com.unity.modules.screencapture": "1.0.0", + "com.unity.modules.terrain": "1.0.0", + "com.unity.modules.terrainphysics": "1.0.0", + "com.unity.modules.tilemap": "1.0.0", + "com.unity.modules.ui": "1.0.0", + "com.unity.modules.uielements": "1.0.0", + "com.unity.modules.umbra": "1.0.0", + "com.unity.modules.unityanalytics": "1.0.0", + "com.unity.modules.unitywebrequest": "1.0.0", + "com.unity.modules.unitywebrequestassetbundle": "1.0.0", + "com.unity.modules.unitywebrequestaudio": "1.0.0", + "com.unity.modules.unitywebrequesttexture": "1.0.0", + "com.unity.modules.unitywebrequestwww": "1.0.0", + "com.unity.modules.vehicles": "1.0.0", + "com.unity.modules.video": "1.0.0", + "com.unity.modules.vr": "1.0.0", + "com.unity.modules.wind": "1.0.0", + "com.unity.modules.xr": "1.0.0" + } +} diff --git a/Packages/packages-lock.json b/Packages/packages-lock.json new file mode 100644 index 0000000..fdd0ee3 --- /dev/null +++ b/Packages/packages-lock.json @@ -0,0 +1,551 @@ +{ + "dependencies": { + "com.unity.burst": { + "version": "1.7.3", + "depth": 1, + "source": "registry", + "dependencies": { + "com.unity.mathematics": "1.2.1" + }, + "url": "https://packages.unity.com" + }, + "com.unity.collab-proxy": { + "version": "1.17.6", + "depth": 0, + "source": "registry", + "dependencies": { + "com.unity.services.core": "1.0.1" + }, + "url": "https://packages.unity.com" + }, + "com.unity.editorcoroutines": { + "version": "1.0.0", + "depth": 1, + "source": "registry", + "dependencies": {}, + "url": "https://packages.unity.com" + }, + "com.unity.ext.nunit": { + "version": "1.0.6", + "depth": 1, + "source": "registry", + "dependencies": {}, + "url": "https://packages.unity.com" + }, + "com.unity.feature.development": { + "version": "1.0.1", + "depth": 0, + "source": "builtin", + "dependencies": { + "com.unity.ide.visualstudio": "2.0.16", + "com.unity.ide.rider": "3.0.15", + "com.unity.ide.vscode": "1.2.5", + "com.unity.editorcoroutines": "1.0.0", + "com.unity.performance.profile-analyzer": "1.1.1", + "com.unity.test-framework": "1.1.31", + "com.unity.testtools.codecoverage": "1.0.1" + } + }, + "com.unity.ide.rider": { + "version": "3.0.15", + "depth": 0, + "source": "registry", + "dependencies": { + "com.unity.ext.nunit": "1.0.6" + }, + "url": "https://packages.unity.com" + }, + "com.unity.ide.visualstudio": { + "version": "2.0.16", + "depth": 0, + "source": "registry", + "dependencies": { + "com.unity.test-framework": "1.1.9" + }, + "url": "https://packages.unity.com" + }, + "com.unity.ide.vscode": { + "version": "1.2.5", + "depth": 0, + "source": "registry", + "dependencies": {}, + "url": "https://packages.unity.com" + }, + "com.unity.mathematics": { + "version": "1.2.6", + "depth": 1, + "source": "registry", + "dependencies": {}, + "url": "https://packages.unity.com" + }, + "com.unity.nuget.newtonsoft-json": { + "version": "3.0.2", + "depth": 2, + "source": "registry", + "dependencies": {}, + "url": "https://packages.unity.com" + }, + "com.unity.performance.profile-analyzer": { + "version": "1.1.1", + "depth": 1, + "source": "registry", + "dependencies": {}, + "url": "https://packages.unity.com" + }, + "com.unity.render-pipelines.core": { + "version": "12.1.7", + "depth": 1, + "source": "builtin", + "dependencies": { + "com.unity.ugui": "1.0.0", + "com.unity.modules.physics": "1.0.0", + "com.unity.modules.jsonserialize": "1.0.0" + } + }, + "com.unity.render-pipelines.universal": { + "version": "12.1.7", + "depth": 0, + "source": "builtin", + "dependencies": { + "com.unity.mathematics": "1.2.1", + "com.unity.burst": "1.7.3", + "com.unity.render-pipelines.core": "12.1.7", + "com.unity.shadergraph": "12.1.7" + } + }, + "com.unity.searcher": { + "version": "4.9.1", + "depth": 2, + "source": "registry", + "dependencies": {}, + "url": "https://packages.unity.com" + }, + "com.unity.services.core": { + "version": "1.4.2", + "depth": 1, + "source": "registry", + "dependencies": { + "com.unity.modules.unitywebrequest": "1.0.0", + "com.unity.nuget.newtonsoft-json": "3.0.2", + "com.unity.modules.androidjni": "1.0.0" + }, + "url": "https://packages.unity.com" + }, + "com.unity.settings-manager": { + "version": "1.0.3", + "depth": 2, + "source": "registry", + "dependencies": {}, + "url": "https://packages.unity.com" + }, + "com.unity.shadergraph": { + "version": "12.1.7", + "depth": 1, + "source": "builtin", + "dependencies": { + "com.unity.render-pipelines.core": "12.1.7", + "com.unity.searcher": "4.9.1" + } + }, + "com.unity.subsystemregistration": { + "version": "1.1.0", + "depth": 2, + "source": "registry", + "dependencies": { + "com.unity.modules.subsystems": "1.0.0" + }, + "url": "https://packages.unity.com" + }, + "com.unity.test-framework": { + "version": "1.1.33", + "depth": 0, + "source": "registry", + "dependencies": { + "com.unity.ext.nunit": "1.0.6", + "com.unity.modules.imgui": "1.0.0", + "com.unity.modules.jsonserialize": "1.0.0" + }, + "url": "https://packages.unity.com" + }, + "com.unity.testtools.codecoverage": { + "version": "1.0.1", + "depth": 1, + "source": "registry", + "dependencies": { + "com.unity.test-framework": "1.0.16", + "com.unity.settings-manager": "1.0.1" + }, + "url": "https://packages.unity.com" + }, + "com.unity.textmeshpro": { + "version": "3.0.6", + "depth": 0, + "source": "registry", + "dependencies": { + "com.unity.ugui": "1.0.0" + }, + "url": "https://packages.unity.com" + }, + "com.unity.timeline": { + "version": "1.6.4", + "depth": 0, + "source": "registry", + "dependencies": { + "com.unity.modules.director": "1.0.0", + "com.unity.modules.animation": "1.0.0", + "com.unity.modules.audio": "1.0.0", + "com.unity.modules.particlesystem": "1.0.0" + }, + "url": "https://packages.unity.com" + }, + "com.unity.ugui": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": { + "com.unity.modules.ui": "1.0.0", + "com.unity.modules.imgui": "1.0.0" + } + }, + "com.unity.visualeffectgraph": { + "version": "12.1.7", + "depth": 0, + "source": "builtin", + "dependencies": { + "com.unity.shadergraph": "12.1.7", + "com.unity.render-pipelines.core": "12.1.7" + } + }, + "com.unity.visualscripting": { + "version": "1.7.8", + "depth": 0, + "source": "registry", + "dependencies": { + "com.unity.ugui": "1.0.0", + "com.unity.modules.jsonserialize": "1.0.0" + }, + "url": "https://packages.unity.com" + }, + "com.unity.xr.arcore": { + "version": "4.2.6", + "depth": 0, + "source": "registry", + "dependencies": { + "com.unity.xr.arsubsystems": "4.2.6", + "com.unity.xr.management": "4.0.1", + "com.unity.modules.androidjni": "1.0.0", + "com.unity.modules.unitywebrequest": "1.0.0" + }, + "url": "https://packages.unity.com" + }, + "com.unity.xr.arfoundation": { + "version": "4.2.6", + "depth": 0, + "source": "registry", + "dependencies": { + "com.unity.xr.arsubsystems": "4.2.6", + "com.unity.xr.management": "4.0.1", + "com.unity.modules.particlesystem": "1.0.0" + }, + "url": "https://packages.unity.com" + }, + "com.unity.xr.arkit": { + "version": "4.2.6", + "depth": 0, + "source": "registry", + "dependencies": { + "com.unity.editorcoroutines": "1.0.0", + "com.unity.xr.arsubsystems": "4.2.6", + "com.unity.xr.management": "4.0.1" + }, + "url": "https://packages.unity.com" + }, + "com.unity.xr.arsubsystems": { + "version": "4.2.6", + "depth": 1, + "source": "registry", + "dependencies": { + "com.unity.subsystemregistration": "1.1.0", + "com.unity.xr.management": "4.0.1" + }, + "url": "https://packages.unity.com" + }, + "com.unity.xr.legacyinputhelpers": { + "version": "2.1.10", + "depth": 2, + "source": "registry", + "dependencies": { + "com.unity.modules.vr": "1.0.0", + "com.unity.modules.xr": "1.0.0" + }, + "url": "https://packages.unity.com" + }, + "com.unity.xr.management": { + "version": "4.2.0", + "depth": 1, + "source": "registry", + "dependencies": { + "com.unity.modules.subsystems": "1.0.0", + "com.unity.modules.vr": "1.0.0", + "com.unity.modules.xr": "1.0.0", + "com.unity.xr.legacyinputhelpers": "2.1.7", + "com.unity.subsystemregistration": "1.0.6" + }, + "url": "https://packages.unity.com" + }, + "com.unity.modules.ai": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": {} + }, + "com.unity.modules.androidjni": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": {} + }, + "com.unity.modules.animation": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": {} + }, + "com.unity.modules.assetbundle": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": {} + }, + "com.unity.modules.audio": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": {} + }, + "com.unity.modules.cloth": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": { + "com.unity.modules.physics": "1.0.0" + } + }, + "com.unity.modules.director": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": { + "com.unity.modules.audio": "1.0.0", + "com.unity.modules.animation": "1.0.0" + } + }, + "com.unity.modules.imageconversion": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": {} + }, + "com.unity.modules.imgui": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": {} + }, + "com.unity.modules.jsonserialize": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": {} + }, + "com.unity.modules.particlesystem": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": {} + }, + "com.unity.modules.physics": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": {} + }, + "com.unity.modules.physics2d": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": {} + }, + "com.unity.modules.screencapture": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": { + "com.unity.modules.imageconversion": "1.0.0" + } + }, + "com.unity.modules.subsystems": { + "version": "1.0.0", + "depth": 1, + "source": "builtin", + "dependencies": { + "com.unity.modules.jsonserialize": "1.0.0" + } + }, + "com.unity.modules.terrain": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": {} + }, + "com.unity.modules.terrainphysics": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": { + "com.unity.modules.physics": "1.0.0", + "com.unity.modules.terrain": "1.0.0" + } + }, + "com.unity.modules.tilemap": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": { + "com.unity.modules.physics2d": "1.0.0" + } + }, + "com.unity.modules.ui": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": {} + }, + "com.unity.modules.uielements": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": { + "com.unity.modules.ui": "1.0.0", + "com.unity.modules.imgui": "1.0.0", + "com.unity.modules.jsonserialize": "1.0.0", + "com.unity.modules.uielementsnative": "1.0.0" + } + }, + "com.unity.modules.uielementsnative": { + "version": "1.0.0", + "depth": 1, + "source": "builtin", + "dependencies": { + "com.unity.modules.ui": "1.0.0", + "com.unity.modules.imgui": "1.0.0", + "com.unity.modules.jsonserialize": "1.0.0" + } + }, + "com.unity.modules.umbra": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": {} + }, + "com.unity.modules.unityanalytics": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": { + "com.unity.modules.unitywebrequest": "1.0.0", + "com.unity.modules.jsonserialize": "1.0.0" + } + }, + "com.unity.modules.unitywebrequest": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": {} + }, + "com.unity.modules.unitywebrequestassetbundle": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": { + "com.unity.modules.assetbundle": "1.0.0", + "com.unity.modules.unitywebrequest": "1.0.0" + } + }, + "com.unity.modules.unitywebrequestaudio": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": { + "com.unity.modules.unitywebrequest": "1.0.0", + "com.unity.modules.audio": "1.0.0" + } + }, + "com.unity.modules.unitywebrequesttexture": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": { + "com.unity.modules.unitywebrequest": "1.0.0", + "com.unity.modules.imageconversion": "1.0.0" + } + }, + "com.unity.modules.unitywebrequestwww": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": { + "com.unity.modules.unitywebrequest": "1.0.0", + "com.unity.modules.unitywebrequestassetbundle": "1.0.0", + "com.unity.modules.unitywebrequestaudio": "1.0.0", + "com.unity.modules.audio": "1.0.0", + "com.unity.modules.assetbundle": "1.0.0", + "com.unity.modules.imageconversion": "1.0.0" + } + }, + "com.unity.modules.vehicles": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": { + "com.unity.modules.physics": "1.0.0" + } + }, + "com.unity.modules.video": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": { + "com.unity.modules.audio": "1.0.0", + "com.unity.modules.ui": "1.0.0", + "com.unity.modules.unitywebrequest": "1.0.0" + } + }, + "com.unity.modules.vr": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": { + "com.unity.modules.jsonserialize": "1.0.0", + "com.unity.modules.physics": "1.0.0", + "com.unity.modules.xr": "1.0.0" + } + }, + "com.unity.modules.wind": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": {} + }, + "com.unity.modules.xr": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": { + "com.unity.modules.physics": "1.0.0", + "com.unity.modules.jsonserialize": "1.0.0", + "com.unity.modules.subsystems": "1.0.0" + } + } + } +} diff --git a/ProjectSettings/AudioManager.asset b/ProjectSettings/AudioManager.asset new file mode 100644 index 0000000..07ebfb0 --- /dev/null +++ b/ProjectSettings/AudioManager.asset @@ -0,0 +1,19 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!11 &1 +AudioManager: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Volume: 1 + Rolloff Scale: 1 + Doppler Factor: 1 + Default Speaker Mode: 2 + m_SampleRate: 0 + m_DSPBufferSize: 1024 + m_VirtualVoiceCount: 512 + m_RealVoiceCount: 32 + m_SpatializerPlugin: + m_AmbisonicDecoderPlugin: + m_DisableAudio: 0 + m_VirtualizeEffects: 1 + m_RequestedDSPBufferSize: 1024 diff --git a/ProjectSettings/BurstAotSettings_Android.json b/ProjectSettings/BurstAotSettings_Android.json new file mode 100644 index 0000000..771d37b --- /dev/null +++ b/ProjectSettings/BurstAotSettings_Android.json @@ -0,0 +1,14 @@ +{ + "MonoBehaviour": { + "Version": 4, + "EnableBurstCompilation": true, + "EnableOptimisations": true, + "EnableSafetyChecks": false, + "EnableDebugInAllBuilds": false, + "CpuMinTargetX32": 0, + "CpuMaxTargetX32": 0, + "CpuMinTargetX64": 0, + "CpuMaxTargetX64": 0, + "OptimizeFor": 0 + } +} diff --git a/ProjectSettings/BurstAotSettings_StandaloneWindows.json b/ProjectSettings/BurstAotSettings_StandaloneWindows.json new file mode 100644 index 0000000..64de35e --- /dev/null +++ b/ProjectSettings/BurstAotSettings_StandaloneWindows.json @@ -0,0 +1,16 @@ +{ + "MonoBehaviour": { + "Version": 4, + "EnableBurstCompilation": true, + "EnableOptimisations": true, + "EnableSafetyChecks": false, + "EnableDebugInAllBuilds": false, + "CpuMinTargetX32": 0, + "CpuMaxTargetX32": 0, + "CpuMinTargetX64": 0, + "CpuMaxTargetX64": 0, + "CpuTargetsX32": 6, + "CpuTargetsX64": 72, + "OptimizeFor": 0 + } +} diff --git a/ProjectSettings/BurstAotSettings_WebGL.json b/ProjectSettings/BurstAotSettings_WebGL.json new file mode 100644 index 0000000..771d37b --- /dev/null +++ b/ProjectSettings/BurstAotSettings_WebGL.json @@ -0,0 +1,14 @@ +{ + "MonoBehaviour": { + "Version": 4, + "EnableBurstCompilation": true, + "EnableOptimisations": true, + "EnableSafetyChecks": false, + "EnableDebugInAllBuilds": false, + "CpuMinTargetX32": 0, + "CpuMaxTargetX32": 0, + "CpuMinTargetX64": 0, + "CpuMaxTargetX64": 0, + "OptimizeFor": 0 + } +} diff --git a/ProjectSettings/BurstAotSettings_iOS.json b/ProjectSettings/BurstAotSettings_iOS.json new file mode 100644 index 0000000..771d37b --- /dev/null +++ b/ProjectSettings/BurstAotSettings_iOS.json @@ -0,0 +1,14 @@ +{ + "MonoBehaviour": { + "Version": 4, + "EnableBurstCompilation": true, + "EnableOptimisations": true, + "EnableSafetyChecks": false, + "EnableDebugInAllBuilds": false, + "CpuMinTargetX32": 0, + "CpuMaxTargetX32": 0, + "CpuMinTargetX64": 0, + "CpuMaxTargetX64": 0, + "OptimizeFor": 0 + } +} diff --git a/ProjectSettings/ClusterInputManager.asset b/ProjectSettings/ClusterInputManager.asset new file mode 100644 index 0000000..e7886b2 --- /dev/null +++ b/ProjectSettings/ClusterInputManager.asset @@ -0,0 +1,6 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!236 &1 +ClusterInputManager: + m_ObjectHideFlags: 0 + m_Inputs: [] diff --git a/ProjectSettings/CommonBurstAotSettings.json b/ProjectSettings/CommonBurstAotSettings.json new file mode 100644 index 0000000..0293daf --- /dev/null +++ b/ProjectSettings/CommonBurstAotSettings.json @@ -0,0 +1,6 @@ +{ + "MonoBehaviour": { + "Version": 4, + "DisabledWarnings": "" + } +} diff --git a/ProjectSettings/DynamicsManager.asset b/ProjectSettings/DynamicsManager.asset new file mode 100644 index 0000000..cdc1f3e --- /dev/null +++ b/ProjectSettings/DynamicsManager.asset @@ -0,0 +1,34 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!55 &1 +PhysicsManager: + m_ObjectHideFlags: 0 + serializedVersion: 11 + m_Gravity: {x: 0, y: -9.81, z: 0} + m_DefaultMaterial: {fileID: 0} + m_BounceThreshold: 2 + m_SleepThreshold: 0.005 + m_DefaultContactOffset: 0.01 + m_DefaultSolverIterations: 6 + m_DefaultSolverVelocityIterations: 1 + m_QueriesHitBackfaces: 0 + m_QueriesHitTriggers: 1 + m_EnableAdaptiveForce: 0 + m_ClothInterCollisionDistance: 0 + m_ClothInterCollisionStiffness: 0 + m_ContactsGeneration: 1 + m_LayerCollisionMatrix: ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff + m_AutoSimulation: 1 + m_AutoSyncTransforms: 0 + m_ReuseCollisionCallbacks: 1 + m_ClothInterCollisionSettingsToggle: 0 + m_ContactPairsMode: 0 + m_BroadphaseType: 0 + m_WorldBounds: + m_Center: {x: 0, y: 0, z: 0} + m_Extent: {x: 250, y: 250, z: 250} + m_WorldSubdivisions: 8 + m_FrictionType: 0 + m_EnableEnhancedDeterminism: 0 + m_EnableUnifiedHeightmaps: 1 + m_DefaultMaxAngluarSpeed: 7 diff --git a/ProjectSettings/EditorBuildSettings.asset b/ProjectSettings/EditorBuildSettings.asset new file mode 100644 index 0000000..ee1169a --- /dev/null +++ b/ProjectSettings/EditorBuildSettings.asset @@ -0,0 +1,11 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1045 &1 +EditorBuildSettings: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Scenes: [] + m_configObjects: + UnityEditor.XR.ARCore.ARCoreSettings: {fileID: 11400000, guid: f516bbe52f6d5774e944ce9ed7e09e55, type: 2} + UnityEditor.XR.ARKit.ARKitSettings: {fileID: 11400000, guid: 398f8efa66fdf494d9e6a85328c7c814, type: 2} + com.unity.xr.management.loader_settings: {fileID: 11400000, guid: 3fb599963ad2efb468053ed3d0fe7e7c, type: 2} diff --git a/ProjectSettings/EditorSettings.asset b/ProjectSettings/EditorSettings.asset new file mode 100644 index 0000000..1e44a0a --- /dev/null +++ b/ProjectSettings/EditorSettings.asset @@ -0,0 +1,30 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!159 &1 +EditorSettings: + m_ObjectHideFlags: 0 + serializedVersion: 11 + m_ExternalVersionControlSupport: Visible Meta Files + m_SerializationMode: 2 + m_LineEndingsForNewScripts: 0 + m_DefaultBehaviorMode: 0 + m_PrefabRegularEnvironment: {fileID: 0} + m_PrefabUIEnvironment: {fileID: 0} + m_SpritePackerMode: 0 + m_SpritePackerPaddingPower: 1 + m_EtcTextureCompressorBehavior: 1 + m_EtcTextureFastCompressor: 1 + m_EtcTextureNormalCompressor: 2 + m_EtcTextureBestCompressor: 4 + m_ProjectGenerationIncludedExtensions: txt;xml;fnt;cd;asmdef;rsp;asmref + m_ProjectGenerationRootNamespace: + m_CollabEditorSettings: + inProgressEnabled: 1 + m_EnableTextureStreamingInEditMode: 1 + m_EnableTextureStreamingInPlayMode: 1 + m_AsyncShaderCompilation: 1 + m_EnterPlayModeOptionsEnabled: 0 + m_EnterPlayModeOptions: 3 + m_ShowLightmapResolutionOverlay: 1 + m_UseLegacyProbeSampleCount: 0 + m_SerializeInlineMappingsOnOneLine: 1 diff --git a/ProjectSettings/GraphicsSettings.asset b/ProjectSettings/GraphicsSettings.asset new file mode 100644 index 0000000..f970a29 --- /dev/null +++ b/ProjectSettings/GraphicsSettings.asset @@ -0,0 +1,66 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!30 &1 +GraphicsSettings: + m_ObjectHideFlags: 0 + serializedVersion: 14 + m_Deferred: + m_Mode: 1 + m_Shader: {fileID: 69, guid: 0000000000000000f000000000000000, type: 0} + m_DeferredReflections: + m_Mode: 1 + m_Shader: {fileID: 74, guid: 0000000000000000f000000000000000, type: 0} + m_ScreenSpaceShadows: + m_Mode: 1 + m_Shader: {fileID: 64, guid: 0000000000000000f000000000000000, type: 0} + m_LegacyDeferred: + m_Mode: 1 + m_Shader: {fileID: 63, guid: 0000000000000000f000000000000000, type: 0} + m_DepthNormals: + m_Mode: 1 + m_Shader: {fileID: 62, guid: 0000000000000000f000000000000000, type: 0} + m_MotionVectors: + m_Mode: 1 + m_Shader: {fileID: 75, guid: 0000000000000000f000000000000000, type: 0} + m_LightHalo: + m_Mode: 1 + m_Shader: {fileID: 105, guid: 0000000000000000f000000000000000, type: 0} + m_LensFlare: + m_Mode: 1 + m_Shader: {fileID: 102, guid: 0000000000000000f000000000000000, type: 0} + m_VideoShadersIncludeMode: 2 + m_AlwaysIncludedShaders: + - {fileID: 7, guid: 0000000000000000f000000000000000, type: 0} + - {fileID: 15104, guid: 0000000000000000f000000000000000, type: 0} + - {fileID: 15105, guid: 0000000000000000f000000000000000, type: 0} + - {fileID: 15106, guid: 0000000000000000f000000000000000, type: 0} + - {fileID: 10753, guid: 0000000000000000f000000000000000, type: 0} + - {fileID: 10770, guid: 0000000000000000f000000000000000, type: 0} + m_PreloadedShaders: [] + m_PreloadShadersBatchTimeLimit: -1 + m_SpritesDefaultMaterial: {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0} + m_CustomRenderPipeline: {fileID: 11400000, guid: f4c950546798c154a9e5e79e4c523fd5, type: 2} + m_TransparencySortMode: 0 + m_TransparencySortAxis: {x: 0, y: 0, z: 1} + m_DefaultRenderingPath: 1 + m_DefaultMobileRenderingPath: 1 + m_TierSettings: [] + m_LightmapStripping: 0 + m_FogStripping: 0 + m_InstancingStripping: 0 + m_LightmapKeepPlain: 1 + m_LightmapKeepDirCombined: 1 + m_LightmapKeepDynamicPlain: 1 + m_LightmapKeepDynamicDirCombined: 1 + m_LightmapKeepShadowMask: 1 + m_LightmapKeepSubtractive: 1 + m_FogKeepLinear: 1 + m_FogKeepExp: 1 + m_FogKeepExp2: 1 + m_AlbedoSwatchInfos: [] + m_LightsUseLinearIntensity: 1 + m_LightsUseColorTemperature: 1 + m_DefaultRenderingLayerMask: 1 + m_LogWhenShaderIsCompiled: 0 + m_SRPDefaultSettings: + UnityEngine.Rendering.Universal.UniversalRenderPipeline: {fileID: 11400000, guid: 43ccc139fa26ca2479c2da9f6708c7ea, type: 2} diff --git a/ProjectSettings/InputManager.asset b/ProjectSettings/InputManager.asset new file mode 100644 index 0000000..05cf955 --- /dev/null +++ b/ProjectSettings/InputManager.asset @@ -0,0 +1,488 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!13 &1 +InputManager: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Axes: + - serializedVersion: 3 + m_Name: Horizontal + descriptiveName: + descriptiveNegativeName: + negativeButton: left + positiveButton: right + altNegativeButton: a + altPositiveButton: d + gravity: 3 + dead: 0.001 + sensitivity: 3 + snap: 1 + invert: 0 + type: 0 + axis: 0 + joyNum: 0 + - serializedVersion: 3 + m_Name: Vertical + descriptiveName: + descriptiveNegativeName: + negativeButton: down + positiveButton: up + altNegativeButton: s + altPositiveButton: w + gravity: 3 + dead: 0.001 + sensitivity: 3 + snap: 1 + invert: 0 + type: 0 + axis: 0 + joyNum: 0 + - serializedVersion: 3 + m_Name: Fire1 + descriptiveName: + descriptiveNegativeName: + negativeButton: + positiveButton: left ctrl + altNegativeButton: + altPositiveButton: mouse 0 + gravity: 1000 + dead: 0.001 + sensitivity: 1000 + snap: 0 + invert: 0 + type: 0 + axis: 0 + joyNum: 0 + - serializedVersion: 3 + m_Name: Fire2 + descriptiveName: + descriptiveNegativeName: + negativeButton: + positiveButton: left alt + altNegativeButton: + altPositiveButton: mouse 1 + gravity: 1000 + dead: 0.001 + sensitivity: 1000 + snap: 0 + invert: 0 + type: 0 + axis: 0 + joyNum: 0 + - serializedVersion: 3 + m_Name: Fire3 + descriptiveName: + descriptiveNegativeName: + negativeButton: + positiveButton: left shift + altNegativeButton: + altPositiveButton: mouse 2 + gravity: 1000 + dead: 0.001 + sensitivity: 1000 + snap: 0 + invert: 0 + type: 0 + axis: 0 + joyNum: 0 + - serializedVersion: 3 + m_Name: Jump + descriptiveName: + descriptiveNegativeName: + negativeButton: + positiveButton: space + altNegativeButton: + altPositiveButton: + gravity: 1000 + dead: 0.001 + sensitivity: 1000 + snap: 0 + invert: 0 + type: 0 + axis: 0 + joyNum: 0 + - serializedVersion: 3 + m_Name: Mouse X + descriptiveName: + descriptiveNegativeName: + negativeButton: + positiveButton: + altNegativeButton: + altPositiveButton: + gravity: 0 + dead: 0 + sensitivity: 0.1 + snap: 0 + invert: 0 + type: 1 + axis: 0 + joyNum: 0 + - serializedVersion: 3 + m_Name: Mouse Y + descriptiveName: + descriptiveNegativeName: + negativeButton: + positiveButton: + altNegativeButton: + altPositiveButton: + gravity: 0 + dead: 0 + sensitivity: 0.1 + snap: 0 + invert: 0 + type: 1 + axis: 1 + joyNum: 0 + - serializedVersion: 3 + m_Name: Mouse ScrollWheel + descriptiveName: + descriptiveNegativeName: + negativeButton: + positiveButton: + altNegativeButton: + altPositiveButton: + gravity: 0 + dead: 0 + sensitivity: 0.1 + snap: 0 + invert: 0 + type: 1 + axis: 2 + joyNum: 0 + - serializedVersion: 3 + m_Name: Horizontal + descriptiveName: + descriptiveNegativeName: + negativeButton: + positiveButton: + altNegativeButton: + altPositiveButton: + gravity: 0 + dead: 0.19 + sensitivity: 1 + snap: 0 + invert: 0 + type: 2 + axis: 0 + joyNum: 0 + - serializedVersion: 3 + m_Name: Vertical + descriptiveName: + descriptiveNegativeName: + negativeButton: + positiveButton: + altNegativeButton: + altPositiveButton: + gravity: 0 + dead: 0.19 + sensitivity: 1 + snap: 0 + invert: 1 + type: 2 + axis: 1 + joyNum: 0 + - serializedVersion: 3 + m_Name: Fire1 + descriptiveName: + descriptiveNegativeName: + negativeButton: + positiveButton: joystick button 0 + altNegativeButton: + altPositiveButton: + gravity: 1000 + dead: 0.001 + sensitivity: 1000 + snap: 0 + invert: 0 + type: 0 + axis: 0 + joyNum: 0 + - serializedVersion: 3 + m_Name: Fire2 + descriptiveName: + descriptiveNegativeName: + negativeButton: + positiveButton: joystick button 1 + altNegativeButton: + altPositiveButton: + gravity: 1000 + dead: 0.001 + sensitivity: 1000 + snap: 0 + invert: 0 + type: 0 + axis: 0 + joyNum: 0 + - serializedVersion: 3 + m_Name: Fire3 + descriptiveName: + descriptiveNegativeName: + negativeButton: + positiveButton: joystick button 2 + altNegativeButton: + altPositiveButton: + gravity: 1000 + dead: 0.001 + sensitivity: 1000 + snap: 0 + invert: 0 + type: 0 + axis: 0 + joyNum: 0 + - serializedVersion: 3 + m_Name: Jump + descriptiveName: + descriptiveNegativeName: + negativeButton: + positiveButton: joystick button 3 + altNegativeButton: + altPositiveButton: + gravity: 1000 + dead: 0.001 + sensitivity: 1000 + snap: 0 + invert: 0 + type: 0 + axis: 0 + joyNum: 0 + - serializedVersion: 3 + m_Name: Submit + descriptiveName: + descriptiveNegativeName: + negativeButton: + positiveButton: return + altNegativeButton: + altPositiveButton: joystick button 0 + gravity: 1000 + dead: 0.001 + sensitivity: 1000 + snap: 0 + invert: 0 + type: 0 + axis: 0 + joyNum: 0 + - serializedVersion: 3 + m_Name: Submit + descriptiveName: + descriptiveNegativeName: + negativeButton: + positiveButton: enter + altNegativeButton: + altPositiveButton: space + gravity: 1000 + dead: 0.001 + sensitivity: 1000 + snap: 0 + invert: 0 + type: 0 + axis: 0 + joyNum: 0 + - serializedVersion: 3 + m_Name: Cancel + descriptiveName: + descriptiveNegativeName: + negativeButton: + positiveButton: escape + altNegativeButton: + altPositiveButton: joystick button 1 + gravity: 1000 + dead: 0.001 + sensitivity: 1000 + snap: 0 + invert: 0 + type: 0 + axis: 0 + joyNum: 0 + - serializedVersion: 3 + m_Name: Enable Debug Button 1 + descriptiveName: + descriptiveNegativeName: + negativeButton: + positiveButton: left ctrl + altNegativeButton: + altPositiveButton: joystick button 8 + gravity: 0 + dead: 0 + sensitivity: 0 + snap: 0 + invert: 0 + type: 0 + axis: 0 + joyNum: 0 + - serializedVersion: 3 + m_Name: Enable Debug Button 2 + descriptiveName: + descriptiveNegativeName: + negativeButton: + positiveButton: backspace + altNegativeButton: + altPositiveButton: joystick button 9 + gravity: 0 + dead: 0 + sensitivity: 0 + snap: 0 + invert: 0 + type: 0 + axis: 0 + joyNum: 0 + - serializedVersion: 3 + m_Name: Debug Reset + descriptiveName: + descriptiveNegativeName: + negativeButton: + positiveButton: left alt + altNegativeButton: + altPositiveButton: joystick button 1 + gravity: 0 + dead: 0 + sensitivity: 0 + snap: 0 + invert: 0 + type: 0 + axis: 0 + joyNum: 0 + - serializedVersion: 3 + m_Name: Debug Next + descriptiveName: + descriptiveNegativeName: + negativeButton: + positiveButton: page down + altNegativeButton: + altPositiveButton: joystick button 5 + gravity: 0 + dead: 0 + sensitivity: 0 + snap: 0 + invert: 0 + type: 0 + axis: 0 + joyNum: 0 + - serializedVersion: 3 + m_Name: Debug Previous + descriptiveName: + descriptiveNegativeName: + negativeButton: + positiveButton: page up + altNegativeButton: + altPositiveButton: joystick button 4 + gravity: 0 + dead: 0 + sensitivity: 0 + snap: 0 + invert: 0 + type: 0 + axis: 0 + joyNum: 0 + - serializedVersion: 3 + m_Name: Debug Validate + descriptiveName: + descriptiveNegativeName: + negativeButton: + positiveButton: return + altNegativeButton: + altPositiveButton: joystick button 0 + gravity: 0 + dead: 0 + sensitivity: 0 + snap: 0 + invert: 0 + type: 0 + axis: 0 + joyNum: 0 + - serializedVersion: 3 + m_Name: Debug Persistent + descriptiveName: + descriptiveNegativeName: + negativeButton: + positiveButton: right shift + altNegativeButton: + altPositiveButton: joystick button 2 + gravity: 0 + dead: 0 + sensitivity: 0 + snap: 0 + invert: 0 + type: 0 + axis: 0 + joyNum: 0 + - serializedVersion: 3 + m_Name: Debug Multiplier + descriptiveName: + descriptiveNegativeName: + negativeButton: + positiveButton: left shift + altNegativeButton: + altPositiveButton: joystick button 3 + gravity: 0 + dead: 0 + sensitivity: 0 + snap: 0 + invert: 0 + type: 0 + axis: 0 + joyNum: 0 + - serializedVersion: 3 + m_Name: Debug Horizontal + descriptiveName: + descriptiveNegativeName: + negativeButton: left + positiveButton: right + altNegativeButton: + altPositiveButton: + gravity: 1000 + dead: 0.001 + sensitivity: 1000 + snap: 0 + invert: 0 + type: 0 + axis: 0 + joyNum: 0 + - serializedVersion: 3 + m_Name: Debug Vertical + descriptiveName: + descriptiveNegativeName: + negativeButton: down + positiveButton: up + altNegativeButton: + altPositiveButton: + gravity: 1000 + dead: 0.001 + sensitivity: 1000 + snap: 0 + invert: 0 + type: 0 + axis: 0 + joyNum: 0 + - serializedVersion: 3 + m_Name: Debug Vertical + descriptiveName: + descriptiveNegativeName: + negativeButton: down + positiveButton: up + altNegativeButton: + altPositiveButton: + gravity: 1000 + dead: 0.001 + sensitivity: 1000 + snap: 0 + invert: 0 + type: 2 + axis: 6 + joyNum: 0 + - serializedVersion: 3 + m_Name: Debug Horizontal + descriptiveName: + descriptiveNegativeName: + negativeButton: left + positiveButton: right + altNegativeButton: + altPositiveButton: + gravity: 1000 + dead: 0.001 + sensitivity: 1000 + snap: 0 + invert: 0 + type: 2 + axis: 5 + joyNum: 0 + m_UsePhysicalKeys: 0 diff --git a/ProjectSettings/MemorySettings.asset b/ProjectSettings/MemorySettings.asset new file mode 100644 index 0000000..5b5face --- /dev/null +++ b/ProjectSettings/MemorySettings.asset @@ -0,0 +1,35 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!387306366 &1 +MemorySettings: + m_ObjectHideFlags: 0 + m_EditorMemorySettings: + m_MainAllocatorBlockSize: -1 + m_ThreadAllocatorBlockSize: -1 + m_MainGfxBlockSize: -1 + m_ThreadGfxBlockSize: -1 + m_CacheBlockSize: -1 + m_TypetreeBlockSize: -1 + m_ProfilerBlockSize: -1 + m_ProfilerEditorBlockSize: -1 + m_BucketAllocatorGranularity: -1 + m_BucketAllocatorBucketsCount: -1 + m_BucketAllocatorBlockSize: -1 + m_BucketAllocatorBlockCount: -1 + m_ProfilerBucketAllocatorGranularity: -1 + m_ProfilerBucketAllocatorBucketsCount: -1 + m_ProfilerBucketAllocatorBlockSize: -1 + m_ProfilerBucketAllocatorBlockCount: -1 + m_TempAllocatorSizeMain: -1 + m_JobTempAllocatorBlockSize: -1 + m_BackgroundJobTempAllocatorBlockSize: -1 + m_JobTempAllocatorReducedBlockSize: -1 + m_TempAllocatorSizeGIBakingWorker: -1 + m_TempAllocatorSizeNavMeshWorker: -1 + m_TempAllocatorSizeAudioWorker: -1 + m_TempAllocatorSizeCloudWorker: -1 + m_TempAllocatorSizeGfx: -1 + m_TempAllocatorSizeJobWorker: -1 + m_TempAllocatorSizeBackgroundWorker: -1 + m_TempAllocatorSizePreloadManager: -1 + m_PlatformMemorySettings: {} diff --git a/ProjectSettings/NavMeshAreas.asset b/ProjectSettings/NavMeshAreas.asset new file mode 100644 index 0000000..3b0b7c3 --- /dev/null +++ b/ProjectSettings/NavMeshAreas.asset @@ -0,0 +1,91 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!126 &1 +NavMeshProjectSettings: + m_ObjectHideFlags: 0 + serializedVersion: 2 + areas: + - name: Walkable + cost: 1 + - name: Not Walkable + cost: 1 + - name: Jump + cost: 2 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + m_LastAgentTypeID: -887442657 + m_Settings: + - serializedVersion: 2 + agentTypeID: 0 + agentRadius: 0.5 + agentHeight: 2 + agentSlope: 45 + agentClimb: 0.75 + ledgeDropHeight: 0 + maxJumpAcrossDistance: 0 + minRegionArea: 2 + manualCellSize: 0 + cellSize: 0.16666667 + manualTileSize: 0 + tileSize: 256 + accuratePlacement: 0 + debug: + m_Flags: 0 + m_SettingNames: + - Humanoid diff --git a/ProjectSettings/PackageManagerSettings.asset b/ProjectSettings/PackageManagerSettings.asset new file mode 100644 index 0000000..112a053 --- /dev/null +++ b/ProjectSettings/PackageManagerSettings.asset @@ -0,0 +1,35 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &1 +MonoBehaviour: + m_ObjectHideFlags: 61 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 13964, guid: 0000000000000000e000000000000000, type: 0} + m_Name: + m_EditorClassIdentifier: + m_EnablePreReleasePackages: 0 + m_EnablePackageDependencies: 0 + m_AdvancedSettingsExpanded: 1 + m_ScopedRegistriesSettingsExpanded: 1 + m_SeeAllPackageVersions: 0 + oneTimeWarningShown: 0 + m_Registries: + - m_Id: main + m_Name: + m_Url: https://packages.unity.com + m_Scopes: [] + m_IsDefault: 1 + m_Capabilities: 7 + m_UserSelectedRegistryName: + m_UserAddingNewScopedRegistry: 0 + m_RegistryInfoDraft: + m_Modified: 0 + m_ErrorMessage: + m_UserModificationsInstanceId: -830 + m_OriginalInstanceId: -832 + m_LoadAssets: 0 diff --git a/ProjectSettings/Packages/com.unity.testtools.codecoverage/Settings.json b/ProjectSettings/Packages/com.unity.testtools.codecoverage/Settings.json new file mode 100644 index 0000000..ad11087 --- /dev/null +++ b/ProjectSettings/Packages/com.unity.testtools.codecoverage/Settings.json @@ -0,0 +1,7 @@ +{ + "m_Name": "Settings", + "m_Path": "ProjectSettings/Packages/com.unity.testtools.codecoverage/Settings.json", + "m_Dictionary": { + "m_DictionaryValues": [] + } +} \ No newline at end of file diff --git a/ProjectSettings/Physics2DSettings.asset b/ProjectSettings/Physics2DSettings.asset new file mode 100644 index 0000000..47880b1 --- /dev/null +++ b/ProjectSettings/Physics2DSettings.asset @@ -0,0 +1,56 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!19 &1 +Physics2DSettings: + m_ObjectHideFlags: 0 + serializedVersion: 4 + m_Gravity: {x: 0, y: -9.81} + m_DefaultMaterial: {fileID: 0} + m_VelocityIterations: 8 + m_PositionIterations: 3 + m_VelocityThreshold: 1 + m_MaxLinearCorrection: 0.2 + m_MaxAngularCorrection: 8 + m_MaxTranslationSpeed: 100 + m_MaxRotationSpeed: 360 + m_BaumgarteScale: 0.2 + m_BaumgarteTimeOfImpactScale: 0.75 + m_TimeToSleep: 0.5 + m_LinearSleepTolerance: 0.01 + m_AngularSleepTolerance: 2 + m_DefaultContactOffset: 0.01 + m_JobOptions: + serializedVersion: 2 + useMultithreading: 0 + useConsistencySorting: 0 + m_InterpolationPosesPerJob: 100 + m_NewContactsPerJob: 30 + m_CollideContactsPerJob: 100 + m_ClearFlagsPerJob: 200 + m_ClearBodyForcesPerJob: 200 + m_SyncDiscreteFixturesPerJob: 50 + m_SyncContinuousFixturesPerJob: 50 + m_FindNearestContactsPerJob: 100 + m_UpdateTriggerContactsPerJob: 100 + m_IslandSolverCostThreshold: 100 + m_IslandSolverBodyCostScale: 1 + m_IslandSolverContactCostScale: 10 + m_IslandSolverJointCostScale: 10 + m_IslandSolverBodiesPerJob: 50 + m_IslandSolverContactsPerJob: 50 + m_AutoSimulation: 1 + m_QueriesHitTriggers: 1 + m_QueriesStartInColliders: 1 + m_CallbacksOnDisable: 1 + m_ReuseCollisionCallbacks: 1 + m_AutoSyncTransforms: 0 + m_AlwaysShowColliders: 0 + m_ShowColliderSleep: 1 + m_ShowColliderContacts: 0 + m_ShowColliderAABB: 0 + m_ContactArrowScale: 0.2 + m_ColliderAwakeColor: {r: 0.5686275, g: 0.95686275, b: 0.54509807, a: 0.7529412} + m_ColliderAsleepColor: {r: 0.5686275, g: 0.95686275, b: 0.54509807, a: 0.36078432} + m_ColliderContactColor: {r: 1, g: 0, b: 1, a: 0.6862745} + m_ColliderAABBColor: {r: 1, g: 1, b: 0, a: 0.2509804} + m_LayerCollisionMatrix: ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff diff --git a/ProjectSettings/PresetManager.asset b/ProjectSettings/PresetManager.asset new file mode 100644 index 0000000..67a94da --- /dev/null +++ b/ProjectSettings/PresetManager.asset @@ -0,0 +1,7 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1386491679 &1 +PresetManager: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_DefaultPresets: {} diff --git a/ProjectSettings/ProjectSettings.asset b/ProjectSettings/ProjectSettings.asset new file mode 100644 index 0000000..2834702 --- /dev/null +++ b/ProjectSettings/ProjectSettings.asset @@ -0,0 +1,900 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!129 &1 +PlayerSettings: + m_ObjectHideFlags: 0 + serializedVersion: 23 + productGUID: d5a804255a56e954bb1b63e4a8c0708c + AndroidProfiler: 0 + AndroidFilterTouchesWhenObscured: 0 + AndroidEnableSustainedPerformanceMode: 0 + defaultScreenOrientation: 4 + targetDevice: 2 + useOnDemandResources: 0 + accelerometerFrequency: 60 + companyName: DefaultCompany + productName: CPPK-VR + defaultCursor: {fileID: 0} + cursorHotspot: {x: 0, y: 0} + m_SplashScreenBackgroundColor: {r: 0.13725491, g: 0.12156863, b: 0.1254902, a: 1} + m_ShowUnitySplashScreen: 1 + m_ShowUnitySplashLogo: 1 + m_SplashScreenOverlayOpacity: 1 + m_SplashScreenAnimation: 1 + m_SplashScreenLogoStyle: 1 + m_SplashScreenDrawMode: 0 + m_SplashScreenBackgroundAnimationZoom: 1 + m_SplashScreenLogoAnimationZoom: 1 + m_SplashScreenBackgroundLandscapeAspect: 1 + m_SplashScreenBackgroundPortraitAspect: 1 + m_SplashScreenBackgroundLandscapeUvs: + serializedVersion: 2 + x: 0 + y: 0 + width: 1 + height: 1 + m_SplashScreenBackgroundPortraitUvs: + serializedVersion: 2 + x: 0 + y: 0 + width: 1 + height: 1 + m_SplashScreenLogos: [] + m_VirtualRealitySplashScreen: {fileID: 0} + m_HolographicTrackingLossScreen: {fileID: 0} + defaultScreenWidth: 1920 + defaultScreenHeight: 1080 + defaultScreenWidthWeb: 960 + defaultScreenHeightWeb: 600 + m_StereoRenderingPath: 0 + m_ActiveColorSpace: 1 + m_MTRendering: 1 + mipStripping: 0 + numberOfMipsStripped: 0 + m_StackTraceTypes: 010000000100000001000000010000000100000001000000 + iosShowActivityIndicatorOnLoading: -1 + androidShowActivityIndicatorOnLoading: -1 + iosUseCustomAppBackgroundBehavior: 0 + iosAllowHTTPDownload: 1 + allowedAutorotateToPortrait: 1 + allowedAutorotateToPortraitUpsideDown: 1 + allowedAutorotateToLandscapeRight: 1 + allowedAutorotateToLandscapeLeft: 1 + useOSAutorotation: 1 + use32BitDisplayBuffer: 1 + preserveFramebufferAlpha: 0 + disableDepthAndStencilBuffers: 0 + androidStartInFullscreen: 1 + androidRenderOutsideSafeArea: 1 + androidUseSwappy: 1 + androidBlitType: 0 + androidResizableWindow: 0 + androidDefaultWindowWidth: 1920 + androidDefaultWindowHeight: 1080 + androidMinimumWindowWidth: 400 + androidMinimumWindowHeight: 300 + androidFullscreenMode: 1 + defaultIsNativeResolution: 1 + macRetinaSupport: 1 + runInBackground: 1 + captureSingleScreen: 0 + muteOtherAudioSources: 0 + Prepare IOS For Recording: 0 + Force IOS Speakers When Recording: 0 + deferSystemGesturesMode: 0 + hideHomeButton: 0 + submitAnalytics: 1 + usePlayerLog: 1 + bakeCollisionMeshes: 0 + forceSingleInstance: 0 + useFlipModelSwapchain: 1 + resizableWindow: 0 + useMacAppStoreValidation: 0 + macAppStoreCategory: public.app-category.games + gpuSkinning: 1 + xboxPIXTextureCapture: 0 + xboxEnableAvatar: 0 + xboxEnableKinect: 0 + xboxEnableKinectAutoTracking: 0 + xboxEnableFitness: 0 + visibleInBackground: 1 + allowFullscreenSwitch: 1 + fullscreenMode: 1 + xboxSpeechDB: 0 + xboxEnableHeadOrientation: 0 + xboxEnableGuest: 0 + xboxEnablePIXSampling: 0 + metalFramebufferOnly: 0 + xboxOneResolution: 0 + xboxOneSResolution: 0 + xboxOneXResolution: 3 + xboxOneMonoLoggingLevel: 0 + xboxOneLoggingLevel: 1 + xboxOneDisableEsram: 0 + xboxOneEnableTypeOptimization: 0 + xboxOnePresentImmediateThreshold: 0 + switchQueueCommandMemory: 0 + switchQueueControlMemory: 16384 + switchQueueComputeMemory: 262144 + switchNVNShaderPoolsGranularity: 33554432 + switchNVNDefaultPoolsGranularity: 16777216 + switchNVNOtherPoolsGranularity: 16777216 + switchNVNMaxPublicTextureIDCount: 0 + switchNVNMaxPublicSamplerIDCount: 0 + stadiaPresentMode: 0 + stadiaTargetFramerate: 0 + vulkanNumSwapchainBuffers: 3 + vulkanEnableSetSRGBWrite: 0 + vulkanEnablePreTransform: 1 + vulkanEnableLateAcquireNextImage: 0 + vulkanEnableCommandBufferRecycling: 1 + m_SupportedAspectRatios: + 4:3: 1 + 5:4: 1 + 16:10: 1 + 16:9: 1 + Others: 1 + bundleVersion: 0.1 + preloadedAssets: [] + metroInputSource: 0 + wsaTransparentSwapchain: 0 + m_HolographicPauseOnTrackingLoss: 1 + xboxOneDisableKinectGpuReservation: 1 + xboxOneEnable7thCore: 1 + vrSettings: + enable360StereoCapture: 0 + isWsaHolographicRemotingEnabled: 0 + enableFrameTimingStats: 0 + enableOpenGLProfilerGPURecorders: 1 + useHDRDisplay: 0 + D3DHDRBitDepth: 0 + m_ColorGamuts: 00000000 + targetPixelDensity: 30 + resolutionScalingMode: 0 + resetResolutionOnWindowResize: 0 + androidSupportedAspectRatio: 1 + androidMaxAspectRatio: 2.1 + applicationIdentifier: {} + buildNumber: + Standalone: 0 + iPhone: 0 + tvOS: 0 + overrideDefaultApplicationIdentifier: 0 + AndroidBundleVersionCode: 1 + AndroidMinSdkVersion: 22 + AndroidTargetSdkVersion: 0 + AndroidPreferredInstallLocation: 1 + aotOptions: + stripEngineCode: 1 + iPhoneStrippingLevel: 0 + iPhoneScriptCallOptimization: 0 + ForceInternetPermission: 0 + ForceSDCardPermission: 0 + CreateWallpaper: 0 + APKExpansionFiles: 0 + keepLoadedShadersAlive: 0 + StripUnusedMeshComponents: 1 + VertexChannelCompressionMask: 4054 + iPhoneSdkVersion: 988 + iOSTargetOSVersionString: 11.0 + tvOSSdkVersion: 0 + tvOSRequireExtendedGameController: 0 + tvOSTargetOSVersionString: 11.0 + uIPrerenderedIcon: 0 + uIRequiresPersistentWiFi: 0 + uIRequiresFullScreen: 1 + uIStatusBarHidden: 1 + uIExitOnSuspend: 0 + uIStatusBarStyle: 0 + appleTVSplashScreen: {fileID: 0} + appleTVSplashScreen2x: {fileID: 0} + tvOSSmallIconLayers: [] + tvOSSmallIconLayers2x: [] + tvOSLargeIconLayers: [] + tvOSLargeIconLayers2x: [] + tvOSTopShelfImageLayers: [] + tvOSTopShelfImageLayers2x: [] + tvOSTopShelfImageWideLayers: [] + tvOSTopShelfImageWideLayers2x: [] + iOSLaunchScreenType: 0 + iOSLaunchScreenPortrait: {fileID: 0} + iOSLaunchScreenLandscape: {fileID: 0} + iOSLaunchScreenBackgroundColor: + serializedVersion: 2 + rgba: 0 + iOSLaunchScreenFillPct: 100 + iOSLaunchScreenSize: 100 + iOSLaunchScreenCustomXibPath: + iOSLaunchScreeniPadType: 0 + iOSLaunchScreeniPadImage: {fileID: 0} + iOSLaunchScreeniPadBackgroundColor: + serializedVersion: 2 + rgba: 0 + iOSLaunchScreeniPadFillPct: 100 + iOSLaunchScreeniPadSize: 100 + iOSLaunchScreeniPadCustomXibPath: + iOSLaunchScreenCustomStoryboardPath: + iOSLaunchScreeniPadCustomStoryboardPath: + iOSDeviceRequirements: [] + iOSURLSchemes: [] + macOSURLSchemes: [] + iOSBackgroundModes: 0 + iOSMetalForceHardShadows: 0 + metalEditorSupport: 1 + metalAPIValidation: 1 + iOSRenderExtraFrameOnPause: 0 + iosCopyPluginsCodeInsteadOfSymlink: 0 + appleDeveloperTeamID: + iOSManualSigningProvisioningProfileID: + tvOSManualSigningProvisioningProfileID: + iOSManualSigningProvisioningProfileType: 0 + tvOSManualSigningProvisioningProfileType: 0 + appleEnableAutomaticSigning: 0 + iOSRequireARKit: 0 + iOSAutomaticallyDetectAndAddCapabilities: 1 + appleEnableProMotion: 0 + shaderPrecisionModel: 0 + clonedFromGUID: c0afd0d1d80e3634a9dac47e8a0426ea + templatePackageId: com.unity.template.3d@8.1.3 + templateDefaultScene: Assets/Scenes/SampleScene.unity + useCustomMainManifest: 0 + useCustomLauncherManifest: 0 + useCustomMainGradleTemplate: 0 + useCustomLauncherGradleManifest: 0 + useCustomBaseGradleTemplate: 0 + useCustomGradlePropertiesTemplate: 0 + useCustomProguardFile: 0 + AndroidTargetArchitectures: 1 + AndroidTargetDevices: 0 + AndroidSplashScreenScale: 0 + androidSplashScreen: {fileID: 0} + AndroidKeystoreName: + AndroidKeyaliasName: + AndroidBuildApkPerCpuArchitecture: 0 + AndroidTVCompatibility: 0 + AndroidIsGame: 1 + AndroidEnableTango: 0 + androidEnableBanner: 1 + androidUseLowAccuracyLocation: 0 + androidUseCustomKeystore: 0 + m_AndroidBanners: + - width: 320 + height: 180 + banner: {fileID: 0} + androidGamepadSupportLevel: 0 + chromeosInputEmulation: 1 + AndroidMinifyWithR8: 0 + AndroidMinifyRelease: 0 + AndroidMinifyDebug: 0 + AndroidValidateAppBundleSize: 1 + AndroidAppBundleSizeToValidate: 150 + m_BuildTargetIcons: [] + m_BuildTargetPlatformIcons: + - m_BuildTarget: iPhone + m_Icons: + - m_Textures: [] + m_Width: 180 + m_Height: 180 + m_Kind: 0 + m_SubKind: iPhone + - m_Textures: [] + m_Width: 120 + m_Height: 120 + m_Kind: 0 + m_SubKind: iPhone + - m_Textures: [] + m_Width: 167 + m_Height: 167 + m_Kind: 0 + m_SubKind: iPad + - m_Textures: [] + m_Width: 152 + m_Height: 152 + m_Kind: 0 + m_SubKind: iPad + - m_Textures: [] + m_Width: 76 + m_Height: 76 + m_Kind: 0 + m_SubKind: iPad + - m_Textures: [] + m_Width: 120 + m_Height: 120 + m_Kind: 3 + m_SubKind: iPhone + - m_Textures: [] + m_Width: 80 + m_Height: 80 + m_Kind: 3 + m_SubKind: iPhone + - m_Textures: [] + m_Width: 80 + m_Height: 80 + m_Kind: 3 + m_SubKind: iPad + - m_Textures: [] + m_Width: 40 + m_Height: 40 + m_Kind: 3 + m_SubKind: iPad + - m_Textures: [] + m_Width: 87 + m_Height: 87 + m_Kind: 1 + m_SubKind: iPhone + - m_Textures: [] + m_Width: 58 + m_Height: 58 + m_Kind: 1 + m_SubKind: iPhone + - m_Textures: [] + m_Width: 29 + m_Height: 29 + m_Kind: 1 + m_SubKind: iPhone + - m_Textures: [] + m_Width: 58 + m_Height: 58 + m_Kind: 1 + m_SubKind: iPad + - m_Textures: [] + m_Width: 29 + m_Height: 29 + m_Kind: 1 + m_SubKind: iPad + - m_Textures: [] + m_Width: 60 + m_Height: 60 + m_Kind: 2 + m_SubKind: iPhone + - m_Textures: [] + m_Width: 40 + m_Height: 40 + m_Kind: 2 + m_SubKind: iPhone + - m_Textures: [] + m_Width: 40 + m_Height: 40 + m_Kind: 2 + m_SubKind: iPad + - m_Textures: [] + m_Width: 20 + m_Height: 20 + m_Kind: 2 + m_SubKind: iPad + - m_Textures: [] + m_Width: 1024 + m_Height: 1024 + m_Kind: 4 + m_SubKind: App Store + - m_BuildTarget: Android + m_Icons: + - m_Textures: [] + m_Width: 432 + m_Height: 432 + m_Kind: 2 + m_SubKind: + - m_Textures: [] + m_Width: 324 + m_Height: 324 + m_Kind: 2 + m_SubKind: + - m_Textures: [] + m_Width: 216 + m_Height: 216 + m_Kind: 2 + m_SubKind: + - m_Textures: [] + m_Width: 162 + m_Height: 162 + m_Kind: 2 + m_SubKind: + - m_Textures: [] + m_Width: 108 + m_Height: 108 + m_Kind: 2 + m_SubKind: + - m_Textures: [] + m_Width: 81 + m_Height: 81 + m_Kind: 2 + m_SubKind: + - m_Textures: [] + m_Width: 192 + m_Height: 192 + m_Kind: 1 + m_SubKind: + - m_Textures: [] + m_Width: 144 + m_Height: 144 + m_Kind: 1 + m_SubKind: + - m_Textures: [] + m_Width: 96 + m_Height: 96 + m_Kind: 1 + m_SubKind: + - m_Textures: [] + m_Width: 72 + m_Height: 72 + m_Kind: 1 + m_SubKind: + - m_Textures: [] + m_Width: 48 + m_Height: 48 + m_Kind: 1 + m_SubKind: + - m_Textures: [] + m_Width: 36 + m_Height: 36 + m_Kind: 1 + m_SubKind: + - m_Textures: [] + m_Width: 192 + m_Height: 192 + m_Kind: 0 + m_SubKind: + - m_Textures: [] + m_Width: 144 + m_Height: 144 + m_Kind: 0 + m_SubKind: + - m_Textures: [] + m_Width: 96 + m_Height: 96 + m_Kind: 0 + m_SubKind: + - m_Textures: [] + m_Width: 72 + m_Height: 72 + m_Kind: 0 + m_SubKind: + - m_Textures: [] + m_Width: 48 + m_Height: 48 + m_Kind: 0 + m_SubKind: + - m_Textures: [] + m_Width: 36 + m_Height: 36 + m_Kind: 0 + m_SubKind: + m_BuildTargetBatching: + - m_BuildTarget: Standalone + m_StaticBatching: 1 + m_DynamicBatching: 0 + - m_BuildTarget: tvOS + m_StaticBatching: 1 + m_DynamicBatching: 0 + - m_BuildTarget: Android + m_StaticBatching: 1 + m_DynamicBatching: 0 + - m_BuildTarget: iPhone + m_StaticBatching: 1 + m_DynamicBatching: 0 + - m_BuildTarget: WebGL + m_StaticBatching: 0 + m_DynamicBatching: 0 + m_BuildTargetGraphicsJobs: + - m_BuildTarget: MacStandaloneSupport + m_GraphicsJobs: 0 + - m_BuildTarget: Switch + m_GraphicsJobs: 1 + - m_BuildTarget: MetroSupport + m_GraphicsJobs: 1 + - m_BuildTarget: AppleTVSupport + m_GraphicsJobs: 0 + - m_BuildTarget: BJMSupport + m_GraphicsJobs: 1 + - m_BuildTarget: LinuxStandaloneSupport + m_GraphicsJobs: 1 + - m_BuildTarget: PS4Player + m_GraphicsJobs: 1 + - m_BuildTarget: iOSSupport + m_GraphicsJobs: 0 + - m_BuildTarget: WindowsStandaloneSupport + m_GraphicsJobs: 1 + - m_BuildTarget: XboxOnePlayer + m_GraphicsJobs: 1 + - m_BuildTarget: LuminSupport + m_GraphicsJobs: 0 + - m_BuildTarget: AndroidPlayer + m_GraphicsJobs: 0 + - m_BuildTarget: WebGLSupport + m_GraphicsJobs: 0 + m_BuildTargetGraphicsJobMode: + - m_BuildTarget: PS4Player + m_GraphicsJobMode: 0 + - m_BuildTarget: XboxOnePlayer + m_GraphicsJobMode: 0 + m_BuildTargetGraphicsAPIs: + - m_BuildTarget: AndroidPlayer + m_APIs: 150000000b000000 + m_Automatic: 1 + - m_BuildTarget: iOSSupport + m_APIs: 10000000 + m_Automatic: 1 + - m_BuildTarget: AppleTVSupport + m_APIs: 10000000 + m_Automatic: 1 + - m_BuildTarget: WebGLSupport + m_APIs: 0b000000 + m_Automatic: 1 + m_BuildTargetVRSettings: + - m_BuildTarget: Standalone + m_Enabled: 0 + m_Devices: + - Oculus + - OpenVR + openGLRequireES31: 0 + openGLRequireES31AEP: 0 + openGLRequireES32: 0 + m_TemplateCustomTags: {} + mobileMTRendering: + Android: 1 + iPhone: 1 + tvOS: 1 + m_BuildTargetGroupLightmapEncodingQuality: + - m_BuildTarget: Android + m_EncodingQuality: 1 + - m_BuildTarget: iPhone + m_EncodingQuality: 1 + - m_BuildTarget: tvOS + m_EncodingQuality: 1 + m_BuildTargetGroupLightmapSettings: [] + m_BuildTargetNormalMapEncoding: + - m_BuildTarget: Android + m_Encoding: 1 + - m_BuildTarget: iPhone + m_Encoding: 1 + - m_BuildTarget: tvOS + m_Encoding: 1 + m_BuildTargetDefaultTextureCompressionFormat: + - m_BuildTarget: Android + m_Format: 3 + playModeTestRunnerEnabled: 0 + runPlayModeTestAsEditModeTest: 0 + actionOnDotNetUnhandledException: 1 + enableInternalProfiler: 0 + logObjCUncaughtExceptions: 1 + enableCrashReportAPI: 0 + cameraUsageDescription: + locationUsageDescription: + microphoneUsageDescription: + bluetoothUsageDescription: + switchNMETAOverride: + switchNetLibKey: + switchSocketMemoryPoolSize: 6144 + switchSocketAllocatorPoolSize: 128 + switchSocketConcurrencyLimit: 14 + switchScreenResolutionBehavior: 2 + switchUseCPUProfiler: 0 + switchUseGOLDLinker: 0 + switchLTOSetting: 0 + switchApplicationID: 0x01004b9000490000 + switchNSODependencies: + switchTitleNames_0: + switchTitleNames_1: + switchTitleNames_2: + switchTitleNames_3: + switchTitleNames_4: + switchTitleNames_5: + switchTitleNames_6: + switchTitleNames_7: + switchTitleNames_8: + switchTitleNames_9: + switchTitleNames_10: + switchTitleNames_11: + switchTitleNames_12: + switchTitleNames_13: + switchTitleNames_14: + switchTitleNames_15: + switchPublisherNames_0: + switchPublisherNames_1: + switchPublisherNames_2: + switchPublisherNames_3: + switchPublisherNames_4: + switchPublisherNames_5: + switchPublisherNames_6: + switchPublisherNames_7: + switchPublisherNames_8: + switchPublisherNames_9: + switchPublisherNames_10: + switchPublisherNames_11: + switchPublisherNames_12: + switchPublisherNames_13: + switchPublisherNames_14: + switchPublisherNames_15: + switchIcons_0: {fileID: 0} + switchIcons_1: {fileID: 0} + switchIcons_2: {fileID: 0} + switchIcons_3: {fileID: 0} + switchIcons_4: {fileID: 0} + switchIcons_5: {fileID: 0} + switchIcons_6: {fileID: 0} + switchIcons_7: {fileID: 0} + switchIcons_8: {fileID: 0} + switchIcons_9: {fileID: 0} + switchIcons_10: {fileID: 0} + switchIcons_11: {fileID: 0} + switchIcons_12: {fileID: 0} + switchIcons_13: {fileID: 0} + switchIcons_14: {fileID: 0} + switchIcons_15: {fileID: 0} + switchSmallIcons_0: {fileID: 0} + switchSmallIcons_1: {fileID: 0} + switchSmallIcons_2: {fileID: 0} + switchSmallIcons_3: {fileID: 0} + switchSmallIcons_4: {fileID: 0} + switchSmallIcons_5: {fileID: 0} + switchSmallIcons_6: {fileID: 0} + switchSmallIcons_7: {fileID: 0} + switchSmallIcons_8: {fileID: 0} + switchSmallIcons_9: {fileID: 0} + switchSmallIcons_10: {fileID: 0} + switchSmallIcons_11: {fileID: 0} + switchSmallIcons_12: {fileID: 0} + switchSmallIcons_13: {fileID: 0} + switchSmallIcons_14: {fileID: 0} + switchSmallIcons_15: {fileID: 0} + switchManualHTML: + switchAccessibleURLs: + switchLegalInformation: + switchMainThreadStackSize: 1048576 + switchPresenceGroupId: + switchLogoHandling: 0 + switchReleaseVersion: 0 + switchDisplayVersion: 1.0.0 + switchStartupUserAccount: 0 + switchTouchScreenUsage: 0 + switchSupportedLanguagesMask: 0 + switchLogoType: 0 + switchApplicationErrorCodeCategory: + switchUserAccountSaveDataSize: 0 + switchUserAccountSaveDataJournalSize: 0 + switchApplicationAttribute: 0 + switchCardSpecSize: -1 + switchCardSpecClock: -1 + switchRatingsMask: 0 + switchRatingsInt_0: 0 + switchRatingsInt_1: 0 + switchRatingsInt_2: 0 + switchRatingsInt_3: 0 + switchRatingsInt_4: 0 + switchRatingsInt_5: 0 + switchRatingsInt_6: 0 + switchRatingsInt_7: 0 + switchRatingsInt_8: 0 + switchRatingsInt_9: 0 + switchRatingsInt_10: 0 + switchRatingsInt_11: 0 + switchRatingsInt_12: 0 + switchLocalCommunicationIds_0: + switchLocalCommunicationIds_1: + switchLocalCommunicationIds_2: + switchLocalCommunicationIds_3: + switchLocalCommunicationIds_4: + switchLocalCommunicationIds_5: + switchLocalCommunicationIds_6: + switchLocalCommunicationIds_7: + switchParentalControl: 0 + switchAllowsScreenshot: 1 + switchAllowsVideoCapturing: 1 + switchAllowsRuntimeAddOnContentInstall: 0 + switchDataLossConfirmation: 0 + switchUserAccountLockEnabled: 0 + switchSystemResourceMemory: 16777216 + switchSupportedNpadStyles: 22 + switchNativeFsCacheSize: 32 + switchIsHoldTypeHorizontal: 0 + switchSupportedNpadCount: 8 + switchSocketConfigEnabled: 0 + switchTcpInitialSendBufferSize: 32 + switchTcpInitialReceiveBufferSize: 64 + switchTcpAutoSendBufferSizeMax: 256 + switchTcpAutoReceiveBufferSizeMax: 256 + switchUdpSendBufferSize: 9 + switchUdpReceiveBufferSize: 42 + switchSocketBufferEfficiency: 4 + switchSocketInitializeEnabled: 1 + switchNetworkInterfaceManagerInitializeEnabled: 1 + switchPlayerConnectionEnabled: 1 + switchUseNewStyleFilepaths: 0 + switchUseMicroSleepForYield: 1 + switchEnableRamDiskSupport: 0 + switchMicroSleepForYieldTime: 25 + switchRamDiskSpaceSize: 12 + ps4NPAgeRating: 12 + ps4NPTitleSecret: + ps4NPTrophyPackPath: + ps4ParentalLevel: 11 + ps4ContentID: ED1633-NPXX51362_00-0000000000000000 + ps4Category: 0 + ps4MasterVersion: 01.00 + ps4AppVersion: 01.00 + ps4AppType: 0 + ps4ParamSfxPath: + ps4VideoOutPixelFormat: 0 + ps4VideoOutInitialWidth: 1920 + ps4VideoOutBaseModeInitialWidth: 1920 + ps4VideoOutReprojectionRate: 60 + ps4PronunciationXMLPath: + ps4PronunciationSIGPath: + ps4BackgroundImagePath: + ps4StartupImagePath: + ps4StartupImagesFolder: + ps4IconImagesFolder: + ps4SaveDataImagePath: + ps4SdkOverride: + ps4BGMPath: + ps4ShareFilePath: + ps4ShareOverlayImagePath: + ps4PrivacyGuardImagePath: + ps4ExtraSceSysFile: + ps4NPtitleDatPath: + ps4RemotePlayKeyAssignment: -1 + ps4RemotePlayKeyMappingDir: + ps4PlayTogetherPlayerCount: 0 + ps4EnterButtonAssignment: 1 + ps4ApplicationParam1: 0 + ps4ApplicationParam2: 0 + ps4ApplicationParam3: 0 + ps4ApplicationParam4: 0 + ps4DownloadDataSize: 0 + ps4GarlicHeapSize: 2048 + ps4ProGarlicHeapSize: 2560 + playerPrefsMaxSize: 32768 + ps4Passcode: frAQBc8Wsa1xVPfvJcrgRYwTiizs2trQ + ps4pnSessions: 1 + ps4pnPresence: 1 + ps4pnFriends: 1 + ps4pnGameCustomData: 1 + playerPrefsSupport: 0 + enableApplicationExit: 0 + resetTempFolder: 1 + restrictedAudioUsageRights: 0 + ps4UseResolutionFallback: 0 + ps4ReprojectionSupport: 0 + ps4UseAudio3dBackend: 0 + ps4UseLowGarlicFragmentationMode: 1 + ps4SocialScreenEnabled: 0 + ps4ScriptOptimizationLevel: 0 + ps4Audio3dVirtualSpeakerCount: 14 + ps4attribCpuUsage: 0 + ps4PatchPkgPath: + ps4PatchLatestPkgPath: + ps4PatchChangeinfoPath: + ps4PatchDayOne: 0 + ps4attribUserManagement: 0 + ps4attribMoveSupport: 0 + ps4attrib3DSupport: 0 + ps4attribShareSupport: 0 + ps4attribExclusiveVR: 0 + ps4disableAutoHideSplash: 0 + ps4videoRecordingFeaturesUsed: 0 + ps4contentSearchFeaturesUsed: 0 + ps4CompatibilityPS5: 0 + ps4AllowPS5Detection: 0 + ps4GPU800MHz: 1 + ps4attribEyeToEyeDistanceSettingVR: 0 + ps4IncludedModules: [] + ps4attribVROutputEnabled: 0 + monoEnv: + splashScreenBackgroundSourceLandscape: {fileID: 0} + splashScreenBackgroundSourcePortrait: {fileID: 0} + blurSplashScreenBackground: 1 + spritePackerPolicy: + webGLMemorySize: 16 + webGLExceptionSupport: 1 + webGLNameFilesAsHashes: 0 + webGLDataCaching: 1 + webGLDebugSymbols: 0 + webGLEmscriptenArgs: + webGLModulesDirectory: + webGLTemplate: APPLICATION:Default + webGLAnalyzeBuildSize: 0 + webGLUseEmbeddedResources: 0 + webGLCompressionFormat: 1 + webGLWasmArithmeticExceptions: 0 + webGLLinkerTarget: 1 + webGLThreadsSupport: 0 + webGLDecompressionFallback: 0 + scriptingDefineSymbols: {} + additionalCompilerArguments: {} + platformArchitecture: {} + scriptingBackend: {} + il2cppCompilerConfiguration: {} + managedStrippingLevel: {} + incrementalIl2cppBuild: {} + suppressCommonWarnings: 1 + allowUnsafeCode: 0 + useDeterministicCompilation: 1 + enableRoslynAnalyzers: 1 + additionalIl2CppArgs: + scriptingRuntimeVersion: 1 + gcIncremental: 1 + assemblyVersionValidation: 1 + gcWBarrierValidation: 0 + apiCompatibilityLevelPerPlatform: {} + m_RenderingPath: 1 + m_MobileRenderingPath: 1 + metroPackageName: Template_3D + metroPackageVersion: + metroCertificatePath: + metroCertificatePassword: + metroCertificateSubject: + metroCertificateIssuer: + metroCertificateNotAfter: 0000000000000000 + metroApplicationDescription: Template_3D + wsaImages: {} + metroTileShortName: + metroTileShowName: 0 + metroMediumTileShowName: 0 + metroLargeTileShowName: 0 + metroWideTileShowName: 0 + metroSupportStreamingInstall: 0 + metroLastRequiredScene: 0 + metroDefaultTileSize: 1 + metroTileForegroundText: 2 + metroTileBackgroundColor: {r: 0.13333334, g: 0.17254902, b: 0.21568628, a: 0} + metroSplashScreenBackgroundColor: {r: 0.12941177, g: 0.17254902, b: 0.21568628, a: 1} + metroSplashScreenUseBackgroundColor: 0 + platformCapabilities: {} + metroTargetDeviceFamilies: {} + metroFTAName: + metroFTAFileTypes: [] + metroProtocolName: + vcxProjDefaultLanguage: + XboxOneProductId: + XboxOneUpdateKey: + XboxOneSandboxId: + XboxOneContentId: + XboxOneTitleId: + XboxOneSCId: + XboxOneGameOsOverridePath: + XboxOnePackagingOverridePath: + XboxOneAppManifestOverridePath: + XboxOneVersion: 1.0.0.0 + XboxOnePackageEncryption: 0 + XboxOnePackageUpdateGranularity: 2 + XboxOneDescription: + XboxOneLanguage: + - enus + XboxOneCapability: [] + XboxOneGameRating: {} + XboxOneIsContentPackage: 0 + XboxOneEnhancedXboxCompatibilityMode: 0 + XboxOneEnableGPUVariability: 1 + XboxOneSockets: {} + XboxOneSplashScreen: {fileID: 0} + XboxOneAllowedProductIds: [] + XboxOnePersistentLocalStorageSize: 0 + XboxOneXTitleMemory: 8 + XboxOneOverrideIdentityName: + XboxOneOverrideIdentityPublisher: + vrEditorSettings: {} + cloudServicesEnabled: + UNet: 1 + luminIcon: + m_Name: + m_ModelFolderPath: + m_PortalFolderPath: + luminCert: + m_CertPath: + m_SignPackage: 1 + luminIsChannelApp: 0 + luminVersion: + m_VersionCode: 1 + m_VersionName: + apiCompatibilityLevel: 6 + activeInputHandler: 0 + cloudProjectId: + framebufferDepthMemorylessMode: 0 + qualitySettingsNames: [] + projectName: + organizationId: + cloudEnabled: 0 + legacyClampBlendShapeWeights: 0 + playerDataPath: + forceSRGBBlit: 1 + virtualTexturingSupportEnabled: 0 diff --git a/ProjectSettings/ProjectVersion.txt b/ProjectSettings/ProjectVersion.txt new file mode 100644 index 0000000..8ea1b85 --- /dev/null +++ b/ProjectSettings/ProjectVersion.txt @@ -0,0 +1,2 @@ +m_EditorVersion: 2021.3.11f1 +m_EditorVersionWithRevision: 2021.3.11f1 (0a5ca18544bf) diff --git a/ProjectSettings/QualitySettings.asset b/ProjectSettings/QualitySettings.asset new file mode 100644 index 0000000..3f40cb6 --- /dev/null +++ b/ProjectSettings/QualitySettings.asset @@ -0,0 +1,241 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!47 &1 +QualitySettings: + m_ObjectHideFlags: 0 + serializedVersion: 5 + m_CurrentQuality: 2 + m_QualitySettings: + - serializedVersion: 2 + name: Very Low + pixelLightCount: 0 + shadows: 0 + shadowResolution: 0 + shadowProjection: 1 + shadowCascades: 1 + shadowDistance: 15 + shadowNearPlaneOffset: 3 + shadowCascade2Split: 0.33333334 + shadowCascade4Split: {x: 0.06666667, y: 0.2, z: 0.46666667} + shadowmaskMode: 0 + skinWeights: 1 + textureQuality: 1 + anisotropicTextures: 0 + antiAliasing: 0 + softParticles: 0 + softVegetation: 0 + realtimeReflectionProbes: 0 + billboardsFaceCameraPosition: 0 + vSyncCount: 0 + lodBias: 0.3 + maximumLODLevel: 0 + streamingMipmapsActive: 0 + streamingMipmapsAddAllCameras: 1 + streamingMipmapsMemoryBudget: 512 + streamingMipmapsRenderersPerFrame: 512 + streamingMipmapsMaxLevelReduction: 2 + streamingMipmapsMaxFileIORequests: 1024 + particleRaycastBudget: 4 + asyncUploadTimeSlice: 2 + asyncUploadBufferSize: 16 + asyncUploadPersistentBuffer: 1 + resolutionScalingFixedDPIFactor: 1 + customRenderPipeline: {fileID: 0} + excludedTargetPlatforms: [] + - serializedVersion: 2 + name: Low + pixelLightCount: 0 + shadows: 0 + shadowResolution: 0 + shadowProjection: 1 + shadowCascades: 1 + shadowDistance: 20 + shadowNearPlaneOffset: 3 + shadowCascade2Split: 0.33333334 + shadowCascade4Split: {x: 0.06666667, y: 0.2, z: 0.46666667} + shadowmaskMode: 0 + skinWeights: 2 + textureQuality: 0 + anisotropicTextures: 0 + antiAliasing: 0 + softParticles: 0 + softVegetation: 0 + realtimeReflectionProbes: 0 + billboardsFaceCameraPosition: 0 + vSyncCount: 0 + lodBias: 0.4 + maximumLODLevel: 0 + streamingMipmapsActive: 0 + streamingMipmapsAddAllCameras: 1 + streamingMipmapsMemoryBudget: 512 + streamingMipmapsRenderersPerFrame: 512 + streamingMipmapsMaxLevelReduction: 2 + streamingMipmapsMaxFileIORequests: 1024 + particleRaycastBudget: 16 + asyncUploadTimeSlice: 2 + asyncUploadBufferSize: 16 + asyncUploadPersistentBuffer: 1 + resolutionScalingFixedDPIFactor: 1 + customRenderPipeline: {fileID: 0} + excludedTargetPlatforms: [] + - serializedVersion: 2 + name: Medium + pixelLightCount: 1 + shadows: 1 + shadowResolution: 0 + shadowProjection: 1 + shadowCascades: 1 + shadowDistance: 20 + shadowNearPlaneOffset: 3 + shadowCascade2Split: 0.33333334 + shadowCascade4Split: {x: 0.06666667, y: 0.2, z: 0.46666667} + shadowmaskMode: 0 + skinWeights: 2 + textureQuality: 0 + anisotropicTextures: 1 + antiAliasing: 8 + softParticles: 0 + softVegetation: 0 + realtimeReflectionProbes: 0 + billboardsFaceCameraPosition: 0 + vSyncCount: 1 + lodBias: 0.7 + maximumLODLevel: 0 + streamingMipmapsActive: 0 + streamingMipmapsAddAllCameras: 1 + streamingMipmapsMemoryBudget: 512 + streamingMipmapsRenderersPerFrame: 512 + streamingMipmapsMaxLevelReduction: 2 + streamingMipmapsMaxFileIORequests: 1024 + particleRaycastBudget: 64 + asyncUploadTimeSlice: 2 + asyncUploadBufferSize: 16 + asyncUploadPersistentBuffer: 1 + resolutionScalingFixedDPIFactor: 1 + customRenderPipeline: {fileID: 11400000, guid: f4c950546798c154a9e5e79e4c523fd5, type: 2} + excludedTargetPlatforms: [] + - serializedVersion: 2 + name: High + pixelLightCount: 2 + shadows: 2 + shadowResolution: 1 + shadowProjection: 1 + shadowCascades: 2 + shadowDistance: 40 + shadowNearPlaneOffset: 3 + shadowCascade2Split: 0.33333334 + shadowCascade4Split: {x: 0.06666667, y: 0.2, z: 0.46666667} + shadowmaskMode: 1 + skinWeights: 2 + textureQuality: 0 + anisotropicTextures: 1 + antiAliasing: 0 + softParticles: 0 + softVegetation: 1 + realtimeReflectionProbes: 1 + billboardsFaceCameraPosition: 1 + vSyncCount: 1 + lodBias: 1 + maximumLODLevel: 0 + streamingMipmapsActive: 0 + streamingMipmapsAddAllCameras: 1 + streamingMipmapsMemoryBudget: 512 + streamingMipmapsRenderersPerFrame: 512 + streamingMipmapsMaxLevelReduction: 2 + streamingMipmapsMaxFileIORequests: 1024 + particleRaycastBudget: 256 + asyncUploadTimeSlice: 2 + asyncUploadBufferSize: 16 + asyncUploadPersistentBuffer: 1 + resolutionScalingFixedDPIFactor: 1 + customRenderPipeline: {fileID: 0} + excludedTargetPlatforms: [] + - serializedVersion: 2 + name: Very High + pixelLightCount: 3 + shadows: 2 + shadowResolution: 2 + shadowProjection: 1 + shadowCascades: 2 + shadowDistance: 70 + shadowNearPlaneOffset: 3 + shadowCascade2Split: 0.33333334 + shadowCascade4Split: {x: 0.06666667, y: 0.2, z: 0.46666667} + shadowmaskMode: 1 + skinWeights: 4 + textureQuality: 0 + anisotropicTextures: 2 + antiAliasing: 2 + softParticles: 1 + softVegetation: 1 + realtimeReflectionProbes: 1 + billboardsFaceCameraPosition: 1 + vSyncCount: 1 + lodBias: 1.5 + maximumLODLevel: 0 + streamingMipmapsActive: 0 + streamingMipmapsAddAllCameras: 1 + streamingMipmapsMemoryBudget: 512 + streamingMipmapsRenderersPerFrame: 512 + streamingMipmapsMaxLevelReduction: 2 + streamingMipmapsMaxFileIORequests: 1024 + particleRaycastBudget: 1024 + asyncUploadTimeSlice: 2 + asyncUploadBufferSize: 16 + asyncUploadPersistentBuffer: 1 + resolutionScalingFixedDPIFactor: 1 + customRenderPipeline: {fileID: 0} + excludedTargetPlatforms: [] + - serializedVersion: 2 + name: Ultra + pixelLightCount: 4 + shadows: 2 + shadowResolution: 2 + shadowProjection: 1 + shadowCascades: 4 + shadowDistance: 150 + shadowNearPlaneOffset: 3 + shadowCascade2Split: 0.33333334 + shadowCascade4Split: {x: 0.06666667, y: 0.2, z: 0.46666667} + shadowmaskMode: 1 + skinWeights: 4 + textureQuality: 0 + anisotropicTextures: 2 + antiAliasing: 2 + softParticles: 1 + softVegetation: 1 + realtimeReflectionProbes: 1 + billboardsFaceCameraPosition: 1 + vSyncCount: 1 + lodBias: 2 + maximumLODLevel: 0 + streamingMipmapsActive: 0 + streamingMipmapsAddAllCameras: 1 + streamingMipmapsMemoryBudget: 512 + streamingMipmapsRenderersPerFrame: 512 + streamingMipmapsMaxLevelReduction: 2 + streamingMipmapsMaxFileIORequests: 1024 + particleRaycastBudget: 4096 + asyncUploadTimeSlice: 2 + asyncUploadBufferSize: 16 + asyncUploadPersistentBuffer: 1 + resolutionScalingFixedDPIFactor: 1 + customRenderPipeline: {fileID: 0} + excludedTargetPlatforms: [] + m_PerPlatformDefaultQuality: + Android: 2 + GameCoreScarlett: 5 + GameCoreXboxOne: 5 + Lumin: 5 + Nintendo 3DS: 5 + Nintendo Switch: 5 + PS4: 5 + PS5: 5 + Server: 0 + Stadia: 5 + Standalone: 5 + WebGL: 3 + Windows Store Apps: 5 + XboxOne: 5 + iPhone: 2 + tvOS: 2 diff --git a/ProjectSettings/SceneTemplateSettings.json b/ProjectSettings/SceneTemplateSettings.json new file mode 100644 index 0000000..6f3e60f --- /dev/null +++ b/ProjectSettings/SceneTemplateSettings.json @@ -0,0 +1,167 @@ +{ + "templatePinStates": [], + "dependencyTypeInfos": [ + { + "userAdded": false, + "type": "UnityEngine.AnimationClip", + "ignore": false, + "defaultInstantiationMode": 0, + "supportsModification": true + }, + { + "userAdded": false, + "type": "UnityEditor.Animations.AnimatorController", + "ignore": false, + "defaultInstantiationMode": 0, + "supportsModification": true + }, + { + "userAdded": false, + "type": "UnityEngine.AnimatorOverrideController", + "ignore": false, + "defaultInstantiationMode": 0, + "supportsModification": true + }, + { + "userAdded": false, + "type": "UnityEditor.Audio.AudioMixerController", + "ignore": false, + "defaultInstantiationMode": 0, + "supportsModification": true + }, + { + "userAdded": false, + "type": "UnityEngine.ComputeShader", + "ignore": true, + "defaultInstantiationMode": 1, + "supportsModification": true + }, + { + "userAdded": false, + "type": "UnityEngine.Cubemap", + "ignore": false, + "defaultInstantiationMode": 0, + "supportsModification": true + }, + { + "userAdded": false, + "type": "UnityEngine.GameObject", + "ignore": false, + "defaultInstantiationMode": 0, + "supportsModification": true + }, + { + "userAdded": false, + "type": "UnityEditor.LightingDataAsset", + "ignore": false, + "defaultInstantiationMode": 0, + "supportsModification": false + }, + { + "userAdded": false, + "type": "UnityEngine.LightingSettings", + "ignore": false, + "defaultInstantiationMode": 0, + "supportsModification": true + }, + { + "userAdded": false, + "type": "UnityEngine.Material", + "ignore": false, + "defaultInstantiationMode": 0, + "supportsModification": true + }, + { + "userAdded": false, + "type": "UnityEditor.MonoScript", + "ignore": true, + "defaultInstantiationMode": 1, + "supportsModification": true + }, + { + "userAdded": false, + "type": "UnityEngine.PhysicMaterial", + "ignore": false, + "defaultInstantiationMode": 0, + "supportsModification": true + }, + { + "userAdded": false, + "type": "UnityEngine.PhysicsMaterial2D", + "ignore": false, + "defaultInstantiationMode": 0, + "supportsModification": true + }, + { + "userAdded": false, + "type": "UnityEngine.Rendering.PostProcessing.PostProcessProfile", + "ignore": false, + "defaultInstantiationMode": 0, + "supportsModification": true + }, + { + "userAdded": false, + "type": "UnityEngine.Rendering.PostProcessing.PostProcessResources", + "ignore": false, + "defaultInstantiationMode": 0, + "supportsModification": true + }, + { + "userAdded": false, + "type": "UnityEngine.Rendering.VolumeProfile", + "ignore": false, + "defaultInstantiationMode": 0, + "supportsModification": true + }, + { + "userAdded": false, + "type": "UnityEditor.SceneAsset", + "ignore": false, + "defaultInstantiationMode": 0, + "supportsModification": false + }, + { + "userAdded": false, + "type": "UnityEngine.Shader", + "ignore": true, + "defaultInstantiationMode": 1, + "supportsModification": true + }, + { + "userAdded": false, + "type": "UnityEngine.ShaderVariantCollection", + "ignore": true, + "defaultInstantiationMode": 1, + "supportsModification": true + }, + { + "userAdded": false, + "type": "UnityEngine.Texture", + "ignore": false, + "defaultInstantiationMode": 0, + "supportsModification": true + }, + { + "userAdded": false, + "type": "UnityEngine.Texture2D", + "ignore": false, + "defaultInstantiationMode": 0, + "supportsModification": true + }, + { + "userAdded": false, + "type": "UnityEngine.Timeline.TimelineAsset", + "ignore": false, + "defaultInstantiationMode": 0, + "supportsModification": true + } + ], + "defaultDependencyTypeInfo": { + "userAdded": false, + "type": "", + "ignore": false, + "defaultInstantiationMode": 1, + "supportsModification": true + }, + "newSceneOverride": 0 +} \ No newline at end of file diff --git a/ProjectSettings/ShaderGraphSettings.asset b/ProjectSettings/ShaderGraphSettings.asset new file mode 100644 index 0000000..9b28428 --- /dev/null +++ b/ProjectSettings/ShaderGraphSettings.asset @@ -0,0 +1,16 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &1 +MonoBehaviour: + m_ObjectHideFlags: 61 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: de02f9e1d18f588468e474319d09a723, type: 3} + m_Name: + m_EditorClassIdentifier: + customInterpolatorErrorThreshold: 32 + customInterpolatorWarningThreshold: 16 diff --git a/ProjectSettings/TagManager.asset b/ProjectSettings/TagManager.asset new file mode 100644 index 0000000..1c92a78 --- /dev/null +++ b/ProjectSettings/TagManager.asset @@ -0,0 +1,43 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!78 &1 +TagManager: + serializedVersion: 2 + tags: [] + layers: + - Default + - TransparentFX + - Ignore Raycast + - + - Water + - UI + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + m_SortingLayers: + - name: Default + uniqueID: 0 + locked: 0 diff --git a/ProjectSettings/TimeManager.asset b/ProjectSettings/TimeManager.asset new file mode 100644 index 0000000..558a017 --- /dev/null +++ b/ProjectSettings/TimeManager.asset @@ -0,0 +1,9 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!5 &1 +TimeManager: + m_ObjectHideFlags: 0 + Fixed Timestep: 0.02 + Maximum Allowed Timestep: 0.33333334 + m_TimeScale: 1 + Maximum Particle Timestep: 0.03 diff --git a/ProjectSettings/TimelineSettings.asset b/ProjectSettings/TimelineSettings.asset new file mode 100644 index 0000000..cfaebd7 --- /dev/null +++ b/ProjectSettings/TimelineSettings.asset @@ -0,0 +1,16 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &1 +MonoBehaviour: + m_ObjectHideFlags: 61 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: a287be6c49135cd4f9b2b8666c39d999, type: 3} + m_Name: + m_EditorClassIdentifier: + assetDefaultFramerate: 60 + m_DefaultFrameRate: 60 diff --git a/ProjectSettings/URPProjectSettings.asset b/ProjectSettings/URPProjectSettings.asset new file mode 100644 index 0000000..c1f118a --- /dev/null +++ b/ProjectSettings/URPProjectSettings.asset @@ -0,0 +1,15 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &1 +MonoBehaviour: + m_ObjectHideFlags: 61 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 247994e1f5a72c2419c26a37e9334c01, type: 3} + m_Name: + m_EditorClassIdentifier: + m_LastMaterialVersion: 5 diff --git a/ProjectSettings/UnityConnectSettings.asset b/ProjectSettings/UnityConnectSettings.asset new file mode 100644 index 0000000..6125b30 --- /dev/null +++ b/ProjectSettings/UnityConnectSettings.asset @@ -0,0 +1,35 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!310 &1 +UnityConnectSettings: + m_ObjectHideFlags: 0 + serializedVersion: 1 + m_Enabled: 0 + m_TestMode: 0 + m_EventOldUrl: https://api.uca.cloud.unity3d.com/v1/events + m_EventUrl: https://cdp.cloud.unity3d.com/v1/events + m_ConfigUrl: https://config.uca.cloud.unity3d.com + m_DashboardUrl: https://dashboard.unity3d.com + m_TestInitMode: 0 + CrashReportingSettings: + m_EventUrl: https://perf-events.cloud.unity3d.com + m_Enabled: 0 + m_LogBufferSize: 10 + m_CaptureEditorExceptions: 1 + UnityPurchasingSettings: + m_Enabled: 0 + m_TestMode: 0 + UnityAnalyticsSettings: + m_Enabled: 0 + m_TestMode: 0 + m_InitializeOnStartup: 1 + UnityAdsSettings: + m_Enabled: 0 + m_InitializeOnStartup: 1 + m_TestMode: 0 + m_IosGameId: + m_AndroidGameId: + m_GameIds: {} + m_GameId: + PerformanceReportingSettings: + m_Enabled: 0 diff --git a/ProjectSettings/VFXManager.asset b/ProjectSettings/VFXManager.asset new file mode 100644 index 0000000..b004c5e --- /dev/null +++ b/ProjectSettings/VFXManager.asset @@ -0,0 +1,15 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!937362698 &1 +VFXManager: + m_ObjectHideFlags: 0 + m_IndirectShader: {fileID: 7200000, guid: 84a17cfa13e40ae4082ef42714f0a81c, type: 3} + m_CopyBufferShader: {fileID: 7200000, guid: 23c51f21a3503f6428b527b01f8a2f4e, type: 3} + m_SortShader: {fileID: 7200000, guid: ea257ca3cfb12a642a5025e612af6b2a, type: 3} + m_StripUpdateShader: {fileID: 7200000, guid: 8fa6c4009fe2a4d4486c62736fc30ad8, type: 3} + m_RenderPipeSettingsPath: + m_FixedTimeStep: 0.016666668 + m_MaxDeltaTime: 0.05 + m_CompiledVersion: 4 + m_RuntimeVersion: 22 + m_RuntimeResources: {fileID: 11400000, guid: bc10b42afe3813544bffd38ae2cd893d, type: 2} diff --git a/ProjectSettings/VersionControlSettings.asset b/ProjectSettings/VersionControlSettings.asset new file mode 100644 index 0000000..dca2881 --- /dev/null +++ b/ProjectSettings/VersionControlSettings.asset @@ -0,0 +1,8 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!890905787 &1 +VersionControlSettings: + m_ObjectHideFlags: 0 + m_Mode: Visible Meta Files + m_CollabEditorSettings: + inProgressEnabled: 1 diff --git a/ProjectSettings/XRPackageSettings.asset b/ProjectSettings/XRPackageSettings.asset new file mode 100644 index 0000000..7e791e1 --- /dev/null +++ b/ProjectSettings/XRPackageSettings.asset @@ -0,0 +1,5 @@ +{ + "m_Settings": [ + "RemoveLegacyInputHelpersForReload" + ] +} \ No newline at end of file diff --git a/ProjectSettings/XRSettings.asset b/ProjectSettings/XRSettings.asset new file mode 100644 index 0000000..482590c --- /dev/null +++ b/ProjectSettings/XRSettings.asset @@ -0,0 +1,10 @@ +{ + "m_SettingKeys": [ + "VR Device Disabled", + "VR Device User Alert" + ], + "m_SettingValues": [ + "False", + "False" + ] +} \ No newline at end of file diff --git a/ProjectSettings/boot.config b/ProjectSettings/boot.config new file mode 100644 index 0000000..e69de29 diff --git a/Unity.Burst.CodeGen.csproj b/Unity.Burst.CodeGen.csproj new file mode 100644 index 0000000..8e13ce0 --- /dev/null +++ b/Unity.Burst.CodeGen.csproj @@ -0,0 +1,723 @@ + + + + 9.0 + + + Debug + AnyCPU + 10.0.20506 + 2.0 + + {b4164dbb-2ae9-5b2a-3f0d-2865b0b0a052} + Library + Properties + Unity.Burst.CodeGen + v4.7.1 + 512 + . + + + true + full + false + Temp\bin\Debug\ + DEBUG;TRACE;UNITY_2021_3_11;UNITY_2021_3;UNITY_2021;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2021_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;USE_SEARCH_TABLE;USE_SEARCH_MODULE;USE_PROPERTY_DATABASE;USE_SEARCH_EXTENSION_API;SCENE_TEMPLATE_MODULE;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_NVIDIA;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER;NET_STANDARD_2_0;NET_STANDARD;NET_STANDARD_2_1;NETSTANDARD;NETSTANDARD2_1 + prompt + 4 + 0169 + True + + + true + true + false + false + false + + + + + + + + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.NVIDIAModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsNativeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.PackageManagerUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIServiceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WebGLSupport\UnityEditor.WebGL.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.ext.nunit@1.0.6\net35\unity-custom\nunit.framework.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.Rocks.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.Pdb.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\Unity.CompilationPipeline.Common.dll + + + + + {c21e0a96-8550-518a-5096-b07396e951eb} + Unity.Burst + + + + + diff --git a/Unity.Burst.Editor.csproj b/Unity.Burst.Editor.csproj new file mode 100644 index 0000000..0e63d69 --- /dev/null +++ b/Unity.Burst.Editor.csproj @@ -0,0 +1,779 @@ + + + + 9.0 + + + Debug + AnyCPU + 10.0.20506 + 2.0 + + {3d0f3e21-5079-4e63-f3c9-601274b825bd} + Library + Properties + Unity.Burst.Editor + v4.7.1 + 512 + . + + + true + full + false + Temp\bin\Debug\ + DEBUG;TRACE;UNITY_2021_3_11;UNITY_2021_3;UNITY_2021;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2021_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;USE_SEARCH_TABLE;USE_SEARCH_MODULE;USE_PROPERTY_DATABASE;USE_SEARCH_EXTENSION_API;SCENE_TEMPLATE_MODULE;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_NVIDIA;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER;NET_STANDARD_2_0;NET_STANDARD;NET_STANDARD_2_1;NETSTANDARD;NETSTANDARD2_1 + prompt + 4 + 0169 + True + + + true + true + false + false + false + + + + + + + + + + + + + + + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.NVIDIAModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsNativeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.PackageManagerUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIServiceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WebGLSupport\UnityEditor.WebGL.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\log4netPlastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.testtools.codecoverage@1.0.1\lib\ReportGenerator\ReportGeneratorMerged.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.nuget.newtonsoft-json@3.0.2\Runtime\Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\unityplastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.Unsafe.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.Mdb.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.Pdb.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.Rocks.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.ext.nunit@1.0.6\net35\unity-custom\nunit.framework.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll + + + + + {c21e0a96-8550-518a-5096-b07396e951eb} + Unity.Burst + + + {5b6c6cc7-6288-9811-283f-10dc49bc3b47} + UnityEditor.UI + + + {ab27da9e-0f76-f1ba-653d-2f314399aadd} + UnityEngine.UI + + + {b964208d-4ce6-e1db-6f52-2a99f46b2267} + UnityEngine.TestRunner + + + {33dbbfa4-8760-3694-f325-62692bf24b10} + UnityEditor.TestRunner + + + + + diff --git a/Unity.Burst.csproj b/Unity.Burst.csproj new file mode 100644 index 0000000..2d43c4f --- /dev/null +++ b/Unity.Burst.csproj @@ -0,0 +1,792 @@ + + + + 9.0 + + + Debug + AnyCPU + 10.0.20506 + 2.0 + + {c21e0a96-8550-518a-5096-b07396e951eb} + Library + Properties + Unity.Burst + v4.7.1 + 512 + . + + + true + full + false + Temp\bin\Debug\ + DEBUG;TRACE;UNITY_2021_3_11;UNITY_2021_3;UNITY_2021;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2021_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;USE_SEARCH_TABLE;USE_SEARCH_MODULE;USE_PROPERTY_DATABASE;USE_SEARCH_EXTENSION_API;SCENE_TEMPLATE_MODULE;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_NVIDIA;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_STANDARD_2_0;NET_STANDARD;NET_STANDARD_2_1;NETSTANDARD;NETSTANDARD2_1;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER + prompt + 4 + 0169 + True + + + true + true + false + false + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsNativeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.PackageManagerUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIServiceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WebGLSupport\UnityEditor.WebGL.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\log4netPlastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.testtools.codecoverage@1.0.1\lib\ReportGenerator\ReportGeneratorMerged.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.nuget.newtonsoft-json@3.0.2\Runtime\Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\unityplastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.Unsafe.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.Mdb.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.Pdb.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.Rocks.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\ref\2.1.0\netstandard.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\Microsoft.Win32.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.AppContext.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Buffers.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.Concurrent.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.NonGeneric.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.Specialized.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.EventBasedAsync.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.TypeConverter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Console.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Data.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Contracts.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Debug.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.FileVersionInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Process.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.StackTrace.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.TextWriterTraceListener.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Tools.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.TraceSource.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Tracing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Drawing.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Dynamic.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.Calendars.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Compression.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Compression.ZipFile.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.DriveInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.Watcher.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.IsolatedStorage.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.MemoryMappedFiles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Pipes.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.UnmanagedMemoryStream.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Expressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Queryable.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Memory.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.NameResolution.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.NetworkInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Ping.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Requests.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Sockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebHeaderCollection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebSockets.Client.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebSockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Numerics.Vectors.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ObjectModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.DispatchProxy.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.ILGeneration.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.Lightweight.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.Reader.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.ResourceManager.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.Writer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.CompilerServices.VisualC.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Handles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.InteropServices.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.InteropServices.RuntimeInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Formatters.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Json.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Claims.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Algorithms.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Csp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.X509Certificates.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Principal.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.SecureString.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.Encoding.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.RegularExpressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Overlapped.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Thread.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.ThreadPool.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Timer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ValueTuple.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.ReaderWriter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XmlDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XmlSerializer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XPath.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XPath.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\Extensions\2.0.0\System.Runtime.InteropServices.WindowsRuntime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\mscorlib.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.ComponentModel.Composition.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Core.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Data.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Drawing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.IO.Compression.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Net.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Runtime.Serialization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.ServiceModel.Web.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Transactions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Web.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Windows.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.Serialization.dll + + + + + {5b6c6cc7-6288-9811-283f-10dc49bc3b47} + UnityEditor.UI + + + {ab27da9e-0f76-f1ba-653d-2f314399aadd} + UnityEngine.UI + + + + + diff --git a/Unity.CollabProxy.Editor.csproj b/Unity.CollabProxy.Editor.csproj new file mode 100644 index 0000000..1ba10fd --- /dev/null +++ b/Unity.CollabProxy.Editor.csproj @@ -0,0 +1,903 @@ + + + + 9.0 + + + Debug + AnyCPU + 10.0.20506 + 2.0 + + {e4dc5221-c2cf-bac7-1e2d-fca7c0585e21} + Library + Properties + Unity.CollabProxy.Editor + v4.7.1 + 512 + . + + + true + full + false + Temp\bin\Debug\ + DEBUG;TRACE;UNITY_2021_3_11;UNITY_2021_3;UNITY_2021;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2021_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;USE_SEARCH_TABLE;USE_SEARCH_MODULE;USE_PROPERTY_DATABASE;USE_SEARCH_EXTENSION_API;SCENE_TEMPLATE_MODULE;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_NVIDIA;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER;NET_STANDARD_2_0;NET_STANDARD;NET_STANDARD_2_1;NETSTANDARD;NETSTANDARD2_1 + prompt + 4 + 0169 + False + + + true + true + false + false + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.NVIDIAModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsNativeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.PackageManagerUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIServiceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WebGLSupport\UnityEditor.WebGL.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\log4netPlastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.testtools.codecoverage@1.0.1\lib\ReportGenerator\ReportGeneratorMerged.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.nuget.newtonsoft-json@3.0.2\Runtime\Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\unityplastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.ext.nunit@1.0.6\net35\unity-custom\nunit.framework.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll + + + + + {023af671-d155-b72f-d740-4e7b9adf893d} + Unity.PlasticSCM.Editor + + + {fff9af17-0c16-fc28-4999-9912a67468eb} + Unity.Services.Core.Editor + + + {10a1051e-101b-2dfa-5ef0-0adb1345644c} + Unity.Settings.Editor + + + {5b6c6cc7-6288-9811-283f-10dc49bc3b47} + UnityEditor.UI + + + {ab27da9e-0f76-f1ba-653d-2f314399aadd} + UnityEngine.UI + + + {b964208d-4ce6-e1db-6f52-2a99f46b2267} + UnityEngine.TestRunner + + + {33dbbfa4-8760-3694-f325-62692bf24b10} + UnityEditor.TestRunner + + + + + diff --git a/Unity.EditorCoroutines.Editor.csproj b/Unity.EditorCoroutines.Editor.csproj new file mode 100644 index 0000000..14e0677 --- /dev/null +++ b/Unity.EditorCoroutines.Editor.csproj @@ -0,0 +1,752 @@ + + + + 9.0 + + + Debug + AnyCPU + 10.0.20506 + 2.0 + + {838af224-dfc8-ad29-0fa7-a06a407f49e8} + Library + Properties + Unity.EditorCoroutines.Editor + v4.7.1 + 512 + . + + + true + full + false + Temp\bin\Debug\ + DEBUG;TRACE;UNITY_2021_3_11;UNITY_2021_3;UNITY_2021;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2021_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;USE_SEARCH_TABLE;USE_SEARCH_MODULE;USE_PROPERTY_DATABASE;USE_SEARCH_EXTENSION_API;SCENE_TEMPLATE_MODULE;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_NVIDIA;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER;NET_STANDARD_2_0;NET_STANDARD;NET_STANDARD_2_1;NETSTANDARD;NETSTANDARD2_1 + prompt + 4 + 0169 + False + + + true + true + false + false + false + + + + + + + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.NVIDIAModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsNativeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.PackageManagerUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIServiceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WebGLSupport\UnityEditor.WebGL.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\log4netPlastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.testtools.codecoverage@1.0.1\lib\ReportGenerator\ReportGeneratorMerged.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.nuget.newtonsoft-json@3.0.2\Runtime\Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\unityplastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.ext.nunit@1.0.6\net35\unity-custom\nunit.framework.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll + + + + + {5b6c6cc7-6288-9811-283f-10dc49bc3b47} + UnityEditor.UI + + + {ab27da9e-0f76-f1ba-653d-2f314399aadd} + UnityEngine.UI + + + {b964208d-4ce6-e1db-6f52-2a99f46b2267} + UnityEngine.TestRunner + + + {33dbbfa4-8760-3694-f325-62692bf24b10} + UnityEditor.TestRunner + + + + + diff --git a/Unity.InternalAPIEditorBridge.005.csproj b/Unity.InternalAPIEditorBridge.005.csproj new file mode 100644 index 0000000..f860a64 --- /dev/null +++ b/Unity.InternalAPIEditorBridge.005.csproj @@ -0,0 +1,749 @@ + + + + 9.0 + + + Debug + AnyCPU + 10.0.20506 + 2.0 + + {0f9f74ff-1659-e836-99e5-506ec7a37020} + Library + Properties + Unity.InternalAPIEditorBridge.005 + v4.7.1 + 512 + . + + + true + full + false + Temp\bin\Debug\ + DEBUG;TRACE;UNITY_2021_3_11;UNITY_2021_3;UNITY_2021;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2021_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;USE_SEARCH_TABLE;USE_SEARCH_MODULE;USE_PROPERTY_DATABASE;USE_SEARCH_EXTENSION_API;SCENE_TEMPLATE_MODULE;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_NVIDIA;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER;NET_STANDARD_2_0;NET_STANDARD;NET_STANDARD_2_1;NETSTANDARD;NETSTANDARD2_1 + prompt + 4 + 0169 + False + + + true + true + false + false + false + + + + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.NVIDIAModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsNativeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.PackageManagerUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIServiceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WebGLSupport\UnityEditor.WebGL.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\log4netPlastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.testtools.codecoverage@1.0.1\lib\ReportGenerator\ReportGeneratorMerged.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.nuget.newtonsoft-json@3.0.2\Runtime\Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\unityplastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.ext.nunit@1.0.6\net35\unity-custom\nunit.framework.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll + + + + + {5b6c6cc7-6288-9811-283f-10dc49bc3b47} + UnityEditor.UI + + + {ab27da9e-0f76-f1ba-653d-2f314399aadd} + UnityEngine.UI + + + {b964208d-4ce6-e1db-6f52-2a99f46b2267} + UnityEngine.TestRunner + + + {33dbbfa4-8760-3694-f325-62692bf24b10} + UnityEditor.TestRunner + + + + + diff --git a/Unity.Mathematics.Editor.csproj b/Unity.Mathematics.Editor.csproj new file mode 100644 index 0000000..6c126ee --- /dev/null +++ b/Unity.Mathematics.Editor.csproj @@ -0,0 +1,771 @@ + + + + 9.0 + + + Debug + AnyCPU + 10.0.20506 + 2.0 + + {57e827a3-ee9b-1f66-0b92-458dfd85a8fe} + Library + Properties + Unity.Mathematics.Editor + v4.7.1 + 512 + . + + + true + full + false + Temp\bin\Debug\ + DEBUG;TRACE;UNITY_2021_3_11;UNITY_2021_3;UNITY_2021;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2021_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;USE_SEARCH_TABLE;USE_SEARCH_MODULE;USE_PROPERTY_DATABASE;USE_SEARCH_EXTENSION_API;SCENE_TEMPLATE_MODULE;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_NVIDIA;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER;NET_STANDARD_2_0;NET_STANDARD;NET_STANDARD_2_1;NETSTANDARD;NETSTANDARD2_1 + prompt + 4 + 0169 + True + + + true + true + false + false + false + + + + + + + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.NVIDIAModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsNativeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.PackageManagerUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIServiceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WebGLSupport\UnityEditor.WebGL.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\log4netPlastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.testtools.codecoverage@1.0.1\lib\ReportGenerator\ReportGeneratorMerged.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.nuget.newtonsoft-json@3.0.2\Runtime\Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\unityplastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.Unsafe.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.Mdb.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.Pdb.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.Rocks.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.ext.nunit@1.0.6\net35\unity-custom\nunit.framework.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll + + + + + {a5ad21db-7f81-e635-0c84-5d9e4da7cbea} + Unity.Mathematics + + + {5b6c6cc7-6288-9811-283f-10dc49bc3b47} + UnityEditor.UI + + + {ab27da9e-0f76-f1ba-653d-2f314399aadd} + UnityEngine.UI + + + {b964208d-4ce6-e1db-6f52-2a99f46b2267} + UnityEngine.TestRunner + + + {33dbbfa4-8760-3694-f325-62692bf24b10} + UnityEditor.TestRunner + + + + + diff --git a/Unity.Mathematics.csproj b/Unity.Mathematics.csproj new file mode 100644 index 0000000..26c7b80 --- /dev/null +++ b/Unity.Mathematics.csproj @@ -0,0 +1,829 @@ + + + + 9.0 + + + Debug + AnyCPU + 10.0.20506 + 2.0 + + {a5ad21db-7f81-e635-0c84-5d9e4da7cbea} + Library + Properties + Unity.Mathematics + v4.7.1 + 512 + . + + + true + full + false + Temp\bin\Debug\ + DEBUG;TRACE;UNITY_2021_3_11;UNITY_2021_3;UNITY_2021;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2021_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;USE_SEARCH_TABLE;USE_SEARCH_MODULE;USE_PROPERTY_DATABASE;USE_SEARCH_EXTENSION_API;SCENE_TEMPLATE_MODULE;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_NVIDIA;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_STANDARD_2_0;NET_STANDARD;NET_STANDARD_2_1;NETSTANDARD;NETSTANDARD2_1;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER + prompt + 4 + 0169 + True + + + true + true + false + false + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsNativeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.PackageManagerUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIServiceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WebGLSupport\UnityEditor.WebGL.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\log4netPlastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.testtools.codecoverage@1.0.1\lib\ReportGenerator\ReportGeneratorMerged.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.nuget.newtonsoft-json@3.0.2\Runtime\Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\unityplastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.Unsafe.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.Mdb.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.Pdb.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.Rocks.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\ref\2.1.0\netstandard.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\Microsoft.Win32.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.AppContext.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Buffers.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.Concurrent.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.NonGeneric.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.Specialized.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.EventBasedAsync.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.TypeConverter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Console.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Data.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Contracts.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Debug.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.FileVersionInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Process.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.StackTrace.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.TextWriterTraceListener.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Tools.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.TraceSource.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Tracing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Drawing.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Dynamic.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.Calendars.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Compression.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Compression.ZipFile.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.DriveInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.Watcher.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.IsolatedStorage.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.MemoryMappedFiles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Pipes.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.UnmanagedMemoryStream.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Expressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Queryable.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Memory.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.NameResolution.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.NetworkInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Ping.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Requests.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Sockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebHeaderCollection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebSockets.Client.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebSockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Numerics.Vectors.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ObjectModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.DispatchProxy.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.ILGeneration.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.Lightweight.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.Reader.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.ResourceManager.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.Writer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.CompilerServices.VisualC.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Handles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.InteropServices.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.InteropServices.RuntimeInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Formatters.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Json.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Claims.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Algorithms.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Csp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.X509Certificates.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Principal.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.SecureString.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.Encoding.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.RegularExpressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Overlapped.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Thread.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.ThreadPool.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Timer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ValueTuple.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.ReaderWriter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XmlDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XmlSerializer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XPath.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XPath.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\Extensions\2.0.0\System.Runtime.InteropServices.WindowsRuntime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\mscorlib.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.ComponentModel.Composition.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Core.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Data.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Drawing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.IO.Compression.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Net.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Runtime.Serialization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.ServiceModel.Web.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Transactions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Web.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Windows.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.Serialization.dll + + + + + {5b6c6cc7-6288-9811-283f-10dc49bc3b47} + UnityEditor.UI + + + {ab27da9e-0f76-f1ba-653d-2f314399aadd} + UnityEngine.UI + + + + + diff --git a/Unity.Performance.Profile-Analyzer.Editor.csproj b/Unity.Performance.Profile-Analyzer.Editor.csproj new file mode 100644 index 0000000..ccb9aca --- /dev/null +++ b/Unity.Performance.Profile-Analyzer.Editor.csproj @@ -0,0 +1,784 @@ + + + + 9.0 + + + Debug + AnyCPU + 10.0.20506 + 2.0 + + {82bbb70b-eee6-70a7-9b35-d0cbaaaeb922} + Library + Properties + Unity.Performance.Profile-Analyzer.Editor + v4.7.1 + 512 + . + + + true + full + false + Temp\bin\Debug\ + DEBUG;TRACE;UNITY_2021_3_11;UNITY_2021_3;UNITY_2021;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2021_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;USE_SEARCH_TABLE;USE_SEARCH_MODULE;USE_PROPERTY_DATABASE;USE_SEARCH_EXTENSION_API;SCENE_TEMPLATE_MODULE;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_NVIDIA;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER;NET_STANDARD_2_0;NET_STANDARD;NET_STANDARD_2_1;NETSTANDARD;NETSTANDARD2_1 + prompt + 4 + 0169 + False + + + true + true + false + false + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.NVIDIAModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsNativeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.PackageManagerUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIServiceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WebGLSupport\UnityEditor.WebGL.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\log4netPlastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.testtools.codecoverage@1.0.1\lib\ReportGenerator\ReportGeneratorMerged.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.nuget.newtonsoft-json@3.0.2\Runtime\Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\unityplastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.ext.nunit@1.0.6\net35\unity-custom\nunit.framework.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll + + + + + {5b6c6cc7-6288-9811-283f-10dc49bc3b47} + UnityEditor.UI + + + {ab27da9e-0f76-f1ba-653d-2f314399aadd} + UnityEngine.UI + + + {b964208d-4ce6-e1db-6f52-2a99f46b2267} + UnityEngine.TestRunner + + + {33dbbfa4-8760-3694-f325-62692bf24b10} + UnityEditor.TestRunner + + + + + diff --git a/Unity.PlasticSCM.Editor.csproj b/Unity.PlasticSCM.Editor.csproj new file mode 100644 index 0000000..bbb594f --- /dev/null +++ b/Unity.PlasticSCM.Editor.csproj @@ -0,0 +1,1047 @@ + + + + 9.0 + + + Debug + AnyCPU + 10.0.20506 + 2.0 + + {023af671-d155-b72f-d740-4e7b9adf893d} + Library + Properties + Unity.PlasticSCM.Editor + v4.7.1 + 512 + . + + + true + full + false + Temp\bin\Debug\ + DEBUG;TRACE;UNITY_2021_3_11;UNITY_2021_3;UNITY_2021;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2021_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;USE_SEARCH_TABLE;USE_SEARCH_MODULE;USE_PROPERTY_DATABASE;USE_SEARCH_EXTENSION_API;SCENE_TEMPLATE_MODULE;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_NVIDIA;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER;NET_STANDARD_2_0;NET_STANDARD;NET_STANDARD_2_1;NETSTANDARD;NETSTANDARD2_1 + prompt + 4 + 0169 + False + + + true + true + false + false + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.NVIDIAModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsNativeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.PackageManagerUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIServiceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WebGLSupport\UnityEditor.WebGL.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.ext.nunit@1.0.6\net35\unity-custom\nunit.framework.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\unityplastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll + + + + + {5b6c6cc7-6288-9811-283f-10dc49bc3b47} + UnityEditor.UI + + + {ab27da9e-0f76-f1ba-653d-2f314399aadd} + UnityEngine.UI + + + {b964208d-4ce6-e1db-6f52-2a99f46b2267} + UnityEngine.TestRunner + + + {33dbbfa4-8760-3694-f325-62692bf24b10} + UnityEditor.TestRunner + + + + + diff --git a/Unity.RenderPipeline.Universal.ShaderLibrary.csproj b/Unity.RenderPipeline.Universal.ShaderLibrary.csproj new file mode 100644 index 0000000..6a105e9 --- /dev/null +++ b/Unity.RenderPipeline.Universal.ShaderLibrary.csproj @@ -0,0 +1,788 @@ + + + + 9.0 + + + Debug + AnyCPU + 10.0.20506 + 2.0 + + {dec8bd8b-a6b5-ff36-fad9-0ecb71a80879} + Library + Properties + Unity.RenderPipeline.Universal.ShaderLibrary + v4.7.1 + 512 + . + + + true + full + false + Temp\bin\Debug\ + DEBUG;TRACE;UNITY_2021_3_11;UNITY_2021_3;UNITY_2021;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2021_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;USE_SEARCH_TABLE;USE_SEARCH_MODULE;USE_PROPERTY_DATABASE;USE_SEARCH_EXTENSION_API;SCENE_TEMPLATE_MODULE;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_NVIDIA;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_STANDARD_2_0;NET_STANDARD;NET_STANDARD_2_1;NETSTANDARD;NETSTANDARD2_1;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER + prompt + 4 + 0169 + False + + + true + true + false + false + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsNativeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.PackageManagerUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIServiceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WebGLSupport\UnityEditor.WebGL.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\log4netPlastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.testtools.codecoverage@1.0.1\lib\ReportGenerator\ReportGeneratorMerged.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.nuget.newtonsoft-json@3.0.2\Runtime\Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\unityplastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.Unsafe.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.Mdb.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.Pdb.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.Rocks.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\ref\2.1.0\netstandard.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\Microsoft.Win32.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.AppContext.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Buffers.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.Concurrent.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.NonGeneric.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.Specialized.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.EventBasedAsync.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.TypeConverter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Console.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Data.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Contracts.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Debug.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.FileVersionInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Process.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.StackTrace.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.TextWriterTraceListener.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Tools.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.TraceSource.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Tracing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Drawing.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Dynamic.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.Calendars.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Compression.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Compression.ZipFile.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.DriveInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.Watcher.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.IsolatedStorage.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.MemoryMappedFiles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Pipes.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.UnmanagedMemoryStream.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Expressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Queryable.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Memory.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.NameResolution.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.NetworkInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Ping.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Requests.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Sockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebHeaderCollection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebSockets.Client.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebSockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Numerics.Vectors.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ObjectModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.DispatchProxy.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.ILGeneration.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.Lightweight.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.Reader.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.ResourceManager.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.Writer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.CompilerServices.VisualC.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Handles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.InteropServices.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.InteropServices.RuntimeInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Formatters.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Json.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Claims.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Algorithms.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Csp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.X509Certificates.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Principal.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.SecureString.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.Encoding.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.RegularExpressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Overlapped.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Thread.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.ThreadPool.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Timer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ValueTuple.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.ReaderWriter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XmlDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XmlSerializer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XPath.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XPath.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\Extensions\2.0.0\System.Runtime.InteropServices.WindowsRuntime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\mscorlib.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.ComponentModel.Composition.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Core.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Data.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Drawing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.IO.Compression.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Net.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Runtime.Serialization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.ServiceModel.Web.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Transactions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Web.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Windows.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.Serialization.dll + + + + + {d39d32e2-9548-3c51-6010-99f32f8547a6} + Unity.RenderPipelines.Core.Runtime + + + {5b6c6cc7-6288-9811-283f-10dc49bc3b47} + UnityEditor.UI + + + {ab27da9e-0f76-f1ba-653d-2f314399aadd} + UnityEngine.UI + + + + + diff --git a/Unity.RenderPipelines.Core.Editor.csproj b/Unity.RenderPipelines.Core.Editor.csproj new file mode 100644 index 0000000..494a898 --- /dev/null +++ b/Unity.RenderPipelines.Core.Editor.csproj @@ -0,0 +1,899 @@ + + + + 9.0 + + + Debug + AnyCPU + 10.0.20506 + 2.0 + + {2106b819-13bc-2d36-63bb-0117162d382b} + Library + Properties + Unity.RenderPipelines.Core.Editor + v4.7.1 + 512 + . + + + true + full + false + Temp\bin\Debug\ + DEBUG;TRACE;UNITY_2021_3_11;UNITY_2021_3;UNITY_2021;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2021_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;USE_SEARCH_TABLE;USE_SEARCH_MODULE;USE_PROPERTY_DATABASE;USE_SEARCH_EXTENSION_API;SCENE_TEMPLATE_MODULE;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_NVIDIA;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER;NET_STANDARD_2_0;NET_STANDARD;NET_STANDARD_2_1;NETSTANDARD;NETSTANDARD2_1 + prompt + 4 + 0169 + True + + + true + true + false + false + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.NVIDIAModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsNativeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.PackageManagerUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIServiceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WebGLSupport\UnityEditor.WebGL.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\log4netPlastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.testtools.codecoverage@1.0.1\lib\ReportGenerator\ReportGeneratorMerged.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.nuget.newtonsoft-json@3.0.2\Runtime\Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\unityplastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.Unsafe.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.Mdb.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.Pdb.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.Rocks.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.ext.nunit@1.0.6\net35\unity-custom\nunit.framework.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll + + + + + {d39d32e2-9548-3c51-6010-99f32f8547a6} + Unity.RenderPipelines.Core.Runtime + + + {5b6c6cc7-6288-9811-283f-10dc49bc3b47} + UnityEditor.UI + + + {ab27da9e-0f76-f1ba-653d-2f314399aadd} + UnityEngine.UI + + + {b964208d-4ce6-e1db-6f52-2a99f46b2267} + UnityEngine.TestRunner + + + {33dbbfa4-8760-3694-f325-62692bf24b10} + UnityEditor.TestRunner + + + + + diff --git a/Unity.RenderPipelines.Core.Runtime.csproj b/Unity.RenderPipelines.Core.Runtime.csproj new file mode 100644 index 0000000..f5ddafa --- /dev/null +++ b/Unity.RenderPipelines.Core.Runtime.csproj @@ -0,0 +1,888 @@ + + + + 9.0 + + + Debug + AnyCPU + 10.0.20506 + 2.0 + + {d39d32e2-9548-3c51-6010-99f32f8547a6} + Library + Properties + Unity.RenderPipelines.Core.Runtime + v4.7.1 + 512 + . + + + true + full + false + Temp\bin\Debug\ + DEBUG;TRACE;UNITY_2021_3_11;UNITY_2021_3;UNITY_2021;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2021_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;USE_SEARCH_TABLE;USE_SEARCH_MODULE;USE_PROPERTY_DATABASE;USE_SEARCH_EXTENSION_API;SCENE_TEMPLATE_MODULE;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_NVIDIA;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_STANDARD_2_0;NET_STANDARD;NET_STANDARD_2_1;NETSTANDARD;NETSTANDARD2_1;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;ENABLE_VR_MODULE;ENABLE_XR_MODULE;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER + prompt + 4 + 0169 + True + + + true + true + false + false + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsNativeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.PackageManagerUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIServiceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WebGLSupport\UnityEditor.WebGL.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\log4netPlastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.testtools.codecoverage@1.0.1\lib\ReportGenerator\ReportGeneratorMerged.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.nuget.newtonsoft-json@3.0.2\Runtime\Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\unityplastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.Unsafe.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.Mdb.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.Pdb.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.Rocks.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\ref\2.1.0\netstandard.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\Microsoft.Win32.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.AppContext.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Buffers.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.Concurrent.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.NonGeneric.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.Specialized.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.EventBasedAsync.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.TypeConverter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Console.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Data.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Contracts.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Debug.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.FileVersionInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Process.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.StackTrace.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.TextWriterTraceListener.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Tools.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.TraceSource.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Tracing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Drawing.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Dynamic.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.Calendars.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Compression.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Compression.ZipFile.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.DriveInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.Watcher.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.IsolatedStorage.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.MemoryMappedFiles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Pipes.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.UnmanagedMemoryStream.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Expressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Queryable.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Memory.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.NameResolution.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.NetworkInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Ping.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Requests.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Sockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebHeaderCollection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebSockets.Client.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebSockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Numerics.Vectors.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ObjectModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.DispatchProxy.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.ILGeneration.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.Lightweight.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.Reader.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.ResourceManager.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.Writer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.CompilerServices.VisualC.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Handles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.InteropServices.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.InteropServices.RuntimeInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Formatters.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Json.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Claims.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Algorithms.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Csp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.X509Certificates.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Principal.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.SecureString.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.Encoding.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.RegularExpressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Overlapped.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Thread.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.ThreadPool.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Timer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ValueTuple.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.ReaderWriter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XmlDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XmlSerializer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XPath.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XPath.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\Extensions\2.0.0\System.Runtime.InteropServices.WindowsRuntime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\mscorlib.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.ComponentModel.Composition.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Core.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Data.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Drawing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.IO.Compression.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Net.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Runtime.Serialization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.ServiceModel.Web.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Transactions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Web.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Windows.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.Serialization.dll + + + + + {5b6c6cc7-6288-9811-283f-10dc49bc3b47} + UnityEditor.UI + + + {ab27da9e-0f76-f1ba-653d-2f314399aadd} + UnityEngine.UI + + + + + diff --git a/Unity.RenderPipelines.Core.ShaderLibrary.csproj b/Unity.RenderPipelines.Core.ShaderLibrary.csproj new file mode 100644 index 0000000..bfc2113 --- /dev/null +++ b/Unity.RenderPipelines.Core.ShaderLibrary.csproj @@ -0,0 +1,792 @@ + + + + 9.0 + + + Debug + AnyCPU + 10.0.20506 + 2.0 + + {963adf5d-3a6c-e6da-cef6-39d627b9c5f7} + Library + Properties + Unity.RenderPipelines.Core.ShaderLibrary + v4.7.1 + 512 + . + + + true + full + false + Temp\bin\Debug\ + DEBUG;TRACE;UNITY_2021_3_11;UNITY_2021_3;UNITY_2021;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2021_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;USE_SEARCH_TABLE;USE_SEARCH_MODULE;USE_PROPERTY_DATABASE;USE_SEARCH_EXTENSION_API;SCENE_TEMPLATE_MODULE;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_NVIDIA;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_STANDARD_2_0;NET_STANDARD;NET_STANDARD_2_1;NETSTANDARD;NETSTANDARD2_1;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER + prompt + 4 + 0169 + False + + + true + true + false + false + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsNativeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.PackageManagerUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIServiceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WebGLSupport\UnityEditor.WebGL.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\log4netPlastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.testtools.codecoverage@1.0.1\lib\ReportGenerator\ReportGeneratorMerged.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.nuget.newtonsoft-json@3.0.2\Runtime\Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\unityplastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.Unsafe.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.Mdb.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.Pdb.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.Rocks.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\ref\2.1.0\netstandard.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\Microsoft.Win32.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.AppContext.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Buffers.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.Concurrent.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.NonGeneric.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.Specialized.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.EventBasedAsync.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.TypeConverter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Console.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Data.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Contracts.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Debug.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.FileVersionInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Process.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.StackTrace.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.TextWriterTraceListener.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Tools.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.TraceSource.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Tracing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Drawing.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Dynamic.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.Calendars.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Compression.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Compression.ZipFile.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.DriveInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.Watcher.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.IsolatedStorage.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.MemoryMappedFiles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Pipes.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.UnmanagedMemoryStream.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Expressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Queryable.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Memory.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.NameResolution.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.NetworkInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Ping.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Requests.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Sockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebHeaderCollection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebSockets.Client.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebSockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Numerics.Vectors.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ObjectModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.DispatchProxy.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.ILGeneration.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.Lightweight.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.Reader.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.ResourceManager.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.Writer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.CompilerServices.VisualC.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Handles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.InteropServices.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.InteropServices.RuntimeInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Formatters.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Json.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Claims.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Algorithms.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Csp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.X509Certificates.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Principal.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.SecureString.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.Encoding.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.RegularExpressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Overlapped.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Thread.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.ThreadPool.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Timer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ValueTuple.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.ReaderWriter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XmlDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XmlSerializer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XPath.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XPath.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\Extensions\2.0.0\System.Runtime.InteropServices.WindowsRuntime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\mscorlib.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.ComponentModel.Composition.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Core.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Data.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Drawing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.IO.Compression.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Net.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Runtime.Serialization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.ServiceModel.Web.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Transactions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Web.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Windows.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.Serialization.dll + + + + + {5b6c6cc7-6288-9811-283f-10dc49bc3b47} + UnityEditor.UI + + + {ab27da9e-0f76-f1ba-653d-2f314399aadd} + UnityEngine.UI + + + + + diff --git a/Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary.csproj b/Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary.csproj new file mode 100644 index 0000000..e63791c --- /dev/null +++ b/Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary.csproj @@ -0,0 +1,751 @@ + + + + 9.0 + + + Debug + AnyCPU + 10.0.20506 + 2.0 + + {cecdca58-899f-5a19-9302-02e0456bb849} + Library + Properties + Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary + v4.7.1 + 512 + . + + + true + full + false + Temp\bin\Debug\ + DEBUG;TRACE;UNITY_2021_3_11;UNITY_2021_3;UNITY_2021;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2021_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;USE_SEARCH_TABLE;USE_SEARCH_MODULE;USE_PROPERTY_DATABASE;USE_SEARCH_EXTENSION_API;SCENE_TEMPLATE_MODULE;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_NVIDIA;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_STANDARD_2_0;NET_STANDARD;NET_STANDARD_2_1;NETSTANDARD;NETSTANDARD2_1;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER + prompt + 4 + 0169 + False + + + true + true + false + false + false + + + + + + + + + + + + + + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsNativeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.PackageManagerUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIServiceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WebGLSupport\UnityEditor.WebGL.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\log4netPlastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.testtools.codecoverage@1.0.1\lib\ReportGenerator\ReportGeneratorMerged.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.nuget.newtonsoft-json@3.0.2\Runtime\Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\unityplastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.Unsafe.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.Mdb.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.Pdb.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.Rocks.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\ref\2.1.0\netstandard.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\Microsoft.Win32.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.AppContext.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Buffers.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.Concurrent.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.NonGeneric.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.Specialized.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.EventBasedAsync.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.TypeConverter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Console.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Data.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Contracts.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Debug.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.FileVersionInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Process.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.StackTrace.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.TextWriterTraceListener.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Tools.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.TraceSource.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Tracing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Drawing.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Dynamic.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.Calendars.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Compression.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Compression.ZipFile.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.DriveInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.Watcher.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.IsolatedStorage.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.MemoryMappedFiles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Pipes.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.UnmanagedMemoryStream.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Expressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Queryable.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Memory.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.NameResolution.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.NetworkInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Ping.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Requests.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Sockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebHeaderCollection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebSockets.Client.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebSockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Numerics.Vectors.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ObjectModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.DispatchProxy.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.ILGeneration.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.Lightweight.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.Reader.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.ResourceManager.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.Writer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.CompilerServices.VisualC.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Handles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.InteropServices.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.InteropServices.RuntimeInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Formatters.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Json.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Claims.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Algorithms.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Csp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.X509Certificates.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Principal.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.SecureString.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.Encoding.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.RegularExpressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Overlapped.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Thread.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.ThreadPool.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Timer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ValueTuple.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.ReaderWriter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XmlDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XmlSerializer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XPath.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XPath.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\Extensions\2.0.0\System.Runtime.InteropServices.WindowsRuntime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\mscorlib.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.ComponentModel.Composition.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Core.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Data.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Drawing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.IO.Compression.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Net.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Runtime.Serialization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.ServiceModel.Web.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Transactions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Web.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Windows.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.Serialization.dll + + + + + {5b6c6cc7-6288-9811-283f-10dc49bc3b47} + UnityEditor.UI + + + {ab27da9e-0f76-f1ba-653d-2f314399aadd} + UnityEngine.UI + + + + + diff --git a/Unity.RenderPipelines.Universal.Editor.csproj b/Unity.RenderPipelines.Universal.Editor.csproj new file mode 100644 index 0000000..6590038 --- /dev/null +++ b/Unity.RenderPipelines.Universal.Editor.csproj @@ -0,0 +1,1063 @@ + + + + 9.0 + + + Debug + AnyCPU + 10.0.20506 + 2.0 + + {abc7ec4a-31be-c095-9807-8c24f2385659} + Library + Properties + Unity.RenderPipelines.Universal.Editor + v4.7.1 + 512 + . + + + true + full + false + Temp\bin\Debug\ + DEBUG;TRACE;UNITY_2021_3_11;UNITY_2021_3;UNITY_2021;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2021_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;USE_SEARCH_TABLE;USE_SEARCH_MODULE;USE_PROPERTY_DATABASE;USE_SEARCH_EXTENSION_API;SCENE_TEMPLATE_MODULE;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_NVIDIA;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;ENABLE_XR_MODULE;XR_MANAGEMENT_4_0_1_OR_NEWER;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER;NET_STANDARD_2_0;NET_STANDARD;NET_STANDARD_2_1;NETSTANDARD;NETSTANDARD2_1 + prompt + 4 + 0169 + True + + + true + true + false + false + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.NVIDIAModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsNativeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.PackageManagerUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIServiceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WebGLSupport\UnityEditor.WebGL.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\log4netPlastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.testtools.codecoverage@1.0.1\lib\ReportGenerator\ReportGeneratorMerged.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.nuget.newtonsoft-json@3.0.2\Runtime\Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\unityplastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.Unsafe.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.Mdb.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.Pdb.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.Rocks.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.ext.nunit@1.0.6\net35\unity-custom\nunit.framework.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll + + + + + {2f1b0131-651d-d6dc-d691-4c36423c37ed} + Unity.RenderPipelines.Universal.Runtime + + + {d39d32e2-9548-3c51-6010-99f32f8547a6} + Unity.RenderPipelines.Core.Runtime + + + {2106b819-13bc-2d36-63bb-0117162d382b} + Unity.RenderPipelines.Core.Editor + + + {e781d842-4060-4561-7659-ab6bbcc0cd56} + Unity.ShaderGraph.Editor + + + {3d0f3e21-5079-4e63-f3c9-601274b825bd} + Unity.Burst.Editor + + + {57e827a3-ee9b-1f66-0b92-458dfd85a8fe} + Unity.Mathematics.Editor + + + {25914bc5-6fd2-b870-9bfc-9b3badda5b34} + Unity.XR.Management.Editor + + + {1fff3889-7799-fe93-6cc6-394b97da33ce} + Unity.XR.Management + + + {5b6c6cc7-6288-9811-283f-10dc49bc3b47} + UnityEditor.UI + + + {ab27da9e-0f76-f1ba-653d-2f314399aadd} + UnityEngine.UI + + + {b964208d-4ce6-e1db-6f52-2a99f46b2267} + UnityEngine.TestRunner + + + {33dbbfa4-8760-3694-f325-62692bf24b10} + UnityEditor.TestRunner + + + + + diff --git a/Unity.RenderPipelines.Universal.Runtime.csproj b/Unity.RenderPipelines.Universal.Runtime.csproj new file mode 100644 index 0000000..5da0160 --- /dev/null +++ b/Unity.RenderPipelines.Universal.Runtime.csproj @@ -0,0 +1,921 @@ + + + + 9.0 + + + Debug + AnyCPU + 10.0.20506 + 2.0 + + {2f1b0131-651d-d6dc-d691-4c36423c37ed} + Library + Properties + Unity.RenderPipelines.Universal.Runtime + v4.7.1 + 512 + . + + + true + full + false + Temp\bin\Debug\ + DEBUG;TRACE;UNITY_2021_3_11;UNITY_2021_3;UNITY_2021;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2021_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;USE_SEARCH_TABLE;USE_SEARCH_MODULE;USE_PROPERTY_DATABASE;USE_SEARCH_EXTENSION_API;SCENE_TEMPLATE_MODULE;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_NVIDIA;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_STANDARD_2_0;NET_STANDARD;NET_STANDARD_2_1;NETSTANDARD;NETSTANDARD2_1;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;ENABLE_BURST_1_0_0_OR_NEWER;ENABLE_VR_MODULE;ENABLE_XR_MODULE;USING_ANIMATION_MODULE;USING_PHYSICS2D_MODULE;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER + prompt + 4 + 0169 + True + + + true + true + false + false + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsNativeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.PackageManagerUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIServiceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WebGLSupport\UnityEditor.WebGL.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\log4netPlastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.testtools.codecoverage@1.0.1\lib\ReportGenerator\ReportGeneratorMerged.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.nuget.newtonsoft-json@3.0.2\Runtime\Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\unityplastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.Unsafe.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.Mdb.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.Pdb.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.Rocks.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\ref\2.1.0\netstandard.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\Microsoft.Win32.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.AppContext.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Buffers.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.Concurrent.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.NonGeneric.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.Specialized.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.EventBasedAsync.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.TypeConverter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Console.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Data.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Contracts.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Debug.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.FileVersionInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Process.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.StackTrace.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.TextWriterTraceListener.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Tools.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.TraceSource.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Tracing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Drawing.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Dynamic.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.Calendars.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Compression.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Compression.ZipFile.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.DriveInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.Watcher.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.IsolatedStorage.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.MemoryMappedFiles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Pipes.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.UnmanagedMemoryStream.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Expressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Queryable.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Memory.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.NameResolution.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.NetworkInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Ping.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Requests.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Sockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebHeaderCollection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebSockets.Client.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebSockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Numerics.Vectors.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ObjectModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.DispatchProxy.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.ILGeneration.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.Lightweight.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.Reader.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.ResourceManager.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.Writer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.CompilerServices.VisualC.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Handles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.InteropServices.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.InteropServices.RuntimeInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Formatters.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Json.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Claims.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Algorithms.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Csp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.X509Certificates.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Principal.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.SecureString.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.Encoding.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.RegularExpressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Overlapped.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Thread.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.ThreadPool.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Timer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ValueTuple.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.ReaderWriter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XmlDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XmlSerializer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XPath.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XPath.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\Extensions\2.0.0\System.Runtime.InteropServices.WindowsRuntime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\mscorlib.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.ComponentModel.Composition.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Core.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Data.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Drawing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.IO.Compression.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Net.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Runtime.Serialization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.ServiceModel.Web.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Transactions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Web.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Windows.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.Serialization.dll + + + + + {d39d32e2-9548-3c51-6010-99f32f8547a6} + Unity.RenderPipelines.Core.Runtime + + + {dec8bd8b-a6b5-ff36-fad9-0ecb71a80879} + Unity.RenderPipeline.Universal.ShaderLibrary + + + {a5ad21db-7f81-e635-0c84-5d9e4da7cbea} + Unity.Mathematics + + + {c21e0a96-8550-518a-5096-b07396e951eb} + Unity.Burst + + + {5b6c6cc7-6288-9811-283f-10dc49bc3b47} + UnityEditor.UI + + + {ab27da9e-0f76-f1ba-653d-2f314399aadd} + UnityEngine.UI + + + + + diff --git a/Unity.RenderPipelines.Universal.Shaders.csproj b/Unity.RenderPipelines.Universal.Shaders.csproj new file mode 100644 index 0000000..0bee887 --- /dev/null +++ b/Unity.RenderPipelines.Universal.Shaders.csproj @@ -0,0 +1,867 @@ + + + + 9.0 + + + Debug + AnyCPU + 10.0.20506 + 2.0 + + {20e65aea-cafd-89b7-08a6-c1dba34c15c4} + Library + Properties + Unity.RenderPipelines.Universal.Shaders + v4.7.1 + 512 + . + + + true + full + false + Temp\bin\Debug\ + DEBUG;TRACE;UNITY_2021_3_11;UNITY_2021_3;UNITY_2021;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2021_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;USE_SEARCH_TABLE;USE_SEARCH_MODULE;USE_PROPERTY_DATABASE;USE_SEARCH_EXTENSION_API;SCENE_TEMPLATE_MODULE;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_NVIDIA;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_STANDARD_2_0;NET_STANDARD;NET_STANDARD_2_1;NETSTANDARD;NETSTANDARD2_1;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER + prompt + 4 + 0169 + False + + + true + true + false + false + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsNativeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.PackageManagerUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIServiceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WebGLSupport\UnityEditor.WebGL.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\log4netPlastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.testtools.codecoverage@1.0.1\lib\ReportGenerator\ReportGeneratorMerged.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.nuget.newtonsoft-json@3.0.2\Runtime\Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\unityplastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.Unsafe.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.Mdb.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.Pdb.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.Rocks.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\ref\2.1.0\netstandard.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\Microsoft.Win32.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.AppContext.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Buffers.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.Concurrent.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.NonGeneric.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.Specialized.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.EventBasedAsync.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.TypeConverter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Console.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Data.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Contracts.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Debug.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.FileVersionInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Process.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.StackTrace.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.TextWriterTraceListener.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Tools.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.TraceSource.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Tracing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Drawing.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Dynamic.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.Calendars.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Compression.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Compression.ZipFile.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.DriveInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.Watcher.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.IsolatedStorage.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.MemoryMappedFiles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Pipes.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.UnmanagedMemoryStream.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Expressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Queryable.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Memory.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.NameResolution.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.NetworkInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Ping.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Requests.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Sockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebHeaderCollection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebSockets.Client.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebSockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Numerics.Vectors.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ObjectModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.DispatchProxy.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.ILGeneration.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.Lightweight.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.Reader.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.ResourceManager.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.Writer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.CompilerServices.VisualC.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Handles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.InteropServices.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.InteropServices.RuntimeInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Formatters.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Json.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Claims.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Algorithms.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Csp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.X509Certificates.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Principal.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.SecureString.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.Encoding.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.RegularExpressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Overlapped.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Thread.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.ThreadPool.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Timer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ValueTuple.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.ReaderWriter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XmlDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XmlSerializer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XPath.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XPath.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\Extensions\2.0.0\System.Runtime.InteropServices.WindowsRuntime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\mscorlib.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.ComponentModel.Composition.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Core.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Data.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Drawing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.IO.Compression.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Net.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Runtime.Serialization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.ServiceModel.Web.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Transactions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Web.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Windows.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.Serialization.dll + + + + + {5b6c6cc7-6288-9811-283f-10dc49bc3b47} + UnityEditor.UI + + + {ab27da9e-0f76-f1ba-653d-2f314399aadd} + UnityEngine.UI + + + + + diff --git a/Unity.Rider.Editor.csproj b/Unity.Rider.Editor.csproj new file mode 100644 index 0000000..ddafc46 --- /dev/null +++ b/Unity.Rider.Editor.csproj @@ -0,0 +1,755 @@ + + + + 9.0 + + + Debug + AnyCPU + 10.0.20506 + 2.0 + + {f8c40f81-1361-cbf8-60a0-9b4244867219} + Library + Properties + Unity.Rider.Editor + v4.7.1 + 512 + . + + + true + full + false + Temp\bin\Debug\ + DEBUG;TRACE;UNITY_2021_3_11;UNITY_2021_3;UNITY_2021;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2021_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;USE_SEARCH_TABLE;USE_SEARCH_MODULE;USE_PROPERTY_DATABASE;USE_SEARCH_EXTENSION_API;SCENE_TEMPLATE_MODULE;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_NVIDIA;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;TEST_FRAMEWORK;ROSLYN_ANALYZER_FIX;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER;NET_STANDARD_2_0;NET_STANDARD;NET_STANDARD_2_1;NETSTANDARD;NETSTANDARD2_1 + prompt + 4 + 0169 + False + + + true + true + false + false + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.NVIDIAModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsNativeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.PackageManagerUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIServiceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WebGLSupport\UnityEditor.WebGL.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.ext.nunit@1.0.6\net35\unity-custom\nunit.framework.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll + + + + + {33dbbfa4-8760-3694-f325-62692bf24b10} + UnityEditor.TestRunner + + + {b964208d-4ce6-e1db-6f52-2a99f46b2267} + UnityEngine.TestRunner + + + {5b6c6cc7-6288-9811-283f-10dc49bc3b47} + UnityEditor.UI + + + {ab27da9e-0f76-f1ba-653d-2f314399aadd} + UnityEngine.UI + + + + + diff --git a/Unity.Searcher.Editor.csproj b/Unity.Searcher.Editor.csproj new file mode 100644 index 0000000..9e6ffb5 --- /dev/null +++ b/Unity.Searcher.Editor.csproj @@ -0,0 +1,776 @@ + + + + 9.0 + + + Debug + AnyCPU + 10.0.20506 + 2.0 + + {b65a9ecb-6e02-9f0b-7d27-f269348d3fe0} + Library + Properties + Unity.Searcher.Editor + v4.7.1 + 512 + . + + + true + full + false + Temp\bin\Debug\ + DEBUG;TRACE;UNITY_2021_3_11;UNITY_2021_3;UNITY_2021;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2021_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;USE_SEARCH_TABLE;USE_SEARCH_MODULE;USE_PROPERTY_DATABASE;USE_SEARCH_EXTENSION_API;SCENE_TEMPLATE_MODULE;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_NVIDIA;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER;NET_STANDARD_2_0;NET_STANDARD;NET_STANDARD_2_1;NETSTANDARD;NETSTANDARD2_1 + prompt + 4 + 0169 + False + + + true + true + false + false + false + + + + + + + + + + + + + + + + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.NVIDIAModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsNativeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.PackageManagerUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIServiceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WebGLSupport\UnityEditor.WebGL.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\log4netPlastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.testtools.codecoverage@1.0.1\lib\ReportGenerator\ReportGeneratorMerged.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.nuget.newtonsoft-json@3.0.2\Runtime\Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\unityplastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.Unsafe.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.Mdb.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.Pdb.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.Rocks.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.ext.nunit@1.0.6\net35\unity-custom\nunit.framework.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll + + + + + {5b6c6cc7-6288-9811-283f-10dc49bc3b47} + UnityEditor.UI + + + {ab27da9e-0f76-f1ba-653d-2f314399aadd} + UnityEngine.UI + + + {b964208d-4ce6-e1db-6f52-2a99f46b2267} + UnityEngine.TestRunner + + + {33dbbfa4-8760-3694-f325-62692bf24b10} + UnityEditor.TestRunner + + + + + diff --git a/Unity.Services.Core.Analytics.csproj b/Unity.Services.Core.Analytics.csproj new file mode 100644 index 0000000..c39795f --- /dev/null +++ b/Unity.Services.Core.Analytics.csproj @@ -0,0 +1,731 @@ + + + + 9.0 + + + Debug + AnyCPU + 10.0.20506 + 2.0 + + {981b7876-54fe-c09d-7c78-2f50a48ca5c6} + Library + Properties + Unity.Services.Core.Analytics + v4.7.1 + 512 + . + + + true + full + false + Temp\bin\Debug\ + DEBUG;TRACE;UNITY_2021_3_11;UNITY_2021_3;UNITY_2021;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2021_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;USE_SEARCH_TABLE;USE_SEARCH_MODULE;USE_PROPERTY_DATABASE;USE_SEARCH_EXTENSION_API;SCENE_TEMPLATE_MODULE;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_NVIDIA;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_STANDARD_2_0;NET_STANDARD;NET_STANDARD_2_1;NETSTANDARD;NETSTANDARD2_1;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER + prompt + 4 + 0169 + False + + + true + true + false + false + false + + + + + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsNativeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.PackageManagerUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIServiceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WebGLSupport\UnityEditor.WebGL.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\log4netPlastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.testtools.codecoverage@1.0.1\lib\ReportGenerator\ReportGeneratorMerged.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.nuget.newtonsoft-json@3.0.2\Runtime\Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\unityplastic.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\ref\2.1.0\netstandard.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\Microsoft.Win32.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.AppContext.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Buffers.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.Concurrent.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.NonGeneric.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.Specialized.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.EventBasedAsync.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.TypeConverter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Console.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Data.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Contracts.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Debug.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.FileVersionInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Process.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.StackTrace.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.TextWriterTraceListener.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Tools.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.TraceSource.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Tracing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Drawing.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Dynamic.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.Calendars.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Compression.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Compression.ZipFile.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.DriveInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.Watcher.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.IsolatedStorage.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.MemoryMappedFiles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Pipes.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.UnmanagedMemoryStream.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Expressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Queryable.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Memory.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.NameResolution.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.NetworkInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Ping.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Requests.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Sockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebHeaderCollection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebSockets.Client.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebSockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Numerics.Vectors.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ObjectModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.DispatchProxy.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.ILGeneration.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.Lightweight.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.Reader.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.ResourceManager.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.Writer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.CompilerServices.VisualC.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Handles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.InteropServices.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.InteropServices.RuntimeInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Formatters.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Json.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Claims.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Algorithms.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Csp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.X509Certificates.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Principal.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.SecureString.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.Encoding.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.RegularExpressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Overlapped.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Thread.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.ThreadPool.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Timer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ValueTuple.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.ReaderWriter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XmlDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XmlSerializer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XPath.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XPath.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\Extensions\2.0.0\System.Runtime.InteropServices.WindowsRuntime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\mscorlib.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.ComponentModel.Composition.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Core.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Data.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Drawing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.IO.Compression.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Net.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Runtime.Serialization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.ServiceModel.Web.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Transactions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Web.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Windows.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.Serialization.dll + + + + + {57583710-33a8-16c6-fd7e-60f01f42dfd1} + Unity.Services.Core + + + {5b6c6cc7-6288-9811-283f-10dc49bc3b47} + UnityEditor.UI + + + {ab27da9e-0f76-f1ba-653d-2f314399aadd} + UnityEngine.UI + + + + + diff --git a/Unity.Services.Core.Configuration.Editor.csproj b/Unity.Services.Core.Configuration.Editor.csproj new file mode 100644 index 0000000..5ce11cd --- /dev/null +++ b/Unity.Services.Core.Configuration.Editor.csproj @@ -0,0 +1,765 @@ + + + + 9.0 + + + Debug + AnyCPU + 10.0.20506 + 2.0 + + {f3a1922f-7534-081a-4c87-fe074e0a0628} + Library + Properties + Unity.Services.Core.Configuration.Editor + v4.7.1 + 512 + . + + + true + full + false + Temp\bin\Debug\ + DEBUG;TRACE;UNITY_2021_3_11;UNITY_2021_3;UNITY_2021;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2021_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;USE_SEARCH_TABLE;USE_SEARCH_MODULE;USE_PROPERTY_DATABASE;USE_SEARCH_EXTENSION_API;SCENE_TEMPLATE_MODULE;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_NVIDIA;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER;NET_STANDARD_2_0;NET_STANDARD;NET_STANDARD_2_1;NETSTANDARD;NETSTANDARD2_1 + prompt + 4 + 0169 + False + + + true + true + false + false + false + + + + + + + + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.NVIDIAModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsNativeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.PackageManagerUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIServiceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WebGLSupport\UnityEditor.WebGL.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\log4netPlastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.testtools.codecoverage@1.0.1\lib\ReportGenerator\ReportGeneratorMerged.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.nuget.newtonsoft-json@3.0.2\Runtime\Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\unityplastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.ext.nunit@1.0.6\net35\unity-custom\nunit.framework.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll + + + + + {57583710-33a8-16c6-fd7e-60f01f42dfd1} + Unity.Services.Core + + + {b7633c5b-9228-3ad9-c891-0813508617de} + Unity.Services.Core.Configuration + + + {dc1208e5-0f73-4b32-5ebf-2e6d96be26a1} + Unity.Services.Core.Internal + + + {5b6c6cc7-6288-9811-283f-10dc49bc3b47} + UnityEditor.UI + + + {ab27da9e-0f76-f1ba-653d-2f314399aadd} + UnityEngine.UI + + + {b964208d-4ce6-e1db-6f52-2a99f46b2267} + UnityEngine.TestRunner + + + {33dbbfa4-8760-3694-f325-62692bf24b10} + UnityEditor.TestRunner + + + + + diff --git a/Unity.Services.Core.Configuration.csproj b/Unity.Services.Core.Configuration.csproj new file mode 100644 index 0000000..0eb0d9d --- /dev/null +++ b/Unity.Services.Core.Configuration.csproj @@ -0,0 +1,744 @@ + + + + 9.0 + + + Debug + AnyCPU + 10.0.20506 + 2.0 + + {b7633c5b-9228-3ad9-c891-0813508617de} + Library + Properties + Unity.Services.Core.Configuration + v4.7.1 + 512 + . + + + true + full + false + Temp\bin\Debug\ + DEBUG;TRACE;UNITY_2021_3_11;UNITY_2021_3;UNITY_2021;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2021_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;USE_SEARCH_TABLE;USE_SEARCH_MODULE;USE_PROPERTY_DATABASE;USE_SEARCH_EXTENSION_API;SCENE_TEMPLATE_MODULE;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_NVIDIA;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_STANDARD_2_0;NET_STANDARD;NET_STANDARD_2_1;NETSTANDARD;NETSTANDARD2_1;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER + prompt + 4 + 0169 + False + + + true + true + false + false + false + + + + + + + + + + + + + + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsNativeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.PackageManagerUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIServiceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WebGLSupport\UnityEditor.WebGL.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\log4netPlastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.testtools.codecoverage@1.0.1\lib\ReportGenerator\ReportGeneratorMerged.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.nuget.newtonsoft-json@3.0.2\Runtime\Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\unityplastic.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\ref\2.1.0\netstandard.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\Microsoft.Win32.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.AppContext.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Buffers.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.Concurrent.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.NonGeneric.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.Specialized.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.EventBasedAsync.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.TypeConverter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Console.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Data.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Contracts.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Debug.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.FileVersionInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Process.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.StackTrace.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.TextWriterTraceListener.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Tools.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.TraceSource.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Tracing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Drawing.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Dynamic.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.Calendars.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Compression.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Compression.ZipFile.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.DriveInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.Watcher.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.IsolatedStorage.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.MemoryMappedFiles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Pipes.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.UnmanagedMemoryStream.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Expressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Queryable.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Memory.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.NameResolution.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.NetworkInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Ping.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Requests.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Sockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebHeaderCollection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebSockets.Client.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebSockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Numerics.Vectors.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ObjectModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.DispatchProxy.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.ILGeneration.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.Lightweight.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.Reader.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.ResourceManager.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.Writer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.CompilerServices.VisualC.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Handles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.InteropServices.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.InteropServices.RuntimeInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Formatters.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Json.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Claims.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Algorithms.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Csp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.X509Certificates.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Principal.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.SecureString.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.Encoding.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.RegularExpressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Overlapped.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Thread.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.ThreadPool.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Timer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ValueTuple.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.ReaderWriter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XmlDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XmlSerializer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XPath.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XPath.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\Extensions\2.0.0\System.Runtime.InteropServices.WindowsRuntime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\mscorlib.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.ComponentModel.Composition.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Core.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Data.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Drawing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.IO.Compression.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Net.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Runtime.Serialization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.ServiceModel.Web.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Transactions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Web.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Windows.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.Serialization.dll + + + + + {dc1208e5-0f73-4b32-5ebf-2e6d96be26a1} + Unity.Services.Core.Internal + + + {57583710-33a8-16c6-fd7e-60f01f42dfd1} + Unity.Services.Core + + + {5b6c6cc7-6288-9811-283f-10dc49bc3b47} + UnityEditor.UI + + + {ab27da9e-0f76-f1ba-653d-2f314399aadd} + UnityEngine.UI + + + + + diff --git a/Unity.Services.Core.Device.csproj b/Unity.Services.Core.Device.csproj new file mode 100644 index 0000000..838d1b1 --- /dev/null +++ b/Unity.Services.Core.Device.csproj @@ -0,0 +1,736 @@ + + + + 9.0 + + + Debug + AnyCPU + 10.0.20506 + 2.0 + + {199b66b3-1ddb-b5c1-b149-5a025973439d} + Library + Properties + Unity.Services.Core.Device + v4.7.1 + 512 + . + + + true + full + false + Temp\bin\Debug\ + DEBUG;TRACE;UNITY_2021_3_11;UNITY_2021_3;UNITY_2021;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2021_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;USE_SEARCH_TABLE;USE_SEARCH_MODULE;USE_PROPERTY_DATABASE;USE_SEARCH_EXTENSION_API;SCENE_TEMPLATE_MODULE;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_NVIDIA;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_STANDARD_2_0;NET_STANDARD;NET_STANDARD_2_1;NETSTANDARD;NETSTANDARD2_1;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER + prompt + 4 + 0169 + False + + + true + true + false + false + false + + + + + + + + + + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsNativeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.PackageManagerUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIServiceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WebGLSupport\UnityEditor.WebGL.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\log4netPlastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.testtools.codecoverage@1.0.1\lib\ReportGenerator\ReportGeneratorMerged.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.nuget.newtonsoft-json@3.0.2\Runtime\Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\unityplastic.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\ref\2.1.0\netstandard.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\Microsoft.Win32.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.AppContext.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Buffers.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.Concurrent.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.NonGeneric.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.Specialized.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.EventBasedAsync.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.TypeConverter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Console.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Data.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Contracts.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Debug.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.FileVersionInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Process.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.StackTrace.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.TextWriterTraceListener.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Tools.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.TraceSource.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Tracing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Drawing.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Dynamic.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.Calendars.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Compression.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Compression.ZipFile.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.DriveInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.Watcher.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.IsolatedStorage.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.MemoryMappedFiles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Pipes.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.UnmanagedMemoryStream.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Expressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Queryable.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Memory.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.NameResolution.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.NetworkInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Ping.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Requests.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Sockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebHeaderCollection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebSockets.Client.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebSockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Numerics.Vectors.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ObjectModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.DispatchProxy.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.ILGeneration.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.Lightweight.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.Reader.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.ResourceManager.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.Writer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.CompilerServices.VisualC.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Handles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.InteropServices.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.InteropServices.RuntimeInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Formatters.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Json.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Claims.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Algorithms.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Csp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.X509Certificates.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Principal.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.SecureString.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.Encoding.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.RegularExpressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Overlapped.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Thread.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.ThreadPool.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Timer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ValueTuple.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.ReaderWriter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XmlDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XmlSerializer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XPath.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XPath.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\Extensions\2.0.0\System.Runtime.InteropServices.WindowsRuntime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\mscorlib.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.ComponentModel.Composition.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Core.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Data.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Drawing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.IO.Compression.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Net.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Runtime.Serialization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.ServiceModel.Web.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Transactions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Web.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Windows.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.Serialization.dll + + + + + {dc1208e5-0f73-4b32-5ebf-2e6d96be26a1} + Unity.Services.Core.Internal + + + {5b6c6cc7-6288-9811-283f-10dc49bc3b47} + UnityEditor.UI + + + {ab27da9e-0f76-f1ba-653d-2f314399aadd} + UnityEngine.UI + + + + + diff --git a/Unity.Services.Core.Editor.csproj b/Unity.Services.Core.Editor.csproj new file mode 100644 index 0000000..662dea5 --- /dev/null +++ b/Unity.Services.Core.Editor.csproj @@ -0,0 +1,845 @@ + + + + 9.0 + + + Debug + AnyCPU + 10.0.20506 + 2.0 + + {fff9af17-0c16-fc28-4999-9912a67468eb} + Library + Properties + Unity.Services.Core.Editor + v4.7.1 + 512 + . + + + true + full + false + Temp\bin\Debug\ + DEBUG;TRACE;UNITY_2021_3_11;UNITY_2021_3;UNITY_2021;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2021_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;USE_SEARCH_TABLE;USE_SEARCH_MODULE;USE_PROPERTY_DATABASE;USE_SEARCH_EXTENSION_API;SCENE_TEMPLATE_MODULE;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_NVIDIA;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;UNITY_OPERATE_SERVICE_ENABLED;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER;NET_STANDARD_2_0;NET_STANDARD;NET_STANDARD_2_1;NETSTANDARD;NETSTANDARD2_1 + prompt + 4 + 0169 + False + + + true + true + false + false + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.NVIDIAModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsNativeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.PackageManagerUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIServiceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WebGLSupport\UnityEditor.WebGL.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\log4netPlastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.testtools.codecoverage@1.0.1\lib\ReportGenerator\ReportGeneratorMerged.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.nuget.newtonsoft-json@3.0.2\Runtime\Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\unityplastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.ext.nunit@1.0.6\net35\unity-custom\nunit.framework.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll + + + + + {57583710-33a8-16c6-fd7e-60f01f42dfd1} + Unity.Services.Core + + + {75844e64-c948-f71f-539e-76307b4cd885} + Unity.Services.Core.Networking + + + {dc1208e5-0f73-4b32-5ebf-2e6d96be26a1} + Unity.Services.Core.Internal + + + {f3a1922f-7534-081a-4c87-fe074e0a0628} + Unity.Services.Core.Configuration.Editor + + + {c9b54016-b979-ddfc-e2db-516f5f0df12c} + Unity.Services.Core.Telemetry + + + {5b6c6cc7-6288-9811-283f-10dc49bc3b47} + UnityEditor.UI + + + {ab27da9e-0f76-f1ba-653d-2f314399aadd} + UnityEngine.UI + + + {b964208d-4ce6-e1db-6f52-2a99f46b2267} + UnityEngine.TestRunner + + + {33dbbfa4-8760-3694-f325-62692bf24b10} + UnityEditor.TestRunner + + + + + diff --git a/Unity.Services.Core.Environments.Internal.csproj b/Unity.Services.Core.Environments.Internal.csproj new file mode 100644 index 0000000..1667c44 --- /dev/null +++ b/Unity.Services.Core.Environments.Internal.csproj @@ -0,0 +1,731 @@ + + + + 9.0 + + + Debug + AnyCPU + 10.0.20506 + 2.0 + + {81888175-604e-7e75-132a-752dcc78ae99} + Library + Properties + Unity.Services.Core.Environments.Internal + v4.7.1 + 512 + . + + + true + full + false + Temp\bin\Debug\ + DEBUG;TRACE;UNITY_2021_3_11;UNITY_2021_3;UNITY_2021;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2021_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;USE_SEARCH_TABLE;USE_SEARCH_MODULE;USE_PROPERTY_DATABASE;USE_SEARCH_EXTENSION_API;SCENE_TEMPLATE_MODULE;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_NVIDIA;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_STANDARD_2_0;NET_STANDARD;NET_STANDARD_2_1;NETSTANDARD;NETSTANDARD2_1;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER + prompt + 4 + 0169 + False + + + true + true + false + false + false + + + + + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsNativeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.PackageManagerUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIServiceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WebGLSupport\UnityEditor.WebGL.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\log4netPlastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.testtools.codecoverage@1.0.1\lib\ReportGenerator\ReportGeneratorMerged.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.nuget.newtonsoft-json@3.0.2\Runtime\Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\unityplastic.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\ref\2.1.0\netstandard.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\Microsoft.Win32.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.AppContext.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Buffers.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.Concurrent.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.NonGeneric.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.Specialized.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.EventBasedAsync.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.TypeConverter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Console.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Data.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Contracts.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Debug.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.FileVersionInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Process.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.StackTrace.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.TextWriterTraceListener.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Tools.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.TraceSource.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Tracing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Drawing.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Dynamic.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.Calendars.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Compression.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Compression.ZipFile.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.DriveInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.Watcher.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.IsolatedStorage.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.MemoryMappedFiles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Pipes.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.UnmanagedMemoryStream.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Expressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Queryable.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Memory.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.NameResolution.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.NetworkInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Ping.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Requests.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Sockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebHeaderCollection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebSockets.Client.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebSockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Numerics.Vectors.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ObjectModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.DispatchProxy.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.ILGeneration.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.Lightweight.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.Reader.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.ResourceManager.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.Writer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.CompilerServices.VisualC.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Handles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.InteropServices.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.InteropServices.RuntimeInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Formatters.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Json.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Claims.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Algorithms.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Csp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.X509Certificates.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Principal.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.SecureString.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.Encoding.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.RegularExpressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Overlapped.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Thread.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.ThreadPool.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Timer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ValueTuple.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.ReaderWriter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XmlDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XmlSerializer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XPath.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XPath.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\Extensions\2.0.0\System.Runtime.InteropServices.WindowsRuntime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\mscorlib.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.ComponentModel.Composition.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Core.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Data.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Drawing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.IO.Compression.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Net.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Runtime.Serialization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.ServiceModel.Web.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Transactions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Web.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Windows.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.Serialization.dll + + + + + {dc1208e5-0f73-4b32-5ebf-2e6d96be26a1} + Unity.Services.Core.Internal + + + {5b6c6cc7-6288-9811-283f-10dc49bc3b47} + UnityEditor.UI + + + {ab27da9e-0f76-f1ba-653d-2f314399aadd} + UnityEngine.UI + + + + + diff --git a/Unity.Services.Core.Environments.csproj b/Unity.Services.Core.Environments.csproj new file mode 100644 index 0000000..80bdbf6 --- /dev/null +++ b/Unity.Services.Core.Environments.csproj @@ -0,0 +1,735 @@ + + + + 9.0 + + + Debug + AnyCPU + 10.0.20506 + 2.0 + + {2d99ad63-d1a5-4785-a9cd-db1fc463807a} + Library + Properties + Unity.Services.Core.Environments + v4.7.1 + 512 + . + + + true + full + false + Temp\bin\Debug\ + DEBUG;TRACE;UNITY_2021_3_11;UNITY_2021_3;UNITY_2021;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2021_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;USE_SEARCH_TABLE;USE_SEARCH_MODULE;USE_PROPERTY_DATABASE;USE_SEARCH_EXTENSION_API;SCENE_TEMPLATE_MODULE;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_NVIDIA;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_STANDARD_2_0;NET_STANDARD;NET_STANDARD_2_1;NETSTANDARD;NETSTANDARD2_1;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER + prompt + 4 + 0169 + False + + + true + true + false + false + false + + + + + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsNativeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.PackageManagerUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIServiceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WebGLSupport\UnityEditor.WebGL.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\log4netPlastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.testtools.codecoverage@1.0.1\lib\ReportGenerator\ReportGeneratorMerged.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.nuget.newtonsoft-json@3.0.2\Runtime\Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\unityplastic.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\ref\2.1.0\netstandard.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\Microsoft.Win32.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.AppContext.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Buffers.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.Concurrent.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.NonGeneric.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.Specialized.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.EventBasedAsync.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.TypeConverter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Console.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Data.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Contracts.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Debug.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.FileVersionInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Process.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.StackTrace.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.TextWriterTraceListener.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Tools.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.TraceSource.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Tracing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Drawing.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Dynamic.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.Calendars.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Compression.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Compression.ZipFile.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.DriveInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.Watcher.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.IsolatedStorage.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.MemoryMappedFiles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Pipes.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.UnmanagedMemoryStream.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Expressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Queryable.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Memory.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.NameResolution.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.NetworkInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Ping.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Requests.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Sockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebHeaderCollection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebSockets.Client.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebSockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Numerics.Vectors.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ObjectModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.DispatchProxy.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.ILGeneration.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.Lightweight.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.Reader.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.ResourceManager.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.Writer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.CompilerServices.VisualC.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Handles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.InteropServices.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.InteropServices.RuntimeInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Formatters.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Json.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Claims.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Algorithms.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Csp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.X509Certificates.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Principal.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.SecureString.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.Encoding.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.RegularExpressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Overlapped.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Thread.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.ThreadPool.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Timer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ValueTuple.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.ReaderWriter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XmlDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XmlSerializer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XPath.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XPath.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\Extensions\2.0.0\System.Runtime.InteropServices.WindowsRuntime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\mscorlib.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.ComponentModel.Composition.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Core.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Data.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Drawing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.IO.Compression.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Net.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Runtime.Serialization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.ServiceModel.Web.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Transactions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Web.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Windows.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.Serialization.dll + + + + + {dc1208e5-0f73-4b32-5ebf-2e6d96be26a1} + Unity.Services.Core.Internal + + + {57583710-33a8-16c6-fd7e-60f01f42dfd1} + Unity.Services.Core + + + {5b6c6cc7-6288-9811-283f-10dc49bc3b47} + UnityEditor.UI + + + {ab27da9e-0f76-f1ba-653d-2f314399aadd} + UnityEngine.UI + + + + + diff --git a/Unity.Services.Core.Internal.csproj b/Unity.Services.Core.Internal.csproj new file mode 100644 index 0000000..8574a06 --- /dev/null +++ b/Unity.Services.Core.Internal.csproj @@ -0,0 +1,792 @@ + + + + 9.0 + + + Debug + AnyCPU + 10.0.20506 + 2.0 + + {dc1208e5-0f73-4b32-5ebf-2e6d96be26a1} + Library + Properties + Unity.Services.Core.Internal + v4.7.1 + 512 + . + + + true + full + false + Temp\bin\Debug\ + DEBUG;TRACE;UNITY_2021_3_11;UNITY_2021_3;UNITY_2021;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2021_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;USE_SEARCH_TABLE;USE_SEARCH_MODULE;USE_PROPERTY_DATABASE;USE_SEARCH_EXTENSION_API;SCENE_TEMPLATE_MODULE;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_NVIDIA;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_STANDARD_2_0;NET_STANDARD;NET_STANDARD_2_1;NETSTANDARD;NETSTANDARD2_1;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER + prompt + 4 + 0169 + False + + + true + true + false + false + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsNativeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.PackageManagerUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIServiceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WebGLSupport\UnityEditor.WebGL.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\log4netPlastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.testtools.codecoverage@1.0.1\lib\ReportGenerator\ReportGeneratorMerged.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.nuget.newtonsoft-json@3.0.2\Runtime\Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\unityplastic.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\ref\2.1.0\netstandard.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\Microsoft.Win32.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.AppContext.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Buffers.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.Concurrent.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.NonGeneric.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.Specialized.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.EventBasedAsync.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.TypeConverter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Console.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Data.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Contracts.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Debug.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.FileVersionInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Process.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.StackTrace.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.TextWriterTraceListener.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Tools.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.TraceSource.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Tracing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Drawing.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Dynamic.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.Calendars.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Compression.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Compression.ZipFile.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.DriveInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.Watcher.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.IsolatedStorage.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.MemoryMappedFiles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Pipes.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.UnmanagedMemoryStream.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Expressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Queryable.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Memory.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.NameResolution.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.NetworkInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Ping.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Requests.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Sockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebHeaderCollection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebSockets.Client.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebSockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Numerics.Vectors.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ObjectModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.DispatchProxy.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.ILGeneration.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.Lightweight.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.Reader.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.ResourceManager.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.Writer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.CompilerServices.VisualC.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Handles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.InteropServices.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.InteropServices.RuntimeInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Formatters.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Json.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Claims.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Algorithms.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Csp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.X509Certificates.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Principal.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.SecureString.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.Encoding.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.RegularExpressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Overlapped.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Thread.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.ThreadPool.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Timer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ValueTuple.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.ReaderWriter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XmlDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XmlSerializer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XPath.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XPath.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\Extensions\2.0.0\System.Runtime.InteropServices.WindowsRuntime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\mscorlib.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.ComponentModel.Composition.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Core.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Data.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Drawing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.IO.Compression.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Net.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Runtime.Serialization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.ServiceModel.Web.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Transactions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Web.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Windows.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.Serialization.dll + + + + + {57583710-33a8-16c6-fd7e-60f01f42dfd1} + Unity.Services.Core + + + {5b6c6cc7-6288-9811-283f-10dc49bc3b47} + UnityEditor.UI + + + {ab27da9e-0f76-f1ba-653d-2f314399aadd} + UnityEngine.UI + + + + + diff --git a/Unity.Services.Core.Networking.csproj b/Unity.Services.Core.Networking.csproj new file mode 100644 index 0000000..fa61142 --- /dev/null +++ b/Unity.Services.Core.Networking.csproj @@ -0,0 +1,736 @@ + + + + 9.0 + + + Debug + AnyCPU + 10.0.20506 + 2.0 + + {75844e64-c948-f71f-539e-76307b4cd885} + Library + Properties + Unity.Services.Core.Networking + v4.7.1 + 512 + . + + + true + full + false + Temp\bin\Debug\ + DEBUG;TRACE;UNITY_2021_3_11;UNITY_2021_3;UNITY_2021;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2021_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;USE_SEARCH_TABLE;USE_SEARCH_MODULE;USE_PROPERTY_DATABASE;USE_SEARCH_EXTENSION_API;SCENE_TEMPLATE_MODULE;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_NVIDIA;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_STANDARD_2_0;NET_STANDARD;NET_STANDARD_2_1;NETSTANDARD;NETSTANDARD2_1;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER + prompt + 4 + 0169 + False + + + true + true + false + false + false + + + + + + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsNativeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.PackageManagerUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIServiceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WebGLSupport\UnityEditor.WebGL.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\log4netPlastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.testtools.codecoverage@1.0.1\lib\ReportGenerator\ReportGeneratorMerged.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.nuget.newtonsoft-json@3.0.2\Runtime\Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\unityplastic.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\ref\2.1.0\netstandard.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\Microsoft.Win32.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.AppContext.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Buffers.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.Concurrent.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.NonGeneric.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.Specialized.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.EventBasedAsync.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.TypeConverter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Console.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Data.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Contracts.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Debug.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.FileVersionInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Process.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.StackTrace.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.TextWriterTraceListener.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Tools.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.TraceSource.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Tracing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Drawing.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Dynamic.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.Calendars.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Compression.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Compression.ZipFile.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.DriveInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.Watcher.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.IsolatedStorage.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.MemoryMappedFiles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Pipes.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.UnmanagedMemoryStream.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Expressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Queryable.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Memory.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.NameResolution.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.NetworkInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Ping.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Requests.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Sockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebHeaderCollection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebSockets.Client.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebSockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Numerics.Vectors.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ObjectModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.DispatchProxy.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.ILGeneration.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.Lightweight.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.Reader.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.ResourceManager.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.Writer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.CompilerServices.VisualC.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Handles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.InteropServices.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.InteropServices.RuntimeInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Formatters.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Json.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Claims.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Algorithms.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Csp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.X509Certificates.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Principal.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.SecureString.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.Encoding.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.RegularExpressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Overlapped.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Thread.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.ThreadPool.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Timer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ValueTuple.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.ReaderWriter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XmlDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XmlSerializer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XPath.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XPath.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\Extensions\2.0.0\System.Runtime.InteropServices.WindowsRuntime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\mscorlib.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.ComponentModel.Composition.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Core.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Data.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Drawing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.IO.Compression.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Net.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Runtime.Serialization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.ServiceModel.Web.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Transactions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Web.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Windows.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.Serialization.dll + + + + + {57583710-33a8-16c6-fd7e-60f01f42dfd1} + Unity.Services.Core + + + {dc1208e5-0f73-4b32-5ebf-2e6d96be26a1} + Unity.Services.Core.Internal + + + {5b6c6cc7-6288-9811-283f-10dc49bc3b47} + UnityEditor.UI + + + {ab27da9e-0f76-f1ba-653d-2f314399aadd} + UnityEngine.UI + + + + + diff --git a/Unity.Services.Core.Registration.csproj b/Unity.Services.Core.Registration.csproj new file mode 100644 index 0000000..e2f32ad --- /dev/null +++ b/Unity.Services.Core.Registration.csproj @@ -0,0 +1,763 @@ + + + + 9.0 + + + Debug + AnyCPU + 10.0.20506 + 2.0 + + {ccb1404a-3009-7602-bd51-3df9ac0a8783} + Library + Properties + Unity.Services.Core.Registration + v4.7.1 + 512 + . + + + true + full + false + Temp\bin\Debug\ + DEBUG;TRACE;UNITY_2021_3_11;UNITY_2021_3;UNITY_2021;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2021_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;USE_SEARCH_TABLE;USE_SEARCH_MODULE;USE_PROPERTY_DATABASE;USE_SEARCH_EXTENSION_API;SCENE_TEMPLATE_MODULE;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_NVIDIA;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_STANDARD_2_0;NET_STANDARD;NET_STANDARD_2_1;NETSTANDARD;NETSTANDARD2_1;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER + prompt + 4 + 0169 + False + + + true + true + false + false + false + + + + + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsNativeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.PackageManagerUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIServiceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WebGLSupport\UnityEditor.WebGL.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\log4netPlastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.testtools.codecoverage@1.0.1\lib\ReportGenerator\ReportGeneratorMerged.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.nuget.newtonsoft-json@3.0.2\Runtime\Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\unityplastic.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\ref\2.1.0\netstandard.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\Microsoft.Win32.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.AppContext.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Buffers.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.Concurrent.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.NonGeneric.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.Specialized.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.EventBasedAsync.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.TypeConverter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Console.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Data.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Contracts.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Debug.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.FileVersionInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Process.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.StackTrace.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.TextWriterTraceListener.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Tools.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.TraceSource.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Tracing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Drawing.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Dynamic.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.Calendars.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Compression.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Compression.ZipFile.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.DriveInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.Watcher.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.IsolatedStorage.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.MemoryMappedFiles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Pipes.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.UnmanagedMemoryStream.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Expressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Queryable.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Memory.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.NameResolution.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.NetworkInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Ping.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Requests.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Sockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebHeaderCollection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebSockets.Client.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebSockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Numerics.Vectors.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ObjectModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.DispatchProxy.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.ILGeneration.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.Lightweight.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.Reader.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.ResourceManager.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.Writer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.CompilerServices.VisualC.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Handles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.InteropServices.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.InteropServices.RuntimeInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Formatters.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Json.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Claims.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Algorithms.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Csp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.X509Certificates.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Principal.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.SecureString.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.Encoding.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.RegularExpressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Overlapped.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Thread.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.ThreadPool.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Timer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ValueTuple.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.ReaderWriter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XmlDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XmlSerializer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XPath.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XPath.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\Extensions\2.0.0\System.Runtime.InteropServices.WindowsRuntime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\mscorlib.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.ComponentModel.Composition.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Core.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Data.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Drawing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.IO.Compression.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Net.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Runtime.Serialization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.ServiceModel.Web.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Transactions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Web.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Windows.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.Serialization.dll + + + + + {dc1208e5-0f73-4b32-5ebf-2e6d96be26a1} + Unity.Services.Core.Internal + + + {199b66b3-1ddb-b5c1-b149-5a025973439d} + Unity.Services.Core.Device + + + {2d99ad63-d1a5-4785-a9cd-db1fc463807a} + Unity.Services.Core.Environments + + + {81888175-604e-7e75-132a-752dcc78ae99} + Unity.Services.Core.Environments.Internal + + + {b7633c5b-9228-3ad9-c891-0813508617de} + Unity.Services.Core.Configuration + + + {57583710-33a8-16c6-fd7e-60f01f42dfd1} + Unity.Services.Core + + + {c9b54016-b979-ddfc-e2db-516f5f0df12c} + Unity.Services.Core.Telemetry + + + {7b41846d-ad84-7745-7a7f-30c3c0ab7ad3} + Unity.Services.Core.Scheduler + + + {e7535327-53fb-971e-b50d-02ed76d86b84} + Unity.Services.Core.Threading + + + {5b6c6cc7-6288-9811-283f-10dc49bc3b47} + UnityEditor.UI + + + {ab27da9e-0f76-f1ba-653d-2f314399aadd} + UnityEngine.UI + + + + + diff --git a/Unity.Services.Core.Scheduler.csproj b/Unity.Services.Core.Scheduler.csproj new file mode 100644 index 0000000..93b6a4a --- /dev/null +++ b/Unity.Services.Core.Scheduler.csproj @@ -0,0 +1,738 @@ + + + + 9.0 + + + Debug + AnyCPU + 10.0.20506 + 2.0 + + {7b41846d-ad84-7745-7a7f-30c3c0ab7ad3} + Library + Properties + Unity.Services.Core.Scheduler + v4.7.1 + 512 + . + + + true + full + false + Temp\bin\Debug\ + DEBUG;TRACE;UNITY_2021_3_11;UNITY_2021_3;UNITY_2021;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2021_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;USE_SEARCH_TABLE;USE_SEARCH_MODULE;USE_PROPERTY_DATABASE;USE_SEARCH_EXTENSION_API;SCENE_TEMPLATE_MODULE;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_NVIDIA;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_STANDARD_2_0;NET_STANDARD;NET_STANDARD_2_1;NETSTANDARD;NETSTANDARD2_1;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER + prompt + 4 + 0169 + False + + + true + true + false + false + false + + + + + + + + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsNativeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.PackageManagerUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIServiceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WebGLSupport\UnityEditor.WebGL.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\log4netPlastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.testtools.codecoverage@1.0.1\lib\ReportGenerator\ReportGeneratorMerged.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.nuget.newtonsoft-json@3.0.2\Runtime\Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\unityplastic.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\ref\2.1.0\netstandard.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\Microsoft.Win32.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.AppContext.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Buffers.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.Concurrent.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.NonGeneric.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.Specialized.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.EventBasedAsync.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.TypeConverter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Console.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Data.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Contracts.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Debug.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.FileVersionInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Process.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.StackTrace.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.TextWriterTraceListener.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Tools.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.TraceSource.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Tracing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Drawing.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Dynamic.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.Calendars.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Compression.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Compression.ZipFile.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.DriveInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.Watcher.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.IsolatedStorage.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.MemoryMappedFiles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Pipes.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.UnmanagedMemoryStream.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Expressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Queryable.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Memory.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.NameResolution.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.NetworkInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Ping.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Requests.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Sockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebHeaderCollection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebSockets.Client.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebSockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Numerics.Vectors.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ObjectModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.DispatchProxy.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.ILGeneration.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.Lightweight.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.Reader.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.ResourceManager.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.Writer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.CompilerServices.VisualC.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Handles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.InteropServices.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.InteropServices.RuntimeInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Formatters.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Json.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Claims.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Algorithms.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Csp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.X509Certificates.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Principal.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.SecureString.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.Encoding.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.RegularExpressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Overlapped.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Thread.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.ThreadPool.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Timer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ValueTuple.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.ReaderWriter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XmlDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XmlSerializer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XPath.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XPath.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\Extensions\2.0.0\System.Runtime.InteropServices.WindowsRuntime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\mscorlib.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.ComponentModel.Composition.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Core.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Data.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Drawing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.IO.Compression.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Net.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Runtime.Serialization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.ServiceModel.Web.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Transactions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Web.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Windows.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.Serialization.dll + + + + + {dc1208e5-0f73-4b32-5ebf-2e6d96be26a1} + Unity.Services.Core.Internal + + + {57583710-33a8-16c6-fd7e-60f01f42dfd1} + Unity.Services.Core + + + {5b6c6cc7-6288-9811-283f-10dc49bc3b47} + UnityEditor.UI + + + {ab27da9e-0f76-f1ba-653d-2f314399aadd} + UnityEngine.UI + + + + + diff --git a/Unity.Services.Core.Telemetry.csproj b/Unity.Services.Core.Telemetry.csproj new file mode 100644 index 0000000..3369a48 --- /dev/null +++ b/Unity.Services.Core.Telemetry.csproj @@ -0,0 +1,767 @@ + + + + 9.0 + + + Debug + AnyCPU + 10.0.20506 + 2.0 + + {c9b54016-b979-ddfc-e2db-516f5f0df12c} + Library + Properties + Unity.Services.Core.Telemetry + v4.7.1 + 512 + . + + + true + full + false + Temp\bin\Debug\ + DEBUG;TRACE;UNITY_2021_3_11;UNITY_2021_3;UNITY_2021;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2021_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;USE_SEARCH_TABLE;USE_SEARCH_MODULE;USE_PROPERTY_DATABASE;USE_SEARCH_EXTENSION_API;SCENE_TEMPLATE_MODULE;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_NVIDIA;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_STANDARD_2_0;NET_STANDARD;NET_STANDARD_2_1;NETSTANDARD;NETSTANDARD2_1;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER + prompt + 4 + 0169 + False + + + true + true + false + false + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsNativeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.PackageManagerUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIServiceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WebGLSupport\UnityEditor.WebGL.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\log4netPlastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.testtools.codecoverage@1.0.1\lib\ReportGenerator\ReportGeneratorMerged.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.nuget.newtonsoft-json@3.0.2\Runtime\Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\unityplastic.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\ref\2.1.0\netstandard.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\Microsoft.Win32.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.AppContext.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Buffers.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.Concurrent.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.NonGeneric.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.Specialized.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.EventBasedAsync.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.TypeConverter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Console.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Data.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Contracts.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Debug.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.FileVersionInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Process.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.StackTrace.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.TextWriterTraceListener.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Tools.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.TraceSource.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Tracing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Drawing.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Dynamic.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.Calendars.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Compression.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Compression.ZipFile.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.DriveInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.Watcher.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.IsolatedStorage.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.MemoryMappedFiles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Pipes.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.UnmanagedMemoryStream.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Expressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Queryable.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Memory.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.NameResolution.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.NetworkInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Ping.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Requests.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Sockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebHeaderCollection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebSockets.Client.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebSockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Numerics.Vectors.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ObjectModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.DispatchProxy.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.ILGeneration.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.Lightweight.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.Reader.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.ResourceManager.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.Writer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.CompilerServices.VisualC.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Handles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.InteropServices.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.InteropServices.RuntimeInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Formatters.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Json.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Claims.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Algorithms.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Csp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.X509Certificates.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Principal.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.SecureString.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.Encoding.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.RegularExpressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Overlapped.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Thread.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.ThreadPool.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Timer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ValueTuple.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.ReaderWriter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XmlDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XmlSerializer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XPath.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XPath.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\Extensions\2.0.0\System.Runtime.InteropServices.WindowsRuntime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\mscorlib.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.ComponentModel.Composition.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Core.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Data.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Drawing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.IO.Compression.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Net.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Runtime.Serialization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.ServiceModel.Web.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Transactions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Web.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Windows.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.Serialization.dll + + + + + {57583710-33a8-16c6-fd7e-60f01f42dfd1} + Unity.Services.Core + + + {dc1208e5-0f73-4b32-5ebf-2e6d96be26a1} + Unity.Services.Core.Internal + + + {5b6c6cc7-6288-9811-283f-10dc49bc3b47} + UnityEditor.UI + + + {ab27da9e-0f76-f1ba-653d-2f314399aadd} + UnityEngine.UI + + + + + diff --git a/Unity.Services.Core.Threading.csproj b/Unity.Services.Core.Threading.csproj new file mode 100644 index 0000000..cba318d --- /dev/null +++ b/Unity.Services.Core.Threading.csproj @@ -0,0 +1,735 @@ + + + + 9.0 + + + Debug + AnyCPU + 10.0.20506 + 2.0 + + {e7535327-53fb-971e-b50d-02ed76d86b84} + Library + Properties + Unity.Services.Core.Threading + v4.7.1 + 512 + . + + + true + full + false + Temp\bin\Debug\ + DEBUG;TRACE;UNITY_2021_3_11;UNITY_2021_3;UNITY_2021;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2021_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;USE_SEARCH_TABLE;USE_SEARCH_MODULE;USE_PROPERTY_DATABASE;USE_SEARCH_EXTENSION_API;SCENE_TEMPLATE_MODULE;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_NVIDIA;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_STANDARD_2_0;NET_STANDARD;NET_STANDARD_2_1;NETSTANDARD;NETSTANDARD2_1;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER + prompt + 4 + 0169 + False + + + true + true + false + false + false + + + + + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsNativeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.PackageManagerUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIServiceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WebGLSupport\UnityEditor.WebGL.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\log4netPlastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.testtools.codecoverage@1.0.1\lib\ReportGenerator\ReportGeneratorMerged.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.nuget.newtonsoft-json@3.0.2\Runtime\Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\unityplastic.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\ref\2.1.0\netstandard.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\Microsoft.Win32.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.AppContext.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Buffers.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.Concurrent.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.NonGeneric.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.Specialized.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.EventBasedAsync.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.TypeConverter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Console.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Data.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Contracts.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Debug.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.FileVersionInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Process.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.StackTrace.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.TextWriterTraceListener.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Tools.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.TraceSource.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Tracing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Drawing.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Dynamic.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.Calendars.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Compression.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Compression.ZipFile.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.DriveInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.Watcher.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.IsolatedStorage.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.MemoryMappedFiles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Pipes.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.UnmanagedMemoryStream.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Expressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Queryable.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Memory.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.NameResolution.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.NetworkInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Ping.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Requests.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Sockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebHeaderCollection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebSockets.Client.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebSockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Numerics.Vectors.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ObjectModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.DispatchProxy.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.ILGeneration.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.Lightweight.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.Reader.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.ResourceManager.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.Writer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.CompilerServices.VisualC.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Handles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.InteropServices.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.InteropServices.RuntimeInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Formatters.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Json.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Claims.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Algorithms.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Csp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.X509Certificates.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Principal.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.SecureString.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.Encoding.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.RegularExpressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Overlapped.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Thread.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.ThreadPool.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Timer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ValueTuple.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.ReaderWriter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XmlDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XmlSerializer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XPath.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XPath.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\Extensions\2.0.0\System.Runtime.InteropServices.WindowsRuntime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\mscorlib.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.ComponentModel.Composition.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Core.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Data.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Drawing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.IO.Compression.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Net.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Runtime.Serialization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.ServiceModel.Web.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Transactions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Web.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Windows.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.Serialization.dll + + + + + {57583710-33a8-16c6-fd7e-60f01f42dfd1} + Unity.Services.Core + + + {dc1208e5-0f73-4b32-5ebf-2e6d96be26a1} + Unity.Services.Core.Internal + + + {5b6c6cc7-6288-9811-283f-10dc49bc3b47} + UnityEditor.UI + + + {ab27da9e-0f76-f1ba-653d-2f314399aadd} + UnityEngine.UI + + + + + diff --git a/Unity.Services.Core.csproj b/Unity.Services.Core.csproj new file mode 100644 index 0000000..4dbd07d --- /dev/null +++ b/Unity.Services.Core.csproj @@ -0,0 +1,736 @@ + + + + 9.0 + + + Debug + AnyCPU + 10.0.20506 + 2.0 + + {57583710-33a8-16c6-fd7e-60f01f42dfd1} + Library + Properties + Unity.Services.Core + v4.7.1 + 512 + . + + + true + full + false + Temp\bin\Debug\ + DEBUG;TRACE;UNITY_2021_3_11;UNITY_2021_3;UNITY_2021;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2021_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;USE_SEARCH_TABLE;USE_SEARCH_MODULE;USE_PROPERTY_DATABASE;USE_SEARCH_EXTENSION_API;SCENE_TEMPLATE_MODULE;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_NVIDIA;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_STANDARD_2_0;NET_STANDARD;NET_STANDARD_2_1;NETSTANDARD;NETSTANDARD2_1;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER + prompt + 4 + 0169 + False + + + true + true + false + false + false + + + + + + + + + + + + + + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsNativeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.PackageManagerUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIServiceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WebGLSupport\UnityEditor.WebGL.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\log4netPlastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.testtools.codecoverage@1.0.1\lib\ReportGenerator\ReportGeneratorMerged.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.nuget.newtonsoft-json@3.0.2\Runtime\Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\unityplastic.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\ref\2.1.0\netstandard.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\Microsoft.Win32.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.AppContext.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Buffers.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.Concurrent.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.NonGeneric.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.Specialized.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.EventBasedAsync.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.TypeConverter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Console.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Data.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Contracts.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Debug.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.FileVersionInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Process.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.StackTrace.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.TextWriterTraceListener.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Tools.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.TraceSource.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Tracing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Drawing.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Dynamic.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.Calendars.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Compression.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Compression.ZipFile.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.DriveInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.Watcher.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.IsolatedStorage.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.MemoryMappedFiles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Pipes.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.UnmanagedMemoryStream.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Expressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Queryable.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Memory.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.NameResolution.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.NetworkInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Ping.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Requests.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Sockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebHeaderCollection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebSockets.Client.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebSockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Numerics.Vectors.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ObjectModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.DispatchProxy.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.ILGeneration.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.Lightweight.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.Reader.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.ResourceManager.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.Writer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.CompilerServices.VisualC.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Handles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.InteropServices.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.InteropServices.RuntimeInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Formatters.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Json.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Claims.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Algorithms.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Csp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.X509Certificates.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Principal.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.SecureString.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.Encoding.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.RegularExpressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Overlapped.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Thread.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.ThreadPool.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Timer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ValueTuple.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.ReaderWriter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XmlDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XmlSerializer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XPath.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XPath.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\Extensions\2.0.0\System.Runtime.InteropServices.WindowsRuntime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\mscorlib.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.ComponentModel.Composition.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Core.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Data.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Drawing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.IO.Compression.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Net.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Runtime.Serialization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.ServiceModel.Web.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Transactions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Web.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Windows.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.Serialization.dll + + + + + {5b6c6cc7-6288-9811-283f-10dc49bc3b47} + UnityEditor.UI + + + {ab27da9e-0f76-f1ba-653d-2f314399aadd} + UnityEngine.UI + + + + + diff --git a/Unity.Settings.Editor.csproj b/Unity.Settings.Editor.csproj new file mode 100644 index 0000000..bf5d732 --- /dev/null +++ b/Unity.Settings.Editor.csproj @@ -0,0 +1,759 @@ + + + + 9.0 + + + Debug + AnyCPU + 10.0.20506 + 2.0 + + {10a1051e-101b-2dfa-5ef0-0adb1345644c} + Library + Properties + Unity.Settings.Editor + v4.7.1 + 512 + . + + + true + full + false + Temp\bin\Debug\ + DEBUG;TRACE;UNITY_2021_3_11;UNITY_2021_3;UNITY_2021;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2021_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;USE_SEARCH_TABLE;USE_SEARCH_MODULE;USE_PROPERTY_DATABASE;USE_SEARCH_EXTENSION_API;SCENE_TEMPLATE_MODULE;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_NVIDIA;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER;NET_STANDARD_2_0;NET_STANDARD;NET_STANDARD_2_1;NETSTANDARD;NETSTANDARD2_1 + prompt + 4 + 0169 + False + + + true + true + false + false + false + + + + + + + + + + + + + + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.NVIDIAModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsNativeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.PackageManagerUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIServiceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WebGLSupport\UnityEditor.WebGL.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\log4netPlastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.testtools.codecoverage@1.0.1\lib\ReportGenerator\ReportGeneratorMerged.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.nuget.newtonsoft-json@3.0.2\Runtime\Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\unityplastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.ext.nunit@1.0.6\net35\unity-custom\nunit.framework.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll + + + + + {5b6c6cc7-6288-9811-283f-10dc49bc3b47} + UnityEditor.UI + + + {ab27da9e-0f76-f1ba-653d-2f314399aadd} + UnityEngine.UI + + + {b964208d-4ce6-e1db-6f52-2a99f46b2267} + UnityEngine.TestRunner + + + {33dbbfa4-8760-3694-f325-62692bf24b10} + UnityEditor.TestRunner + + + + + diff --git a/Unity.ShaderGraph.Editor.csproj b/Unity.ShaderGraph.Editor.csproj new file mode 100644 index 0000000..56af55a --- /dev/null +++ b/Unity.ShaderGraph.Editor.csproj @@ -0,0 +1,1537 @@ + + + + 9.0 + + + Debug + AnyCPU + 10.0.20506 + 2.0 + + {e781d842-4060-4561-7659-ab6bbcc0cd56} + Library + Properties + Unity.ShaderGraph.Editor + v4.7.1 + 512 + . + + + true + full + false + Temp\bin\Debug\ + DEBUG;TRACE;UNITY_2021_3_11;UNITY_2021_3;UNITY_2021;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2021_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;USE_SEARCH_TABLE;USE_SEARCH_MODULE;USE_PROPERTY_DATABASE;USE_SEARCH_EXTENSION_API;SCENE_TEMPLATE_MODULE;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_NVIDIA;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER;NET_STANDARD_2_0;NET_STANDARD;NET_STANDARD_2_1;NETSTANDARD;NETSTANDARD2_1 + prompt + 4 + 0169 + False + + + true + true + false + false + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.NVIDIAModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsNativeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.PackageManagerUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIServiceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WebGLSupport\UnityEditor.WebGL.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\log4netPlastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.testtools.codecoverage@1.0.1\lib\ReportGenerator\ReportGeneratorMerged.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.nuget.newtonsoft-json@3.0.2\Runtime\Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\unityplastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.Unsafe.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.Mdb.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.Pdb.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.Rocks.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.ext.nunit@1.0.6\net35\unity-custom\nunit.framework.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll + + + + + {aa8c762d-0aad-7b0c-ec31-aad0b086734e} + Unity.ShaderGraph.Utilities + + + {b65a9ecb-6e02-9f0b-7d27-f269348d3fe0} + Unity.Searcher.Editor + + + {d39d32e2-9548-3c51-6010-99f32f8547a6} + Unity.RenderPipelines.Core.Runtime + + + {2106b819-13bc-2d36-63bb-0117162d382b} + Unity.RenderPipelines.Core.Editor + + + {5b6c6cc7-6288-9811-283f-10dc49bc3b47} + UnityEditor.UI + + + {ab27da9e-0f76-f1ba-653d-2f314399aadd} + UnityEngine.UI + + + {b964208d-4ce6-e1db-6f52-2a99f46b2267} + UnityEngine.TestRunner + + + {33dbbfa4-8760-3694-f325-62692bf24b10} + UnityEditor.TestRunner + + + + + diff --git a/Unity.ShaderGraph.Utilities.csproj b/Unity.ShaderGraph.Utilities.csproj new file mode 100644 index 0000000..b433030 --- /dev/null +++ b/Unity.ShaderGraph.Utilities.csproj @@ -0,0 +1,767 @@ + + + + 9.0 + + + Debug + AnyCPU + 10.0.20506 + 2.0 + + {aa8c762d-0aad-7b0c-ec31-aad0b086734e} + Library + Properties + Unity.ShaderGraph.Utilities + v4.7.1 + 512 + . + + + true + full + false + Temp\bin\Debug\ + DEBUG;TRACE;UNITY_2021_3_11;UNITY_2021_3;UNITY_2021;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2021_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;USE_SEARCH_TABLE;USE_SEARCH_MODULE;USE_PROPERTY_DATABASE;USE_SEARCH_EXTENSION_API;SCENE_TEMPLATE_MODULE;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_NVIDIA;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER;NET_STANDARD_2_0;NET_STANDARD;NET_STANDARD_2_1;NETSTANDARD;NETSTANDARD2_1 + prompt + 4 + 0169 + False + + + true + true + false + false + false + + + + + + + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.NVIDIAModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsNativeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.PackageManagerUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIServiceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WebGLSupport\UnityEditor.WebGL.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\log4netPlastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.testtools.codecoverage@1.0.1\lib\ReportGenerator\ReportGeneratorMerged.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.nuget.newtonsoft-json@3.0.2\Runtime\Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\unityplastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.Unsafe.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.Mdb.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.Pdb.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.Rocks.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.ext.nunit@1.0.6\net35\unity-custom\nunit.framework.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll + + + + + {5b6c6cc7-6288-9811-283f-10dc49bc3b47} + UnityEditor.UI + + + {ab27da9e-0f76-f1ba-653d-2f314399aadd} + UnityEngine.UI + + + {b964208d-4ce6-e1db-6f52-2a99f46b2267} + UnityEngine.TestRunner + + + {33dbbfa4-8760-3694-f325-62692bf24b10} + UnityEditor.TestRunner + + + + + diff --git a/Unity.Subsystem.Registration.csproj b/Unity.Subsystem.Registration.csproj new file mode 100644 index 0000000..e1bf4c0 --- /dev/null +++ b/Unity.Subsystem.Registration.csproj @@ -0,0 +1,726 @@ + + + + 9.0 + + + Debug + AnyCPU + 10.0.20506 + 2.0 + + {2ee75114-2b5e-4253-fb88-53eddac64cc7} + Library + Properties + Unity.Subsystem.Registration + v4.7.1 + 512 + . + + + true + full + false + Temp\bin\Debug\ + DEBUG;TRACE;UNITY_2021_3_11;UNITY_2021_3;UNITY_2021;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2021_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;USE_SEARCH_TABLE;USE_SEARCH_MODULE;USE_PROPERTY_DATABASE;USE_SEARCH_EXTENSION_API;SCENE_TEMPLATE_MODULE;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_NVIDIA;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_STANDARD_2_0;NET_STANDARD;NET_STANDARD_2_1;NETSTANDARD;NETSTANDARD2_1;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER + prompt + 4 + 0169 + False + + + true + true + false + false + false + + + + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsNativeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.PackageManagerUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIServiceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WebGLSupport\UnityEditor.WebGL.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\log4netPlastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.testtools.codecoverage@1.0.1\lib\ReportGenerator\ReportGeneratorMerged.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.nuget.newtonsoft-json@3.0.2\Runtime\Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\unityplastic.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\ref\2.1.0\netstandard.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\Microsoft.Win32.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.AppContext.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Buffers.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.Concurrent.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.NonGeneric.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.Specialized.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.EventBasedAsync.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.TypeConverter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Console.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Data.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Contracts.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Debug.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.FileVersionInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Process.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.StackTrace.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.TextWriterTraceListener.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Tools.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.TraceSource.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Tracing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Drawing.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Dynamic.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.Calendars.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Compression.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Compression.ZipFile.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.DriveInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.Watcher.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.IsolatedStorage.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.MemoryMappedFiles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Pipes.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.UnmanagedMemoryStream.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Expressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Queryable.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Memory.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.NameResolution.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.NetworkInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Ping.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Requests.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Sockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebHeaderCollection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebSockets.Client.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebSockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Numerics.Vectors.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ObjectModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.DispatchProxy.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.ILGeneration.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.Lightweight.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.Reader.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.ResourceManager.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.Writer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.CompilerServices.VisualC.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Handles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.InteropServices.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.InteropServices.RuntimeInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Formatters.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Json.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Claims.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Algorithms.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Csp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.X509Certificates.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Principal.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.SecureString.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.Encoding.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.RegularExpressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Overlapped.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Thread.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.ThreadPool.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Timer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ValueTuple.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.ReaderWriter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XmlDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XmlSerializer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XPath.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XPath.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\Extensions\2.0.0\System.Runtime.InteropServices.WindowsRuntime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\mscorlib.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.ComponentModel.Composition.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Core.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Data.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Drawing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.IO.Compression.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Net.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Runtime.Serialization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.ServiceModel.Web.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Transactions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Web.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Windows.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.Serialization.dll + + + + + {5b6c6cc7-6288-9811-283f-10dc49bc3b47} + UnityEditor.UI + + + {ab27da9e-0f76-f1ba-653d-2f314399aadd} + UnityEngine.UI + + + + + diff --git a/Unity.TestTools.CodeCoverage.Editor.OpenCover.Model.csproj b/Unity.TestTools.CodeCoverage.Editor.OpenCover.Model.csproj new file mode 100644 index 0000000..6c49943 --- /dev/null +++ b/Unity.TestTools.CodeCoverage.Editor.OpenCover.Model.csproj @@ -0,0 +1,763 @@ + + + + 9.0 + + + Debug + AnyCPU + 10.0.20506 + 2.0 + + {75c572e1-492e-2759-092f-ddaaf01c779e} + Library + Properties + Unity.TestTools.CodeCoverage.Editor.OpenCover.Model + v4.7.1 + 512 + . + + + true + full + false + Temp\bin\Debug\ + DEBUG;TRACE;UNITY_2021_3_11;UNITY_2021_3;UNITY_2021;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2021_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;USE_SEARCH_TABLE;USE_SEARCH_MODULE;USE_PROPERTY_DATABASE;USE_SEARCH_EXTENSION_API;SCENE_TEMPLATE_MODULE;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_NVIDIA;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER;NET_STANDARD_2_0;NET_STANDARD;NET_STANDARD_2_1;NETSTANDARD;NETSTANDARD2_1 + prompt + 4 + 0169 + False + + + true + true + false + false + false + + + + + + + + + + + + + + + + + + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.NVIDIAModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsNativeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.PackageManagerUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIServiceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WebGLSupport\UnityEditor.WebGL.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\log4netPlastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.testtools.codecoverage@1.0.1\lib\ReportGenerator\ReportGeneratorMerged.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.nuget.newtonsoft-json@3.0.2\Runtime\Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\unityplastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.ext.nunit@1.0.6\net35\unity-custom\nunit.framework.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll + + + + + {5b6c6cc7-6288-9811-283f-10dc49bc3b47} + UnityEditor.UI + + + {ab27da9e-0f76-f1ba-653d-2f314399aadd} + UnityEngine.UI + + + {b964208d-4ce6-e1db-6f52-2a99f46b2267} + UnityEngine.TestRunner + + + {33dbbfa4-8760-3694-f325-62692bf24b10} + UnityEditor.TestRunner + + + + + diff --git a/Unity.TestTools.CodeCoverage.Editor.OpenCover.Mono.Reflection.csproj b/Unity.TestTools.CodeCoverage.Editor.OpenCover.Mono.Reflection.csproj new file mode 100644 index 0000000..fe3d903 --- /dev/null +++ b/Unity.TestTools.CodeCoverage.Editor.OpenCover.Mono.Reflection.csproj @@ -0,0 +1,752 @@ + + + + 9.0 + + + Debug + AnyCPU + 10.0.20506 + 2.0 + + {4e4d41c1-6cbd-7af2-e5b9-1f62635c5186} + Library + Properties + Unity.TestTools.CodeCoverage.Editor.OpenCover.Mono.Reflection + v4.7.1 + 512 + . + + + true + full + false + Temp\bin\Debug\ + DEBUG;TRACE;UNITY_2021_3_11;UNITY_2021_3;UNITY_2021;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2021_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;USE_SEARCH_TABLE;USE_SEARCH_MODULE;USE_PROPERTY_DATABASE;USE_SEARCH_EXTENSION_API;SCENE_TEMPLATE_MODULE;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_NVIDIA;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER;NET_STANDARD_2_0;NET_STANDARD;NET_STANDARD_2_1;NETSTANDARD;NETSTANDARD2_1 + prompt + 4 + 0169 + False + + + true + true + false + false + false + + + + + + + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.NVIDIAModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsNativeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.PackageManagerUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIServiceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WebGLSupport\UnityEditor.WebGL.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\log4netPlastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.testtools.codecoverage@1.0.1\lib\ReportGenerator\ReportGeneratorMerged.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.nuget.newtonsoft-json@3.0.2\Runtime\Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\unityplastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.ext.nunit@1.0.6\net35\unity-custom\nunit.framework.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll + + + + + {5b6c6cc7-6288-9811-283f-10dc49bc3b47} + UnityEditor.UI + + + {ab27da9e-0f76-f1ba-653d-2f314399aadd} + UnityEngine.UI + + + {b964208d-4ce6-e1db-6f52-2a99f46b2267} + UnityEngine.TestRunner + + + {33dbbfa4-8760-3694-f325-62692bf24b10} + UnityEditor.TestRunner + + + + + diff --git a/Unity.TestTools.CodeCoverage.Editor.csproj b/Unity.TestTools.CodeCoverage.Editor.csproj new file mode 100644 index 0000000..cb5cd74 --- /dev/null +++ b/Unity.TestTools.CodeCoverage.Editor.csproj @@ -0,0 +1,768 @@ + + + + 9.0 + + + Debug + AnyCPU + 10.0.20506 + 2.0 + + {b72a95f2-42ed-3d6f-0bef-5a5360c69890} + Library + Properties + Unity.TestTools.CodeCoverage.Editor + v4.7.1 + 512 + . + + + true + full + false + Temp\bin\Debug\ + DEBUG;TRACE;UNITY_2021_3_11;UNITY_2021_3;UNITY_2021;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2021_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;USE_SEARCH_TABLE;USE_SEARCH_MODULE;USE_PROPERTY_DATABASE;USE_SEARCH_EXTENSION_API;SCENE_TEMPLATE_MODULE;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_NVIDIA;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;CONDITIONAL_IGNORE_SUPPORTED;TEST_FRAMEWORK_1_1_18_OR_NEWER;NO_COV_EDITORPREF;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER;NET_STANDARD_2_0;NET_STANDARD;NET_STANDARD_2_1;NETSTANDARD;NETSTANDARD2_1 + prompt + 4 + 0169 + False + + + true + true + false + false + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.NVIDIAModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsNativeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.PackageManagerUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIServiceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WebGLSupport\UnityEditor.WebGL.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.ext.nunit@1.0.6\net35\unity-custom\nunit.framework.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.testtools.codecoverage@1.0.1\lib\ReportGenerator\ReportGeneratorMerged.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll + + + + + {b964208d-4ce6-e1db-6f52-2a99f46b2267} + UnityEngine.TestRunner + + + {33dbbfa4-8760-3694-f325-62692bf24b10} + UnityEditor.TestRunner + + + {75c572e1-492e-2759-092f-ddaaf01c779e} + Unity.TestTools.CodeCoverage.Editor.OpenCover.Model + + + {4e4d41c1-6cbd-7af2-e5b9-1f62635c5186} + Unity.TestTools.CodeCoverage.Editor.OpenCover.Mono.Reflection + + + {10a1051e-101b-2dfa-5ef0-0adb1345644c} + Unity.Settings.Editor + + + {5b6c6cc7-6288-9811-283f-10dc49bc3b47} + UnityEditor.UI + + + {ab27da9e-0f76-f1ba-653d-2f314399aadd} + UnityEngine.UI + + + + + diff --git a/Unity.TextMeshPro.Editor.csproj b/Unity.TextMeshPro.Editor.csproj new file mode 100644 index 0000000..18c8237 --- /dev/null +++ b/Unity.TextMeshPro.Editor.csproj @@ -0,0 +1,800 @@ + + + + 9.0 + + + Debug + AnyCPU + 10.0.20506 + 2.0 + + {0c4b533e-d802-500a-dc20-f50f0284d466} + Library + Properties + Unity.TextMeshPro.Editor + v4.7.1 + 512 + . + + + true + full + false + Temp\bin\Debug\ + DEBUG;TRACE;UNITY_2021_3_11;UNITY_2021_3;UNITY_2021;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2021_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;USE_SEARCH_TABLE;USE_SEARCH_MODULE;USE_PROPERTY_DATABASE;USE_SEARCH_EXTENSION_API;SCENE_TEMPLATE_MODULE;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_NVIDIA;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER;NET_STANDARD_2_0;NET_STANDARD;NET_STANDARD_2_1;NETSTANDARD;NETSTANDARD2_1 + prompt + 4 + 0169 + False + + + true + true + false + false + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.NVIDIAModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsNativeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.PackageManagerUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIServiceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WebGLSupport\UnityEditor.WebGL.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\log4netPlastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.testtools.codecoverage@1.0.1\lib\ReportGenerator\ReportGeneratorMerged.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.nuget.newtonsoft-json@3.0.2\Runtime\Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\unityplastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.ext.nunit@1.0.6\net35\unity-custom\nunit.framework.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll + + + + + {64f55a63-f38f-76cc-e8f7-7e8c84e6325f} + Unity.TextMeshPro + + + {5b6c6cc7-6288-9811-283f-10dc49bc3b47} + UnityEditor.UI + + + {ab27da9e-0f76-f1ba-653d-2f314399aadd} + UnityEngine.UI + + + {b964208d-4ce6-e1db-6f52-2a99f46b2267} + UnityEngine.TestRunner + + + {33dbbfa4-8760-3694-f325-62692bf24b10} + UnityEditor.TestRunner + + + + + diff --git a/Unity.TextMeshPro.csproj b/Unity.TextMeshPro.csproj new file mode 100644 index 0000000..76717d9 --- /dev/null +++ b/Unity.TextMeshPro.csproj @@ -0,0 +1,784 @@ + + + + 9.0 + + + Debug + AnyCPU + 10.0.20506 + 2.0 + + {64f55a63-f38f-76cc-e8f7-7e8c84e6325f} + Library + Properties + Unity.TextMeshPro + v4.7.1 + 512 + . + + + true + full + false + Temp\bin\Debug\ + DEBUG;TRACE;UNITY_2021_3_11;UNITY_2021_3;UNITY_2021;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2021_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;USE_SEARCH_TABLE;USE_SEARCH_MODULE;USE_PROPERTY_DATABASE;USE_SEARCH_EXTENSION_API;SCENE_TEMPLATE_MODULE;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_NVIDIA;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_STANDARD_2_0;NET_STANDARD;NET_STANDARD_2_1;NETSTANDARD;NETSTANDARD2_1;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER + prompt + 4 + 0169 + False + + + true + true + false + false + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsNativeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.PackageManagerUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIServiceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WebGLSupport\UnityEditor.WebGL.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\log4netPlastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.testtools.codecoverage@1.0.1\lib\ReportGenerator\ReportGeneratorMerged.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.nuget.newtonsoft-json@3.0.2\Runtime\Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\unityplastic.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\ref\2.1.0\netstandard.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\Microsoft.Win32.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.AppContext.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Buffers.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.Concurrent.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.NonGeneric.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.Specialized.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.EventBasedAsync.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.TypeConverter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Console.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Data.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Contracts.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Debug.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.FileVersionInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Process.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.StackTrace.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.TextWriterTraceListener.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Tools.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.TraceSource.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Tracing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Drawing.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Dynamic.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.Calendars.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Compression.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Compression.ZipFile.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.DriveInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.Watcher.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.IsolatedStorage.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.MemoryMappedFiles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Pipes.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.UnmanagedMemoryStream.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Expressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Queryable.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Memory.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.NameResolution.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.NetworkInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Ping.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Requests.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Sockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebHeaderCollection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebSockets.Client.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebSockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Numerics.Vectors.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ObjectModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.DispatchProxy.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.ILGeneration.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.Lightweight.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.Reader.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.ResourceManager.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.Writer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.CompilerServices.VisualC.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Handles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.InteropServices.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.InteropServices.RuntimeInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Formatters.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Json.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Claims.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Algorithms.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Csp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.X509Certificates.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Principal.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.SecureString.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.Encoding.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.RegularExpressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Overlapped.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Thread.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.ThreadPool.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Timer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ValueTuple.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.ReaderWriter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XmlDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XmlSerializer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XPath.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XPath.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\Extensions\2.0.0\System.Runtime.InteropServices.WindowsRuntime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\mscorlib.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.ComponentModel.Composition.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Core.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Data.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Drawing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.IO.Compression.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Net.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Runtime.Serialization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.ServiceModel.Web.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Transactions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Web.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Windows.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.Serialization.dll + + + + + {5b6c6cc7-6288-9811-283f-10dc49bc3b47} + UnityEditor.UI + + + {ab27da9e-0f76-f1ba-653d-2f314399aadd} + UnityEngine.UI + + + + + diff --git a/Unity.Timeline.Editor.csproj b/Unity.Timeline.Editor.csproj new file mode 100644 index 0000000..829390e --- /dev/null +++ b/Unity.Timeline.Editor.csproj @@ -0,0 +1,1024 @@ + + + + 9.0 + + + Debug + AnyCPU + 10.0.20506 + 2.0 + + {5bbcfef9-3104-33b0-67a5-480f97825bea} + Library + Properties + Unity.Timeline.Editor + v4.7.1 + 512 + . + + + true + full + false + Temp\bin\Debug\ + DEBUG;TRACE;UNITY_2021_3_11;UNITY_2021_3;UNITY_2021;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2021_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;USE_SEARCH_TABLE;USE_SEARCH_MODULE;USE_PROPERTY_DATABASE;USE_SEARCH_EXTENSION_API;SCENE_TEMPLATE_MODULE;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_NVIDIA;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;TIMELINE_FRAMEACCURATE;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER;NET_STANDARD_2_0;NET_STANDARD;NET_STANDARD_2_1;NETSTANDARD;NETSTANDARD2_1 + prompt + 4 + 0169 + False + + + true + true + false + false + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.NVIDIAModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsNativeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.PackageManagerUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIServiceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WebGLSupport\UnityEditor.WebGL.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\log4netPlastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.testtools.codecoverage@1.0.1\lib\ReportGenerator\ReportGeneratorMerged.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.nuget.newtonsoft-json@3.0.2\Runtime\Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\unityplastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.ext.nunit@1.0.6\net35\unity-custom\nunit.framework.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll + + + + + {d6eeed2b-7eba-4b5b-d65a-16edc198d08e} + Unity.Timeline + + + {5b6c6cc7-6288-9811-283f-10dc49bc3b47} + UnityEditor.UI + + + {ab27da9e-0f76-f1ba-653d-2f314399aadd} + UnityEngine.UI + + + {b964208d-4ce6-e1db-6f52-2a99f46b2267} + UnityEngine.TestRunner + + + {33dbbfa4-8760-3694-f325-62692bf24b10} + UnityEditor.TestRunner + + + + + diff --git a/Unity.Timeline.csproj b/Unity.Timeline.csproj new file mode 100644 index 0000000..6d0929c --- /dev/null +++ b/Unity.Timeline.csproj @@ -0,0 +1,798 @@ + + + + 9.0 + + + Debug + AnyCPU + 10.0.20506 + 2.0 + + {d6eeed2b-7eba-4b5b-d65a-16edc198d08e} + Library + Properties + Unity.Timeline + v4.7.1 + 512 + . + + + true + full + false + Temp\bin\Debug\ + DEBUG;TRACE;UNITY_2021_3_11;UNITY_2021_3;UNITY_2021;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2021_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;USE_SEARCH_TABLE;USE_SEARCH_MODULE;USE_PROPERTY_DATABASE;USE_SEARCH_EXTENSION_API;SCENE_TEMPLATE_MODULE;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_NVIDIA;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_STANDARD_2_0;NET_STANDARD;NET_STANDARD_2_1;NETSTANDARD;NETSTANDARD2_1;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;TIMELINE_FRAMEACCURATE;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER + prompt + 4 + 0169 + False + + + true + true + false + false + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsNativeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.PackageManagerUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIServiceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WebGLSupport\UnityEditor.WebGL.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\log4netPlastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.testtools.codecoverage@1.0.1\lib\ReportGenerator\ReportGeneratorMerged.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.nuget.newtonsoft-json@3.0.2\Runtime\Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\unityplastic.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\ref\2.1.0\netstandard.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\Microsoft.Win32.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.AppContext.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Buffers.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.Concurrent.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.NonGeneric.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.Specialized.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.EventBasedAsync.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.TypeConverter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Console.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Data.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Contracts.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Debug.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.FileVersionInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Process.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.StackTrace.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.TextWriterTraceListener.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Tools.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.TraceSource.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Tracing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Drawing.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Dynamic.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.Calendars.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Compression.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Compression.ZipFile.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.DriveInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.Watcher.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.IsolatedStorage.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.MemoryMappedFiles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Pipes.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.UnmanagedMemoryStream.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Expressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Queryable.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Memory.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.NameResolution.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.NetworkInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Ping.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Requests.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Sockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebHeaderCollection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebSockets.Client.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebSockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Numerics.Vectors.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ObjectModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.DispatchProxy.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.ILGeneration.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.Lightweight.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.Reader.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.ResourceManager.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.Writer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.CompilerServices.VisualC.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Handles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.InteropServices.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.InteropServices.RuntimeInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Formatters.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Json.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Claims.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Algorithms.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Csp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.X509Certificates.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Principal.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.SecureString.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.Encoding.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.RegularExpressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Overlapped.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Thread.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.ThreadPool.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Timer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ValueTuple.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.ReaderWriter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XmlDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XmlSerializer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XPath.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XPath.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\Extensions\2.0.0\System.Runtime.InteropServices.WindowsRuntime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\mscorlib.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.ComponentModel.Composition.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Core.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Data.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Drawing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.IO.Compression.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Net.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Runtime.Serialization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.ServiceModel.Web.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Transactions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Web.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Windows.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.Serialization.dll + + + + + {5b6c6cc7-6288-9811-283f-10dc49bc3b47} + UnityEditor.UI + + + {ab27da9e-0f76-f1ba-653d-2f314399aadd} + UnityEngine.UI + + + + + diff --git a/Unity.VSCode.Editor.csproj b/Unity.VSCode.Editor.csproj new file mode 100644 index 0000000..d3bd72b --- /dev/null +++ b/Unity.VSCode.Editor.csproj @@ -0,0 +1,756 @@ + + + + 9.0 + + + Debug + AnyCPU + 10.0.20506 + 2.0 + + {000bf243-11b6-41b6-a704-20e794f0b14e} + Library + Properties + Unity.VSCode.Editor + v4.7.1 + 512 + . + + + true + full + false + Temp\bin\Debug\ + DEBUG;TRACE;UNITY_2021_3_11;UNITY_2021_3;UNITY_2021;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2021_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;USE_SEARCH_TABLE;USE_SEARCH_MODULE;USE_PROPERTY_DATABASE;USE_SEARCH_EXTENSION_API;SCENE_TEMPLATE_MODULE;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_NVIDIA;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;ROSLYN_ANALYZER_FIX;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER;NET_STANDARD_2_0;NET_STANDARD;NET_STANDARD_2_1;NETSTANDARD;NETSTANDARD2_1 + prompt + 4 + 0169 + False + + + true + true + false + false + false + + + + + + + + + + + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.NVIDIAModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsNativeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.PackageManagerUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIServiceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WebGLSupport\UnityEditor.WebGL.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\log4netPlastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.testtools.codecoverage@1.0.1\lib\ReportGenerator\ReportGeneratorMerged.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.nuget.newtonsoft-json@3.0.2\Runtime\Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\unityplastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.ext.nunit@1.0.6\net35\unity-custom\nunit.framework.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll + + + + + {5b6c6cc7-6288-9811-283f-10dc49bc3b47} + UnityEditor.UI + + + {ab27da9e-0f76-f1ba-653d-2f314399aadd} + UnityEngine.UI + + + {b964208d-4ce6-e1db-6f52-2a99f46b2267} + UnityEngine.TestRunner + + + {33dbbfa4-8760-3694-f325-62692bf24b10} + UnityEditor.TestRunner + + + + + diff --git a/Unity.VisualEffectGraph.Editor.csproj b/Unity.VisualEffectGraph.Editor.csproj new file mode 100644 index 0000000..5194be3 --- /dev/null +++ b/Unity.VisualEffectGraph.Editor.csproj @@ -0,0 +1,1335 @@ + + + + 9.0 + + + Debug + AnyCPU + 10.0.20506 + 2.0 + + {031ecbc0-8d00-279a-e707-0b6d1ec09df6} + Library + Properties + Unity.VisualEffectGraph.Editor + v4.7.1 + 512 + . + + + true + full + false + Temp\bin\Debug\ + DEBUG;TRACE;UNITY_2021_3_11;UNITY_2021_3;UNITY_2021;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2021_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;USE_SEARCH_TABLE;USE_SEARCH_MODULE;USE_PROPERTY_DATABASE;USE_SEARCH_EXTENSION_API;SCENE_TEMPLATE_MODULE;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_NVIDIA;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;VFX_HAS_TIMELINE;VFX_HAS_UNIVERSAL;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER;NET_STANDARD_2_0;NET_STANDARD;NET_STANDARD_2_1;NETSTANDARD;NETSTANDARD2_1 + prompt + 4 + 0169 + False + + + true + true + false + false + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.NVIDIAModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsNativeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.PackageManagerUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIServiceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WebGLSupport\UnityEditor.WebGL.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\log4netPlastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.testtools.codecoverage@1.0.1\lib\ReportGenerator\ReportGeneratorMerged.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.nuget.newtonsoft-json@3.0.2\Runtime\Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\unityplastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.Unsafe.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.Mdb.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.Pdb.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.Rocks.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.ext.nunit@1.0.6\net35\unity-custom\nunit.framework.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll + + + + + {b6922377-c0cb-f4da-0c59-c8890b5e6ff9} + Unity.VisualEffectGraph.Runtime + + + {d6eeed2b-7eba-4b5b-d65a-16edc198d08e} + Unity.Timeline + + + {e781d842-4060-4561-7659-ab6bbcc0cd56} + Unity.ShaderGraph.Editor + + + {5b6c6cc7-6288-9811-283f-10dc49bc3b47} + UnityEditor.UI + + + {ab27da9e-0f76-f1ba-653d-2f314399aadd} + UnityEngine.UI + + + {b964208d-4ce6-e1db-6f52-2a99f46b2267} + UnityEngine.TestRunner + + + {33dbbfa4-8760-3694-f325-62692bf24b10} + UnityEditor.TestRunner + + + + + diff --git a/Unity.VisualEffectGraph.Runtime.csproj b/Unity.VisualEffectGraph.Runtime.csproj new file mode 100644 index 0000000..91e7215 --- /dev/null +++ b/Unity.VisualEffectGraph.Runtime.csproj @@ -0,0 +1,867 @@ + + + + 9.0 + + + Debug + AnyCPU + 10.0.20506 + 2.0 + + {b6922377-c0cb-f4da-0c59-c8890b5e6ff9} + Library + Properties + Unity.VisualEffectGraph.Runtime + v4.7.1 + 512 + . + + + true + full + false + Temp\bin\Debug\ + DEBUG;TRACE;UNITY_2021_3_11;UNITY_2021_3;UNITY_2021;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2021_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;USE_SEARCH_TABLE;USE_SEARCH_MODULE;USE_PROPERTY_DATABASE;USE_SEARCH_EXTENSION_API;SCENE_TEMPLATE_MODULE;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_NVIDIA;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_STANDARD_2_0;NET_STANDARD;NET_STANDARD_2_1;NETSTANDARD;NETSTANDARD2_1;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;VFX_HAS_TIMELINE;VFX_HAS_TERRAINMODULE;VFX_HAS_UI;VFX_HAS_PHYSICS;VFX_HAS_AUDIO;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER + prompt + 4 + 0169 + False + + + true + true + false + false + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsNativeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.PackageManagerUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIServiceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WebGLSupport\UnityEditor.WebGL.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\log4netPlastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.testtools.codecoverage@1.0.1\lib\ReportGenerator\ReportGeneratorMerged.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.nuget.newtonsoft-json@3.0.2\Runtime\Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\unityplastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.Unsafe.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.Mdb.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.Pdb.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.Rocks.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\ref\2.1.0\netstandard.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\Microsoft.Win32.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.AppContext.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Buffers.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.Concurrent.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.NonGeneric.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.Specialized.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.EventBasedAsync.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.TypeConverter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Console.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Data.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Contracts.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Debug.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.FileVersionInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Process.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.StackTrace.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.TextWriterTraceListener.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Tools.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.TraceSource.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Tracing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Drawing.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Dynamic.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.Calendars.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Compression.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Compression.ZipFile.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.DriveInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.Watcher.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.IsolatedStorage.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.MemoryMappedFiles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Pipes.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.UnmanagedMemoryStream.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Expressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Queryable.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Memory.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.NameResolution.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.NetworkInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Ping.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Requests.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Sockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebHeaderCollection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebSockets.Client.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebSockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Numerics.Vectors.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ObjectModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.DispatchProxy.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.ILGeneration.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.Lightweight.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.Reader.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.ResourceManager.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.Writer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.CompilerServices.VisualC.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Handles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.InteropServices.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.InteropServices.RuntimeInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Formatters.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Json.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Claims.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Algorithms.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Csp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.X509Certificates.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Principal.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.SecureString.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.Encoding.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.RegularExpressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Overlapped.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Thread.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.ThreadPool.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Timer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ValueTuple.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.ReaderWriter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XmlDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XmlSerializer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XPath.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XPath.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\Extensions\2.0.0\System.Runtime.InteropServices.WindowsRuntime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\mscorlib.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.ComponentModel.Composition.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Core.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Data.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Drawing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.IO.Compression.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Net.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Runtime.Serialization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.ServiceModel.Web.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Transactions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Web.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Windows.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.Serialization.dll + + + + + {d6eeed2b-7eba-4b5b-d65a-16edc198d08e} + Unity.Timeline + + + {5b6c6cc7-6288-9811-283f-10dc49bc3b47} + UnityEditor.UI + + + {ab27da9e-0f76-f1ba-653d-2f314399aadd} + UnityEngine.UI + + + + + diff --git a/Unity.VisualScripting.Core.Editor.csproj b/Unity.VisualScripting.Core.Editor.csproj new file mode 100644 index 0000000..622abee --- /dev/null +++ b/Unity.VisualScripting.Core.Editor.csproj @@ -0,0 +1,1220 @@ + + + + 9.0 + + + Debug + AnyCPU + 10.0.20506 + 2.0 + + {448348d4-3399-bb29-5de8-d2d81c8684cf} + Library + Properties + Unity.VisualScripting.Core.Editor + v4.7.1 + 512 + . + + + true + full + false + Temp\bin\Debug\ + DEBUG;TRACE;UNITY_2021_3_11;UNITY_2021_3;UNITY_2021;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2021_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;USE_SEARCH_TABLE;USE_SEARCH_MODULE;USE_PROPERTY_DATABASE;USE_SEARCH_EXTENSION_API;SCENE_TEMPLATE_MODULE;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_NVIDIA;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER;NET_STANDARD_2_0;NET_STANDARD;NET_STANDARD_2_1;NETSTANDARD;NETSTANDARD2_1 + prompt + 4 + 0169 + False + + + true + true + false + false + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.NVIDIAModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsNativeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.PackageManagerUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIServiceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WebGLSupport\UnityEditor.WebGL.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\log4netPlastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.testtools.codecoverage@1.0.1\lib\ReportGenerator\ReportGeneratorMerged.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.nuget.newtonsoft-json@3.0.2\Runtime\Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\unityplastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.ext.nunit@1.0.6\net35\unity-custom\nunit.framework.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll + + + + + {cbdf47d2-887f-3622-430a-9ebce3234900} + Unity.VisualScripting.Core + + + {5b6c6cc7-6288-9811-283f-10dc49bc3b47} + UnityEditor.UI + + + {ab27da9e-0f76-f1ba-653d-2f314399aadd} + UnityEngine.UI + + + {b964208d-4ce6-e1db-6f52-2a99f46b2267} + UnityEngine.TestRunner + + + {33dbbfa4-8760-3694-f325-62692bf24b10} + UnityEditor.TestRunner + + + + + diff --git a/Unity.VisualScripting.Core.csproj b/Unity.VisualScripting.Core.csproj new file mode 100644 index 0000000..fdf1399 --- /dev/null +++ b/Unity.VisualScripting.Core.csproj @@ -0,0 +1,1151 @@ + + + + 9.0 + + + Debug + AnyCPU + 10.0.20506 + 2.0 + + {cbdf47d2-887f-3622-430a-9ebce3234900} + Library + Properties + Unity.VisualScripting.Core + v4.7.1 + 512 + . + + + true + full + false + Temp\bin\Debug\ + DEBUG;TRACE;UNITY_2021_3_11;UNITY_2021_3;UNITY_2021;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2021_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;USE_SEARCH_TABLE;USE_SEARCH_MODULE;USE_PROPERTY_DATABASE;USE_SEARCH_EXTENSION_API;SCENE_TEMPLATE_MODULE;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_NVIDIA;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_STANDARD_2_0;NET_STANDARD;NET_STANDARD_2_1;NETSTANDARD;NETSTANDARD2_1;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;MODULE_ANIMATION_EXISTS;MODULE_PHYSICS_EXISTS;MODULE_PHYSICS_2D_EXISTS;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER + prompt + 4 + 0169 + False + + + true + true + false + false + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsNativeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.PackageManagerUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIServiceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WebGLSupport\UnityEditor.WebGL.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\log4netPlastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.testtools.codecoverage@1.0.1\lib\ReportGenerator\ReportGeneratorMerged.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.nuget.newtonsoft-json@3.0.2\Runtime\Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\unityplastic.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\ref\2.1.0\netstandard.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\Microsoft.Win32.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.AppContext.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Buffers.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.Concurrent.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.NonGeneric.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.Specialized.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.EventBasedAsync.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.TypeConverter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Console.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Data.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Contracts.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Debug.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.FileVersionInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Process.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.StackTrace.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.TextWriterTraceListener.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Tools.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.TraceSource.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Tracing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Drawing.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Dynamic.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.Calendars.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Compression.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Compression.ZipFile.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.DriveInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.Watcher.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.IsolatedStorage.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.MemoryMappedFiles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Pipes.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.UnmanagedMemoryStream.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Expressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Queryable.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Memory.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.NameResolution.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.NetworkInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Ping.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Requests.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Sockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebHeaderCollection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebSockets.Client.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebSockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Numerics.Vectors.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ObjectModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.DispatchProxy.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.ILGeneration.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.Lightweight.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.Reader.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.ResourceManager.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.Writer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.CompilerServices.VisualC.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Handles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.InteropServices.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.InteropServices.RuntimeInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Formatters.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Json.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Claims.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Algorithms.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Csp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.X509Certificates.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Principal.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.SecureString.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.Encoding.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.RegularExpressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Overlapped.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Thread.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.ThreadPool.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Timer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ValueTuple.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.ReaderWriter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XmlDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XmlSerializer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XPath.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XPath.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\Extensions\2.0.0\System.Runtime.InteropServices.WindowsRuntime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\mscorlib.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.ComponentModel.Composition.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Core.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Data.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Drawing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.IO.Compression.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Net.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Runtime.Serialization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.ServiceModel.Web.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Transactions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Web.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Windows.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.Serialization.dll + + + + + {5b6c6cc7-6288-9811-283f-10dc49bc3b47} + UnityEditor.UI + + + {ab27da9e-0f76-f1ba-653d-2f314399aadd} + UnityEngine.UI + + + + + diff --git a/Unity.VisualScripting.Flow.Editor.csproj b/Unity.VisualScripting.Flow.Editor.csproj new file mode 100644 index 0000000..9a595ec --- /dev/null +++ b/Unity.VisualScripting.Flow.Editor.csproj @@ -0,0 +1,927 @@ + + + + 9.0 + + + Debug + AnyCPU + 10.0.20506 + 2.0 + + {e8b69595-2d8f-a2e7-e96c-38015add51a7} + Library + Properties + Unity.VisualScripting.Flow.Editor + v4.7.1 + 512 + . + + + true + full + false + Temp\bin\Debug\ + DEBUG;TRACE;UNITY_2021_3_11;UNITY_2021_3;UNITY_2021;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2021_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;USE_SEARCH_TABLE;USE_SEARCH_MODULE;USE_PROPERTY_DATABASE;USE_SEARCH_EXTENSION_API;SCENE_TEMPLATE_MODULE;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_NVIDIA;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER;NET_STANDARD_2_0;NET_STANDARD;NET_STANDARD_2_1;NETSTANDARD;NETSTANDARD2_1 + prompt + 4 + 0169 + False + + + true + true + false + false + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.NVIDIAModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsNativeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.PackageManagerUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIServiceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WebGLSupport\UnityEditor.WebGL.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\log4netPlastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.testtools.codecoverage@1.0.1\lib\ReportGenerator\ReportGeneratorMerged.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.nuget.newtonsoft-json@3.0.2\Runtime\Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\unityplastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.ext.nunit@1.0.6\net35\unity-custom\nunit.framework.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll + + + + + {cbdf47d2-887f-3622-430a-9ebce3234900} + Unity.VisualScripting.Core + + + {448348d4-3399-bb29-5de8-d2d81c8684cf} + Unity.VisualScripting.Core.Editor + + + {9bd519e9-c64a-bfc6-5a42-7488ef70c412} + Unity.VisualScripting.Flow + + + {5b6c6cc7-6288-9811-283f-10dc49bc3b47} + UnityEditor.UI + + + {ab27da9e-0f76-f1ba-653d-2f314399aadd} + UnityEngine.UI + + + {b964208d-4ce6-e1db-6f52-2a99f46b2267} + UnityEngine.TestRunner + + + {33dbbfa4-8760-3694-f325-62692bf24b10} + UnityEditor.TestRunner + + + + + diff --git a/Unity.VisualScripting.Flow.csproj b/Unity.VisualScripting.Flow.csproj new file mode 100644 index 0000000..f6707d7 --- /dev/null +++ b/Unity.VisualScripting.Flow.csproj @@ -0,0 +1,1130 @@ + + + + 9.0 + + + Debug + AnyCPU + 10.0.20506 + 2.0 + + {9bd519e9-c64a-bfc6-5a42-7488ef70c412} + Library + Properties + Unity.VisualScripting.Flow + v4.7.1 + 512 + . + + + true + full + false + Temp\bin\Debug\ + DEBUG;TRACE;UNITY_2021_3_11;UNITY_2021_3;UNITY_2021;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2021_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;USE_SEARCH_TABLE;USE_SEARCH_MODULE;USE_PROPERTY_DATABASE;USE_SEARCH_EXTENSION_API;SCENE_TEMPLATE_MODULE;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_NVIDIA;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_STANDARD_2_0;NET_STANDARD;NET_STANDARD_2_1;NETSTANDARD;NETSTANDARD2_1;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;MODULE_AI_EXISTS;MODULE_ANIMATION_EXISTS;MODULE_PHYSICS_EXISTS;MODULE_PHYSICS_2D_EXISTS;MODULE_PARTICLE_SYSTEM_EXISTS;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER + prompt + 4 + 0169 + False + + + true + true + false + false + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsNativeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.PackageManagerUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIServiceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WebGLSupport\UnityEditor.WebGL.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\log4netPlastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.testtools.codecoverage@1.0.1\lib\ReportGenerator\ReportGeneratorMerged.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.nuget.newtonsoft-json@3.0.2\Runtime\Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\unityplastic.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\ref\2.1.0\netstandard.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\Microsoft.Win32.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.AppContext.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Buffers.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.Concurrent.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.NonGeneric.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.Specialized.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.EventBasedAsync.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.TypeConverter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Console.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Data.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Contracts.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Debug.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.FileVersionInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Process.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.StackTrace.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.TextWriterTraceListener.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Tools.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.TraceSource.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Tracing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Drawing.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Dynamic.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.Calendars.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Compression.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Compression.ZipFile.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.DriveInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.Watcher.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.IsolatedStorage.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.MemoryMappedFiles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Pipes.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.UnmanagedMemoryStream.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Expressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Queryable.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Memory.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.NameResolution.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.NetworkInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Ping.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Requests.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Sockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebHeaderCollection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebSockets.Client.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebSockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Numerics.Vectors.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ObjectModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.DispatchProxy.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.ILGeneration.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.Lightweight.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.Reader.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.ResourceManager.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.Writer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.CompilerServices.VisualC.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Handles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.InteropServices.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.InteropServices.RuntimeInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Formatters.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Json.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Claims.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Algorithms.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Csp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.X509Certificates.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Principal.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.SecureString.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.Encoding.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.RegularExpressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Overlapped.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Thread.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.ThreadPool.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Timer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ValueTuple.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.ReaderWriter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XmlDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XmlSerializer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XPath.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XPath.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\Extensions\2.0.0\System.Runtime.InteropServices.WindowsRuntime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\mscorlib.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.ComponentModel.Composition.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Core.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Data.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Drawing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.IO.Compression.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Net.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Runtime.Serialization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.ServiceModel.Web.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Transactions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Web.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Windows.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.Serialization.dll + + + + + {cbdf47d2-887f-3622-430a-9ebce3234900} + Unity.VisualScripting.Core + + + {5b6c6cc7-6288-9811-283f-10dc49bc3b47} + UnityEditor.UI + + + {ab27da9e-0f76-f1ba-653d-2f314399aadd} + UnityEngine.UI + + + + + diff --git a/Unity.VisualScripting.SettingsProvider.Editor.csproj b/Unity.VisualScripting.SettingsProvider.Editor.csproj new file mode 100644 index 0000000..7a313a5 --- /dev/null +++ b/Unity.VisualScripting.SettingsProvider.Editor.csproj @@ -0,0 +1,777 @@ + + + + 9.0 + + + Debug + AnyCPU + 10.0.20506 + 2.0 + + {e92ad92d-fb24-949b-1093-bbcaea3dcd3c} + Library + Properties + Unity.VisualScripting.SettingsProvider.Editor + v4.7.1 + 512 + . + + + true + full + false + Temp\bin\Debug\ + DEBUG;TRACE;UNITY_2021_3_11;UNITY_2021_3;UNITY_2021;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2021_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;USE_SEARCH_TABLE;USE_SEARCH_MODULE;USE_PROPERTY_DATABASE;USE_SEARCH_EXTENSION_API;SCENE_TEMPLATE_MODULE;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_NVIDIA;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER;NET_STANDARD_2_0;NET_STANDARD;NET_STANDARD_2_1;NETSTANDARD;NETSTANDARD2_1 + prompt + 4 + 0169 + False + + + true + true + false + false + false + + + + + + + + + + + + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.NVIDIAModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsNativeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.PackageManagerUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIServiceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WebGLSupport\UnityEditor.WebGL.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\log4netPlastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.testtools.codecoverage@1.0.1\lib\ReportGenerator\ReportGeneratorMerged.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.nuget.newtonsoft-json@3.0.2\Runtime\Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\unityplastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.ext.nunit@1.0.6\net35\unity-custom\nunit.framework.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll + + + + + {cbdf47d2-887f-3622-430a-9ebce3234900} + Unity.VisualScripting.Core + + + {448348d4-3399-bb29-5de8-d2d81c8684cf} + Unity.VisualScripting.Core.Editor + + + {9bd519e9-c64a-bfc6-5a42-7488ef70c412} + Unity.VisualScripting.Flow + + + {e8b69595-2d8f-a2e7-e96c-38015add51a7} + Unity.VisualScripting.Flow.Editor + + + {ccd52c98-1241-75af-a5d6-5b6099f83c3f} + Unity.VisualScripting.State + + + {5b6c6cc7-6288-9811-283f-10dc49bc3b47} + UnityEditor.UI + + + {ab27da9e-0f76-f1ba-653d-2f314399aadd} + UnityEngine.UI + + + {b964208d-4ce6-e1db-6f52-2a99f46b2267} + UnityEngine.TestRunner + + + {33dbbfa4-8760-3694-f325-62692bf24b10} + UnityEditor.TestRunner + + + + + diff --git a/Unity.VisualScripting.Shared.Editor.csproj b/Unity.VisualScripting.Shared.Editor.csproj new file mode 100644 index 0000000..a70ba1f --- /dev/null +++ b/Unity.VisualScripting.Shared.Editor.csproj @@ -0,0 +1,773 @@ + + + + 9.0 + + + Debug + AnyCPU + 10.0.20506 + 2.0 + + {182d9cb4-621b-128b-5fb5-ca5a7a05b62b} + Library + Properties + Unity.VisualScripting.Shared.Editor + v4.7.1 + 512 + . + + + true + full + false + Temp\bin\Debug\ + DEBUG;TRACE;UNITY_2021_3_11;UNITY_2021_3;UNITY_2021;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2021_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;USE_SEARCH_TABLE;USE_SEARCH_MODULE;USE_PROPERTY_DATABASE;USE_SEARCH_EXTENSION_API;SCENE_TEMPLATE_MODULE;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_NVIDIA;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER;NET_STANDARD_2_0;NET_STANDARD;NET_STANDARD_2_1;NETSTANDARD;NETSTANDARD2_1 + prompt + 4 + 0169 + False + + + true + true + false + false + false + + + + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.NVIDIAModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsNativeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.PackageManagerUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIServiceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WebGLSupport\UnityEditor.WebGL.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\log4netPlastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.testtools.codecoverage@1.0.1\lib\ReportGenerator\ReportGeneratorMerged.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.nuget.newtonsoft-json@3.0.2\Runtime\Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\unityplastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.ext.nunit@1.0.6\net35\unity-custom\nunit.framework.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll + + + + + {448348d4-3399-bb29-5de8-d2d81c8684cf} + Unity.VisualScripting.Core.Editor + + + {e8b69595-2d8f-a2e7-e96c-38015add51a7} + Unity.VisualScripting.Flow.Editor + + + {332deb53-33fb-a89c-f101-9036a357eb55} + Unity.VisualScripting.State.Editor + + + {cbdf47d2-887f-3622-430a-9ebce3234900} + Unity.VisualScripting.Core + + + {9bd519e9-c64a-bfc6-5a42-7488ef70c412} + Unity.VisualScripting.Flow + + + {ccd52c98-1241-75af-a5d6-5b6099f83c3f} + Unity.VisualScripting.State + + + {5b6c6cc7-6288-9811-283f-10dc49bc3b47} + UnityEditor.UI + + + {ab27da9e-0f76-f1ba-653d-2f314399aadd} + UnityEngine.UI + + + {b964208d-4ce6-e1db-6f52-2a99f46b2267} + UnityEngine.TestRunner + + + {33dbbfa4-8760-3694-f325-62692bf24b10} + UnityEditor.TestRunner + + + + + diff --git a/Unity.VisualScripting.State.Editor.csproj b/Unity.VisualScripting.State.Editor.csproj new file mode 100644 index 0000000..5be6266 --- /dev/null +++ b/Unity.VisualScripting.State.Editor.csproj @@ -0,0 +1,836 @@ + + + + 9.0 + + + Debug + AnyCPU + 10.0.20506 + 2.0 + + {332deb53-33fb-a89c-f101-9036a357eb55} + Library + Properties + Unity.VisualScripting.State.Editor + v4.7.1 + 512 + . + + + true + full + false + Temp\bin\Debug\ + DEBUG;TRACE;UNITY_2021_3_11;UNITY_2021_3;UNITY_2021;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2021_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;USE_SEARCH_TABLE;USE_SEARCH_MODULE;USE_PROPERTY_DATABASE;USE_SEARCH_EXTENSION_API;SCENE_TEMPLATE_MODULE;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_NVIDIA;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER;NET_STANDARD_2_0;NET_STANDARD;NET_STANDARD_2_1;NETSTANDARD;NETSTANDARD2_1 + prompt + 4 + 0169 + False + + + true + true + false + false + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.NVIDIAModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsNativeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.PackageManagerUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIServiceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WebGLSupport\UnityEditor.WebGL.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\log4netPlastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.testtools.codecoverage@1.0.1\lib\ReportGenerator\ReportGeneratorMerged.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.nuget.newtonsoft-json@3.0.2\Runtime\Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\unityplastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.ext.nunit@1.0.6\net35\unity-custom\nunit.framework.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll + + + + + {cbdf47d2-887f-3622-430a-9ebce3234900} + Unity.VisualScripting.Core + + + {9bd519e9-c64a-bfc6-5a42-7488ef70c412} + Unity.VisualScripting.Flow + + + {ccd52c98-1241-75af-a5d6-5b6099f83c3f} + Unity.VisualScripting.State + + + {448348d4-3399-bb29-5de8-d2d81c8684cf} + Unity.VisualScripting.Core.Editor + + + {e8b69595-2d8f-a2e7-e96c-38015add51a7} + Unity.VisualScripting.Flow.Editor + + + {5b6c6cc7-6288-9811-283f-10dc49bc3b47} + UnityEditor.UI + + + {ab27da9e-0f76-f1ba-653d-2f314399aadd} + UnityEngine.UI + + + {b964208d-4ce6-e1db-6f52-2a99f46b2267} + UnityEngine.TestRunner + + + {33dbbfa4-8760-3694-f325-62692bf24b10} + UnityEditor.TestRunner + + + + + diff --git a/Unity.VisualScripting.State.csproj b/Unity.VisualScripting.State.csproj new file mode 100644 index 0000000..f247386 --- /dev/null +++ b/Unity.VisualScripting.State.csproj @@ -0,0 +1,764 @@ + + + + 9.0 + + + Debug + AnyCPU + 10.0.20506 + 2.0 + + {ccd52c98-1241-75af-a5d6-5b6099f83c3f} + Library + Properties + Unity.VisualScripting.State + v4.7.1 + 512 + . + + + true + full + false + Temp\bin\Debug\ + DEBUG;TRACE;UNITY_2021_3_11;UNITY_2021_3;UNITY_2021;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2021_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;USE_SEARCH_TABLE;USE_SEARCH_MODULE;USE_PROPERTY_DATABASE;USE_SEARCH_EXTENSION_API;SCENE_TEMPLATE_MODULE;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_NVIDIA;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_STANDARD_2_0;NET_STANDARD;NET_STANDARD_2_1;NETSTANDARD;NETSTANDARD2_1;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER + prompt + 4 + 0169 + False + + + true + true + false + false + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsNativeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.PackageManagerUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIServiceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WebGLSupport\UnityEditor.WebGL.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\log4netPlastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.testtools.codecoverage@1.0.1\lib\ReportGenerator\ReportGeneratorMerged.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.nuget.newtonsoft-json@3.0.2\Runtime\Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\unityplastic.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\ref\2.1.0\netstandard.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\Microsoft.Win32.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.AppContext.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Buffers.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.Concurrent.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.NonGeneric.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.Specialized.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.EventBasedAsync.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.TypeConverter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Console.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Data.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Contracts.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Debug.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.FileVersionInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Process.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.StackTrace.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.TextWriterTraceListener.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Tools.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.TraceSource.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Tracing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Drawing.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Dynamic.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.Calendars.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Compression.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Compression.ZipFile.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.DriveInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.Watcher.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.IsolatedStorage.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.MemoryMappedFiles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Pipes.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.UnmanagedMemoryStream.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Expressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Queryable.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Memory.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.NameResolution.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.NetworkInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Ping.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Requests.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Sockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebHeaderCollection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebSockets.Client.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebSockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Numerics.Vectors.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ObjectModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.DispatchProxy.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.ILGeneration.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.Lightweight.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.Reader.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.ResourceManager.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.Writer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.CompilerServices.VisualC.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Handles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.InteropServices.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.InteropServices.RuntimeInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Formatters.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Json.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Claims.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Algorithms.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Csp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.X509Certificates.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Principal.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.SecureString.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.Encoding.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.RegularExpressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Overlapped.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Thread.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.ThreadPool.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Timer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ValueTuple.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.ReaderWriter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XmlDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XmlSerializer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XPath.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XPath.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\Extensions\2.0.0\System.Runtime.InteropServices.WindowsRuntime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\mscorlib.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.ComponentModel.Composition.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Core.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Data.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Drawing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.IO.Compression.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Net.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Runtime.Serialization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.ServiceModel.Web.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Transactions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Web.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Windows.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.Serialization.dll + + + + + {cbdf47d2-887f-3622-430a-9ebce3234900} + Unity.VisualScripting.Core + + + {9bd519e9-c64a-bfc6-5a42-7488ef70c412} + Unity.VisualScripting.Flow + + + {5b6c6cc7-6288-9811-283f-10dc49bc3b47} + UnityEditor.UI + + + {ab27da9e-0f76-f1ba-653d-2f314399aadd} + UnityEngine.UI + + + + + diff --git a/Unity.VisualStudio.Editor.csproj b/Unity.VisualStudio.Editor.csproj new file mode 100644 index 0000000..2ed4ecf --- /dev/null +++ b/Unity.VisualStudio.Editor.csproj @@ -0,0 +1,760 @@ + + + + 9.0 + + + Debug + AnyCPU + 10.0.20506 + 2.0 + + {2b7cea73-70ce-8bc0-6750-6add7c86be6b} + Library + Properties + Unity.VisualStudio.Editor + v4.7.1 + 512 + . + + + true + full + false + Temp\bin\Debug\ + DEBUG;TRACE;UNITY_2021_3_11;UNITY_2021_3;UNITY_2021;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2021_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;USE_SEARCH_TABLE;USE_SEARCH_MODULE;USE_PROPERTY_DATABASE;USE_SEARCH_EXTENSION_API;SCENE_TEMPLATE_MODULE;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_NVIDIA;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER;NET_STANDARD_2_0;NET_STANDARD;NET_STANDARD_2_1;NETSTANDARD;NETSTANDARD2_1 + prompt + 4 + 0169 + False + + + true + true + false + false + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.NVIDIAModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsNativeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.PackageManagerUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIServiceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WebGLSupport\UnityEditor.WebGL.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.ext.nunit@1.0.6\net35\unity-custom\nunit.framework.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.nuget.newtonsoft-json@3.0.2\Runtime\Newtonsoft.Json.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll + + + + + {5b6c6cc7-6288-9811-283f-10dc49bc3b47} + UnityEditor.UI + + + {ab27da9e-0f76-f1ba-653d-2f314399aadd} + UnityEngine.UI + + + {b964208d-4ce6-e1db-6f52-2a99f46b2267} + UnityEngine.TestRunner + + + {33dbbfa4-8760-3694-f325-62692bf24b10} + UnityEditor.TestRunner + + + + + diff --git a/Unity.XR.ARCore.Editor.csproj b/Unity.XR.ARCore.Editor.csproj new file mode 100644 index 0000000..585f458 --- /dev/null +++ b/Unity.XR.ARCore.Editor.csproj @@ -0,0 +1,778 @@ + + + + 9.0 + + + Debug + AnyCPU + 10.0.20506 + 2.0 + + {cab4906d-67d3-833f-fe94-4004734d0fc4} + Library + Properties + Unity.XR.ARCore.Editor + v4.7.1 + 512 + . + + + true + full + false + Temp\bin\Debug\ + DEBUG;TRACE;UNITY_2021_3_11;UNITY_2021_3;UNITY_2021;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2021_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;USE_SEARCH_TABLE;USE_SEARCH_MODULE;USE_PROPERTY_DATABASE;USE_SEARCH_EXTENSION_API;SCENE_TEMPLATE_MODULE;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_NVIDIA;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER;NET_STANDARD_2_0;NET_STANDARD;NET_STANDARD_2_1;NETSTANDARD;NETSTANDARD2_1 + prompt + 4 + 0169 + False + + + true + true + false + false + false + + + + + + + + + + + + + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.NVIDIAModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsNativeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.PackageManagerUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIServiceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WebGLSupport\UnityEditor.WebGL.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\log4netPlastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.testtools.codecoverage@1.0.1\lib\ReportGenerator\ReportGeneratorMerged.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.nuget.newtonsoft-json@3.0.2\Runtime\Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\unityplastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.ext.nunit@1.0.6\net35\unity-custom\nunit.framework.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll + + + + + {9c58406c-d6cc-fa7e-1335-98cddae9c559} + Unity.XR.ARCore + + + {81d6d87e-19de-4b2a-038b-3b43186c8f22} + Unity.XR.ARSubsystems + + + {0a7ed46c-a65e-48f5-b08a-261cc2508ca7} + Unity.XR.ARSubsystems.Editor + + + {1fff3889-7799-fe93-6cc6-394b97da33ce} + Unity.XR.Management + + + {25914bc5-6fd2-b870-9bfc-9b3badda5b34} + Unity.XR.Management.Editor + + + {5b6c6cc7-6288-9811-283f-10dc49bc3b47} + UnityEditor.UI + + + {ab27da9e-0f76-f1ba-653d-2f314399aadd} + UnityEngine.UI + + + {b964208d-4ce6-e1db-6f52-2a99f46b2267} + UnityEngine.TestRunner + + + {33dbbfa4-8760-3694-f325-62692bf24b10} + UnityEditor.TestRunner + + + + + diff --git a/Unity.XR.ARCore.csproj b/Unity.XR.ARCore.csproj new file mode 100644 index 0000000..d956e8c --- /dev/null +++ b/Unity.XR.ARCore.csproj @@ -0,0 +1,779 @@ + + + + 9.0 + + + Debug + AnyCPU + 10.0.20506 + 2.0 + + {9c58406c-d6cc-fa7e-1335-98cddae9c559} + Library + Properties + Unity.XR.ARCore + v4.7.1 + 512 + . + + + true + full + false + Temp\bin\Debug\ + DEBUG;TRACE;UNITY_2021_3_11;UNITY_2021_3;UNITY_2021;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2021_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;USE_SEARCH_TABLE;USE_SEARCH_MODULE;USE_PROPERTY_DATABASE;USE_SEARCH_EXTENSION_API;SCENE_TEMPLATE_MODULE;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_NVIDIA;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_STANDARD_2_0;NET_STANDARD;NET_STANDARD_2_1;NETSTANDARD;NETSTANDARD2_1;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER + prompt + 4 + 0169 + True + + + true + true + false + false + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsNativeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.PackageManagerUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIServiceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WebGLSupport\UnityEditor.WebGL.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\log4netPlastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.testtools.codecoverage@1.0.1\lib\ReportGenerator\ReportGeneratorMerged.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.nuget.newtonsoft-json@3.0.2\Runtime\Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\unityplastic.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\ref\2.1.0\netstandard.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\Microsoft.Win32.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.AppContext.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Buffers.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.Concurrent.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.NonGeneric.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.Specialized.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.EventBasedAsync.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.TypeConverter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Console.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Data.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Contracts.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Debug.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.FileVersionInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Process.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.StackTrace.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.TextWriterTraceListener.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Tools.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.TraceSource.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Tracing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Drawing.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Dynamic.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.Calendars.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Compression.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Compression.ZipFile.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.DriveInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.Watcher.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.IsolatedStorage.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.MemoryMappedFiles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Pipes.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.UnmanagedMemoryStream.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Expressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Queryable.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Memory.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.NameResolution.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.NetworkInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Ping.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Requests.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Sockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebHeaderCollection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebSockets.Client.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebSockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Numerics.Vectors.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ObjectModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.DispatchProxy.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.ILGeneration.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.Lightweight.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.Reader.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.ResourceManager.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.Writer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.CompilerServices.VisualC.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Handles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.InteropServices.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.InteropServices.RuntimeInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Formatters.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Json.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Claims.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Algorithms.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Csp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.X509Certificates.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Principal.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.SecureString.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.Encoding.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.RegularExpressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Overlapped.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Thread.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.ThreadPool.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Timer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ValueTuple.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.ReaderWriter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XmlDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XmlSerializer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XPath.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XPath.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\Extensions\2.0.0\System.Runtime.InteropServices.WindowsRuntime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\mscorlib.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.ComponentModel.Composition.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Core.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Data.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Drawing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.IO.Compression.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Net.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Runtime.Serialization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.ServiceModel.Web.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Transactions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Web.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Windows.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.Serialization.dll + + + + + {81d6d87e-19de-4b2a-038b-3b43186c8f22} + Unity.XR.ARSubsystems + + + {1fff3889-7799-fe93-6cc6-394b97da33ce} + Unity.XR.Management + + + {5b6c6cc7-6288-9811-283f-10dc49bc3b47} + UnityEditor.UI + + + {ab27da9e-0f76-f1ba-653d-2f314399aadd} + UnityEngine.UI + + + + + diff --git a/Unity.XR.ARFoundation.Editor.csproj b/Unity.XR.ARFoundation.Editor.csproj new file mode 100644 index 0000000..99de080 --- /dev/null +++ b/Unity.XR.ARFoundation.Editor.csproj @@ -0,0 +1,774 @@ + + + + 9.0 + + + Debug + AnyCPU + 10.0.20506 + 2.0 + + {2d3fc04e-5d29-6cc6-c798-8151b9f5219e} + Library + Properties + Unity.XR.ARFoundation.Editor + v4.7.1 + 512 + . + + + true + full + false + Temp\bin\Debug\ + DEBUG;TRACE;UNITY_2021_3_11;UNITY_2021_3;UNITY_2021;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2021_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;USE_SEARCH_TABLE;USE_SEARCH_MODULE;USE_PROPERTY_DATABASE;USE_SEARCH_EXTENSION_API;SCENE_TEMPLATE_MODULE;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_NVIDIA;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER;NET_STANDARD_2_0;NET_STANDARD;NET_STANDARD_2_1;NETSTANDARD;NETSTANDARD2_1 + prompt + 4 + 0169 + False + + + true + true + false + false + false + + + + + + + + + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.NVIDIAModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsNativeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.PackageManagerUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIServiceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WebGLSupport\UnityEditor.WebGL.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\log4netPlastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.testtools.codecoverage@1.0.1\lib\ReportGenerator\ReportGeneratorMerged.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.nuget.newtonsoft-json@3.0.2\Runtime\Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\unityplastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.ext.nunit@1.0.6\net35\unity-custom\nunit.framework.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll + + + + + {b082c7f6-6b13-ece2-8ff6-8262d769d36f} + Unity.XR.ARFoundation + + + {81d6d87e-19de-4b2a-038b-3b43186c8f22} + Unity.XR.ARSubsystems + + + {7a885896-ee33-0d09-6e63-c48b109cec36} + UnityEngine.SpatialTracking + + + {1fff3889-7799-fe93-6cc6-394b97da33ce} + Unity.XR.Management + + + {25914bc5-6fd2-b870-9bfc-9b3badda5b34} + Unity.XR.Management.Editor + + + {5b6c6cc7-6288-9811-283f-10dc49bc3b47} + UnityEditor.UI + + + {ab27da9e-0f76-f1ba-653d-2f314399aadd} + UnityEngine.UI + + + {b964208d-4ce6-e1db-6f52-2a99f46b2267} + UnityEngine.TestRunner + + + {33dbbfa4-8760-3694-f325-62692bf24b10} + UnityEditor.TestRunner + + + + + diff --git a/Unity.XR.ARFoundation.csproj b/Unity.XR.ARFoundation.csproj new file mode 100644 index 0000000..d35df52 --- /dev/null +++ b/Unity.XR.ARFoundation.csproj @@ -0,0 +1,816 @@ + + + + 9.0 + + + Debug + AnyCPU + 10.0.20506 + 2.0 + + {b082c7f6-6b13-ece2-8ff6-8262d769d36f} + Library + Properties + Unity.XR.ARFoundation + v4.7.1 + 512 + . + + + true + full + false + Temp\bin\Debug\ + DEBUG;TRACE;UNITY_2021_3_11;UNITY_2021_3;UNITY_2021;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2021_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;USE_SEARCH_TABLE;USE_SEARCH_MODULE;USE_PROPERTY_DATABASE;USE_SEARCH_EXTENSION_API;SCENE_TEMPLATE_MODULE;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_NVIDIA;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_STANDARD_2_0;NET_STANDARD;NET_STANDARD_2_1;NETSTANDARD;NETSTANDARD2_1;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;USE_LEGACY_INPUT_HELPERS;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER + prompt + 4 + 0169 + True + + + true + true + false + false + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsNativeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.PackageManagerUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIServiceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WebGLSupport\UnityEditor.WebGL.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\log4netPlastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.testtools.codecoverage@1.0.1\lib\ReportGenerator\ReportGeneratorMerged.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.nuget.newtonsoft-json@3.0.2\Runtime\Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\unityplastic.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\ref\2.1.0\netstandard.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\Microsoft.Win32.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.AppContext.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Buffers.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.Concurrent.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.NonGeneric.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.Specialized.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.EventBasedAsync.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.TypeConverter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Console.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Data.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Contracts.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Debug.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.FileVersionInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Process.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.StackTrace.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.TextWriterTraceListener.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Tools.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.TraceSource.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Tracing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Drawing.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Dynamic.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.Calendars.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Compression.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Compression.ZipFile.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.DriveInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.Watcher.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.IsolatedStorage.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.MemoryMappedFiles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Pipes.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.UnmanagedMemoryStream.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Expressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Queryable.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Memory.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.NameResolution.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.NetworkInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Ping.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Requests.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Sockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebHeaderCollection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebSockets.Client.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebSockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Numerics.Vectors.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ObjectModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.DispatchProxy.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.ILGeneration.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.Lightweight.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.Reader.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.ResourceManager.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.Writer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.CompilerServices.VisualC.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Handles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.InteropServices.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.InteropServices.RuntimeInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Formatters.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Json.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Claims.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Algorithms.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Csp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.X509Certificates.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Principal.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.SecureString.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.Encoding.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.RegularExpressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Overlapped.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Thread.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.ThreadPool.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Timer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ValueTuple.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.ReaderWriter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XmlDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XmlSerializer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XPath.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XPath.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\Extensions\2.0.0\System.Runtime.InteropServices.WindowsRuntime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\mscorlib.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.ComponentModel.Composition.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Core.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Data.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Drawing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.IO.Compression.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Net.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Runtime.Serialization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.ServiceModel.Web.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Transactions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Web.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Windows.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.Serialization.dll + + + + + {81d6d87e-19de-4b2a-038b-3b43186c8f22} + Unity.XR.ARSubsystems + + + {1fff3889-7799-fe93-6cc6-394b97da33ce} + Unity.XR.Management + + + {7a885896-ee33-0d09-6e63-c48b109cec36} + UnityEngine.SpatialTracking + + + {5b6c6cc7-6288-9811-283f-10dc49bc3b47} + UnityEditor.UI + + + {ab27da9e-0f76-f1ba-653d-2f314399aadd} + UnityEngine.UI + + + + + diff --git a/Unity.XR.ARKit.Editor.csproj b/Unity.XR.ARKit.Editor.csproj new file mode 100644 index 0000000..bfeb349 --- /dev/null +++ b/Unity.XR.ARKit.Editor.csproj @@ -0,0 +1,816 @@ + + + + 9.0 + + + Debug + AnyCPU + 10.0.20506 + 2.0 + + {2a876c1c-764a-87cc-df23-9ef14af6798d} + Library + Properties + Unity.XR.ARKit.Editor + v4.7.1 + 512 + . + + + true + full + false + Temp\bin\Debug\ + DEBUG;TRACE;UNITY_2021_3_11;UNITY_2021_3;UNITY_2021;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2021_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;USE_SEARCH_TABLE;USE_SEARCH_MODULE;USE_PROPERTY_DATABASE;USE_SEARCH_EXTENSION_API;SCENE_TEMPLATE_MODULE;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_NVIDIA;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER;NET_STANDARD_2_0;NET_STANDARD;NET_STANDARD_2_1;NETSTANDARD;NETSTANDARD2_1 + prompt + 4 + 0169 + False + + + true + true + false + false + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.NVIDIAModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsNativeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.PackageManagerUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIServiceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WebGLSupport\UnityEditor.WebGL.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\log4netPlastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.testtools.codecoverage@1.0.1\lib\ReportGenerator\ReportGeneratorMerged.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.nuget.newtonsoft-json@3.0.2\Runtime\Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\unityplastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.Unsafe.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.Mdb.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.Pdb.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.Rocks.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.ext.nunit@1.0.6\net35\unity-custom\nunit.framework.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll + + + + + {838af224-dfc8-ad29-0fa7-a06a407f49e8} + Unity.EditorCoroutines.Editor + + + {1b642219-f139-8644-cd1a-8d766c9d0e25} + Unity.XR.ARKit + + + {81d6d87e-19de-4b2a-038b-3b43186c8f22} + Unity.XR.ARSubsystems + + + {0a7ed46c-a65e-48f5-b08a-261cc2508ca7} + Unity.XR.ARSubsystems.Editor + + + {1fff3889-7799-fe93-6cc6-394b97da33ce} + Unity.XR.Management + + + {25914bc5-6fd2-b870-9bfc-9b3badda5b34} + Unity.XR.Management.Editor + + + {5b6c6cc7-6288-9811-283f-10dc49bc3b47} + UnityEditor.UI + + + {ab27da9e-0f76-f1ba-653d-2f314399aadd} + UnityEngine.UI + + + {b964208d-4ce6-e1db-6f52-2a99f46b2267} + UnityEngine.TestRunner + + + {33dbbfa4-8760-3694-f325-62692bf24b10} + UnityEditor.TestRunner + + + + + diff --git a/Unity.XR.ARKit.csproj b/Unity.XR.ARKit.csproj new file mode 100644 index 0000000..97654bf --- /dev/null +++ b/Unity.XR.ARKit.csproj @@ -0,0 +1,816 @@ + + + + 9.0 + + + Debug + AnyCPU + 10.0.20506 + 2.0 + + {1b642219-f139-8644-cd1a-8d766c9d0e25} + Library + Properties + Unity.XR.ARKit + v4.7.1 + 512 + . + + + true + full + false + Temp\bin\Debug\ + DEBUG;TRACE;UNITY_2021_3_11;UNITY_2021_3;UNITY_2021;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2021_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;USE_SEARCH_TABLE;USE_SEARCH_MODULE;USE_PROPERTY_DATABASE;USE_SEARCH_EXTENSION_API;SCENE_TEMPLATE_MODULE;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_NVIDIA;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_STANDARD_2_0;NET_STANDARD;NET_STANDARD_2_1;NETSTANDARD;NETSTANDARD2_1;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;MODULE_URP_ENABLED;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER + prompt + 4 + 0169 + True + + + true + true + false + false + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsNativeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.PackageManagerUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIServiceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WebGLSupport\UnityEditor.WebGL.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\log4netPlastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.testtools.codecoverage@1.0.1\lib\ReportGenerator\ReportGeneratorMerged.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.nuget.newtonsoft-json@3.0.2\Runtime\Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\unityplastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.Unsafe.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.Mdb.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.Pdb.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.Rocks.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\ref\2.1.0\netstandard.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\Microsoft.Win32.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.AppContext.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Buffers.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.Concurrent.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.NonGeneric.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.Specialized.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.EventBasedAsync.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.TypeConverter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Console.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Data.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Contracts.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Debug.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.FileVersionInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Process.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.StackTrace.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.TextWriterTraceListener.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Tools.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.TraceSource.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Tracing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Drawing.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Dynamic.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.Calendars.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Compression.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Compression.ZipFile.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.DriveInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.Watcher.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.IsolatedStorage.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.MemoryMappedFiles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Pipes.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.UnmanagedMemoryStream.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Expressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Queryable.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Memory.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.NameResolution.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.NetworkInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Ping.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Requests.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Sockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebHeaderCollection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebSockets.Client.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebSockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Numerics.Vectors.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ObjectModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.DispatchProxy.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.ILGeneration.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.Lightweight.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.Reader.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.ResourceManager.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.Writer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.CompilerServices.VisualC.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Handles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.InteropServices.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.InteropServices.RuntimeInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Formatters.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Json.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Claims.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Algorithms.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Csp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.X509Certificates.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Principal.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.SecureString.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.Encoding.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.RegularExpressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Overlapped.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Thread.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.ThreadPool.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Timer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ValueTuple.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.ReaderWriter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XmlDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XmlSerializer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XPath.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XPath.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\Extensions\2.0.0\System.Runtime.InteropServices.WindowsRuntime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\mscorlib.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.ComponentModel.Composition.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Core.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Data.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Drawing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.IO.Compression.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Net.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Runtime.Serialization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.ServiceModel.Web.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Transactions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Web.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Windows.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.Serialization.dll + + + + + {2f1b0131-651d-d6dc-d691-4c36423c37ed} + Unity.RenderPipelines.Universal.Runtime + + + {81d6d87e-19de-4b2a-038b-3b43186c8f22} + Unity.XR.ARSubsystems + + + {1fff3889-7799-fe93-6cc6-394b97da33ce} + Unity.XR.Management + + + {5b6c6cc7-6288-9811-283f-10dc49bc3b47} + UnityEditor.UI + + + {ab27da9e-0f76-f1ba-653d-2f314399aadd} + UnityEngine.UI + + + + + diff --git a/Unity.XR.ARSubsystems.Editor.csproj b/Unity.XR.ARSubsystems.Editor.csproj new file mode 100644 index 0000000..f24ad33 --- /dev/null +++ b/Unity.XR.ARSubsystems.Editor.csproj @@ -0,0 +1,774 @@ + + + + 9.0 + + + Debug + AnyCPU + 10.0.20506 + 2.0 + + {0a7ed46c-a65e-48f5-b08a-261cc2508ca7} + Library + Properties + Unity.XR.ARSubsystems.Editor + v4.7.1 + 512 + . + + + true + full + false + Temp\bin\Debug\ + DEBUG;TRACE;UNITY_2021_3_11;UNITY_2021_3;UNITY_2021;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2021_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;USE_SEARCH_TABLE;USE_SEARCH_MODULE;USE_PROPERTY_DATABASE;USE_SEARCH_EXTENSION_API;SCENE_TEMPLATE_MODULE;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_NVIDIA;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER;NET_STANDARD_2_0;NET_STANDARD;NET_STANDARD_2_1;NETSTANDARD;NETSTANDARD2_1 + prompt + 4 + 0169 + False + + + true + true + false + false + false + + + + + + + + + + + + + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.NVIDIAModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsNativeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.PackageManagerUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIServiceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WebGLSupport\UnityEditor.WebGL.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\log4netPlastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.testtools.codecoverage@1.0.1\lib\ReportGenerator\ReportGeneratorMerged.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.nuget.newtonsoft-json@3.0.2\Runtime\Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\unityplastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.ext.nunit@1.0.6\net35\unity-custom\nunit.framework.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll + + + + + {81d6d87e-19de-4b2a-038b-3b43186c8f22} + Unity.XR.ARSubsystems + + + {1fff3889-7799-fe93-6cc6-394b97da33ce} + Unity.XR.Management + + + {25914bc5-6fd2-b870-9bfc-9b3badda5b34} + Unity.XR.Management.Editor + + + {0f9f74ff-1659-e836-99e5-506ec7a37020} + Unity.InternalAPIEditorBridge.005 + + + {5b6c6cc7-6288-9811-283f-10dc49bc3b47} + UnityEditor.UI + + + {ab27da9e-0f76-f1ba-653d-2f314399aadd} + UnityEngine.UI + + + {b964208d-4ce6-e1db-6f52-2a99f46b2267} + UnityEngine.TestRunner + + + {33dbbfa4-8760-3694-f325-62692bf24b10} + UnityEditor.TestRunner + + + + + diff --git a/Unity.XR.ARSubsystems.csproj b/Unity.XR.ARSubsystems.csproj new file mode 100644 index 0000000..72e6eda --- /dev/null +++ b/Unity.XR.ARSubsystems.csproj @@ -0,0 +1,833 @@ + + + + 9.0 + + + Debug + AnyCPU + 10.0.20506 + 2.0 + + {81d6d87e-19de-4b2a-038b-3b43186c8f22} + Library + Properties + Unity.XR.ARSubsystems + v4.7.1 + 512 + . + + + true + full + false + Temp\bin\Debug\ + DEBUG;TRACE;UNITY_2021_3_11;UNITY_2021_3;UNITY_2021;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2021_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;USE_SEARCH_TABLE;USE_SEARCH_MODULE;USE_PROPERTY_DATABASE;USE_SEARCH_EXTENSION_API;SCENE_TEMPLATE_MODULE;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_NVIDIA;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_STANDARD_2_0;NET_STANDARD;NET_STANDARD_2_1;NETSTANDARD;NETSTANDARD2_1;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER + prompt + 4 + 0169 + True + + + true + true + false + false + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsNativeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.PackageManagerUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIServiceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WebGLSupport\UnityEditor.WebGL.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\log4netPlastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.testtools.codecoverage@1.0.1\lib\ReportGenerator\ReportGeneratorMerged.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.nuget.newtonsoft-json@3.0.2\Runtime\Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\unityplastic.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\ref\2.1.0\netstandard.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\Microsoft.Win32.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.AppContext.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Buffers.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.Concurrent.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.NonGeneric.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.Specialized.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.EventBasedAsync.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.TypeConverter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Console.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Data.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Contracts.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Debug.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.FileVersionInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Process.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.StackTrace.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.TextWriterTraceListener.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Tools.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.TraceSource.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Tracing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Drawing.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Dynamic.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.Calendars.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Compression.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Compression.ZipFile.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.DriveInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.Watcher.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.IsolatedStorage.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.MemoryMappedFiles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Pipes.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.UnmanagedMemoryStream.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Expressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Queryable.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Memory.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.NameResolution.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.NetworkInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Ping.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Requests.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Sockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebHeaderCollection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebSockets.Client.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebSockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Numerics.Vectors.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ObjectModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.DispatchProxy.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.ILGeneration.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.Lightweight.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.Reader.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.ResourceManager.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.Writer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.CompilerServices.VisualC.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Handles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.InteropServices.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.InteropServices.RuntimeInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Formatters.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Json.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Claims.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Algorithms.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Csp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.X509Certificates.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Principal.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.SecureString.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.Encoding.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.RegularExpressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Overlapped.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Thread.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.ThreadPool.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Timer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ValueTuple.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.ReaderWriter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XmlDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XmlSerializer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XPath.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XPath.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\Extensions\2.0.0\System.Runtime.InteropServices.WindowsRuntime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\mscorlib.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.ComponentModel.Composition.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Core.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Data.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Drawing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.IO.Compression.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Net.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Runtime.Serialization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.ServiceModel.Web.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Transactions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Web.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Windows.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.Serialization.dll + + + + + {2ee75114-2b5e-4253-fb88-53eddac64cc7} + Unity.Subsystem.Registration + + + {5b6c6cc7-6288-9811-283f-10dc49bc3b47} + UnityEditor.UI + + + {ab27da9e-0f76-f1ba-653d-2f314399aadd} + UnityEngine.UI + + + + + diff --git a/Unity.XR.Management.Editor.csproj b/Unity.XR.Management.Editor.csproj new file mode 100644 index 0000000..d0a253d --- /dev/null +++ b/Unity.XR.Management.Editor.csproj @@ -0,0 +1,778 @@ + + + + 9.0 + + + Debug + AnyCPU + 10.0.20506 + 2.0 + + {25914bc5-6fd2-b870-9bfc-9b3badda5b34} + Library + Properties + Unity.XR.Management.Editor + v4.7.1 + 512 + . + + + true + full + false + Temp\bin\Debug\ + DEBUG;TRACE;UNITY_2021_3_11;UNITY_2021_3;UNITY_2021;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2021_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;USE_SEARCH_TABLE;USE_SEARCH_MODULE;USE_PROPERTY_DATABASE;USE_SEARCH_EXTENSION_API;SCENE_TEMPLATE_MODULE;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_NVIDIA;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER;NET_STANDARD_2_0;NET_STANDARD;NET_STANDARD_2_1;NETSTANDARD;NETSTANDARD2_1 + prompt + 4 + 0169 + False + + + true + true + false + false + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.NVIDIAModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsNativeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.PackageManagerUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIServiceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WebGLSupport\UnityEditor.WebGL.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\log4netPlastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.testtools.codecoverage@1.0.1\lib\ReportGenerator\ReportGeneratorMerged.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.nuget.newtonsoft-json@3.0.2\Runtime\Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\unityplastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.ext.nunit@1.0.6\net35\unity-custom\nunit.framework.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll + + + + + {1fff3889-7799-fe93-6cc6-394b97da33ce} + Unity.XR.Management + + + {5b6c6cc7-6288-9811-283f-10dc49bc3b47} + UnityEditor.UI + + + {ab27da9e-0f76-f1ba-653d-2f314399aadd} + UnityEngine.UI + + + {b964208d-4ce6-e1db-6f52-2a99f46b2267} + UnityEngine.TestRunner + + + {33dbbfa4-8760-3694-f325-62692bf24b10} + UnityEditor.TestRunner + + + + + diff --git a/Unity.XR.Management.csproj b/Unity.XR.Management.csproj new file mode 100644 index 0000000..8ca096a --- /dev/null +++ b/Unity.XR.Management.csproj @@ -0,0 +1,732 @@ + + + + 9.0 + + + Debug + AnyCPU + 10.0.20506 + 2.0 + + {1fff3889-7799-fe93-6cc6-394b97da33ce} + Library + Properties + Unity.XR.Management + v4.7.1 + 512 + . + + + true + full + false + Temp\bin\Debug\ + DEBUG;TRACE;UNITY_2021_3_11;UNITY_2021_3;UNITY_2021;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2021_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;USE_SEARCH_TABLE;USE_SEARCH_MODULE;USE_PROPERTY_DATABASE;USE_SEARCH_EXTENSION_API;SCENE_TEMPLATE_MODULE;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_NVIDIA;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_STANDARD_2_0;NET_STANDARD;NET_STANDARD_2_1;NETSTANDARD;NETSTANDARD2_1;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;UNITY_ANALYTICS;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER + prompt + 4 + 0169 + False + + + true + true + false + false + false + + + + + + + + + + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsNativeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.PackageManagerUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIServiceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WebGLSupport\UnityEditor.WebGL.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\log4netPlastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.testtools.codecoverage@1.0.1\lib\ReportGenerator\ReportGeneratorMerged.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.nuget.newtonsoft-json@3.0.2\Runtime\Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\unityplastic.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\ref\2.1.0\netstandard.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\Microsoft.Win32.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.AppContext.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Buffers.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.Concurrent.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.NonGeneric.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.Specialized.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.EventBasedAsync.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.TypeConverter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Console.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Data.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Contracts.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Debug.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.FileVersionInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Process.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.StackTrace.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.TextWriterTraceListener.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Tools.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.TraceSource.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Tracing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Drawing.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Dynamic.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.Calendars.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Compression.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Compression.ZipFile.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.DriveInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.Watcher.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.IsolatedStorage.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.MemoryMappedFiles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Pipes.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.UnmanagedMemoryStream.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Expressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Queryable.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Memory.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.NameResolution.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.NetworkInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Ping.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Requests.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Sockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebHeaderCollection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebSockets.Client.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebSockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Numerics.Vectors.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ObjectModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.DispatchProxy.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.ILGeneration.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.Lightweight.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.Reader.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.ResourceManager.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.Writer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.CompilerServices.VisualC.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Handles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.InteropServices.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.InteropServices.RuntimeInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Formatters.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Json.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Claims.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Algorithms.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Csp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.X509Certificates.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Principal.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.SecureString.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.Encoding.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.RegularExpressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Overlapped.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Thread.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.ThreadPool.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Timer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ValueTuple.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.ReaderWriter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XmlDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XmlSerializer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XPath.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XPath.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\Extensions\2.0.0\System.Runtime.InteropServices.WindowsRuntime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\mscorlib.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.ComponentModel.Composition.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Core.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Data.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Drawing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.IO.Compression.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Net.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Runtime.Serialization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.ServiceModel.Web.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Transactions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Web.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Windows.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.Serialization.dll + + + + + {5b6c6cc7-6288-9811-283f-10dc49bc3b47} + UnityEditor.UI + + + {ab27da9e-0f76-f1ba-653d-2f314399aadd} + UnityEngine.UI + + + + + diff --git a/UnityEditor.SpatialTracking.csproj b/UnityEditor.SpatialTracking.csproj new file mode 100644 index 0000000..0bf841b --- /dev/null +++ b/UnityEditor.SpatialTracking.csproj @@ -0,0 +1,754 @@ + + + + 9.0 + + + Debug + AnyCPU + 10.0.20506 + 2.0 + + {4c603743-47a7-19b0-43ed-a433ad121385} + Library + Properties + UnityEditor.SpatialTracking + v4.7.1 + 512 + . + + + true + full + false + Temp\bin\Debug\ + DEBUG;TRACE;UNITY_2021_3_11;UNITY_2021_3;UNITY_2021;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2021_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;USE_SEARCH_TABLE;USE_SEARCH_MODULE;USE_PROPERTY_DATABASE;USE_SEARCH_EXTENSION_API;SCENE_TEMPLATE_MODULE;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_NVIDIA;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;XR_MANAGEMENT;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER;NET_STANDARD_2_0;NET_STANDARD;NET_STANDARD_2_1;NETSTANDARD;NETSTANDARD2_1 + prompt + 4 + 0169 + False + + + true + true + false + false + false + + + + + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.NVIDIAModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsNativeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.PackageManagerUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIServiceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WebGLSupport\UnityEditor.WebGL.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\log4netPlastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.testtools.codecoverage@1.0.1\lib\ReportGenerator\ReportGeneratorMerged.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.nuget.newtonsoft-json@3.0.2\Runtime\Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\unityplastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.ext.nunit@1.0.6\net35\unity-custom\nunit.framework.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll + + + + + {7a885896-ee33-0d09-6e63-c48b109cec36} + UnityEngine.SpatialTracking + + + {5b6c6cc7-6288-9811-283f-10dc49bc3b47} + UnityEditor.UI + + + {ab27da9e-0f76-f1ba-653d-2f314399aadd} + UnityEngine.UI + + + {b964208d-4ce6-e1db-6f52-2a99f46b2267} + UnityEngine.TestRunner + + + {33dbbfa4-8760-3694-f325-62692bf24b10} + UnityEditor.TestRunner + + + + + diff --git a/UnityEditor.TestRunner.csproj b/UnityEditor.TestRunner.csproj new file mode 100644 index 0000000..580c9c4 --- /dev/null +++ b/UnityEditor.TestRunner.csproj @@ -0,0 +1,869 @@ + + + + 9.0 + + + Debug + AnyCPU + 10.0.20506 + 2.0 + + {33dbbfa4-8760-3694-f325-62692bf24b10} + Library + Properties + UnityEditor.TestRunner + v4.7.1 + 512 + . + + + true + full + false + Temp\bin\Debug\ + DEBUG;TRACE;UNITY_2021_3_11;UNITY_2021_3;UNITY_2021;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2021_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;USE_SEARCH_TABLE;USE_SEARCH_MODULE;USE_PROPERTY_DATABASE;USE_SEARCH_EXTENSION_API;SCENE_TEMPLATE_MODULE;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_NVIDIA;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER;NET_STANDARD_2_0;NET_STANDARD;NET_STANDARD_2_1;NETSTANDARD;NETSTANDARD2_1 + prompt + 4 + 0169 + False + + + true + true + false + false + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.NVIDIAModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsNativeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.PackageManagerUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIServiceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WebGLSupport\UnityEditor.WebGL.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.ext.nunit@1.0.6\net35\unity-custom\nunit.framework.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll + + + + + {b964208d-4ce6-e1db-6f52-2a99f46b2267} + UnityEngine.TestRunner + + + + + diff --git a/UnityEditor.UI.csproj b/UnityEditor.UI.csproj new file mode 100644 index 0000000..072e59f --- /dev/null +++ b/UnityEditor.UI.csproj @@ -0,0 +1,781 @@ + + + + 9.0 + + + Debug + AnyCPU + 10.0.20506 + 2.0 + + {5b6c6cc7-6288-9811-283f-10dc49bc3b47} + Library + Properties + UnityEditor.UI + v4.7.1 + 512 + . + + + true + full + false + Temp\bin\Debug\ + DEBUG;TRACE;UNITY_2021_3_11;UNITY_2021_3;UNITY_2021;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2021_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;USE_SEARCH_TABLE;USE_SEARCH_MODULE;USE_PROPERTY_DATABASE;USE_SEARCH_EXTENSION_API;SCENE_TEMPLATE_MODULE;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_NVIDIA;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;PACKAGE_PHYSICS;PACKAGE_PHYSICS2D;PACKAGE_ANIMATION;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER;NET_STANDARD_2_0;NET_STANDARD;NET_STANDARD_2_1;NETSTANDARD;NETSTANDARD2_1 + prompt + 4 + 0169 + False + + + true + true + false + false + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.NVIDIAModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsNativeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.PackageManagerUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIServiceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WebGLSupport\UnityEditor.WebGL.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\log4netPlastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.testtools.codecoverage@1.0.1\lib\ReportGenerator\ReportGeneratorMerged.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.nuget.newtonsoft-json@3.0.2\Runtime\Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\unityplastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.ext.nunit@1.0.6\net35\unity-custom\nunit.framework.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll + + + + + {ab27da9e-0f76-f1ba-653d-2f314399aadd} + UnityEngine.UI + + + {b964208d-4ce6-e1db-6f52-2a99f46b2267} + UnityEngine.TestRunner + + + {33dbbfa4-8760-3694-f325-62692bf24b10} + UnityEditor.TestRunner + + + + + diff --git a/UnityEditor.XR.LegacyInputHelpers.csproj b/UnityEditor.XR.LegacyInputHelpers.csproj new file mode 100644 index 0000000..8ff39f2 --- /dev/null +++ b/UnityEditor.XR.LegacyInputHelpers.csproj @@ -0,0 +1,762 @@ + + + + 9.0 + + + Debug + AnyCPU + 10.0.20506 + 2.0 + + {3fb2a274-bf84-a0cb-86f7-18e8f921be45} + Library + Properties + UnityEditor.XR.LegacyInputHelpers + v4.7.1 + 512 + . + + + true + full + false + Temp\bin\Debug\ + DEBUG;TRACE;UNITY_2021_3_11;UNITY_2021_3;UNITY_2021;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2021_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;USE_SEARCH_TABLE;USE_SEARCH_MODULE;USE_PROPERTY_DATABASE;USE_SEARCH_EXTENSION_API;SCENE_TEMPLATE_MODULE;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_NVIDIA;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER;NET_STANDARD_2_0;NET_STANDARD;NET_STANDARD_2_1;NETSTANDARD;NETSTANDARD2_1 + prompt + 4 + 0169 + False + + + true + true + false + false + false + + + + + + + + + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.NVIDIAModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsNativeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.PackageManagerUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIServiceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WebGLSupport\UnityEditor.WebGL.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\log4netPlastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.testtools.codecoverage@1.0.1\lib\ReportGenerator\ReportGeneratorMerged.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.nuget.newtonsoft-json@3.0.2\Runtime\Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\unityplastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.ext.nunit@1.0.6\net35\unity-custom\nunit.framework.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll + + + + + {2d00a7bd-86c8-b84d-e62c-0aeae137d3e8} + UnityEngine.XR.LegacyInputHelpers + + + {7a885896-ee33-0d09-6e63-c48b109cec36} + UnityEngine.SpatialTracking + + + {5b6c6cc7-6288-9811-283f-10dc49bc3b47} + UnityEditor.UI + + + {ab27da9e-0f76-f1ba-653d-2f314399aadd} + UnityEngine.UI + + + {b964208d-4ce6-e1db-6f52-2a99f46b2267} + UnityEngine.TestRunner + + + {33dbbfa4-8760-3694-f325-62692bf24b10} + UnityEditor.TestRunner + + + + + diff --git a/UnityEngine.SpatialTracking.csproj b/UnityEngine.SpatialTracking.csproj new file mode 100644 index 0000000..f21d918 --- /dev/null +++ b/UnityEngine.SpatialTracking.csproj @@ -0,0 +1,728 @@ + + + + 9.0 + + + Debug + AnyCPU + 10.0.20506 + 2.0 + + {7a885896-ee33-0d09-6e63-c48b109cec36} + Library + Properties + UnityEngine.SpatialTracking + v4.7.1 + 512 + . + + + true + full + false + Temp\bin\Debug\ + DEBUG;TRACE;UNITY_2021_3_11;UNITY_2021_3;UNITY_2021;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2021_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;USE_SEARCH_TABLE;USE_SEARCH_MODULE;USE_PROPERTY_DATABASE;USE_SEARCH_EXTENSION_API;SCENE_TEMPLATE_MODULE;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_NVIDIA;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_STANDARD_2_0;NET_STANDARD;NET_STANDARD_2_1;NETSTANDARD;NETSTANDARD2_1;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER + prompt + 4 + 0169 + False + + + true + true + false + false + false + + + + + + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsNativeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.PackageManagerUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIServiceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WebGLSupport\UnityEditor.WebGL.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\log4netPlastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.testtools.codecoverage@1.0.1\lib\ReportGenerator\ReportGeneratorMerged.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.nuget.newtonsoft-json@3.0.2\Runtime\Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\unityplastic.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\ref\2.1.0\netstandard.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\Microsoft.Win32.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.AppContext.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Buffers.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.Concurrent.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.NonGeneric.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.Specialized.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.EventBasedAsync.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.TypeConverter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Console.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Data.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Contracts.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Debug.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.FileVersionInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Process.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.StackTrace.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.TextWriterTraceListener.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Tools.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.TraceSource.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Tracing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Drawing.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Dynamic.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.Calendars.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Compression.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Compression.ZipFile.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.DriveInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.Watcher.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.IsolatedStorage.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.MemoryMappedFiles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Pipes.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.UnmanagedMemoryStream.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Expressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Queryable.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Memory.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.NameResolution.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.NetworkInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Ping.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Requests.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Sockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebHeaderCollection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebSockets.Client.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebSockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Numerics.Vectors.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ObjectModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.DispatchProxy.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.ILGeneration.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.Lightweight.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.Reader.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.ResourceManager.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.Writer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.CompilerServices.VisualC.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Handles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.InteropServices.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.InteropServices.RuntimeInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Formatters.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Json.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Claims.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Algorithms.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Csp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.X509Certificates.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Principal.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.SecureString.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.Encoding.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.RegularExpressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Overlapped.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Thread.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.ThreadPool.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Timer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ValueTuple.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.ReaderWriter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XmlDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XmlSerializer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XPath.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XPath.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\Extensions\2.0.0\System.Runtime.InteropServices.WindowsRuntime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\mscorlib.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.ComponentModel.Composition.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Core.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Data.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Drawing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.IO.Compression.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Net.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Runtime.Serialization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.ServiceModel.Web.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Transactions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Web.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Windows.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.Serialization.dll + + + + + {5b6c6cc7-6288-9811-283f-10dc49bc3b47} + UnityEditor.UI + + + {ab27da9e-0f76-f1ba-653d-2f314399aadd} + UnityEngine.UI + + + + + diff --git a/UnityEngine.TestRunner.csproj b/UnityEngine.TestRunner.csproj new file mode 100644 index 0000000..f4ce575 --- /dev/null +++ b/UnityEngine.TestRunner.csproj @@ -0,0 +1,801 @@ + + + + 9.0 + + + Debug + AnyCPU + 10.0.20506 + 2.0 + + {b964208d-4ce6-e1db-6f52-2a99f46b2267} + Library + Properties + UnityEngine.TestRunner + v4.7.1 + 512 + . + + + true + full + false + Temp\bin\Debug\ + DEBUG;TRACE;UNITY_2021_3_11;UNITY_2021_3;UNITY_2021;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2021_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;USE_SEARCH_TABLE;USE_SEARCH_MODULE;USE_PROPERTY_DATABASE;USE_SEARCH_EXTENSION_API;SCENE_TEMPLATE_MODULE;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_NVIDIA;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_STANDARD_2_0;NET_STANDARD;NET_STANDARD_2_1;NETSTANDARD;NETSTANDARD2_1;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER + prompt + 4 + 0169 + False + + + true + true + false + false + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsNativeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.PackageManagerUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIServiceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WebGLSupport\UnityEditor.WebGL.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.ext.nunit@1.0.6\net35\unity-custom\nunit.framework.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\ref\2.1.0\netstandard.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\Microsoft.Win32.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.AppContext.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Buffers.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.Concurrent.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.NonGeneric.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.Specialized.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.EventBasedAsync.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.TypeConverter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Console.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Data.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Contracts.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Debug.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.FileVersionInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Process.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.StackTrace.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.TextWriterTraceListener.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Tools.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.TraceSource.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Tracing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Drawing.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Dynamic.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.Calendars.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Compression.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Compression.ZipFile.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.DriveInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.Watcher.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.IsolatedStorage.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.MemoryMappedFiles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Pipes.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.UnmanagedMemoryStream.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Expressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Queryable.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Memory.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.NameResolution.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.NetworkInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Ping.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Requests.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Sockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebHeaderCollection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebSockets.Client.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebSockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Numerics.Vectors.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ObjectModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.DispatchProxy.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.ILGeneration.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.Lightweight.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.Reader.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.ResourceManager.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.Writer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.CompilerServices.VisualC.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Handles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.InteropServices.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.InteropServices.RuntimeInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Formatters.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Json.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Claims.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Algorithms.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Csp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.X509Certificates.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Principal.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.SecureString.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.Encoding.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.RegularExpressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Overlapped.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Thread.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.ThreadPool.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Timer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ValueTuple.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.ReaderWriter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XmlDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XmlSerializer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XPath.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XPath.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\Extensions\2.0.0\System.Runtime.InteropServices.WindowsRuntime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\mscorlib.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.ComponentModel.Composition.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Core.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Data.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Drawing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.IO.Compression.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Net.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Runtime.Serialization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.ServiceModel.Web.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Transactions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Web.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Windows.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.Serialization.dll + + + + + diff --git a/UnityEngine.UI.csproj b/UnityEngine.UI.csproj new file mode 100644 index 0000000..5f22955 --- /dev/null +++ b/UnityEngine.UI.csproj @@ -0,0 +1,819 @@ + + + + 9.0 + + + Debug + AnyCPU + 10.0.20506 + 2.0 + + {ab27da9e-0f76-f1ba-653d-2f314399aadd} + Library + Properties + UnityEngine.UI + v4.7.1 + 512 + . + + + true + full + false + Temp\bin\Debug\ + DEBUG;TRACE;UNITY_2021_3_11;UNITY_2021_3;UNITY_2021;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2021_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;USE_SEARCH_TABLE;USE_SEARCH_MODULE;USE_PROPERTY_DATABASE;USE_SEARCH_EXTENSION_API;SCENE_TEMPLATE_MODULE;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_NVIDIA;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_STANDARD_2_0;NET_STANDARD;NET_STANDARD_2_1;NETSTANDARD;NETSTANDARD2_1;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;PACKAGE_PHYSICS;PACKAGE_PHYSICS2D;PACKAGE_TILEMAP;PACKAGE_ANIMATION;PACKAGE_UITOOLKIT;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER + prompt + 4 + 0169 + False + + + true + true + false + false + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsNativeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.PackageManagerUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIServiceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WebGLSupport\UnityEditor.WebGL.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\log4netPlastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.testtools.codecoverage@1.0.1\lib\ReportGenerator\ReportGeneratorMerged.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.nuget.newtonsoft-json@3.0.2\Runtime\Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\unityplastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.Unsafe.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.Mdb.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.Pdb.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.Rocks.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\ref\2.1.0\netstandard.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\Microsoft.Win32.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.AppContext.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Buffers.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.Concurrent.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.NonGeneric.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.Specialized.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.EventBasedAsync.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.TypeConverter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Console.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Data.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Contracts.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Debug.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.FileVersionInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Process.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.StackTrace.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.TextWriterTraceListener.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Tools.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.TraceSource.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Tracing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Drawing.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Dynamic.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.Calendars.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Compression.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Compression.ZipFile.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.DriveInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.Watcher.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.IsolatedStorage.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.MemoryMappedFiles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Pipes.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.UnmanagedMemoryStream.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Expressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Queryable.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Memory.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.NameResolution.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.NetworkInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Ping.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Requests.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Sockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebHeaderCollection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebSockets.Client.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebSockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Numerics.Vectors.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ObjectModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.DispatchProxy.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.ILGeneration.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.Lightweight.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.Reader.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.ResourceManager.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.Writer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.CompilerServices.VisualC.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Handles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.InteropServices.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.InteropServices.RuntimeInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Formatters.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Json.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Claims.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Algorithms.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Csp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.X509Certificates.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Principal.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.SecureString.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.Encoding.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.RegularExpressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Overlapped.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Thread.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.ThreadPool.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Timer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ValueTuple.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.ReaderWriter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XmlDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XmlSerializer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XPath.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XPath.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\Extensions\2.0.0\System.Runtime.InteropServices.WindowsRuntime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\mscorlib.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.ComponentModel.Composition.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Core.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Data.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Drawing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.IO.Compression.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Net.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Runtime.Serialization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.ServiceModel.Web.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Transactions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Web.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Windows.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.Serialization.dll + + + + + diff --git a/UnityEngine.XR.LegacyInputHelpers.csproj b/UnityEngine.XR.LegacyInputHelpers.csproj new file mode 100644 index 0000000..ec1b339 --- /dev/null +++ b/UnityEngine.XR.LegacyInputHelpers.csproj @@ -0,0 +1,733 @@ + + + + 9.0 + + + Debug + AnyCPU + 10.0.20506 + 2.0 + + {2d00a7bd-86c8-b84d-e62c-0aeae137d3e8} + Library + Properties + UnityEngine.XR.LegacyInputHelpers + v4.7.1 + 512 + . + + + true + full + false + Temp\bin\Debug\ + DEBUG;TRACE;UNITY_2021_3_11;UNITY_2021_3;UNITY_2021;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2021_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;USE_SEARCH_TABLE;USE_SEARCH_MODULE;USE_PROPERTY_DATABASE;USE_SEARCH_EXTENSION_API;SCENE_TEMPLATE_MODULE;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_NVIDIA;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_STANDARD_2_0;NET_STANDARD;NET_STANDARD_2_1;NETSTANDARD;NETSTANDARD2_1;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER + prompt + 4 + 0169 + False + + + true + true + false + false + false + + + + + + + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsNativeModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.PackageManagerUIModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIServiceModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WebGLSupport\UnityEditor.WebGL.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\log4netPlastic.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.testtools.codecoverage@1.0.1\lib\ReportGenerator\ReportGeneratorMerged.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.nuget.newtonsoft-json@3.0.2\Runtime\Newtonsoft.Json.dll + + + D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\unityplastic.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\ref\2.1.0\netstandard.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\Microsoft.Win32.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.AppContext.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Buffers.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.Concurrent.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.NonGeneric.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.Specialized.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.EventBasedAsync.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.TypeConverter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Console.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Data.Common.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Contracts.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Debug.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.FileVersionInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Process.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.StackTrace.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.TextWriterTraceListener.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Tools.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.TraceSource.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Tracing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Drawing.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Dynamic.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.Calendars.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Compression.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Compression.ZipFile.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.DriveInfo.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.Watcher.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.IsolatedStorage.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.MemoryMappedFiles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Pipes.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.UnmanagedMemoryStream.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Expressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Queryable.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Memory.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Http.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.NameResolution.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.NetworkInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Ping.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Requests.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Security.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Sockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebHeaderCollection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebSockets.Client.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebSockets.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Numerics.Vectors.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ObjectModel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.DispatchProxy.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.ILGeneration.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.Lightweight.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.Reader.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.ResourceManager.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.Writer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.CompilerServices.VisualC.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Handles.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.InteropServices.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.InteropServices.RuntimeInformation.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Formatters.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Json.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Claims.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Algorithms.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Csp.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Primitives.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.X509Certificates.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Principal.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.SecureString.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.Encoding.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.Encoding.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.RegularExpressions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Overlapped.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.Extensions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.Parallel.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Thread.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.ThreadPool.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Timer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ValueTuple.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.ReaderWriter.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XmlDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XmlSerializer.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XPath.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XPath.XDocument.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\Extensions\2.0.0\System.Runtime.InteropServices.WindowsRuntime.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\mscorlib.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.ComponentModel.Composition.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Core.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Data.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Drawing.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.IO.Compression.FileSystem.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Net.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Numerics.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Runtime.Serialization.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.ServiceModel.Web.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Transactions.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Web.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Windows.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.Linq.dll + + + D:\UnityInstalls\2021.3.11f1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.Serialization.dll + + + + + {7a885896-ee33-0d09-6e63-c48b109cec36} + UnityEngine.SpatialTracking + + + {5b6c6cc7-6288-9811-283f-10dc49bc3b47} + UnityEditor.UI + + + {ab27da9e-0f76-f1ba-653d-2f314399aadd} + UnityEngine.UI + + + + + diff --git a/UserSettings/EditorUserSettings.asset b/UserSettings/EditorUserSettings.asset new file mode 100644 index 0000000..e93947f --- /dev/null +++ b/UserSettings/EditorUserSettings.asset @@ -0,0 +1,28 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!162 &1 +EditorUserSettings: + m_ObjectHideFlags: 0 + serializedVersion: 4 + m_ConfigSettings: + RecentlyUsedSceneGuid-0: + value: 5a5757560101590a5d0c0e24427b5d44434e4c7a7b7a23677f2b4565b7b5353a + flags: 0 + vcSharedLogLevel: + value: 0d5e400f0650 + flags: 0 + m_VCAutomaticAdd: 1 + m_VCDebugCom: 0 + m_VCDebugCmd: 0 + m_VCDebugOut: 0 + m_SemanticMergeMode: 2 + m_DesiredImportWorkerCount: 4 + m_StandbyImportWorkerCount: 2 + m_IdleImportWorkerShutdownDelay: 60000 + m_VCShowFailedCheckout: 1 + m_VCOverwriteFailedCheckoutAssets: 1 + m_VCProjectOverlayIcons: 1 + m_VCHierarchyOverlayIcons: 1 + m_VCOtherOverlayIcons: 1 + m_VCAllowAsyncUpdate: 1 + m_ArtifactGarbageCollection: 1 diff --git a/UserSettings/Layouts/default-2021.dwlt b/UserSettings/Layouts/default-2021.dwlt new file mode 100644 index 0000000..22b87c9 --- /dev/null +++ b/UserSettings/Layouts/default-2021.dwlt @@ -0,0 +1,974 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &1 +MonoBehaviour: + m_ObjectHideFlags: 52 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 1 + m_Script: {fileID: 12004, guid: 0000000000000000e000000000000000, type: 0} + m_Name: + m_EditorClassIdentifier: + m_PixelRect: + serializedVersion: 2 + x: 0 + y: 43 + width: 2560 + height: 1357 + m_ShowMode: 4 + m_Title: Hierarchy + m_RootView: {fileID: 6} + m_MinSize: {x: 875, y: 300} + m_MaxSize: {x: 10000, y: 10000} + m_Maximized: 1 +--- !u!114 &2 +MonoBehaviour: + m_ObjectHideFlags: 52 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 1 + m_Script: {fileID: 12010, guid: 0000000000000000e000000000000000, type: 0} + m_Name: + m_EditorClassIdentifier: + m_Children: + - {fileID: 9} + - {fileID: 3} + m_Position: + serializedVersion: 2 + x: 0 + y: 30 + width: 2560 + height: 1307 + m_MinSize: {x: 300, y: 200} + m_MaxSize: {x: 24288, y: 16192} + vertical: 0 + controlID: 41 +--- !u!114 &3 +MonoBehaviour: + m_ObjectHideFlags: 52 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 1 + m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0} + m_Name: + m_EditorClassIdentifier: + m_Children: [] + m_Position: + serializedVersion: 2 + x: 1954 + y: 0 + width: 606 + height: 1307 + m_MinSize: {x: 276, y: 71} + m_MaxSize: {x: 4001, y: 4021} + m_ActualView: {fileID: 13} + m_Panes: + - {fileID: 13} + m_Selected: 0 + m_LastSelected: 0 +--- !u!114 &4 +MonoBehaviour: + m_ObjectHideFlags: 52 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 1 + m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0} + m_Name: + m_EditorClassIdentifier: + m_Children: [] + m_Position: + serializedVersion: 2 + x: 0 + y: 0 + width: 484 + height: 978 + m_MinSize: {x: 201, y: 221} + m_MaxSize: {x: 4001, y: 4021} + m_ActualView: {fileID: 14} + m_Panes: + - {fileID: 14} + m_Selected: 0 + m_LastSelected: 0 +--- !u!114 &5 +MonoBehaviour: + m_ObjectHideFlags: 52 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 1 + m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0} + m_Name: ProjectBrowser + m_EditorClassIdentifier: + m_Children: [] + m_Position: + serializedVersion: 2 + x: 0 + y: 978 + width: 1954 + height: 329 + m_MinSize: {x: 231, y: 271} + m_MaxSize: {x: 10001, y: 10021} + m_ActualView: {fileID: 12} + m_Panes: + - {fileID: 12} + - {fileID: 17} + m_Selected: 0 + m_LastSelected: 1 +--- !u!114 &6 +MonoBehaviour: + m_ObjectHideFlags: 52 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 1 + m_Script: {fileID: 12008, guid: 0000000000000000e000000000000000, type: 0} + m_Name: + m_EditorClassIdentifier: + m_Children: + - {fileID: 7} + - {fileID: 2} + - {fileID: 8} + m_Position: + serializedVersion: 2 + x: 0 + y: 0 + width: 2560 + height: 1357 + m_MinSize: {x: 875, y: 300} + m_MaxSize: {x: 10000, y: 10000} + m_UseTopView: 1 + m_TopViewHeight: 30 + m_UseBottomView: 1 + m_BottomViewHeight: 20 +--- !u!114 &7 +MonoBehaviour: + m_ObjectHideFlags: 52 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 1 + m_Script: {fileID: 12011, guid: 0000000000000000e000000000000000, type: 0} + m_Name: + m_EditorClassIdentifier: + m_Children: [] + m_Position: + serializedVersion: 2 + x: 0 + y: 0 + width: 2560 + height: 30 + m_MinSize: {x: 0, y: 0} + m_MaxSize: {x: 0, y: 0} + m_LastLoadedLayoutName: +--- !u!114 &8 +MonoBehaviour: + m_ObjectHideFlags: 52 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 1 + m_Script: {fileID: 12042, guid: 0000000000000000e000000000000000, type: 0} + m_Name: + m_EditorClassIdentifier: + m_Children: [] + m_Position: + serializedVersion: 2 + x: 0 + y: 1337 + width: 2560 + height: 20 + m_MinSize: {x: 0, y: 0} + m_MaxSize: {x: 0, y: 0} +--- !u!114 &9 +MonoBehaviour: + m_ObjectHideFlags: 52 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 1 + m_Script: {fileID: 12010, guid: 0000000000000000e000000000000000, type: 0} + m_Name: + m_EditorClassIdentifier: + m_Children: + - {fileID: 10} + - {fileID: 5} + m_Position: + serializedVersion: 2 + x: 0 + y: 0 + width: 1954 + height: 1307 + m_MinSize: {x: 200, y: 200} + m_MaxSize: {x: 16192, y: 16192} + vertical: 1 + controlID: 42 +--- !u!114 &10 +MonoBehaviour: + m_ObjectHideFlags: 52 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 1 + m_Script: {fileID: 12010, guid: 0000000000000000e000000000000000, type: 0} + m_Name: + m_EditorClassIdentifier: + m_Children: + - {fileID: 4} + - {fileID: 11} + m_Position: + serializedVersion: 2 + x: 0 + y: 0 + width: 1954 + height: 978 + m_MinSize: {x: 200, y: 100} + m_MaxSize: {x: 16192, y: 8096} + vertical: 0 + controlID: 43 +--- !u!114 &11 +MonoBehaviour: + m_ObjectHideFlags: 52 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 1 + m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0} + m_Name: + m_EditorClassIdentifier: + m_Children: [] + m_Position: + serializedVersion: 2 + x: 484 + y: 0 + width: 1470 + height: 978 + m_MinSize: {x: 200, y: 200} + m_MaxSize: {x: 4000, y: 4000} + m_ActualView: {fileID: 15} + m_Panes: + - {fileID: 15} + - {fileID: 16} + m_Selected: 0 + m_LastSelected: 1 +--- !u!114 &12 +MonoBehaviour: + m_ObjectHideFlags: 52 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 1 + m_Script: {fileID: 12014, guid: 0000000000000000e000000000000000, type: 0} + m_Name: + m_EditorClassIdentifier: + m_MinSize: {x: 230, y: 250} + m_MaxSize: {x: 10000, y: 10000} + m_TitleContent: + m_Text: Project + m_Image: {fileID: -5467254957812901981, guid: 0000000000000000d000000000000000, type: 0} + m_Tooltip: + m_Pos: + serializedVersion: 2 + x: 0 + y: 1051 + width: 1953 + height: 308 + m_ViewDataDictionary: {fileID: 0} + m_OverlayCanvas: + m_LastAppliedPresetName: Default + m_SaveData: [] + m_SearchFilter: + m_NameFilter: + m_ClassNames: [] + m_AssetLabels: [] + m_AssetBundleNames: [] + m_VersionControlStates: [] + m_SoftLockControlStates: [] + m_ReferencingInstanceIDs: + m_SceneHandles: + m_ShowAllHits: 0 + m_SkipHidden: 0 + m_SearchArea: 1 + m_Folders: + - Assets/URPSettings + m_Globs: [] + m_OriginalText: + m_ViewMode: 1 + m_StartGridSize: 64 + m_LastFolders: + - Assets/URPSettings + m_LastFoldersGridSize: -1 + m_LastProjectPath: D:\UnityProjects\CPPK-VR + m_LockTracker: + m_IsLocked: 0 + m_FolderTreeState: + scrollPos: {x: 0, y: 0} + m_SelectedIDs: 46bf0000 + m_LastClickedID: 48966 + m_ExpandedIDs: 00000000525e000000ca9a3bffffff7f + m_RenameOverlay: + m_UserAcceptedRename: 0 + m_Name: + m_OriginalName: + m_EditFieldRect: + serializedVersion: 2 + x: 0 + y: 0 + width: 0 + height: 0 + m_UserData: 0 + m_IsWaitingForDelay: 0 + m_IsRenaming: 0 + m_OriginalEventType: 11 + m_IsRenamingFilename: 1 + m_ClientGUIView: {fileID: 0} + m_SearchString: + m_CreateAssetUtility: + m_EndAction: {fileID: 0} + m_InstanceID: 0 + m_Path: + m_Icon: {fileID: 0} + m_ResourceFile: + m_AssetTreeState: + scrollPos: {x: 0, y: 0} + m_SelectedIDs: + m_LastClickedID: 0 + m_ExpandedIDs: + m_RenameOverlay: + m_UserAcceptedRename: 0 + m_Name: + m_OriginalName: + m_EditFieldRect: + serializedVersion: 2 + x: 0 + y: 0 + width: 0 + height: 0 + m_UserData: 0 + m_IsWaitingForDelay: 0 + m_IsRenaming: 0 + m_OriginalEventType: 11 + m_IsRenamingFilename: 1 + m_ClientGUIView: {fileID: 0} + m_SearchString: + m_CreateAssetUtility: + m_EndAction: {fileID: 0} + m_InstanceID: 0 + m_Path: + m_Icon: {fileID: 0} + m_ResourceFile: + m_ListAreaState: + m_SelectedInstanceIDs: + m_LastClickedInstanceID: 0 + m_HadKeyboardFocusLastEvent: 1 + m_ExpandedInstanceIDs: c6230000 + m_RenameOverlay: + m_UserAcceptedRename: 0 + m_Name: + m_OriginalName: + m_EditFieldRect: + serializedVersion: 2 + x: 0 + y: 0 + width: 0 + height: 0 + m_UserData: 0 + m_IsWaitingForDelay: 0 + m_IsRenaming: 0 + m_OriginalEventType: 11 + m_IsRenamingFilename: 1 + m_ClientGUIView: {fileID: 5} + m_CreateAssetUtility: + m_EndAction: {fileID: 0} + m_InstanceID: 0 + m_Path: + m_Icon: {fileID: 0} + m_ResourceFile: + m_NewAssetIndexInList: -1 + m_ScrollPosition: {x: 0, y: 0} + m_GridSize: 64 + m_SkipHiddenPackages: 0 + m_DirectoriesAreaWidth: 207 +--- !u!114 &13 +MonoBehaviour: + m_ObjectHideFlags: 52 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 1 + m_Script: {fileID: 12019, guid: 0000000000000000e000000000000000, type: 0} + m_Name: + m_EditorClassIdentifier: + m_MinSize: {x: 275, y: 50} + m_MaxSize: {x: 4000, y: 4000} + m_TitleContent: + m_Text: Inspector + m_Image: {fileID: -2667387946076563598, guid: 0000000000000000d000000000000000, type: 0} + m_Tooltip: + m_Pos: + serializedVersion: 2 + x: 1954 + y: 73 + width: 605 + height: 1286 + m_ViewDataDictionary: {fileID: 0} + m_OverlayCanvas: + m_LastAppliedPresetName: Default + m_SaveData: [] + m_ObjectsLockedBeforeSerialization: [] + m_InstanceIDsLockedBeforeSerialization: + m_PreviewResizer: + m_CachedPref: 160 + m_ControlHash: -371814159 + m_PrefName: Preview_InspectorPreview + m_LastInspectedObjectInstanceID: -1 + m_LastVerticalScrollValue: 0 + m_GlobalObjectId: + m_InspectorMode: 0 + m_LockTracker: + m_IsLocked: 0 + m_PreviewWindow: {fileID: 0} +--- !u!114 &14 +MonoBehaviour: + m_ObjectHideFlags: 52 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 1 + m_Script: {fileID: 12061, guid: 0000000000000000e000000000000000, type: 0} + m_Name: + m_EditorClassIdentifier: + m_MinSize: {x: 200, y: 200} + m_MaxSize: {x: 4000, y: 4000} + m_TitleContent: + m_Text: Hierarchy + m_Image: {fileID: 7966133145522015247, guid: 0000000000000000d000000000000000, type: 0} + m_Tooltip: + m_Pos: + serializedVersion: 2 + x: 0 + y: 73 + width: 483 + height: 957 + m_ViewDataDictionary: {fileID: 0} + m_OverlayCanvas: + m_LastAppliedPresetName: Default + m_SaveData: [] + m_SceneHierarchy: + m_TreeViewState: + scrollPos: {x: 0, y: 0} + m_SelectedIDs: + m_LastClickedID: 0 + m_ExpandedIDs: 30fbffff + m_RenameOverlay: + m_UserAcceptedRename: 0 + m_Name: + m_OriginalName: + m_EditFieldRect: + serializedVersion: 2 + x: 0 + y: 0 + width: 0 + height: 0 + m_UserData: 0 + m_IsWaitingForDelay: 0 + m_IsRenaming: 0 + m_OriginalEventType: 11 + m_IsRenamingFilename: 0 + m_ClientGUIView: {fileID: 0} + m_SearchString: + m_ExpandedScenes: [] + m_CurrenRootInstanceID: 0 + m_LockTracker: + m_IsLocked: 0 + m_CurrentSortingName: TransformSorting + m_WindowGUID: 4c969a2b90040154d917609493e03593 +--- !u!114 &15 +MonoBehaviour: + m_ObjectHideFlags: 52 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 1 + m_Script: {fileID: 12013, guid: 0000000000000000e000000000000000, type: 0} + m_Name: + m_EditorClassIdentifier: + m_MinSize: {x: 200, y: 200} + m_MaxSize: {x: 4000, y: 4000} + m_TitleContent: + m_Text: Scene + m_Image: {fileID: 2593428753322112591, guid: 0000000000000000d000000000000000, type: 0} + m_Tooltip: + m_Pos: + serializedVersion: 2 + x: 484 + y: 73 + width: 1468 + height: 957 + m_ViewDataDictionary: {fileID: 0} + m_OverlayCanvas: + m_LastAppliedPresetName: Default + m_SaveData: + - dockPosition: 0 + containerId: overlay-toolbar__top + floating: 0 + collapsed: 0 + displayed: 1 + snapOffset: {x: 0, y: 0} + snapOffsetDelta: {x: -101, y: -26} + snapCorner: 3 + id: Tool Settings + index: 0 + layout: 1 + - dockPosition: 0 + containerId: overlay-toolbar__top + floating: 0 + collapsed: 0 + displayed: 1 + snapOffset: {x: -141, y: 149} + snapOffsetDelta: {x: 0, y: 0} + snapCorner: 1 + id: unity-grid-and-snap-toolbar + index: 1 + layout: 1 + - dockPosition: 1 + containerId: overlay-toolbar__top + floating: 0 + collapsed: 0 + displayed: 1 + snapOffset: {x: 0, y: 0} + snapOffsetDelta: {x: 0, y: 0} + snapCorner: 0 + id: unity-scene-view-toolbar + index: 0 + layout: 1 + - dockPosition: 1 + containerId: overlay-toolbar__top + floating: 0 + collapsed: 0 + displayed: 0 + snapOffset: {x: 0, y: 0} + snapOffsetDelta: {x: 0, y: 0} + snapCorner: 1 + id: unity-search-toolbar + index: 1 + layout: 1 + - dockPosition: 0 + containerId: overlay-container--left + floating: 0 + collapsed: 0 + displayed: 1 + snapOffset: {x: 0, y: 0} + snapOffsetDelta: {x: 0, y: 0} + snapCorner: 0 + id: unity-transform-toolbar + index: 0 + layout: 2 + - dockPosition: 0 + containerId: overlay-container--right + floating: 0 + collapsed: 0 + displayed: 1 + snapOffset: {x: 67.5, y: 86} + snapOffsetDelta: {x: 0, y: 0} + snapCorner: 0 + id: Orientation + index: 0 + layout: 4 + - dockPosition: 1 + containerId: overlay-container--right + floating: 0 + collapsed: 0 + displayed: 0 + snapOffset: {x: 0, y: 0} + snapOffsetDelta: {x: 0, y: 0} + snapCorner: 0 + id: Scene View/Light Settings + index: 0 + layout: 4 + - dockPosition: 1 + containerId: overlay-container--right + floating: 0 + collapsed: 0 + displayed: 0 + snapOffset: {x: 0, y: 0} + snapOffsetDelta: {x: 0, y: 0} + snapCorner: 0 + id: Scene View/Camera + index: 1 + layout: 4 + - dockPosition: 1 + containerId: overlay-container--right + floating: 0 + collapsed: 0 + displayed: 0 + snapOffset: {x: 0, y: 0} + snapOffsetDelta: {x: 0, y: 0} + snapCorner: 0 + id: Scene View/Cloth Constraints + index: 2 + layout: 4 + - dockPosition: 1 + containerId: overlay-container--right + floating: 0 + collapsed: 0 + displayed: 0 + snapOffset: {x: 0, y: 0} + snapOffsetDelta: {x: 0, y: 0} + snapCorner: 0 + id: Scene View/Cloth Collisions + index: 3 + layout: 4 + - dockPosition: 1 + containerId: overlay-container--right + floating: 0 + collapsed: 0 + displayed: 0 + snapOffset: {x: 0, y: 0} + snapOffsetDelta: {x: 0, y: 0} + snapCorner: 0 + id: Scene View/Navmesh Display + index: 4 + layout: 4 + - dockPosition: 1 + containerId: overlay-container--right + floating: 0 + collapsed: 0 + displayed: 0 + snapOffset: {x: 0, y: 0} + snapOffsetDelta: {x: 0, y: 0} + snapCorner: 0 + id: Scene View/Agent Display + index: 5 + layout: 4 + - dockPosition: 1 + containerId: overlay-container--right + floating: 0 + collapsed: 0 + displayed: 0 + snapOffset: {x: 0, y: 0} + snapOffsetDelta: {x: 0, y: 0} + snapCorner: 0 + id: Scene View/Obstacle Display + index: 6 + layout: 4 + - dockPosition: 1 + containerId: overlay-container--right + floating: 0 + collapsed: 0 + displayed: 0 + snapOffset: {x: 0, y: 0} + snapOffsetDelta: {x: 0, y: 0} + snapCorner: 0 + id: Scene View/Occlusion Culling + index: 7 + layout: 4 + - dockPosition: 1 + containerId: overlay-container--right + floating: 0 + collapsed: 0 + displayed: 0 + snapOffset: {x: 0, y: 0} + snapOffsetDelta: {x: 0, y: 0} + snapCorner: 0 + id: Scene View/Physics Debugger + index: 8 + layout: 4 + - dockPosition: 1 + containerId: overlay-container--right + floating: 0 + collapsed: 0 + displayed: 0 + snapOffset: {x: 0, y: 0} + snapOffsetDelta: {x: 0, y: 0} + snapCorner: 0 + id: Scene View/Scene Visibility + index: 9 + layout: 4 + - dockPosition: 1 + containerId: overlay-container--right + floating: 0 + collapsed: 0 + displayed: 0 + snapOffset: {x: 0, y: 0} + snapOffsetDelta: {x: 0, y: 0} + snapCorner: 0 + id: Scene View/Particles + index: 10 + layout: 4 + - dockPosition: 1 + containerId: overlay-container--right + floating: 0 + collapsed: 0 + displayed: 0 + snapOffset: {x: 0, y: 0} + snapOffsetDelta: {x: 0, y: 0} + snapCorner: 0 + id: Scene View/Visual Effect Model + index: 11 + layout: 4 + - dockPosition: 1 + containerId: overlay-container--right + floating: 0 + collapsed: 0 + displayed: 0 + snapOffset: {x: 0, y: 0} + snapOffsetDelta: {x: 0, y: 0} + snapCorner: 0 + id: Scene View/Visual Effect + index: 12 + layout: 4 + - dockPosition: 1 + containerId: overlay-container--right + floating: 0 + collapsed: 0 + displayed: 0 + snapOffset: {x: 0, y: 0} + snapOffsetDelta: {x: 0, y: 0} + snapCorner: 0 + id: Scene View/Visual Effect Event Tester + index: 13 + layout: 4 + m_WindowGUID: cc27987af1a868c49b0894db9c0f5429 + m_Gizmos: 1 + m_OverrideSceneCullingMask: 6917529027641081856 + m_SceneIsLit: 1 + m_SceneLighting: 1 + m_2DMode: 0 + m_isRotationLocked: 0 + m_PlayAudio: 0 + m_AudioPlay: 0 + m_Position: + m_Target: {x: -0.40525818, y: 3.092762, z: -2.8472881} + speed: 2 + m_Value: {x: -0.40525818, y: 3.092762, z: -2.8472881} + m_RenderMode: 0 + m_CameraMode: + drawMode: 0 + name: Shaded + section: Shading Mode + m_ValidateTrueMetals: 0 + m_DoValidateTrueMetals: 0 + m_ExposureSliderValue: 0 + m_SceneViewState: + m_AlwaysRefresh: 0 + showFog: 1 + showSkybox: 1 + showFlares: 1 + showImageEffects: 1 + showParticleSystems: 1 + showVisualEffectGraphs: 1 + m_FxEnabled: 1 + m_Grid: + xGrid: + m_Fade: + m_Target: 0 + speed: 2 + m_Value: 0 + m_Color: {r: 0.5, g: 0.5, b: 0.5, a: 0.4} + m_Pivot: {x: 0, y: 0, z: 0} + m_Size: {x: 0, y: 0} + yGrid: + m_Fade: + m_Target: 1 + speed: 2 + m_Value: 1 + m_Color: {r: 0.5, g: 0.5, b: 0.5, a: 0.4} + m_Pivot: {x: 0, y: 0, z: 0} + m_Size: {x: 1, y: 1} + zGrid: + m_Fade: + m_Target: 0 + speed: 2 + m_Value: 0 + m_Color: {r: 0.5, g: 0.5, b: 0.5, a: 0.4} + m_Pivot: {x: 0, y: 0, z: 0} + m_Size: {x: 0, y: 0} + m_ShowGrid: 1 + m_GridAxis: 1 + m_gridOpacity: 0.5 + m_Rotation: + m_Target: {x: -0.1280465, y: 0.86684585, z: -0.38743156, w: -0.28649312} + speed: 2 + m_Value: {x: -0.12862757, y: 0.8664155, z: -0.38723922, w: -0.2877932} + m_Size: + m_Target: 9.819221 + speed: 2 + m_Value: 9.819221 + m_Ortho: + m_Target: 0 + speed: 2 + m_Value: 0 + m_CameraSettings: + m_Speed: 1 + m_SpeedNormalized: 0.5 + m_SpeedMin: 0.001 + m_SpeedMax: 2 + m_EasingEnabled: 1 + m_EasingDuration: 0.4 + m_AccelerationEnabled: 1 + m_FieldOfViewHorizontalOrVertical: 60 + m_NearClip: 0.03 + m_FarClip: 10000 + m_DynamicClip: 1 + m_OcclusionCulling: 0 + m_LastSceneViewRotation: {x: 0, y: 0, z: 0, w: 0} + m_LastSceneViewOrtho: 0 + m_ReplacementShader: {fileID: 0} + m_ReplacementString: + m_SceneVisActive: 1 + m_LastLockedObject: {fileID: 0} + m_ViewIsLockedToObject: 0 +--- !u!114 &16 +MonoBehaviour: + m_ObjectHideFlags: 52 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 1 + m_Script: {fileID: 12015, guid: 0000000000000000e000000000000000, type: 0} + m_Name: + m_EditorClassIdentifier: + m_MinSize: {x: 200, y: 200} + m_MaxSize: {x: 4000, y: 4000} + m_TitleContent: + m_Text: Game + m_Image: {fileID: -6423792434712278376, guid: 0000000000000000d000000000000000, type: 0} + m_Tooltip: + m_Pos: + serializedVersion: 2 + x: 507 + y: 94 + width: 1532 + height: 790 + m_ViewDataDictionary: {fileID: 0} + m_OverlayCanvas: + m_LastAppliedPresetName: Default + m_SaveData: [] + m_SerializedViewNames: [] + m_SerializedViewValues: [] + m_PlayModeViewName: GameView + m_ShowGizmos: 0 + m_TargetDisplay: 0 + m_ClearColor: {r: 0, g: 0, b: 0, a: 0} + m_TargetSize: {x: 1532, y: 769} + m_TextureFilterMode: 0 + m_TextureHideFlags: 61 + m_RenderIMGUI: 0 + m_EnterPlayModeBehavior: 0 + m_UseMipMap: 0 + m_VSyncEnabled: 0 + m_Gizmos: 0 + m_Stats: 0 + m_SelectedSizes: 00000000000000000000000000000000000000000000000000000000000000000000000000000000 + m_ZoomArea: + m_HRangeLocked: 0 + m_VRangeLocked: 0 + hZoomLockedByDefault: 0 + vZoomLockedByDefault: 0 + m_HBaseRangeMin: -766 + m_HBaseRangeMax: 766 + m_VBaseRangeMin: -384.5 + m_VBaseRangeMax: 384.5 + m_HAllowExceedBaseRangeMin: 1 + m_HAllowExceedBaseRangeMax: 1 + m_VAllowExceedBaseRangeMin: 1 + m_VAllowExceedBaseRangeMax: 1 + m_ScaleWithWindow: 0 + m_HSlider: 0 + m_VSlider: 0 + m_IgnoreScrollWheelUntilClicked: 0 + m_EnableMouseInput: 1 + m_EnableSliderZoomHorizontal: 0 + m_EnableSliderZoomVertical: 0 + m_UniformScale: 1 + m_UpDirection: 1 + m_DrawArea: + serializedVersion: 2 + x: 0 + y: 21 + width: 1532 + height: 769 + m_Scale: {x: 1, y: 1} + m_Translation: {x: 766, y: 384.5} + m_MarginLeft: 0 + m_MarginRight: 0 + m_MarginTop: 0 + m_MarginBottom: 0 + m_LastShownAreaInsideMargins: + serializedVersion: 2 + x: -766 + y: -384.5 + width: 1532 + height: 769 + m_MinimalGUI: 1 + m_defaultScale: 1 + m_LastWindowPixelSize: {x: 1532, y: 790} + m_ClearInEditMode: 1 + m_NoCameraWarning: 1 + m_LowResolutionForAspectRatios: 01000000000000000000 + m_XRRenderMode: 0 + m_RenderTexture: {fileID: 0} +--- !u!114 &17 +MonoBehaviour: + m_ObjectHideFlags: 52 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 1 + m_Script: {fileID: 12003, guid: 0000000000000000e000000000000000, type: 0} + m_Name: + m_EditorClassIdentifier: + m_MinSize: {x: 100, y: 100} + m_MaxSize: {x: 4000, y: 4000} + m_TitleContent: + m_Text: Console + m_Image: {fileID: -4327648978806127646, guid: 0000000000000000d000000000000000, type: 0} + m_Tooltip: + m_Pos: + serializedVersion: 2 + x: 0 + y: 1051 + width: 1953 + height: 308 + m_ViewDataDictionary: {fileID: 0} + m_OverlayCanvas: + m_LastAppliedPresetName: Default + m_SaveData: [] diff --git a/UserSettings/Search.settings b/UserSettings/Search.settings new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/UserSettings/Search.settings @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/obj/Debug/.NETFramework,Version=v4.7.1.AssemblyAttributes.cs b/obj/Debug/.NETFramework,Version=v4.7.1.AssemblyAttributes.cs new file mode 100644 index 0000000..2afc031 --- /dev/null +++ b/obj/Debug/.NETFramework,Version=v4.7.1.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.7.1", FrameworkDisplayName = ".NET Framework 4.7.1")] diff --git a/obj/Debug/PPv2URPConverters.csproj.AssemblyReference.cache b/obj/Debug/PPv2URPConverters.csproj.AssemblyReference.cache new file mode 100644 index 0000000000000000000000000000000000000000..c327ca46d2ebd549a7678457a55fec3e7070490e GIT binary patch literal 143056 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� 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 OMCVBU{b%xH^!