From c85f350e0a2b6f98d488948e8c18080972917cff Mon Sep 17 00:00:00 2001 From: "DESKTOP-5RP3AKU\\Jisol" <2858626794@qq.com> Date: Thu, 17 Oct 2024 01:59:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=B4=E6=97=B6=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- JNFrame2/AimingRig.csproj | 578 +- JNFrame2/Assembly-CSharp-firstpass.csproj | 611 +- JNFrame2/Assembly-CSharp.csproj | 613 +- .../HotAssets/HotDlls/GameLauncher.dll.bytes | Bin 12288 -> 12288 bytes .../HotAssets/HotDlls/GameScripts.dll.bytes | Bin 58880 -> 58880 bytes .../HotAssets/HotDlls/HotSamples.dll.bytes | Bin 7168 -> 7168 bytes .../HotAssets/HotDlls/System.Core.dll.bytes | Bin 419328 -> 419328 bytes .../Assets/HotAssets/HotDlls/System.dll.bytes | Bin 905728 -> 905728 bytes .../HotAssets/HotDlls/mscorlib.dll.bytes | Bin 2379776 -> 2379776 bytes JNFrame2/Assets/HotMain/HotMain.cs | 13 + JNFrame2/Assets/HotMain/HotMain.cs.meta | 3 + JNFrame2/Assets/HotMain/HotMain.unity | 64 +- .../SHGame/Procedure/ProcedureInitPackage.cs | 3 +- .../ResLauncher/HotLauncher.prefab | 4 +- .../ResResource/HotGameMain.prefab | 6 +- .../GameLauncher/HotLauncherMain.cs | 22 +- JNFrame2/Assets/HotScripts/GameScripts/App.cs | 7 +- .../GameScripts/FGui/FGuiManager.cs | 6 +- .../GameScripts/FGui/Scripts/Common.meta | 3 - .../HotScripts/GameScripts/HotGameMain.cs | 11 +- .../GameScripts/Luban/LubanManager.cs | 6 +- .../Editor/2DPathFinding/MapConfigExporter.cs | 1 + .../JNGame/Runtime/Entitas/JNLookup.cs | 2 +- .../HotScripts/JNGame/Runtime/JNetGame.cs | 9 +- .../NavMesh/NavMesh/TriangleGraph.cs | 2 +- .../NavMesh/NavMesh/TriangleNavMesh.cs | 1 + .../Runtime/Map/DotRecast/DotRecastRoot.cs | 2 - .../Src/DotRecast.Core/RcAtomicInteger.cs | 2 +- .../Src/DotRecast.Core/RcAtomicLong.cs | 2 +- .../Runtime/Network/Action/NActionEnum.cs | 2 +- .../Runtime/Network/Entity/JNetParam.cs | 2 +- .../Runtime/Network/Group/JNClientGroup.cs | 8 +- .../JNGame/Runtime/Network/JNClientBase.cs | 10 +- .../JNGame/Runtime/Network/JNServerBase.cs | 11 +- .../JNGame/Runtime/Network/JNSocket.cs | 4 +- .../JNGame/Runtime/Network/JNTCPClient.cs | 8 +- .../JNGame/Runtime/Network/JNTCPServer.cs | 9 +- .../JNGame/Runtime/Network/Util/NDataUtil.cs | 7 +- .../Sync/App/Frame/JNSyncFrameService.cs | 1 + .../Sync/App/State/JNSStateClientService.cs | 3 +- .../Sync/App/State/JNSStateServerService.cs | 1 + .../Sync/Debuger/JNTileServerDebuger.cs | 1 + .../Sync/Entity/Component/JNEntityLookup.cs | 2 +- .../JNGame/Runtime/Sync/Entity/JNContext.cs | 1 + .../JNGame/Runtime/Sync/Entity/JNContexts.cs | 1 + .../JNGame/Runtime/Sync/JNBaseSystem.cs | 2 +- .../Runtime/Sync/JNSyncDefaultService.cs | 8 +- .../JNGame/Runtime/Sync/JNSyncService.cs | 2 +- .../Sync/System/Data/SStateDataSystem.cs | 3 +- .../Sync/System/Data/STileDataSystem.cs | 1 - .../Sync/System/Logic/JNInputSystem.cs | 2 +- .../Sync/System/Logic/JNRandomSystem.cs | 2 +- .../JNGame/Runtime/Sync/System/SBaseSystem.cs | 3 +- .../JNGame/Runtime/Sync/System/SDataSystem.cs | 1 - .../Runtime/Sync/System/SLogicSystem.cs | 1 - .../JNGame/Runtime/Sync/System/SViewSystem.cs | 1 - .../JNGame/Runtime/Sync/View/ViewData.cs | 5 +- .../JNGame/Runtime/System/JNSystemLoad.cs | 2 +- .../JNGame/Runtime/System/SystemBase.cs | 3 +- .../JNGame/Runtime/Util/EventDispatcher.cs | 4 +- .../HotScripts/JNGame/Runtime/Util/JAPI.cs | 3 +- .../JNGame/Runtime/Util/JsonUtil.cs | 2 +- .../HotScripts/JNGame/Runtime/Util/NetTool.cs | 5 +- .../Runtime/Util/NoThread/Interlocked.cs | 2 +- .../JNGame/Runtime/Util/Profiler.cs | 8 +- .../JNGame/Runtime/Util/ProtoUtil.cs | 11 - .../JNGame/Runtime/Util/ProtoUtil.cs.meta | 3 - .../JNGame/Runtime/Util/RandomUtil.cs | 3 +- .../JNGame/Runtime/Util/Singleton.cs | 2 +- .../JNGame/Runtime/Util/SingletonScene.cs | 158 +- .../JNGame/Runtime/Util/TSingleton.cs | 208 - .../JNGame/Runtime/Util/TSingleton.cs.meta | 3 - .../HotScripts/JNGame/Runtime/Util/Timers.cs | 2 +- .../HotScripts/JNGame/Runtime/Util/ToUtil.cs | 3 +- .../JNGame/Runtime/Util/Types/KeyValue.cs | 2 +- .../Runtime/Util/UnityMainThreadDispatcher.cs | 2 +- .../HotScripts/JNGame/Runtime/Util/UseUtil.cs | 2 +- .../HybridCLRGenerate/AOTGenericReferences.cs | 213 +- JNFrame2/Assets/HybridCLRGenerate/link.xml | 285 +- .../Plugins/System.Numerics.Vectors.dll | Bin 0 -> 11776 bytes .../Plugins/System.Numerics.Vectors.dll.meta | 33 + .../Resources/BuildinFileManifest.asset | 144 +- .../Assets/Scripts/Samples/AppGame/App.cs | 5 +- .../Scripts/Samples/AppGame/DApplication.cs | 1 + .../Assets/Scripts/Samples/AppGame/GAPI.cs | 2 +- .../Scripts/Samples/AppGame/GActionEnum.cs | 2 +- .../Samples/AppGame/Sync/JNGFrameSystem.cs | 2 +- .../AppGame/Sync/JNGStateServerSystem.cs | 2 +- .../AppGame/Sync/Tile/JNGTileClientSystem.cs | 3 +- .../AppGame/Sync/Tile/JNGTileServerSystem.cs | 3 +- .../Sync/Tile/JNGTileSlaveServerSystem.cs | 3 +- .../AppGame/Systems/CServer/JNGClient.cs | 4 +- .../AppGame/Systems/CServer/JNGClientGroup.cs | 2 +- .../AppGame/Systems/CServer/JNGServer.Game.cs | 2 +- .../AppGame/Systems/CServer/JNGServer.cs | 4 +- .../AppGame/Systems/CServer/JNGTileClient.cs | 2 +- .../Samples/AppGame/Systems/JNGGame.cs | 3 +- .../Samples/AppGame/Systems/JNGSocket.cs | 4 +- .../Game/Data/State/GDataBaseSystem.cs | 4 +- .../Samples/Game/Input/DInputSystem.cs | 2 +- .../Nodes/Component/Lookup/EDBossLookup.cs | 2 +- .../Nodes/Component/Lookup/EDNodeLookup.cs | 2 +- .../Nodes/Component/Lookup/EDPlayerLookup.cs | 2 +- .../Scripts/Samples/Game/View/DViewSystem.cs | 1 + .../Samples/Game/View/VDEntityBasis.cs | 2 - .../Scripts/Samples/Service/JNGResService.cs | 3 +- JNFrame2/Assets/Scripts/Samples/UI/DMainUI.cs | 1 + .../PackageManifest_DefaultPackage.version | 2 +- .../PackageManifest_RawFilePackage.version | 2 +- .../DefaultPackage/OutputCache/OutputCache | Bin 1752 -> 2698 bytes .../OutputCache/OutputCache.manifest | 84 +- ...ssets_hotdlls_hotsamples_dll_bytes.rawfile | Bin 7168 -> 7168 bytes ...tassets_hotdlls_mscorlib_dll_bytes.rawfile | Bin 2379776 -> 2379776 bytes ...sets_hotdlls_system_core_dll_bytes.rawfile | Bin 419328 -> 419328 bytes ...hotassets_hotdlls_system_dll_bytes.rawfile | Bin 905728 -> 905728 bytes JNFrame2/FairyGUI.Editor.csproj | 586 +- JNFrame2/FairyGUI.Runtime.csproj | 578 +- JNFrame2/GameLauncher.csproj | 580 +- JNFrame2/GameScripts.csproj | 582 +- JNFrame2/HotMain.csproj | 583 +- JNFrame2/HotSamples.csproj | 578 +- JNFrame2/JNFrame2.sln.DotSettings.user | 1 + JNFrame2/JNGame.DotRecast.csproj | 1188 ++++ JNFrame2/JNGame.Editor.csproj | 590 +- JNFrame2/JNGame.Math.csproj | 877 +++ JNFrame2/JNGame.csproj | 582 +- JNFrame2/Logs/AssetImportWorker0-prev.log | 5754 +---------------- JNFrame2/Logs/AssetImportWorker0.log | 3867 ++++++++++- JNFrame2/Logs/AssetImportWorker1-prev.log | 3579 +--------- JNFrame2/Logs/AssetImportWorker1.log | 3447 +++++++++- .../shadercompiler-AssetImportWorker0.log | 2 +- ...hadercompiler-UnityShaderCompiler.exe0.log | 2 +- JNFrame2/Packages/packages-lock.json | 42 +- .../ProjectSettings/HybridCLRSettings.asset | 9 +- .../PackageManagerSettings.asset | 6 +- .../ProjectSettings/ProjectSettings.asset | 4 +- JNFrame2/ProjectSettings/ProjectVersion.txt | 4 +- JNFrame2/SHFrame.Editor.csproj | 592 +- JNFrame2/SHFrame.csproj | 580 +- JNFrame2/Samples.csproj | 588 +- JNFrame2/StompyRobot.SRDebugger.Editor.csproj | 586 +- JNFrame2/StompyRobot.SRDebugger.csproj | 578 +- JNFrame2/StompyRobot.SRF.Editor.csproj | 586 +- JNFrame2/StompyRobot.SRF.csproj | 578 +- JNFrame2/UniTask.Addressables.csproj | 578 +- JNFrame2/UniTask.DOTween.csproj | 578 +- JNFrame2/UniTask.Editor.csproj | 586 +- JNFrame2/UniTask.Linq.csproj | 578 +- JNFrame2/UniTask.TextMeshPro.csproj | 580 +- JNFrame2/UniTask.csproj | 578 +- ...p-firstpass.csproj.AssemblyReference.cache | Bin 129031 -> 11 bytes ...yGUI.Editor.csproj.AssemblyReference.cache | Bin 125503 -> 11 bytes ...ameLauncher.csproj.AssemblyReference.cache | Bin 124134 -> 11 bytes ...GameScripts.csproj.AssemblyReference.cache | Bin 130991 -> 11 bytes ...Game.Editor.csproj.AssemblyReference.cache | Bin 126225 -> 11 bytes ...rame.Editor.csproj.AssemblyReference.cache | Bin 133006 -> 11 bytes .../Samples.csproj.AssemblyReference.cache | Bin 125818 -> 11 bytes ...TextMeshPro.csproj.AssemblyReference.cache | Bin 130704 -> 11 bytes .../Resource}/Battle.meta | 0 .../Resource}/Battle/Boss.prefab | 0 .../Resource}/Battle/Boss.prefab.meta | 0 .../Resource}/Battle/Map.meta | 0 .../Resource}/Battle/Map/NavMesh.meta | 0 .../Battle/Map/NavMesh/Map_1001.navmesh.json | 0 .../Battle/Map/NavMesh/Map_1001.navmesh.json.meta | 0 .../Resource}/Battle/Material.meta | 0 .../Resource}/Battle/Material/Green.mat | 0 .../Resource}/Battle/Material/Green.mat.meta | 0 .../Resource}/Battle/Material/Red.mat | 0 .../Resource}/Battle/Material/Red.mat.meta | 0 .../Resource}/Battle/Sphere.prefab | 0 .../Resource}/Battle/Sphere.prefab.meta | 0 .../Resource}/Scenes.meta | 0 .../Resource}/Scenes/JNFrame.meta | 0 .../Resource}/Scenes/JNFrame.unity | 0 .../Resource}/Scenes/JNFrame.unity.meta | 0 .../Resource}/Scenes/JNFrame/NavMesh-Map.asset | Bin .../Scenes/JNFrame/NavMesh-Map.asset.meta | 0 .../Resource}/Scenes/JNState.unity | 0 .../Resource}/Scenes/JNState.unity.meta | 0 .../Resource}/Scenes/Main.unity | 0 .../Resource}/Scenes/Main.unity.meta | 0 .../Resource}/Scenes/MapSampleScene.asset | Bin .../Resource}/Scenes/MapSampleScene.asset.meta | 0 .../Resource}/Scenes/SampleScene.meta | 0 .../Resource}/Scenes/SampleScene.unity | 0 .../Resource}/Scenes/SampleScene.unity.meta | 0 .../Resource}/WhiteMat.mat | 0 .../Resource}/WhiteMat.mat.meta | 0 .../Resources => 临时存储/Resource}/map1.json | 0 .../Resource}/map1.json.meta | 0 191 files changed, 17326 insertions(+), 17008 deletions(-) create mode 100644 JNFrame2/Assets/HotMain/HotMain.cs create mode 100644 JNFrame2/Assets/HotMain/HotMain.cs.meta delete mode 100644 JNFrame2/Assets/HotScripts/GameScripts/FGui/Scripts/Common.meta delete mode 100644 JNFrame2/Assets/HotScripts/JNGame/Runtime/Util/ProtoUtil.cs delete mode 100644 JNFrame2/Assets/HotScripts/JNGame/Runtime/Util/ProtoUtil.cs.meta delete mode 100644 JNFrame2/Assets/HotScripts/JNGame/Runtime/Util/TSingleton.cs delete mode 100644 JNFrame2/Assets/HotScripts/JNGame/Runtime/Util/TSingleton.cs.meta create mode 100644 JNFrame2/Assets/Plugins/System.Numerics.Vectors.dll create mode 100644 JNFrame2/Assets/Plugins/System.Numerics.Vectors.dll.meta create mode 100644 JNFrame2/JNGame.DotRecast.csproj create mode 100644 JNFrame2/JNGame.Math.csproj rename JNFrame2/{Assets/Resources => 临时存储/Resource}/Battle.meta (100%) rename JNFrame2/{Assets/Resources => 临时存储/Resource}/Battle/Boss.prefab (100%) rename JNFrame2/{Assets/Resources => 临时存储/Resource}/Battle/Boss.prefab.meta (100%) rename JNFrame2/{Assets/Resources => 临时存储/Resource}/Battle/Map.meta (100%) rename JNFrame2/{Assets/Resources => 临时存储/Resource}/Battle/Map/NavMesh.meta (100%) rename JNFrame2/{Assets/Resources => 临时存储/Resource}/Battle/Map/NavMesh/Map_1001.navmesh.json (100%) rename JNFrame2/{Assets/Resources => 临时存储/Resource}/Battle/Map/NavMesh/Map_1001.navmesh.json.meta (100%) rename JNFrame2/{Assets/Resources => 临时存储/Resource}/Battle/Material.meta (100%) rename JNFrame2/{Assets/Resources => 临时存储/Resource}/Battle/Material/Green.mat (100%) rename JNFrame2/{Assets/Resources => 临时存储/Resource}/Battle/Material/Green.mat.meta (100%) rename JNFrame2/{Assets/Resources => 临时存储/Resource}/Battle/Material/Red.mat (100%) rename JNFrame2/{Assets/Resources => 临时存储/Resource}/Battle/Material/Red.mat.meta (100%) rename JNFrame2/{Assets/Resources => 临时存储/Resource}/Battle/Sphere.prefab (100%) rename JNFrame2/{Assets/Resources => 临时存储/Resource}/Battle/Sphere.prefab.meta (100%) rename JNFrame2/{Assets/Resources => 临时存储/Resource}/Scenes.meta (100%) rename JNFrame2/{Assets/Resources => 临时存储/Resource}/Scenes/JNFrame.meta (100%) rename JNFrame2/{Assets/Resources => 临时存储/Resource}/Scenes/JNFrame.unity (100%) rename JNFrame2/{Assets/Resources => 临时存储/Resource}/Scenes/JNFrame.unity.meta (100%) rename JNFrame2/{Assets/Resources => 临时存储/Resource}/Scenes/JNFrame/NavMesh-Map.asset (100%) rename JNFrame2/{Assets/Resources => 临时存储/Resource}/Scenes/JNFrame/NavMesh-Map.asset.meta (100%) rename JNFrame2/{Assets/Resources => 临时存储/Resource}/Scenes/JNState.unity (100%) rename JNFrame2/{Assets/Resources => 临时存储/Resource}/Scenes/JNState.unity.meta (100%) rename JNFrame2/{Assets/Resources => 临时存储/Resource}/Scenes/Main.unity (100%) rename JNFrame2/{Assets/Resources => 临时存储/Resource}/Scenes/Main.unity.meta (100%) rename JNFrame2/{Assets/Resources => 临时存储/Resource}/Scenes/MapSampleScene.asset (100%) rename JNFrame2/{Assets/Resources => 临时存储/Resource}/Scenes/MapSampleScene.asset.meta (100%) rename JNFrame2/{Assets/Resources => 临时存储/Resource}/Scenes/SampleScene.meta (100%) rename JNFrame2/{Assets/Resources => 临时存储/Resource}/Scenes/SampleScene.unity (100%) rename JNFrame2/{Assets/Resources => 临时存储/Resource}/Scenes/SampleScene.unity.meta (100%) rename JNFrame2/{Assets/Resources => 临时存储/Resource}/WhiteMat.mat (100%) rename JNFrame2/{Assets/Resources => 临时存储/Resource}/WhiteMat.mat.meta (100%) rename JNFrame2/{Assets/Resources => 临时存储/Resource}/map1.json (100%) rename JNFrame2/{Assets/Resources => 临时存储/Resource}/map1.json.meta (100%) diff --git a/JNFrame2/AimingRig.csproj b/JNFrame2/AimingRig.csproj index d4dc6109..f65bd922 100644 --- a/JNFrame2/AimingRig.csproj +++ b/JNFrame2/AimingRig.csproj @@ -26,7 +26,7 @@ full false Temp\Bin\Debug\AimingRig\ - UNITY_2022_3_1;UNITY_2022_3;UNITY_2022;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;UNITY_2022_1_OR_NEWER;UNITY_2022_2_OR_NEWER;UNITY_2022_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;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_BUILD;ENABLE_EDITOR_GAME_SERVICES;ENABLE_UNITY_GAME_SERVICES_ANALYTICS_SUPPORT;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_GENERATE_NATIVE_PLUGINS_FOR_ASSEMBLIES_API;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;ENABLE_NAVIGATION_PACKAGE_DEBUG_VISUALIZATION;ENABLE_NAVIGATION_HEIGHTMESH_RUNTIME_SUPPORT;ENABLE_NAVIGATION_UI_REQUIRES_PACKAGE;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;PLATFORM_INITIALIZES_MEMORY_MANAGER_EXPLICITLY;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;TEXTCORE_FONT_ENGINE_1_5_OR_NEWER;DOTWEEN;ENABLE_LOG;CINEMACHINE_UGUI;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER + UNITY_2022_3_16;UNITY_2022_3;UNITY_2022;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;UNITY_2022_1_OR_NEWER;UNITY_2022_2_OR_NEWER;UNITY_2022_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;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_BUILD;ENABLE_EDITOR_GAME_SERVICES;ENABLE_UNITY_GAME_SERVICES_ANALYTICS_SUPPORT;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_GENERATE_NATIVE_PLUGINS_FOR_ASSEMBLIES_API;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;ENABLE_NAVIGATION_PACKAGE_DEBUG_VISUALIZATION;ENABLE_NAVIGATION_HEIGHTMESH_RUNTIME_SUPPORT;ENABLE_NAVIGATION_UI_REQUIRES_PACKAGE;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;UNITY_UGP_API;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;PLATFORM_INITIALIZES_MEMORY_MANAGER_EXPLICITLY;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;TEXTCORE_FONT_ENGINE_1_5_OR_NEWER;DOTWEEN;ENABLE_LOG;CINEMACHINE_UGUI;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER prompt 4 0169,0649 @@ -41,793 +41,805 @@ false - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ContentLoadModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ContentLoadModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.PropertiesModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PropertiesModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsCommonModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsCommonModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.EditorToolbarModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.EditorToolbarModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.PresetsUIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.PresetsUIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneViewModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneViewModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEditor.Graphs.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.Unity.Editor.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.Unity.Editor.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Threading.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Threading.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\TCPeasy\TCPeasy.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\TCPeasy\TCPeasy.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\Newtonsoft.Json.13.0.3\lib\netstandard2.0\Newtonsoft.Json.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\Newtonsoft.Json.13.0.3\lib\netstandard2.0\Newtonsoft.Json.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Caching.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Caching.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.testtools.codecoverage@1.2.3\lib\ReportGenerator\ReportGeneratorMerged.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.testtools.codecoverage@1.2.4\lib\ReportGenerator\ReportGeneratorMerged.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Text.Encodings.Web.6.0.0\lib\netstandard2.0\System.Text.Encodings.Web.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Text.Encodings.Web.6.0.0\lib\netstandard2.0\System.Text.Encodings.Web.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Serialization.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Serialization.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\unityplastic.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\unityplastic.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.Unity.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.Unity.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\Editor\DOTweenEditor.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\Editor\DOTweenEditor.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\TouchSocket.2.0.16\lib\netstandard2.1\TouchSocket.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\TouchSocket.2.0.16\lib\netstandard2.1\TouchSocket.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\log4netPlastic.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\log4netPlastic.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Formatters.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Formatters.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\lib\netstandard2.0\System.Text.Json.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\lib\netstandard2.0\System.Text.Json.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\DOTween.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\DOTween.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Extensions.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Extensions.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Http.2.0.16\lib\netstandard2.1\TouchSocket.Http.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Http.2.0.16\lib\netstandard2.1\TouchSocket.Http.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\dnlib.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\dnlib.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\LZ4.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\LZ4.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\Microsoft.Bcl.AsyncInterfaces.6.0.0\lib\netstandard2.1\Microsoft.Bcl.AsyncInterfaces.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\Microsoft.Bcl.AsyncInterfaces.6.0.0\lib\netstandard2.1\Microsoft.Bcl.AsyncInterfaces.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Reflection.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Reflection.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\NuGet\Editor\NugetForUnity.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\NuGet\Editor\NugetForUnity.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\Editor\DesperateDevs.Unity.Editor.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\Editor\DesperateDevs.Unity.Editor.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Appenders.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Appenders.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Core.2.0.16\lib\netstandard2.1\TouchSocket.Core.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Core.2.0.16\lib\netstandard2.1\TouchSocket.Core.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Unity.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Unity.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\Google.Protobuf.3.18.3\lib\netstandard2.0\Google.Protobuf.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\Google.Protobuf.3.18.3\lib\netstandard2.0\Google.Protobuf.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.GradleProject.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEditor.UI.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEditor.UI.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEngine.UI.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEngine.UI.dll diff --git a/JNFrame2/Assembly-CSharp-firstpass.csproj b/JNFrame2/Assembly-CSharp-firstpass.csproj index 996c7d41..ec06bdcd 100644 --- a/JNFrame2/Assembly-CSharp-firstpass.csproj +++ b/JNFrame2/Assembly-CSharp-firstpass.csproj @@ -26,7 +26,7 @@ full false Temp\Bin\Debug\Assembly-CSharp-firstpass\ - UNITY_2022_3_1;UNITY_2022_3;UNITY_2022;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;UNITY_2022_1_OR_NEWER;UNITY_2022_2_OR_NEWER;UNITY_2022_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;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_BUILD;ENABLE_EDITOR_GAME_SERVICES;ENABLE_UNITY_GAME_SERVICES_ANALYTICS_SUPPORT;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_GENERATE_NATIVE_PLUGINS_FOR_ASSEMBLIES_API;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;ENABLE_NAVIGATION_PACKAGE_DEBUG_VISUALIZATION;ENABLE_NAVIGATION_HEIGHTMESH_RUNTIME_SUPPORT;ENABLE_NAVIGATION_UI_REQUIRES_PACKAGE;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;PLATFORM_INITIALIZES_MEMORY_MANAGER_EXPLICITLY;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;TEXTCORE_FONT_ENGINE_1_5_OR_NEWER;DOTWEEN;ENABLE_LOG;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER + UNITY_2022_3_16;UNITY_2022_3;UNITY_2022;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;UNITY_2022_1_OR_NEWER;UNITY_2022_2_OR_NEWER;UNITY_2022_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;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_BUILD;ENABLE_EDITOR_GAME_SERVICES;ENABLE_UNITY_GAME_SERVICES_ANALYTICS_SUPPORT;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_GENERATE_NATIVE_PLUGINS_FOR_ASSEMBLIES_API;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;ENABLE_NAVIGATION_PACKAGE_DEBUG_VISUALIZATION;ENABLE_NAVIGATION_HEIGHTMESH_RUNTIME_SUPPORT;ENABLE_NAVIGATION_UI_REQUIRES_PACKAGE;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;UNITY_UGP_API;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;PLATFORM_INITIALIZES_MEMORY_MANAGER_EXPLICITLY;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;TEXTCORE_FONT_ENGINE_1_5_OR_NEWER;DOTWEEN;ENABLE_LOG;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER prompt 4 0169,0649 @@ -41,37 +41,37 @@ false - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -86,811 +86,820 @@ - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ContentLoadModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ContentLoadModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.PropertiesModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PropertiesModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsCommonModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsCommonModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.EditorToolbarModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.EditorToolbarModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.PresetsUIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.PresetsUIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneViewModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneViewModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Threading.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Threading.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\TCPeasy\TCPeasy.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\TCPeasy\TCPeasy.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\Newtonsoft.Json.13.0.3\lib\netstandard2.0\Newtonsoft.Json.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\Newtonsoft.Json.13.0.3\lib\netstandard2.0\Newtonsoft.Json.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Caching.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Caching.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.testtools.codecoverage@1.2.3\lib\ReportGenerator\ReportGeneratorMerged.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.testtools.codecoverage@1.2.4\lib\ReportGenerator\ReportGeneratorMerged.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Text.Encodings.Web.6.0.0\lib\netstandard2.0\System.Text.Encodings.Web.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Text.Encodings.Web.6.0.0\lib\netstandard2.0\System.Text.Encodings.Web.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Serialization.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Serialization.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\TouchSocket.2.0.16\lib\netstandard2.1\TouchSocket.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\TouchSocket.2.0.16\lib\netstandard2.1\TouchSocket.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Formatters.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Formatters.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\lib\netstandard2.0\System.Text.Json.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\lib\netstandard2.0\System.Text.Json.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\DOTween.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\DOTween.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Extensions.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Extensions.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Http.2.0.16\lib\netstandard2.1\TouchSocket.Http.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Http.2.0.16\lib\netstandard2.1\TouchSocket.Http.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\dnlib.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\dnlib.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\LZ4.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\LZ4.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\Microsoft.Bcl.AsyncInterfaces.6.0.0\lib\netstandard2.1\Microsoft.Bcl.AsyncInterfaces.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\Microsoft.Bcl.AsyncInterfaces.6.0.0\lib\netstandard2.1\Microsoft.Bcl.AsyncInterfaces.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Reflection.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Reflection.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Appenders.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Appenders.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Core.2.0.16\lib\netstandard2.1\TouchSocket.Core.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Core.2.0.16\lib\netstandard2.1\TouchSocket.Core.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Unity.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Unity.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\Google.Protobuf.3.18.3\lib\netstandard2.0\Google.Protobuf.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\Google.Protobuf.3.18.3\lib\netstandard2.0\Google.Protobuf.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.GradleProject.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.EditorCoroutines.Editor.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.EditorCoroutines.Editor.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\HybridCLR.Runtime.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\HybridCLR.Runtime.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\com.unity.cinemachine.editor.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\com.unity.cinemachine.editor.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.AI.Navigation.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.AI.Navigation.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.PlasticSCM.Editor.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.PlasticSCM.Editor.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\YooAsset.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\YooAsset.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\Luban.Runtime.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Luban.Runtime.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\HybridCLR.Editor.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\HybridCLR.Editor.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.Timeline.Editor.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.Timeline.Editor.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.ScriptableBuildPipeline.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.ScriptableBuildPipeline.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.VisualScripting.Shared.Editor.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.VisualScripting.Shared.Editor.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.VisualStudio.Editor.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.VisualStudio.Editor.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEditor.UI.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEditor.UI.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.VisualScripting.Core.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.VisualScripting.Core.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.VisualScripting.Core.Editor.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.VisualScripting.Core.Editor.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.Rider.Editor.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.Rider.Editor.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEngine.UI.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEngine.UI.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.VisualScripting.Flow.Editor.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.VisualScripting.Flow.Editor.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.VisualScripting.Flow.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.VisualScripting.Flow.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.Timeline.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.Timeline.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.TestTools.CodeCoverage.Editor.OpenCover.Mono.Reflection.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.TestTools.CodeCoverage.Editor.OpenCover.Mono.Reflection.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.VisualScripting.SettingsProvider.Editor.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.VisualScripting.SettingsProvider.Editor.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.Performance.Profile-Analyzer.Editor.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.Performance.Profile-Analyzer.Editor.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.TestTools.CodeCoverage.Editor.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.TestTools.CodeCoverage.Editor.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.TestTools.CodeCoverage.Editor.OpenCover.Model.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.TestTools.CodeCoverage.Editor.OpenCover.Model.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.AI.Navigation.Updater.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.AI.Navigation.Updater.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.VisualScripting.State.Editor.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.VisualScripting.State.Editor.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.TextMeshPro.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.TextMeshPro.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\YooAsset.Editor.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\YooAsset.Editor.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.AI.Navigation.Editor.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.AI.Navigation.Editor.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.TextMeshPro.Editor.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.TextMeshPro.Editor.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.VisualScripting.State.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.VisualScripting.State.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.AI.Navigation.Editor.ConversionSystem.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.AI.Navigation.Editor.ConversionSystem.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\Cinemachine.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Cinemachine.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.ScriptableBuildPipeline.Editor.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.ScriptableBuildPipeline.Editor.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.VSCode.Editor.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.VSCode.Editor.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\Luban.Editor.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Luban.Editor.dll diff --git a/JNFrame2/Assembly-CSharp.csproj b/JNFrame2/Assembly-CSharp.csproj index d32b160a..d32773ec 100644 --- a/JNFrame2/Assembly-CSharp.csproj +++ b/JNFrame2/Assembly-CSharp.csproj @@ -26,7 +26,7 @@ full false Temp\Bin\Debug\Assembly-CSharp\ - UNITY_2022_3_1;UNITY_2022_3;UNITY_2022;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;UNITY_2022_1_OR_NEWER;UNITY_2022_2_OR_NEWER;UNITY_2022_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;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_BUILD;ENABLE_EDITOR_GAME_SERVICES;ENABLE_UNITY_GAME_SERVICES_ANALYTICS_SUPPORT;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_GENERATE_NATIVE_PLUGINS_FOR_ASSEMBLIES_API;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;ENABLE_NAVIGATION_PACKAGE_DEBUG_VISUALIZATION;ENABLE_NAVIGATION_HEIGHTMESH_RUNTIME_SUPPORT;ENABLE_NAVIGATION_UI_REQUIRES_PACKAGE;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;PLATFORM_INITIALIZES_MEMORY_MANAGER_EXPLICITLY;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;TEXTCORE_FONT_ENGINE_1_5_OR_NEWER;DOTWEEN;ENABLE_LOG;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER + UNITY_2022_3_16;UNITY_2022_3;UNITY_2022;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;UNITY_2022_1_OR_NEWER;UNITY_2022_2_OR_NEWER;UNITY_2022_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;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_BUILD;ENABLE_EDITOR_GAME_SERVICES;ENABLE_UNITY_GAME_SERVICES_ANALYTICS_SUPPORT;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_GENERATE_NATIVE_PLUGINS_FOR_ASSEMBLIES_API;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;ENABLE_NAVIGATION_PACKAGE_DEBUG_VISUALIZATION;ENABLE_NAVIGATION_HEIGHTMESH_RUNTIME_SUPPORT;ENABLE_NAVIGATION_UI_REQUIRES_PACKAGE;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;UNITY_UGP_API;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;PLATFORM_INITIALIZES_MEMORY_MANAGER_EXPLICITLY;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;TEXTCORE_FONT_ENGINE_1_5_OR_NEWER;DOTWEEN;ENABLE_LOG;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER prompt 4 0169,0649 @@ -41,37 +41,37 @@ false - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -108,10 +108,8 @@ - - @@ -127,811 +125,820 @@ - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ContentLoadModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ContentLoadModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.PropertiesModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PropertiesModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsCommonModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsCommonModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.EditorToolbarModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.EditorToolbarModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.PresetsUIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.PresetsUIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneViewModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneViewModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Threading.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Threading.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\TCPeasy\TCPeasy.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\TCPeasy\TCPeasy.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\Newtonsoft.Json.13.0.3\lib\netstandard2.0\Newtonsoft.Json.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\Newtonsoft.Json.13.0.3\lib\netstandard2.0\Newtonsoft.Json.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Caching.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Caching.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.testtools.codecoverage@1.2.3\lib\ReportGenerator\ReportGeneratorMerged.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.testtools.codecoverage@1.2.4\lib\ReportGenerator\ReportGeneratorMerged.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Text.Encodings.Web.6.0.0\lib\netstandard2.0\System.Text.Encodings.Web.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Text.Encodings.Web.6.0.0\lib\netstandard2.0\System.Text.Encodings.Web.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Serialization.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Serialization.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\TouchSocket.2.0.16\lib\netstandard2.1\TouchSocket.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\TouchSocket.2.0.16\lib\netstandard2.1\TouchSocket.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Formatters.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Formatters.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\lib\netstandard2.0\System.Text.Json.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\lib\netstandard2.0\System.Text.Json.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\DOTween.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\DOTween.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Extensions.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Extensions.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Http.2.0.16\lib\netstandard2.1\TouchSocket.Http.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Http.2.0.16\lib\netstandard2.1\TouchSocket.Http.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\dnlib.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\dnlib.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\LZ4.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\LZ4.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\Microsoft.Bcl.AsyncInterfaces.6.0.0\lib\netstandard2.1\Microsoft.Bcl.AsyncInterfaces.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\Microsoft.Bcl.AsyncInterfaces.6.0.0\lib\netstandard2.1\Microsoft.Bcl.AsyncInterfaces.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Reflection.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Reflection.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Appenders.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Appenders.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Core.2.0.16\lib\netstandard2.1\TouchSocket.Core.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Core.2.0.16\lib\netstandard2.1\TouchSocket.Core.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Unity.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Unity.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\Google.Protobuf.3.18.3\lib\netstandard2.0\Google.Protobuf.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\Google.Protobuf.3.18.3\lib\netstandard2.0\Google.Protobuf.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.GradleProject.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.EditorCoroutines.Editor.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.EditorCoroutines.Editor.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\HybridCLR.Runtime.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\HybridCLR.Runtime.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\com.unity.cinemachine.editor.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\com.unity.cinemachine.editor.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.AI.Navigation.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.AI.Navigation.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.PlasticSCM.Editor.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.PlasticSCM.Editor.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\YooAsset.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\YooAsset.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\Luban.Runtime.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Luban.Runtime.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\HybridCLR.Editor.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\HybridCLR.Editor.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.Timeline.Editor.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.Timeline.Editor.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.ScriptableBuildPipeline.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.ScriptableBuildPipeline.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.VisualScripting.Shared.Editor.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.VisualScripting.Shared.Editor.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.VisualStudio.Editor.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.VisualStudio.Editor.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEditor.UI.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEditor.UI.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.VisualScripting.Core.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.VisualScripting.Core.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.VisualScripting.Core.Editor.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.VisualScripting.Core.Editor.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.Rider.Editor.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.Rider.Editor.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEngine.UI.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEngine.UI.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.VisualScripting.Flow.Editor.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.VisualScripting.Flow.Editor.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.VisualScripting.Flow.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.VisualScripting.Flow.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.Timeline.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.Timeline.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.TestTools.CodeCoverage.Editor.OpenCover.Mono.Reflection.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.TestTools.CodeCoverage.Editor.OpenCover.Mono.Reflection.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.VisualScripting.SettingsProvider.Editor.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.VisualScripting.SettingsProvider.Editor.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.Performance.Profile-Analyzer.Editor.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.Performance.Profile-Analyzer.Editor.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.TestTools.CodeCoverage.Editor.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.TestTools.CodeCoverage.Editor.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.TestTools.CodeCoverage.Editor.OpenCover.Model.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.TestTools.CodeCoverage.Editor.OpenCover.Model.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.AI.Navigation.Updater.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.AI.Navigation.Updater.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.VisualScripting.State.Editor.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.VisualScripting.State.Editor.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.TextMeshPro.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.TextMeshPro.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\YooAsset.Editor.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\YooAsset.Editor.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.AI.Navigation.Editor.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.AI.Navigation.Editor.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.TextMeshPro.Editor.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.TextMeshPro.Editor.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.VisualScripting.State.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.VisualScripting.State.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.AI.Navigation.Editor.ConversionSystem.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.AI.Navigation.Editor.ConversionSystem.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\Cinemachine.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Cinemachine.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.ScriptableBuildPipeline.Editor.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.ScriptableBuildPipeline.Editor.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.VSCode.Editor.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.VSCode.Editor.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\Luban.Editor.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Luban.Editor.dll diff --git a/JNFrame2/Assets/HotAssets/HotDlls/GameLauncher.dll.bytes b/JNFrame2/Assets/HotAssets/HotDlls/GameLauncher.dll.bytes index ab456f02757d2cc001ab512782444b596b3d4b7d..c0d899153c3ffb9978149e6d8216ac3caefdbd6d 100644 GIT binary patch delta 213 zcmZojXh@jQ!BXpLa(7~n45QP;mEnx1bvx@i+o;zQ yGZ);NQY#L$9|jC3sYo*_PnJGK_8$SB5iwp3KNt&)6`z5lE_UW@HK%U=MI&U=Uz1*c>mk zlvh9@`NeLYqrA>rPrbbTmc!ueW)X!yOuW1II?iHX^bKHQU|`6ZEUPTfdd87~;ml-5 zWo3m87q3JI#r$z?bzbqCH+|z8MxYuOtC-x%f};Ga)Z~)M4a)vTP(`UQMIZyu_e}ki zXLLJb{y!0OX`mZmz!bz*n5Zbms6JUj#h8&{vxmw)*3EocznGakj5Z7Ey=R%sa`z=o`Sqz`&3``Qib2*6RBV4Aqmr9#EDk)n`4^YRlw5P5n!~ z2cK04BT$WtRg70=aemHZi-UefPzCZZ1t7!9CpAlc`OqKknUnbG6woLbcmiT8OjHzO ayf*p#LDNl#IFy)v*l!km@}6;`0XqQ3XIwU!k?}v{t<8)~^H&JChBn0&{^)jWE8E~W zQz+;A<_)Vv#CY?b=xtzN^bKHQU|`6eeDQ!hYyEu&hWg204=5`<+qcZT;U1&=3duM3 zo!?hHX9TKov5Lv9EGWv)N=+`AY;w>~7pf>c1F8sQVEOgJvka?p`FMV*m7fC|2LmrA fuRkcwcx&?MgQlBV4zVaP{juLH_~bp~L<4pJXc|y% diff --git a/JNFrame2/Assets/HotAssets/HotDlls/HotSamples.dll.bytes b/JNFrame2/Assets/HotAssets/HotDlls/HotSamples.dll.bytes index 758a9d8c212992e44ccbc7b7827da68bb91ee0db..65350f154b51be46bc919b0d137788b154ccb40b 100644 GIT binary patch delta 191 zcmZp$Xt0>j!SdmW>)nYxGK_H(SB5ikPG)5M&uF`uk?A^*z^h41!o=NH`|R`6n8bR* zZT{vLd@hW*me4>bU;fuCl&r zjdP4ZH7-^$UYW)DIg=L%_!>bKH0DDU01Zo#E&6pTXn}~-sD@;@r bW3-)YCTO-fLvR5HQ-b|wL8j!Q%cy=Gw#_8OEfEE5jLiCo?ksXLQ`m$aI}YU}Kwpa!$rE&z|{(TYVo^ zPv884&xMh9@u#$-42-@3ObiSRS(7aVC8hcuM7+ZUoT6>sVdstd~Shx1Dm81dy98(V9 delta 35 rcmZoTBiV39azY2ogX)KO8hcuM7+ZUoT6>sVdstd~Shx1Dm81dyEea2i diff --git a/JNFrame2/Assets/HotAssets/HotDlls/System.dll.bytes b/JNFrame2/Assets/HotAssets/HotDlls/System.dll.bytes index c6b93848206135712454a6c53ffaf44bd2b02fd2..0f212677ecd484f25c1ac6fc47198ae634d455e1 100644 GIT binary patch delta 56 zcmZozV&1UCd_o5cNB*3tjXkYBjIBLPtv$@GJuIy~tgSt4tv&3mJshn)oUJ`vtv%eW MJv>``cuOt<0Dr3%H2?qr delta 56 zcmZozV&1UCd_o6H^pe~QjXkYBjIBLPtv$@GJuIy~tgSt4tv&3mJshn)oUJ`vtv%eW MJv>``cuOt<0Gdx0$p8QV diff --git a/JNFrame2/Assets/HotAssets/HotDlls/mscorlib.dll.bytes b/JNFrame2/Assets/HotAssets/HotDlls/mscorlib.dll.bytes index 4ca88015a3f7d20a328019426fe1e3c3bad3171e..30a43a53100089a5783e449ecb8cb9964637f3aa 100644 GIT binary patch delta 19391 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 aEvsYG_*MQw&EoTd#5uM7uVu&&h5rLn257_p delta 18980 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 diff --git a/JNFrame2/Assets/HotMain/HotMain.cs b/JNFrame2/Assets/HotMain/HotMain.cs new file mode 100644 index 00000000..971b3894 --- /dev/null +++ b/JNFrame2/Assets/HotMain/HotMain.cs @@ -0,0 +1,13 @@ +using System.Numerics; +using UnityEngine; + +namespace HotMain +{ + public class HotMain : MonoBehaviour + { + private void Awake() + { + Matrix3x2 matrix3X2 = new Matrix3x2(); + } + } +} \ No newline at end of file diff --git a/JNFrame2/Assets/HotMain/HotMain.cs.meta b/JNFrame2/Assets/HotMain/HotMain.cs.meta new file mode 100644 index 00000000..2e2386c1 --- /dev/null +++ b/JNFrame2/Assets/HotMain/HotMain.cs.meta @@ -0,0 +1,3 @@ +fileFormatVersion: 2 +guid: 18461ba6893b4a8ca33cb88bbfac8765 +timeCreated: 1729095624 \ No newline at end of file diff --git a/JNFrame2/Assets/HotMain/HotMain.unity b/JNFrame2/Assets/HotMain/HotMain.unity index 1967e95a..8da01fe8 100644 --- a/JNFrame2/Assets/HotMain/HotMain.unity +++ b/JNFrame2/Assets/HotMain/HotMain.unity @@ -147,6 +147,7 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 67180524} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} @@ -155,7 +156,6 @@ Transform: - {fileID: 1371077986} - {fileID: 296179531} m_Father: {fileID: 0} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &67180526 MonoBehaviour: @@ -193,13 +193,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 296179530} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 67180525} - m_RootOrder: -2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &296179532 MonoBehaviour: @@ -237,13 +237,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1371077985} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 67180525} - m_RootOrder: -2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1371077987 MonoBehaviour: @@ -354,13 +354,57 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1460349557} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 6.8842363, y: -5, z: 0} + m_LocalPosition: {x: 7.316754, y: -5, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1739013435 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1739013437} + - component: {fileID: 1739013436} + m_Layer: 0 + m_Name: HotMain + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!114 &1739013436 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1739013435} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 18461ba6893b4a8ca33cb88bbfac8765, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!4 &1739013437 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1739013435} + serializedVersion: 2 + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 0} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &1994723394 GameObject: @@ -406,11 +450,19 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1994723394} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 0} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1660057539 &9223372036854775807 +SceneRoots: + m_ObjectHideFlags: 0 + m_Roots: + - {fileID: 1460349560} + - {fileID: 67180525} + - {fileID: 1994723396} + - {fileID: 1739013437} diff --git a/JNFrame2/Assets/HotMain/SHGame/Procedure/ProcedureInitPackage.cs b/JNFrame2/Assets/HotMain/SHGame/Procedure/ProcedureInitPackage.cs index 85ed8c08..02e3f346 100644 --- a/JNFrame2/Assets/HotMain/SHGame/Procedure/ProcedureInitPackage.cs +++ b/JNFrame2/Assets/HotMain/SHGame/Procedure/ProcedureInitPackage.cs @@ -25,8 +25,7 @@ namespace HotMain.SHGame.Procedure public static readonly string[] HotDllName = { "HotSamples.dll", - "GameLauncher.dll", - "GameScripts.dll", + // "GameScripts.dll", }; public static readonly string[] AotMetaAssemblyFiles = diff --git a/JNFrame2/Assets/HotResources/ResLauncher/HotLauncher.prefab b/JNFrame2/Assets/HotResources/ResLauncher/HotLauncher.prefab index f7b7d8cd..b3e62fe0 100644 --- a/JNFrame2/Assets/HotResources/ResLauncher/HotLauncher.prefab +++ b/JNFrame2/Assets/HotResources/ResLauncher/HotLauncher.prefab @@ -9,7 +9,7 @@ GameObject: serializedVersion: 6 m_Component: - component: {fileID: 6431846330035490337} - - component: {fileID: 3619268780635689341} + - component: {fileID: -1515069072980619319} m_Layer: 0 m_Name: HotLauncher m_TagString: Untagged @@ -32,7 +32,7 @@ Transform: m_Children: [] m_Father: {fileID: 0} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &3619268780635689341 +--- !u!114 &-1515069072980619319 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} diff --git a/JNFrame2/Assets/HotResources/ResResource/HotGameMain.prefab b/JNFrame2/Assets/HotResources/ResResource/HotGameMain.prefab index cce31597..c3792e32 100644 --- a/JNFrame2/Assets/HotResources/ResResource/HotGameMain.prefab +++ b/JNFrame2/Assets/HotResources/ResResource/HotGameMain.prefab @@ -9,7 +9,7 @@ GameObject: serializedVersion: 6 m_Component: - component: {fileID: 2646845557578810839} - - component: {fileID: 3370151640881118991} + - component: {fileID: 5586394961982563370} m_Layer: 0 m_Name: HotGameMain m_TagString: Untagged @@ -24,15 +24,15 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 4950134704075743259} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 0} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &3370151640881118991 +--- !u!114 &5586394961982563370 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} diff --git a/JNFrame2/Assets/HotScripts/GameLauncher/HotLauncherMain.cs b/JNFrame2/Assets/HotScripts/GameLauncher/HotLauncherMain.cs index 2e7ff419..b8fe37af 100644 --- a/JNFrame2/Assets/HotScripts/GameLauncher/HotLauncherMain.cs +++ b/JNFrame2/Assets/HotScripts/GameLauncher/HotLauncherMain.cs @@ -1,21 +1,23 @@ using Cysharp.Threading.Tasks; -using HotScripts.GameLauncher.FGui.Scripts; using HotScripts.GameLauncher.FGui.Scripts.Launcher; using Launcher; using SHFrame; using UnityEngine; -public class HotLauncherMain : MonoBehaviour +namespace HotScripts.GameLauncher { - private void Start() + public class HotLauncherMain : MonoBehaviour { - //打开下载页 - RunLauncher().Forget(); - } + private void Start() + { + //打开下载页 + RunLauncher().Forget(); + } - private async UniTask RunLauncher() - { - LauncherBinder.BindAll(); - await SHFrameModule.UI.Open("Launcher", "Launcher"); + private async UniTask RunLauncher() + { + LauncherBinder.BindAll(); + await SHFrameModule.UI.Open("Launcher", "Launcher"); + } } } diff --git a/JNFrame2/Assets/HotScripts/GameScripts/App.cs b/JNFrame2/Assets/HotScripts/GameScripts/App.cs index 99ccbdab..770628a4 100644 --- a/JNFrame2/Assets/HotScripts/GameScripts/App.cs +++ b/JNFrame2/Assets/HotScripts/GameScripts/App.cs @@ -1,8 +1,7 @@ using HotScripts.GameScripts.FGui; using HotScripts.GameScripts.Luban; -using Plugins.JNGame.System; -using SHFrame; -using EventDispatcher = Plugins.JNGame.Util.EventDispatcher; +using JNGame.Runtime.System; +using JNGame.Util; namespace HotScripts.GameScripts { @@ -10,7 +9,7 @@ namespace HotScripts.GameScripts { //Launcher 事件 - public static SHFrame.EventDispatcher EventLauncher => EventUtil.Dispatcher; + public static SHFrame.EventDispatcher EventLauncher => SHFrame.EventUtil.Dispatcher; //App 事件 public static EventDispatcher Event = new EventDispatcher(); diff --git a/JNFrame2/Assets/HotScripts/GameScripts/FGui/FGuiManager.cs b/JNFrame2/Assets/HotScripts/GameScripts/FGui/FGuiManager.cs index cf446976..bfa153e6 100644 --- a/JNFrame2/Assets/HotScripts/GameScripts/FGui/FGuiManager.cs +++ b/JNFrame2/Assets/HotScripts/GameScripts/FGui/FGuiManager.cs @@ -3,9 +3,9 @@ using System.Threading.Tasks; using Common; using Cysharp.Threading.Tasks; using FairyGUI; -using HotScripts.GameLauncher; +// using HotScripts.GameLauncher; +using JNGame.Runtime.System; using MainUI; -using Plugins.JNGame.System; using SHFrame; namespace HotScripts.GameScripts.FGui @@ -50,7 +50,7 @@ namespace HotScripts.GameScripts.FGui { await UniTask.DelayFrame(1); Log.Debug($"UI 初始化中"); - App.EventLauncher.DispatchEvent(HotLauncherEvent.InitSystem,$"UI 初始化中"); + // App.EventLauncher.DispatchEvent(HotLauncherEvent.InitSystem,$"UI 初始化中"); BindAll(); BindUI(); diff --git a/JNFrame2/Assets/HotScripts/GameScripts/FGui/Scripts/Common.meta b/JNFrame2/Assets/HotScripts/GameScripts/FGui/Scripts/Common.meta deleted file mode 100644 index 32b53e15..00000000 --- a/JNFrame2/Assets/HotScripts/GameScripts/FGui/Scripts/Common.meta +++ /dev/null @@ -1,3 +0,0 @@ -fileFormatVersion: 2 -guid: 5170e578d823499481b4ab2083ea1e16 -timeCreated: 1729070950 \ No newline at end of file diff --git a/JNFrame2/Assets/HotScripts/GameScripts/HotGameMain.cs b/JNFrame2/Assets/HotScripts/GameScripts/HotGameMain.cs index 5d442363..25df4d8e 100644 --- a/JNFrame2/Assets/HotScripts/GameScripts/HotGameMain.cs +++ b/JNFrame2/Assets/HotScripts/GameScripts/HotGameMain.cs @@ -1,7 +1,8 @@ using System; -using HotScripts.GameLauncher; +// using HotScripts.GameLauncher; using HotScripts.GameScripts.FGui; using HotScripts.GameScripts.FGui.Scripts; +using JNGame.Runtime; using JNGame; using SHFrame; using UnityEngine; @@ -19,8 +20,8 @@ namespace HotScripts.GameScripts //初始化系统 await JNetGame.Instance.Init(App.AllSystem()); - //初始化成功 - App.EventLauncher.DispatchEvent(HotLauncherEvent.InitSuccess); + // //初始化成功 + // App.EventLauncher.DispatchEvent(HotLauncherEvent.InitSuccess); } @@ -32,12 +33,12 @@ namespace HotScripts.GameScripts private void AddListener() { - App.EventLauncher.AddListener(HotLauncherEvent.GoGameMain,OnGoGameMain); + // App.EventLauncher.AddListener(HotLauncherEvent.GoGameMain,OnGoGameMain); } private void RemoveListener() { - App.EventLauncher.RemoveListener(HotLauncherEvent.GoGameMain,OnGoGameMain); + // App.EventLauncher.RemoveListener(HotLauncherEvent.GoGameMain,OnGoGameMain); } private async void OnGoGameMain(EventArgs eventargs) diff --git a/JNFrame2/Assets/HotScripts/GameScripts/Luban/LubanManager.cs b/JNFrame2/Assets/HotScripts/GameScripts/Luban/LubanManager.cs index 0057080c..fba1d97d 100644 --- a/JNFrame2/Assets/HotScripts/GameScripts/Luban/LubanManager.cs +++ b/JNFrame2/Assets/HotScripts/GameScripts/Luban/LubanManager.cs @@ -1,9 +1,9 @@ using System.Threading.Tasks; using Cysharp.Threading.Tasks; using GameConfig; -using HotScripts.GameLauncher; +// using HotScripts.GameLauncher; +using JNGame.Runtime.System; using Luban; -using Plugins.JNGame.System; using SHFrame; using UnityEngine; using YooAsset; @@ -21,7 +21,7 @@ namespace HotScripts.GameScripts.Luban { await UniTask.DelayFrame(1); Log.Debug($"配置文件 初始化中"); - App.EventLauncher.DispatchEvent(HotLauncherEvent.InitSystem,$"配置文件 初始化中"); + // App.EventLauncher.DispatchEvent(HotLauncherEvent.InitSystem,$"配置文件 初始化中"); _tables = new Tables(LoadByteBuf); Log.Debug($"配置文件 初始化完成 {Tables.TbGMap.DataList[0].MapName}"); } diff --git a/JNFrame2/Assets/HotScripts/JNGame/Editor/2DPathFinding/MapConfigExporter.cs b/JNFrame2/Assets/HotScripts/JNGame/Editor/2DPathFinding/MapConfigExporter.cs index d3002075..f1e0d339 100644 --- a/JNFrame2/Assets/HotScripts/JNGame/Editor/2DPathFinding/MapConfigExporter.cs +++ b/JNFrame2/Assets/HotScripts/JNGame/Editor/2DPathFinding/MapConfigExporter.cs @@ -2,6 +2,7 @@ using System.IO; using System.Collections.Generic; using System.Linq; +using JNGame.Runtime.Util; using JNGame.Map; using Unity.AI.Navigation; using UnityEngine; diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Entitas/JNLookup.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Entitas/JNLookup.cs index b8e5ea72..2b12d8ab 100644 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Entitas/JNLookup.cs +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Entitas/JNLookup.cs @@ -1,5 +1,5 @@ using System; -using JNGame.Util.Types; +using JNGame.Runtime.Util.Types; namespace JNGame.Runtime.Entitas { diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/JNetGame.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/JNetGame.cs index 1934e785..2cf5784f 100644 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/JNetGame.cs +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/JNetGame.cs @@ -1,9 +1,8 @@ -using System; -using Cysharp.Threading.Tasks; -using JNGame.Util; -using Plugins.JNGame.System; +using Cysharp.Threading.Tasks; +using JNGame.Runtime.System; +using JNGame.Runtime.Util; -namespace JNGame +namespace JNGame.Runtime { public class JNetGame : SingletonScene { diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Map/2DPathFinding/NavMesh/NavMesh/TriangleGraph.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Map/2DPathFinding/NavMesh/NavMesh/TriangleGraph.cs index 2f42aa95..6b7f5e1e 100644 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Map/2DPathFinding/NavMesh/NavMesh/TriangleGraph.cs +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Map/2DPathFinding/NavMesh/NavMesh/TriangleGraph.cs @@ -1,6 +1,6 @@ using System.Collections.Generic; using JNGame.Math; -using Profiler = JNGame.Util.Profiler; +using Profiler = JNGame.Runtime.Util.Profiler; namespace JNGame.PathFinding { diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Map/2DPathFinding/NavMesh/NavMesh/TriangleNavMesh.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Map/2DPathFinding/NavMesh/NavMesh/TriangleNavMesh.cs index fb0f166d..ebb1ae48 100644 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Map/2DPathFinding/NavMesh/NavMesh/TriangleNavMesh.cs +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Map/2DPathFinding/NavMesh/NavMesh/TriangleNavMesh.cs @@ -1,4 +1,5 @@ using System.Collections.Generic; +using JNGame.Runtime.Util; using JNGame.Math; using JNGame.Util; diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Map/DotRecast/DotRecastRoot.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Map/DotRecast/DotRecastRoot.cs index 658991df..99c2deb4 100644 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Map/DotRecast/DotRecastRoot.cs +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Map/DotRecast/DotRecastRoot.cs @@ -7,8 +7,6 @@ using DotRecast.Recast.Toolset; using DotRecast.Recast.Toolset.Builder; using JNGame.Map.DotRecast.Util; using JNGame.Math; -using Newtonsoft.Json; -using UnityEngine; namespace JNGame.Map.DotRecast { diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Map/DotRecast/Src/DotRecast.Core/RcAtomicInteger.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Map/DotRecast/Src/DotRecast.Core/RcAtomicInteger.cs index 2f7adb77..4a8238ca 100644 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Map/DotRecast/Src/DotRecast.Core/RcAtomicInteger.cs +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Map/DotRecast/Src/DotRecast.Core/RcAtomicInteger.cs @@ -3,7 +3,7 @@ //线程库类 虽然不会影响帧同步 但是显示的使用线程库 这里给它改正常 //Interlocked.Increment -using JNGame.Util.NoThread; +using JNGame.Runtime.Util.NoThread; namespace DotRecast.Core { diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Map/DotRecast/Src/DotRecast.Core/RcAtomicLong.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Map/DotRecast/Src/DotRecast.Core/RcAtomicLong.cs index 6796e13a..ee492607 100644 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Map/DotRecast/Src/DotRecast.Core/RcAtomicLong.cs +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Map/DotRecast/Src/DotRecast.Core/RcAtomicLong.cs @@ -1,5 +1,5 @@ using System; -using JNGame.Util.NoThread; +using JNGame.Runtime.Util.NoThread; namespace DotRecast.Core { diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Network/Action/NActionEnum.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Network/Action/NActionEnum.cs index 0d483c21..bb4ee7df 100644 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Network/Action/NActionEnum.cs +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Network/Action/NActionEnum.cs @@ -1,4 +1,4 @@ -namespace Plugins.JNGame.Network.Action +namespace JNGame.Network.Action { public enum NActionEnum : int { diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Network/Entity/JNetParam.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Network/Entity/JNetParam.cs index 25ea4332..2a112485 100644 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Network/Entity/JNetParam.cs +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Network/Entity/JNetParam.cs @@ -1,7 +1,7 @@ using System; using Google.Protobuf; -namespace Plugins.JNGame.Network.Entity +namespace JNGame.Network.Entity { public class JNetParam { diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Network/Group/JNClientGroup.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Network/Group/JNClientGroup.cs index 542bdaeb..98a97229 100644 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Network/Group/JNClientGroup.cs +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Network/Group/JNClientGroup.cs @@ -3,12 +3,10 @@ using System.Collections.Generic; using System.Threading.Tasks; using Cysharp.Threading.Tasks; using Google.Protobuf; -using Plugins.JNGame.Network.Entity; -using Plugins.JNGame.Network.Util; -using Plugins.JNGame.System; -using Plugins.JNGame.Util; +using JNGame.Runtime.System; +using JNGame.Util; -namespace Plugins.JNGame.Network.Group +namespace JNGame.Network.Group { public class JNClientGroup : SystemBase where T : JNClientBase { diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Network/JNClientBase.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Network/JNClientBase.cs index 186dc484..6974def4 100644 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Network/JNClientBase.cs +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Network/JNClientBase.cs @@ -4,12 +4,12 @@ using System.Threading.Tasks; using Cysharp.Threading.Tasks; using DotRecast.Core.Collections; using Google.Protobuf; -using Plugins.JNGame.Network.Entity; -using Plugins.JNGame.Network.Util; -using Plugins.JNGame.System; -using Plugins.JNGame.Util; +using JNGame.Network.Entity; +using JNGame.Network.Util; +using JNGame.Runtime.System; +using JNGame.Util; -namespace Plugins.JNGame.Network +namespace JNGame.Network { /// /// 基础客户端网络类 diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Network/JNServerBase.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Network/JNServerBase.cs index 59f1642c..ae5e7995 100644 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Network/JNServerBase.cs +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Network/JNServerBase.cs @@ -1,15 +1,10 @@ using System; using System.Collections.Generic; -using System.Net.Sockets; -using System.Reflection; using DotRecast.Core.Collections; -using Google.Protobuf; -using Plugins.JNGame.Network.Entity; -using Plugins.JNGame.Network.Util; -using Plugins.JNGame.System; -using Plugins.JNGame.Util; +using JNGame.Runtime.System; +using JNGame.Util; -namespace Plugins.JNGame.Network +namespace JNGame.Network { public class JNServerParam diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Network/JNSocket.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Network/JNSocket.cs index c4de8b9b..9c7677db 100644 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Network/JNSocket.cs +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Network/JNSocket.cs @@ -1,12 +1,12 @@ using System.Threading.Tasks; using Cysharp.Threading.Tasks; -using Plugins.JNGame.Network.Util; +using JNGame.Network.Util; using TouchSocket.Core; using TouchSocket.Http.WebSockets; using TouchSocket.Sockets; using UnityEngine; -namespace Plugins.JNGame.Network +namespace JNGame.Network { public abstract class JNSocket : JNClientBase { diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Network/JNTCPClient.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Network/JNTCPClient.cs index f86c9b43..1b50e1da 100644 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Network/JNTCPClient.cs +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Network/JNTCPClient.cs @@ -1,11 +1,9 @@ using System; -using System.Net; using System.Threading.Tasks; using Cysharp.Threading.Tasks; -using Plugins.JNGame.Network; -using Plugins.JNGame.Network.Action; -using Plugins.JNGame.Network.Entity; -using Plugins.JNGame.Network.Util; +using JNGame.Network.Action; +using JNGame.Network.Entity; +using JNGame.Network.Util; using TouchSocket.Core; using TouchSocket.Sockets; using UnityEngine; diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Network/JNTCPServer.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Network/JNTCPServer.cs index 69e6efeb..c4e83f75 100644 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Network/JNTCPServer.cs +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Network/JNTCPServer.cs @@ -1,15 +1,12 @@  using System; -using System.Net; -using System.Net.Sockets; using System.Threading.Tasks; using Cysharp.Threading.Tasks; using DotRecast.Core.Collections; using Google.Protobuf; -using Plugins.JNGame.Network; -using Plugins.JNGame.Network.Action; -using Plugins.JNGame.Network.Entity; -using Plugins.JNGame.Network.Util; +using JNGame.Network.Action; +using JNGame.Network.Entity; +using JNGame.Network.Util; using TouchSocket.Core; using TouchSocket.Sockets; using UnityEngine; diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Network/Util/NDataUtil.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Network/Util/NDataUtil.cs index eab7a235..ef33354b 100644 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Network/Util/NDataUtil.cs +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Network/Util/NDataUtil.cs @@ -1,11 +1,10 @@ using System; using System.Linq; -using System.Reflection; using Google.Protobuf; -using Plugins.JNGame.Network.Entity; -using Plugins.JNGame.Util; +using JNGame.Network.Entity; +using JNGame.Runtime.Util; -namespace Plugins.JNGame.Network.Util +namespace JNGame.Network.Util { // 网络数据工具类 [请求Id*4,处理Id*4,...参数数据*N] public static class NDataUtil diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/App/Frame/JNSyncFrameService.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/App/Frame/JNSyncFrameService.cs index 1095b962..c58c90ae 100644 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/App/Frame/JNSyncFrameService.cs +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/App/Frame/JNSyncFrameService.cs @@ -1,6 +1,7 @@ using System; using System.Collections.Generic; using Cysharp.Threading.Tasks; +using JNGame.Runtime.Sync; using JNGame.Sync.Frame.Service; using JNGame.Sync.System.View; using UnityEngine; diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/App/State/JNSStateClientService.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/App/State/JNSStateClientService.cs index 7a1b792b..f521cd28 100644 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/App/State/JNSStateClientService.cs +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/App/State/JNSStateClientService.cs @@ -1,4 +1,5 @@ -using JNGame.Sync.Entity; +using JNGame.Runtime.Sync; +using JNGame.Sync.Entity; using JNGame.Sync.Frame; using UnityEngine; diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/App/State/JNSStateServerService.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/App/State/JNSStateServerService.cs index aa02acca..11ca0a20 100644 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/App/State/JNSStateServerService.cs +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/App/State/JNSStateServerService.cs @@ -1,4 +1,5 @@ using System; +using JNGame.Runtime.Sync; using JNGame.Sync.Frame; using UnityEngine; diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/Debuger/JNTileServerDebuger.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/Debuger/JNTileServerDebuger.cs index 9936e788..844ae594 100644 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/Debuger/JNTileServerDebuger.cs +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/Debuger/JNTileServerDebuger.cs @@ -1,6 +1,7 @@ using System.Collections.Generic; using DotRecast.Core.Collections; using JNGame.Math; +using JNGame.Runtime.Util; using JNGame.Sync.State.Tile; using UnityEngine; diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/Entity/Component/JNEntityLookup.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/Entity/Component/JNEntityLookup.cs index 156b0584..614ccdf4 100644 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/Entity/Component/JNEntityLookup.cs +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/Entity/Component/JNEntityLookup.cs @@ -1,8 +1,8 @@ using JNGame.Runtime.Entitas; using JNGame.Sync.Frame.Entity.Component.Components; -using JNGame.Util.Types; using System; using Entitas; +using JNGame.Runtime.Util.Types; namespace JNGame.Sync.Frame.Entity.Components { diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/Entity/JNContext.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/Entity/JNContext.cs index e7639fae..9caee2fa 100644 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/Entity/JNContext.cs +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/Entity/JNContext.cs @@ -2,6 +2,7 @@ using System.Collections.Generic; using DotRecast.Core.Collections; using Entitas; +using JNGame.Runtime.Sync; using JNGame.Sync.Entity; using JNGame.Sync.Frame.Entity.Component.Components; using JNGame.Sync.Frame.Entity.Components; diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/Entity/JNContexts.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/Entity/JNContexts.cs index b429e770..125f9cc0 100644 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/Entity/JNContexts.cs +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/Entity/JNContexts.cs @@ -1,5 +1,6 @@ using System; using Entitas; +using JNGame.Runtime.Sync; using JNGame.Sync.Frame.Entity; namespace JNGame.Sync.Entity diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/JNBaseSystem.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/JNBaseSystem.cs index ac2b2df0..6294c27b 100644 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/JNBaseSystem.cs +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/JNBaseSystem.cs @@ -1,6 +1,6 @@ using Entitas; -namespace JNGame.Sync +namespace JNGame.Runtime.Sync { public abstract class JNBaseSystem : ISystem { diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/JNSyncDefaultService.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/JNSyncDefaultService.cs index 2c112142..94d9182f 100644 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/JNSyncDefaultService.cs +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/JNSyncDefaultService.cs @@ -1,18 +1,14 @@ using System; using System.Collections.Generic; -using System.Linq; using System.Threading; -using System.Threading.Tasks; using Entitas; +using JNGame.Runtime.Util; using JNGame.Sync.Entity; -using JNGame.Sync.Frame.Entity; using JNGame.Sync.Frame.Service; using JNGame.Sync.System; -using JNGame.Sync.System.View; -using JNGame.Util; using UnityEngine; -namespace JNGame.Sync.Frame +namespace JNGame.Runtime.Sync { public abstract class JNSyncDefaultService : JNSyncService { diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/JNSyncService.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/JNSyncService.cs index 47a000df..61d8d3ff 100644 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/JNSyncService.cs +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/JNSyncService.cs @@ -1,7 +1,7 @@ using System; using System.Collections.Generic; -namespace JNGame.Sync +namespace JNGame.Runtime.Sync { public abstract class JNSyncService : Feature { diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/System/Data/SStateDataSystem.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/System/Data/SStateDataSystem.cs index 3853aa96..a3a2a0c8 100644 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/System/Data/SStateDataSystem.cs +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/System/Data/SStateDataSystem.cs @@ -1,5 +1,4 @@ -using System.Collections.Concurrent; -using System.Collections.Generic; +using System.Collections.Generic; using DotRecast.Core.Collections; using UnityEngine; using NotImplementedException = System.NotImplementedException; diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/System/Data/STileDataSystem.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/System/Data/STileDataSystem.cs index d1f0fcec..c79488e0 100644 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/System/Data/STileDataSystem.cs +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/System/Data/STileDataSystem.cs @@ -5,7 +5,6 @@ using DotRecast.Core.Collections; using JNGame.Math; using JNGame.Sync.State.Tile; using JNGame.Sync.State.Tile.Entity; -using NotImplementedException = System.NotImplementedException; namespace JNGame.Sync.System.Data { diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/System/Logic/JNInputSystem.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/System/Logic/JNInputSystem.cs index ce99877e..a0e94317 100644 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/System/Logic/JNInputSystem.cs +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/System/Logic/JNInputSystem.cs @@ -3,7 +3,7 @@ using System.Collections.Generic; using System.Linq; using System.Text; using Google.Protobuf; -using JNGame.Util.Types; +using JNGame.Runtime.Util.Types; using Newtonsoft.Json; namespace JNGame.Sync.System.View diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/System/Logic/JNRandomSystem.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/System/Logic/JNRandomSystem.cs index 23a33855..cf6ee225 100644 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/System/Logic/JNRandomSystem.cs +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/System/Logic/JNRandomSystem.cs @@ -1,7 +1,7 @@ using System; +using JNGame.Runtime.Util; using JNGame.Math; using JNGame.Sync.System; -using Plugins.JNGame.Util; namespace JNGame.Sync.Frame.Service { diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/System/SBaseSystem.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/System/SBaseSystem.cs index a757b9f4..37309f3b 100644 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/System/SBaseSystem.cs +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/System/SBaseSystem.cs @@ -1,6 +1,5 @@ -using Entitas; +using JNGame.Runtime.Sync; using JNGame.Sync.Entity; -using NotImplementedException = System.NotImplementedException; namespace JNGame.Sync.System { diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/System/SDataSystem.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/System/SDataSystem.cs index 479a1885..f40a8e10 100644 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/System/SDataSystem.cs +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/System/SDataSystem.cs @@ -1,7 +1,6 @@ using System.Collections.Concurrent; using System.Linq; using JNGame.Sync.Frame.Service; -using NotImplementedException = System.NotImplementedException; namespace JNGame.Sync.System { diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/System/SLogicSystem.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/System/SLogicSystem.cs index 0ab2e8b1..fbc0ed5e 100644 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/System/SLogicSystem.cs +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/System/SLogicSystem.cs @@ -1,5 +1,4 @@ using JNGame.Sync.Frame.Service; -using NotImplementedException = System.NotImplementedException; namespace JNGame.Sync.System { diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/System/SViewSystem.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/System/SViewSystem.cs index e22b3a9c..f94e0729 100644 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/System/SViewSystem.cs +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/System/SViewSystem.cs @@ -1,5 +1,4 @@ using Entitas; -using NotImplementedException = System.NotImplementedException; namespace JNGame.Sync.System { diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/View/ViewData.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/View/ViewData.cs index 3aa162e5..7692c315 100644 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/View/ViewData.cs +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/View/ViewData.cs @@ -1,7 +1,4 @@ -using System; -using System.Collections.Generic; -using JNGame.Sync.Entity; -using JNGame.Sync.Frame.Entity; +using System.Collections.Generic; using JNGame.Sync.System; using UnityEngine; diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/System/JNSystemLoad.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/System/JNSystemLoad.cs index 259e6947..5dad0c74 100644 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/System/JNSystemLoad.cs +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/System/JNSystemLoad.cs @@ -1,7 +1,7 @@ using Cysharp.Threading.Tasks; using Entitas; -namespace Plugins.JNGame.Runtime.System +namespace JNGame.Runtime.System { public class JNSystemLoad : ISystem { diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/System/SystemBase.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/System/SystemBase.cs index a671b212..60c188ac 100644 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/System/SystemBase.cs +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/System/SystemBase.cs @@ -1,7 +1,6 @@ -using Cysharp.Threading.Tasks; using System.Threading.Tasks; -namespace Plugins.JNGame.System +namespace JNGame.Runtime.System { public abstract class SystemBase { diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Util/EventDispatcher.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Util/EventDispatcher.cs index c39dbbbd..957affa5 100644 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Util/EventDispatcher.cs +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Util/EventDispatcher.cs @@ -1,9 +1,9 @@ using System; using System.Collections.Generic; -using JNGame.Util; +using JNGame.Runtime.Util; using UnityEngine; -namespace Plugins.JNGame.Util +namespace JNGame.Util { /// /// 静态事件分发器 diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Util/JAPI.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Util/JAPI.cs index 2c711b65..a613c27a 100644 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Util/JAPI.cs +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Util/JAPI.cs @@ -2,10 +2,9 @@ using System; using System.Collections.Generic; using Cysharp.Threading.Tasks; using Newtonsoft.Json; -using UnityEngine; using UnityEngine.Networking; -namespace Plugins.JNGame.Util +namespace JNGame.Runtime.Util { public class JAPIConfig{ diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Util/JsonUtil.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Util/JsonUtil.cs index f3ea206b..a0fd8c29 100644 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Util/JsonUtil.cs +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Util/JsonUtil.cs @@ -1,6 +1,6 @@ using Newtonsoft.Json; -namespace JNGame.Util { +namespace JNGame.Runtime.Util { public static class JsonUtil { public static string ToJson(object obj){ return JsonConvert.SerializeObject(obj); diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Util/NetTool.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Util/NetTool.cs index b2d2fae4..f1fb9c1a 100644 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Util/NetTool.cs +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Util/NetTool.cs @@ -1,9 +1,8 @@ - -using System; +using System; using System.Net.Sockets; using System.Threading.Tasks; -namespace JNGame.Util +namespace JNGame.Runtime.Util { public class NetTool { diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Util/NoThread/Interlocked.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Util/NoThread/Interlocked.cs index 27fc0f2f..ebd34b2c 100644 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Util/NoThread/Interlocked.cs +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Util/NoThread/Interlocked.cs @@ -1,4 +1,4 @@ -namespace JNGame.Util.NoThread +namespace JNGame.Runtime.Util.NoThread { public class Interlocked { diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Util/Profiler.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Util/Profiler.cs index c27a01c0..68ba62d6 100644 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Util/Profiler.cs +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Util/Profiler.cs @@ -1,12 +1,12 @@ - using System; using UnityEngine; -namespace JNGame.Util +namespace JNGame.Runtime.Util { public class Profiler { - [System.Diagnostics.Conditional("ENABLE_TEST_SROPTIONS")] + + // [System.Diagnostics.Conditional("ENABLE_TEST_SROPTIONS")] public static void BeginSample(string tag) { #if UNITY_5_3_OR_NEWER @@ -14,7 +14,7 @@ namespace JNGame.Util #endif } - [System.Diagnostics.Conditional("ENABLE_TEST_SROPTIONS")] + // [System.Diagnostics.Conditional("ENABLE_TEST_SROPTIONS")] public static void EndSample() { #if UNITY_5_3_OR_NEWER diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Util/ProtoUtil.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Util/ProtoUtil.cs deleted file mode 100644 index 6f5af16f..00000000 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Util/ProtoUtil.cs +++ /dev/null @@ -1,11 +0,0 @@ -namespace Plugins.JNGame.Util -{ - - //Proto工具 - public class ProtoUtil - { - - - - } -} \ No newline at end of file diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Util/ProtoUtil.cs.meta b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Util/ProtoUtil.cs.meta deleted file mode 100644 index 2d0abaca..00000000 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Util/ProtoUtil.cs.meta +++ /dev/null @@ -1,3 +0,0 @@ -fileFormatVersion: 2 -guid: 37c91935ad854ee1a4b199391df35004 -timeCreated: 1706006228 \ No newline at end of file diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Util/RandomUtil.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Util/RandomUtil.cs index 58e4e316..2a22d33d 100644 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Util/RandomUtil.cs +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Util/RandomUtil.cs @@ -1,8 +1,7 @@ using System; using JNGame.Math; -using UnityEngine; -namespace Plugins.JNGame.Util +namespace JNGame.Runtime.Util { public static class RandomUtil { diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Util/Singleton.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Util/Singleton.cs index 95e08078..0e495f11 100644 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Util/Singleton.cs +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Util/Singleton.cs @@ -1,4 +1,4 @@ -namespace Plugins.JNGame.Util +namespace JNGame.Runtime.Util { public abstract class SingletonUtil where T : Singleton,new() { diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Util/SingletonScene.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Util/SingletonScene.cs index 54b96e71..33c18608 100644 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Util/SingletonScene.cs +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Util/SingletonScene.cs @@ -1,93 +1,97 @@ using System; using UnityEngine; -/// -/// Be aware this will not prevent a non singleton constructor -/// such as `T myT = new T();` -/// To prevent that, add `protected T () {}` to your singleton class. -/// -/// As a note, this is made as MonoBehaviour because we need Coroutines. -/// -public class SingletonScene : MonoBehaviour where T : MonoBehaviour + +namespace JNGame.Runtime.Util { - private static T _instance; - - private static object _lock = new object(); - - public static T Instance + /// + /// Be aware this will not prevent a non singleton constructor + /// such as `T myT = new T();` + /// To prevent that, add `protected T () {}` to your singleton class. + /// + /// As a note, this is made as MonoBehaviour because we need Coroutines. + /// + public class SingletonScene : MonoBehaviour where T : MonoBehaviour { - get + private static T _instance; + + private static object _lock = new object(); + + public static T Instance { - if (applicationIsQuitting) + get { - Debug.LogWarning("[Singleton] Instance '" + typeof(T) + - "' already destroyed on application quit." + - " Won't create again - returning null."); - return null; - } - - lock (_lock) - { - if (_instance == null) + if (applicationIsQuitting) { - try - { - _instance = (T)FindObjectOfType(typeof(T)); - - if (FindObjectsOfType(typeof(T)).Length > 1) - { - Debug.LogError("[Singleton] Something went really wrong " + - " - there should never be more than 1 singleton!" + - " Reopening the scene might fix it."); - return _instance; - } - - if (_instance == null) - { - GameObject singleton = new GameObject(); - _instance = singleton.AddComponent(); - singleton.name = "(singleton) " + typeof(T).ToString(); - - DontDestroyOnLoad(singleton); - - Debug.Log("[Singleton] An instance of " + typeof(T) + - " is needed in the scene, so '" + singleton + - "' was created with DontDestroyOnLoad."); - } - else - { - Debug.Log("[Singleton] Using instance already created: " + - _instance.gameObject.name); - } - } - catch (Exception e) - { - Debug.LogError(e.Message); - } + Debug.LogWarning("[Singleton] Instance '" + typeof(T) + + "' already destroyed on application quit." + + " Won't create again - returning null."); + return null; } - return _instance; + lock (_lock) + { + if (_instance == null) + { + try + { + _instance = (T)FindObjectOfType(typeof(T)); + + if (FindObjectsOfType(typeof(T)).Length > 1) + { + Debug.LogError("[Singleton] Something went really wrong " + + " - there should never be more than 1 singleton!" + + " Reopening the scene might fix it."); + return _instance; + } + + if (_instance == null) + { + GameObject singleton = new GameObject(); + _instance = singleton.AddComponent(); + singleton.name = "(singleton) " + typeof(T).ToString(); + + DontDestroyOnLoad(singleton); + + Debug.Log("[Singleton] An instance of " + typeof(T) + + " is needed in the scene, so '" + singleton + + "' was created with DontDestroyOnLoad."); + } + else + { + Debug.Log("[Singleton] Using instance already created: " + + _instance.gameObject.name); + } + } + catch (Exception e) + { + Debug.LogError(e.Message); + } + } + + return _instance; + } } } - } - private static bool applicationIsQuitting = false; + private static bool applicationIsQuitting = false; - /// - /// When Unity quits, it destroys objects in a random order. - /// In principle, a Singleton is only destroyed when application quits. - /// If any script calls Instance after it have been destroyed, - /// it will create a buggy ghost object that will stay on the Editor scene - /// even after stopping playing the Application. Really bad! - /// So, this was made to be sure we're not creating that buggy ghost object. - /// - public void OnDestroy() - { - applicationIsQuitting = true; - OnDispose(); - } - - protected virtual void OnDispose() - { + /// + /// When Unity quits, it destroys objects in a random order. + /// In principle, a Singleton is only destroyed when application quits. + /// If any script calls Instance after it have been destroyed, + /// it will create a buggy ghost object that will stay on the Editor scene + /// even after stopping playing the Application. Really bad! + /// So, this was made to be sure we're not creating that buggy ghost object. + /// + public void OnDestroy() + { + applicationIsQuitting = true; + OnDispose(); + } + + protected virtual void OnDispose() + { + } } } \ No newline at end of file diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Util/TSingleton.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Util/TSingleton.cs deleted file mode 100644 index cb7c1a33..00000000 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Util/TSingleton.cs +++ /dev/null @@ -1,208 +0,0 @@ -using System.Collections.Generic; -using UnityEngine; - -namespace JNGame.Util -{ - /// - /// 单例接口。 - /// - public interface ISingleton - { - void Active(); - - void Release(); - } - - /// - /// 单例管理器(统一化持久和释放)。 - /// - public static class SingletonManager - { - private static List _singletonList; - private static Dictionary _gameObjects; - private static GameObject _root; - - public static GameObject Root - { - get - { - if (_root == null) - { - _root = GameObject.Find("[SingletonManager]"); - - if (_root == null) - { - _root = new GameObject("[SingletonManager]") - { - transform = - { - position = Vector3.zero - } - }; - } - UnityEngine.Object.DontDestroyOnLoad(_root); - } - return _root; - } - } - - public static void Retain(ISingleton go) - { - if (_singletonList == null) - { - _singletonList = new List(); - } - - _singletonList.Add(go); - } - - public static void Retain(GameObject go) - { - if (_gameObjects == null) - { - _gameObjects = new Dictionary(); - } - - if (!_gameObjects.ContainsKey(go.name)) - { - _gameObjects.Add(go.name, go); - if (Application.isPlaying) - { - UnityEngine.Object.DontDestroyOnLoad(go); - } - } - } - - public static void Release(GameObject go) - { - if (_gameObjects != null && _gameObjects.ContainsKey(go.name)) - { - _gameObjects.Remove(go.name); - UnityEngine.Object.Destroy(go); - } - } - - public static void Release(ISingleton go) - { - if (_singletonList != null && _singletonList.Contains(go)) - { - _singletonList.Remove(go); - } - } - - public static void Release() - { - if (_gameObjects != null) - { - foreach (var item in _gameObjects) - { - Object.Destroy(item.Value); - } - - _gameObjects.Clear(); - } - - if (_singletonList != null) - { - for (int i = 0; i < _singletonList.Count; ++i) - { - _singletonList[i].Release(); - } - - _singletonList.Clear(); - } - - Resources.UnloadUnusedAssets(); - } - - public static GameObject GetGameObject(string name) - { - GameObject go = null; - if (_gameObjects != null) - { - _gameObjects.TryGetValue(name, out go); - } - - return go; - } - - internal static bool ContainsKey(string name) - { - if (_gameObjects != null) - { - return _gameObjects.ContainsKey(name); - } - - return false; - } - - internal static ISingleton GetSingleton(string name) - { - for (int i = 0; i < _singletonList.Count; ++i) - { - if (_singletonList[i].ToString() == name) - { - return _singletonList[i]; - } - } - - return null; - } - - /// - /// 释放所有单例。 - /// - public static void ReStart() - { - Release(); - } - } - - /// - /// 全局单例对象(非线程安全)。 - /// - /// 泛型T。 - public abstract class TSingleton : ISingleton where T : TSingleton, new() - { - private static T _instance; - - public static T Instance - { - get - { - if (null == _instance) - { - _instance = new T(); - _instance.Init(); - SingletonManager.Retain(_instance); - } - - return _instance; - } - } - - public static bool IsValid => _instance != null; - - protected TSingleton() - { - } - - protected virtual void Init() - { - } - - public virtual void Active() - { - } - - public virtual void Release() - { - if (_instance != null) - { - SingletonManager.Release(_instance); - _instance = null; - } - } - - } -} \ No newline at end of file diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Util/TSingleton.cs.meta b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Util/TSingleton.cs.meta deleted file mode 100644 index ac16d283..00000000 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Util/TSingleton.cs.meta +++ /dev/null @@ -1,3 +0,0 @@ -fileFormatVersion: 2 -guid: 0f5742a6d574437b86898a1d984862fb -timeCreated: 1722414939 \ No newline at end of file diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Util/Timers.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Util/Timers.cs index 8e8f71c1..a220a62c 100644 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Util/Timers.cs +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Util/Timers.cs @@ -2,7 +2,7 @@ using System.Linq; using UnityEngine; -namespace JNGame.Util +namespace JNGame.Runtime.Util { public delegate void TimerCallback(); diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Util/ToUtil.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Util/ToUtil.cs index aa7afb44..23759d11 100644 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Util/ToUtil.cs +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Util/ToUtil.cs @@ -1,9 +1,8 @@ using System; using System.IO; -using System.Net.Sockets; using System.Runtime.Serialization.Formatters.Binary; -namespace Plugins.JNGame.Util +namespace JNGame.Runtime.Util { public class ToUtil { diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Util/Types/KeyValue.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Util/Types/KeyValue.cs index 8ce251c1..f01cef8a 100644 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Util/Types/KeyValue.cs +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Util/Types/KeyValue.cs @@ -2,7 +2,7 @@ using System.Collections.Generic; using System.Linq; -namespace JNGame.Util.Types +namespace JNGame.Runtime.Util.Types { public class KeyValue { diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Util/UnityMainThreadDispatcher.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Util/UnityMainThreadDispatcher.cs index f81cca3d..dac8aabc 100644 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Util/UnityMainThreadDispatcher.cs +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Util/UnityMainThreadDispatcher.cs @@ -3,7 +3,7 @@ using System.Collections; using System.Collections.Generic; using System.Threading.Tasks; -namespace JNGame.Util +namespace JNGame.Runtime.Util { /// Author: Pim de Witte (pimdewitte.com) and contributors, https://github.com/PimDeWitte/UnityMainThreadDispatcher /// diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Util/UseUtil.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Util/UseUtil.cs index b11db4ba..f47d9de2 100644 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Util/UseUtil.cs +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Util/UseUtil.cs @@ -1,6 +1,6 @@ using System; -namespace Game.Plugins.JNGame.Util +namespace JNGame.Runtime.Util { public class UseUtil { diff --git a/JNFrame2/Assets/HybridCLRGenerate/AOTGenericReferences.cs b/JNFrame2/Assets/HybridCLRGenerate/AOTGenericReferences.cs index 3b032614..9edffbb4 100644 --- a/JNFrame2/Assets/HybridCLRGenerate/AOTGenericReferences.cs +++ b/JNFrame2/Assets/HybridCLRGenerate/AOTGenericReferences.cs @@ -5,11 +5,8 @@ public class AOTGenericReferences : UnityEngine.MonoBehaviour // {{ AOT assemblies public static readonly IReadOnlyList PatchedAOTAssemblyList = new List { - "JNGame.dll", - "Luban.Runtime.dll", "SHFrame.dll", "UniTask.dll", - "YooAsset.dll", "mscorlib.dll", }; // }} @@ -18,222 +15,20 @@ public class AOTGenericReferences : UnityEngine.MonoBehaviour // }} // {{ AOT generic types - // Cysharp.Threading.Tasks.CompilerServices.AsyncUniTask.<>cd__1> - // Cysharp.Threading.Tasks.CompilerServices.AsyncUniTask.<>cd__6> - // Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskd__1> - // Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskd__6> + // Cysharp.Threading.Tasks.CompilerServices.AsyncUniTask.<>cd__1> + // Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskd__1> // Cysharp.Threading.Tasks.ITaskPoolNode - // Cysharp.Threading.Tasks.IUniTaskSource>>>>>>>>> - // Cysharp.Threading.Tasks.IUniTaskSource>>>>>>>> - // Cysharp.Threading.Tasks.IUniTaskSource>>>>>>> - // Cysharp.Threading.Tasks.IUniTaskSource>>>>>> - // Cysharp.Threading.Tasks.IUniTaskSource>>>>> - // Cysharp.Threading.Tasks.IUniTaskSource>>>> - // Cysharp.Threading.Tasks.IUniTaskSource>>> - // Cysharp.Threading.Tasks.IUniTaskSource>> - // Cysharp.Threading.Tasks.IUniTaskSource> - // Cysharp.Threading.Tasks.IUniTaskSource - // Cysharp.Threading.Tasks.UniTask.Awaiter>>>>>>>>> - // Cysharp.Threading.Tasks.UniTask.Awaiter>>>>>>>> - // Cysharp.Threading.Tasks.UniTask.Awaiter>>>>>>> - // Cysharp.Threading.Tasks.UniTask.Awaiter>>>>>> - // Cysharp.Threading.Tasks.UniTask.Awaiter>>>>> - // Cysharp.Threading.Tasks.UniTask.Awaiter>>>> - // Cysharp.Threading.Tasks.UniTask.Awaiter>>> - // Cysharp.Threading.Tasks.UniTask.Awaiter>> - // Cysharp.Threading.Tasks.UniTask.Awaiter> - // Cysharp.Threading.Tasks.UniTask.Awaiter - // Cysharp.Threading.Tasks.UniTask.IsCanceledSource>>>>>>>>> - // Cysharp.Threading.Tasks.UniTask.IsCanceledSource>>>>>>>> - // Cysharp.Threading.Tasks.UniTask.IsCanceledSource>>>>>>> - // Cysharp.Threading.Tasks.UniTask.IsCanceledSource>>>>>> - // Cysharp.Threading.Tasks.UniTask.IsCanceledSource>>>>> - // Cysharp.Threading.Tasks.UniTask.IsCanceledSource>>>> - // Cysharp.Threading.Tasks.UniTask.IsCanceledSource>>> - // Cysharp.Threading.Tasks.UniTask.IsCanceledSource>> - // Cysharp.Threading.Tasks.UniTask.IsCanceledSource> - // Cysharp.Threading.Tasks.UniTask.IsCanceledSource - // Cysharp.Threading.Tasks.UniTask.MemoizeSource>>>>>>>>> - // Cysharp.Threading.Tasks.UniTask.MemoizeSource>>>>>>>> - // Cysharp.Threading.Tasks.UniTask.MemoizeSource>>>>>>> - // Cysharp.Threading.Tasks.UniTask.MemoizeSource>>>>>> - // Cysharp.Threading.Tasks.UniTask.MemoizeSource>>>>> - // Cysharp.Threading.Tasks.UniTask.MemoizeSource>>>> - // Cysharp.Threading.Tasks.UniTask.MemoizeSource>>> - // Cysharp.Threading.Tasks.UniTask.MemoizeSource>> - // Cysharp.Threading.Tasks.UniTask.MemoizeSource> - // Cysharp.Threading.Tasks.UniTask.MemoizeSource - // Cysharp.Threading.Tasks.UniTask>>>>>>>>>> - // Cysharp.Threading.Tasks.UniTask>>>>>>>>> - // Cysharp.Threading.Tasks.UniTask>>>>>>>> - // Cysharp.Threading.Tasks.UniTask>>>>>>> - // Cysharp.Threading.Tasks.UniTask>>>>>> - // Cysharp.Threading.Tasks.UniTask>>>>> - // Cysharp.Threading.Tasks.UniTask>>>> - // Cysharp.Threading.Tasks.UniTask>>> - // Cysharp.Threading.Tasks.UniTask>> - // Cysharp.Threading.Tasks.UniTask> - // Cysharp.Threading.Tasks.UniTask // Cysharp.Threading.Tasks.UniTaskCompletionSourceCore - // SingletonScene - // System.Action // System.Action - // System.Collections.Generic.ArraySortHelper - // System.Collections.Generic.Comparer>>>>>>>> - // System.Collections.Generic.Comparer>>>>>>> - // System.Collections.Generic.Comparer>>>>>> - // System.Collections.Generic.Comparer>>>>> - // System.Collections.Generic.Comparer>>>> - // System.Collections.Generic.Comparer>>> - // System.Collections.Generic.Comparer>> - // System.Collections.Generic.Comparer> - // System.Collections.Generic.Comparer - // System.Collections.Generic.Comparer - // System.Collections.Generic.ComparisonComparer>>>>>>> - // System.Collections.Generic.ComparisonComparer>>>>>> - // System.Collections.Generic.ComparisonComparer>>>>> - // System.Collections.Generic.ComparisonComparer>>>> - // System.Collections.Generic.ComparisonComparer>>> - // System.Collections.Generic.ComparisonComparer>> - // System.Collections.Generic.ComparisonComparer> - // System.Collections.Generic.ComparisonComparer - // System.Collections.Generic.ComparisonComparer - // System.Collections.Generic.Dictionary.Enumerator - // System.Collections.Generic.Dictionary.Enumerator - // System.Collections.Generic.Dictionary.Enumerator - // System.Collections.Generic.Dictionary.KeyCollection.Enumerator - // System.Collections.Generic.Dictionary.KeyCollection.Enumerator - // System.Collections.Generic.Dictionary.KeyCollection.Enumerator - // System.Collections.Generic.Dictionary.KeyCollection - // System.Collections.Generic.Dictionary.KeyCollection - // System.Collections.Generic.Dictionary.KeyCollection - // System.Collections.Generic.Dictionary.ValueCollection.Enumerator - // System.Collections.Generic.Dictionary.ValueCollection.Enumerator - // System.Collections.Generic.Dictionary.ValueCollection.Enumerator - // System.Collections.Generic.Dictionary.ValueCollection - // System.Collections.Generic.Dictionary.ValueCollection - // System.Collections.Generic.Dictionary.ValueCollection - // System.Collections.Generic.Dictionary - // System.Collections.Generic.Dictionary - // System.Collections.Generic.Dictionary - // System.Collections.Generic.EqualityComparer - // System.Collections.Generic.EqualityComparer>>>>>>>> - // System.Collections.Generic.EqualityComparer>>>>>>> - // System.Collections.Generic.EqualityComparer>>>>>> - // System.Collections.Generic.EqualityComparer>>>>> - // System.Collections.Generic.EqualityComparer>>>> - // System.Collections.Generic.EqualityComparer>>> - // System.Collections.Generic.EqualityComparer>> - // System.Collections.Generic.EqualityComparer> - // System.Collections.Generic.EqualityComparer - // System.Collections.Generic.EqualityComparer - // System.Collections.Generic.EqualityComparer - // System.Collections.Generic.ICollection> - // System.Collections.Generic.ICollection> - // System.Collections.Generic.ICollection> - // System.Collections.Generic.ICollection - // System.Collections.Generic.IComparer - // System.Collections.Generic.IEnumerable> - // System.Collections.Generic.IEnumerable> - // System.Collections.Generic.IEnumerable> - // System.Collections.Generic.IEnumerable - // System.Collections.Generic.IEnumerable - // System.Collections.Generic.IEnumerator> - // System.Collections.Generic.IEnumerator> - // System.Collections.Generic.IEnumerator> - // System.Collections.Generic.IEnumerator - // System.Collections.Generic.IEnumerator - // System.Collections.Generic.IEqualityComparer - // System.Collections.Generic.IEqualityComparer - // System.Collections.Generic.IList - // System.Collections.Generic.KeyValuePair - // System.Collections.Generic.KeyValuePair - // System.Collections.Generic.KeyValuePair - // System.Collections.Generic.List.Enumerator - // System.Collections.Generic.List - // System.Collections.Generic.ObjectComparer>>>>>>> - // System.Collections.Generic.ObjectComparer>>>>>> - // System.Collections.Generic.ObjectComparer>>>>> - // System.Collections.Generic.ObjectComparer>>>> - // System.Collections.Generic.ObjectComparer>>> - // System.Collections.Generic.ObjectComparer>> - // System.Collections.Generic.ObjectComparer> - // System.Collections.Generic.ObjectComparer - // System.Collections.Generic.ObjectComparer - // System.Collections.Generic.ObjectEqualityComparer - // System.Collections.Generic.ObjectEqualityComparer>>>>>>> - // System.Collections.Generic.ObjectEqualityComparer>>>>>> - // System.Collections.Generic.ObjectEqualityComparer>>>>> - // System.Collections.Generic.ObjectEqualityComparer>>>> - // System.Collections.Generic.ObjectEqualityComparer>>> - // System.Collections.Generic.ObjectEqualityComparer>> - // System.Collections.Generic.ObjectEqualityComparer> - // System.Collections.Generic.ObjectEqualityComparer - // System.Collections.Generic.ObjectEqualityComparer - // System.Collections.Generic.ObjectEqualityComparer - // System.Collections.ObjectModel.ReadOnlyCollection - // System.Comparison>>>>>> - // System.Comparison>>>>> - // System.Comparison>>>> - // System.Comparison>>> - // System.Comparison>> - // System.Comparison> - // System.Comparison - // System.Comparison - // System.Func // System.Func - // System.Func - // System.Func - // System.Func - // System.Predicate - // System.Runtime.CompilerServices.AsyncTaskMethodBuilder - // System.Runtime.CompilerServices.ConfiguredTaskAwaitable.ConfiguredTaskAwaiter - // System.Runtime.CompilerServices.ConfiguredTaskAwaitable - // System.Runtime.CompilerServices.TaskAwaiter - // System.Threading.Tasks.ContinuationTaskFromResultTask - // System.Threading.Tasks.Task - // System.Threading.Tasks.TaskFactory.<>c__DisplayClass35_0 - // System.Threading.Tasks.TaskFactory - // System.ValueTuple>>>>>>>>> - // System.ValueTuple>>>>>>>> - // System.ValueTuple>>>>>>> - // System.ValueTuple>>>>>> - // System.ValueTuple>>>>> - // System.ValueTuple>>>> - // System.ValueTuple>>> - // System.ValueTuple>> - // System.ValueTuple> - // System.ValueTuple // }} public void RefMethods() { - // System.Void Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.AwaitUnsafeOnCompletedd__1>(Cysharp.Threading.Tasks.UniTask.Awaiter&,HotLauncherMain.d__1&) - // System.Void Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.AwaitUnsafeOnCompletedd__6>(Cysharp.Threading.Tasks.UniTask.Awaiter&,HotScripts.GameScripts.FGui.FGuiManager.d__6&) - // System.Void Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.Startd__1>(HotLauncherMain.d__1&) - // System.Void Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.Startd__6>(HotScripts.GameScripts.FGui.FGuiManager.d__6&) + // System.Void Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.AwaitUnsafeOnCompletedd__1>(Cysharp.Threading.Tasks.UniTask.Awaiter&,HotScripts.GameLauncher.HotLauncherMain.d__1&) + // System.Void Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.Startd__1>(HotScripts.GameLauncher.HotLauncherMain.d__1&) // System.Void Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.Startd__15>(SHFrame.UIModule.d__15&) - // string Luban.StringUtil.CollectionToString(System.Collections.Generic.IEnumerable) - // string Luban.StringUtil.CollectionToString(System.Collections.Generic.IEnumerable) // Cysharp.Threading.Tasks.UniTask SHFrame.UIModule.Open(string,string,FairyGUI.GComponent,object[]) // object[] System.Array.Empty() - // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder.AwaitUnsafeOnCompletedd__3>(Cysharp.Threading.Tasks.UniTask.Awaiter&,HotScripts.GameScripts.FGui.FGuiManager.d__3&) - // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder.AwaitUnsafeOnCompletedd__3>(Cysharp.Threading.Tasks.UniTask.Awaiter&,HotScripts.GameScripts.Luban.LubanManager.d__3&) - // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder.AwaitUnsafeOnCompleted,HotScripts.GameScripts.FGui.FGuiManager.d__3>(Cysharp.Threading.Tasks.UniTask.Awaiter&,HotScripts.GameScripts.FGui.FGuiManager.d__3&) - // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder.AwaitUnsafeOnCompletedd__3>(Cysharp.Threading.Tasks.UniTask.Awaiter&,HotScripts.GameScripts.FGui.FGuiManager.d__3&) - // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder.AwaitUnsafeOnCompletedd__3>(Cysharp.Threading.Tasks.UniTask.Awaiter&,HotScripts.GameScripts.Luban.LubanManager.d__3&) - // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder.AwaitUnsafeOnCompleted,HotScripts.GameScripts.FGui.FGuiManager.d__3>(Cysharp.Threading.Tasks.UniTask.Awaiter&,HotScripts.GameScripts.FGui.FGuiManager.d__3&) - // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Startd__3>(HotScripts.GameScripts.FGui.FGuiManager.d__3&) - // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Startd__3>(HotScripts.GameScripts.Luban.LubanManager.d__3&) - // System.Void System.Runtime.CompilerServices.AsyncVoidMethodBuilder.AwaitUnsafeOnCompletedd__0>(Cysharp.Threading.Tasks.UniTask.Awaiter&,HotScripts.GameScripts.HotGameMain.d__0&) - // System.Void System.Runtime.CompilerServices.AsyncVoidMethodBuilder.AwaitUnsafeOnCompletedd__4>(Cysharp.Threading.Tasks.UniTask.Awaiter&,HotScripts.GameScripts.HotGameMain.d__4&) - // System.Void System.Runtime.CompilerServices.AsyncVoidMethodBuilder.Startd__0>(HotScripts.GameScripts.HotGameMain.d__0&) - // System.Void System.Runtime.CompilerServices.AsyncVoidMethodBuilder.Startd__4>(HotScripts.GameScripts.HotGameMain.d__4&) - // YooAsset.AssetHandle YooAsset.ResourcePackage.LoadAssetSync(string) - // YooAsset.AssetHandle YooAsset.YooAssets.LoadAssetSync(string) - // string string.Join(string,System.Collections.Generic.IEnumerable) - // string string.Join(string,System.Collections.Generic.IEnumerable) - // string string.JoinCore(System.Char*,int,System.Collections.Generic.IEnumerable) - // string string.JoinCore(System.Char*,int,System.Collections.Generic.IEnumerable) } } \ No newline at end of file diff --git a/JNFrame2/Assets/HybridCLRGenerate/link.xml b/JNFrame2/Assets/HybridCLRGenerate/link.xml index 49b23bd7..6afa5095 100644 --- a/JNFrame2/Assets/HybridCLRGenerate/link.xml +++ b/JNFrame2/Assets/HybridCLRGenerate/link.xml @@ -1,5 +1,11 @@  + + + + + + @@ -9,103 +15,348 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - + + + + + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/JNFrame2/Assets/Plugins/System.Numerics.Vectors.dll b/JNFrame2/Assets/Plugins/System.Numerics.Vectors.dll new file mode 100644 index 0000000000000000000000000000000000000000..537b73edf3dc2c3306cce688a2490dc37f3eca32 GIT binary patch literal 11776 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 literal 0 HcmV?d00001 diff --git a/JNFrame2/Assets/Plugins/System.Numerics.Vectors.dll.meta b/JNFrame2/Assets/Plugins/System.Numerics.Vectors.dll.meta new file mode 100644 index 00000000..30da0eca --- /dev/null +++ b/JNFrame2/Assets/Plugins/System.Numerics.Vectors.dll.meta @@ -0,0 +1,33 @@ +fileFormatVersion: 2 +guid: 036d810cd4a8a94498e7776a95c65582 +PluginImporter: + externalObjects: {} + serializedVersion: 2 + iconMap: {} + executionOrder: {} + defineConstraints: [] + isPreloaded: 0 + isOverridable: 0 + isExplicitlyReferenced: 0 + validateReferences: 1 + platformData: + - first: + Any: + second: + enabled: 1 + settings: {} + - first: + Editor: Editor + second: + enabled: 0 + settings: + DefaultValueInitialized: true + - first: + Windows Store Apps: WindowsStoreApps + second: + enabled: 0 + settings: + CPU: AnyCPU + userData: + assetBundleName: + assetBundleVariant: diff --git a/JNFrame2/Assets/Resources/BuildinFileManifest.asset b/JNFrame2/Assets/Resources/BuildinFileManifest.asset index 20bd7058..6d476a69 100644 --- a/JNFrame2/Assets/Resources/BuildinFileManifest.asset +++ b/JNFrame2/Assets/Resources/BuildinFileManifest.asset @@ -14,110 +14,110 @@ MonoBehaviour: m_EditorClassIdentifier: BuildinFiles: - PackageName: DefaultPackage - FileName: 0b6f16c2b25befd188c8a660d7d3c8d1.bundle - FileCRC32: d722ee99 + FileName: 0255d8aa8ab5292cc530bc3d32b503a1.bundle + FileCRC32: 8a805b7e - PackageName: DefaultPackage - FileName: 0b8506de7c513693adeebf564d23a3ee.bundle - FileCRC32: fd776459 + FileName: 03733335c9ea2a5dde6a30e52009ef27.bundle + FileCRC32: 73ffa941 - PackageName: DefaultPackage - FileName: 0fe02da330507594ea56f474c7c208c2.bundle - FileCRC32: acd63e32 + FileName: 048a261fd5bea602ad425a05f2360805.bundle + FileCRC32: ffca0830 - PackageName: DefaultPackage - FileName: 147107203fb54ac6f21aeb711b449940.bundle - FileCRC32: 17bd0d3f + FileName: 08d164015b280f7fc133271a63b130d3.bundle + FileCRC32: 4381b478 - PackageName: DefaultPackage - FileName: 151aa580bee3baa4fde67f14abeb57e4.bundle - FileCRC32: c852d739 + FileName: 13142d6312fd6e555e08863e4f0e5701.bundle + FileCRC32: d3bfa705 - PackageName: DefaultPackage - FileName: 265868525fb571fa6d6a033b15f03218.bundle - FileCRC32: e845dcc3 + FileName: 20ffbcd8d166b2a5a5632b32da7ba335.bundle + FileCRC32: 3c45cf32 - PackageName: DefaultPackage - FileName: 28c9ab76ecae939416244f99b30cc51d.bundle - FileCRC32: e11de927 + FileName: 22c7ff6789d26dc2a4ca8e1fb5ce7e72.bundle + FileCRC32: 990a6344 - PackageName: DefaultPackage - FileName: 376f030b940e46256149303e04b03d68.bundle - FileCRC32: b8171849 + FileName: 2a356fee808b6ecfe9c5374dfde410b0.bundle + FileCRC32: cb5d6cf6 - PackageName: DefaultPackage - FileName: 3a58caae4cd41ac6a9db5bdb853cf9c8.bundle - FileCRC32: bba952eb + FileName: 2ba40fa5975d0f7f0874da94c24b81a3.bundle + FileCRC32: a8437746 - PackageName: DefaultPackage - FileName: 4286709e6fe37bc900acee9c28fad437.bundle - FileCRC32: 84b99f3d + FileName: 48eb7d15e797f24acd25a9e560ea62a2.bundle + FileCRC32: 03658d0c - PackageName: DefaultPackage - FileName: 42c082a59fb0faa3643b57fd7e26b93b.bundle - FileCRC32: db17e0cf + FileName: 4a847b843e5b8ccd689f7c5730f4ef8f.bundle + FileCRC32: 19f35f92 - PackageName: DefaultPackage - FileName: 5793cd0aa238a6f38c4f75623b8ede2f.bundle - FileCRC32: c26adafe + FileName: 4ac60fce750b60e34c13b7059cfe236c.bundle + FileCRC32: 3e1201cc - PackageName: DefaultPackage - FileName: 58237acd51d6df3d654aad802f91e502.bundle - FileCRC32: fce38a78 + FileName: 4db16aff5d64aa920a269cdcb39dbc6d.bundle + FileCRC32: 0c47ce2d - PackageName: DefaultPackage - FileName: 5ce3c6cd6f512b550ac33f79898aa4d4.bundle - FileCRC32: 8cac383e + FileName: 51fba07ee033fea149d3458e8a9754e0.bundle + FileCRC32: 0544cd0e - PackageName: DefaultPackage - FileName: 5ea5d5ec7435eed06ad688569245d61f.bundle - FileCRC32: 7d2226a9 + FileName: 52d1e055e41709ff6474b7fe790605b1.bundle + FileCRC32: 0a0eb2a2 - PackageName: DefaultPackage - FileName: 6791da573a8c16607df4b41f560978b1.bundle - FileCRC32: a6fbc71f + FileName: 5307c6f4514c9ea8267a31d44493d939.bundle + FileCRC32: 386d10f6 - PackageName: DefaultPackage - FileName: 7a19d34ef6163eda9b2a9d047a7f19c1.bundle - FileCRC32: b7f40db3 + FileName: 688decfd618dc1cfa8b9127dc82dab34.bundle + FileCRC32: 53998a9a - PackageName: DefaultPackage - FileName: 818bd1c84299a9d04fbbb313cbd43a3a.bundle - FileCRC32: 5d2662c6 + FileName: 75d8a3fb84dc4231512b0b13ada6ce09.bundle + FileCRC32: 403cdd70 - PackageName: DefaultPackage - FileName: 8626fb528637a0ae292c576a86c4fafc.bundle - FileCRC32: 77fbf542 + FileName: 9fa30e07627a7850f4ad2a165b9b852f.bundle + FileCRC32: 68b5dfbb - PackageName: DefaultPackage - FileName: 898b19207638f7835f6050c638de971a.bundle - FileCRC32: 83651750 + FileName: a6f4f5224c68a1cfe973dd14d6d0bec4.bundle + FileCRC32: 598e70f8 - PackageName: DefaultPackage - FileName: 8d0f42ed38f3a93392f52cd01f9a01cf.bundle - FileCRC32: 85e54c4d + FileName: a8a73699dce2edc8b20127aefb4de2c4.bundle + FileCRC32: 64748df7 - PackageName: DefaultPackage - FileName: b9a89ad53afe29a10fbd7957f44223f5.bundle - FileCRC32: 2979acc4 + FileName: acdf3a11177ad168c2680addf1856e78.bundle + FileCRC32: bacb3490 - PackageName: DefaultPackage - FileName: bbebe1d642f74f07de509aad8357fba6.bundle - FileCRC32: 14d999c9 + FileName: af4be7e06874dee64cbb9132b8b1c01a.bundle + FileCRC32: 5dc9e586 - PackageName: DefaultPackage - FileName: bff3f94d9b898457119fd1c323abc064.bundle - FileCRC32: db897e7c + FileName: b0367efa7f7652cf815cf3a6e3f5b574.bundle + FileCRC32: eaca9842 - PackageName: DefaultPackage - FileName: c4dec9e0a51ed9ff5cb7a2583907f50e.bundle - FileCRC32: 4b8891f1 + FileName: b2baedf0093096daea557be764892597.bundle + FileCRC32: 5da50ae9 - PackageName: DefaultPackage - FileName: c89d0b322912c5926b6d9b3f109b16d2.bundle - FileCRC32: e2b69f07 + FileName: cd35317b1983a81f67b4b78318283e78.bundle + FileCRC32: 74074c27 - PackageName: DefaultPackage - FileName: dab92509268f0209bb2551c9b4e84fb7.bundle - FileCRC32: 2ae0f936 + FileName: d660b8c68183bec382933f4b7e95d82a.bundle + FileCRC32: e7910f51 - PackageName: DefaultPackage - FileName: e4d626cca867881ea68888da4639c301.bundle - FileCRC32: 00d7389b + FileName: d9168030b04b7a990cce19097eff9d98.bundle + FileCRC32: 3e8d3b69 - PackageName: DefaultPackage - FileName: f3a456a3cab34bbde847b4c97b61145c.bundle - FileCRC32: f3944ab5 + FileName: e1268f6d35154923af3317fd55c4b2be.bundle + FileCRC32: 02786171 - PackageName: DefaultPackage - FileName: ffc929e5486fc1d551a25923234b854e.bundle - FileCRC32: 63aa3cdf + FileName: e62e4c226fb84ee67062033ff2fc5f91.bundle + FileCRC32: 9c4d81e2 - PackageName: RawFilePackage - FileName: 09835615fbcf56103b8390d05c08a149.rawfile - FileCRC32: dcb01eaf + FileName: 03a602bf0047ef5bd2918194c56ce9bc.rawfile + FileCRC32: fa05fd36 - PackageName: RawFilePackage - FileName: 3323855830799371855418d404b9d19f.rawfile - FileCRC32: 5b90ef0a + FileName: 20cb526248ed8fbc2a222e07849f4c64.rawfile + FileCRC32: dd111a87 - PackageName: RawFilePackage - FileName: 338663484605964c77b3552e6e4ca941.rawfile - FileCRC32: 6e139485 + FileName: 4e1f435ea2f1bfd9b23da97f5b2e2e63.rawfile + FileCRC32: d5eb900b - PackageName: RawFilePackage - FileName: 570a7c285a3c681be978ebe1bef253e6.rawfile - FileCRC32: d8b11dcf + FileName: 668c5aa30e5aa210b4a36bf286b5c05c.rawfile + FileCRC32: 0b996d22 - PackageName: RawFilePackage - FileName: 6403e0bbbef6262a933b26fc30f7d09c.rawfile - FileCRC32: 2648b27b + FileName: a3c3ca173e638c2102e57fee55ccc2cf.rawfile + FileCRC32: 7818ee09 - PackageName: RawFilePackage - FileName: 700b39799ed0e291f3e9e27b5bd74851.rawfile - FileCRC32: a94dba74 + FileName: d4caac3d4eb837a0dc1427795a2cd833.rawfile + FileCRC32: 874a2ff9 diff --git a/JNFrame2/Assets/Scripts/Samples/AppGame/App.cs b/JNFrame2/Assets/Scripts/Samples/AppGame/App.cs index c032b359..5bd1b9e3 100644 --- a/JNFrame2/Assets/Scripts/Samples/AppGame/App.cs +++ b/JNFrame2/Assets/Scripts/Samples/AppGame/App.cs @@ -1,7 +1,8 @@ using AppGame.Systems; using AppGame.Systems.CServer; -using Plugins.JNGame.System; -using Plugins.JNGame.Util; +using JNGame.Runtime.System; +using JNGame.Runtime.Util; +using JNGame.Util; using Service; namespace AppGame diff --git a/JNFrame2/Assets/Scripts/Samples/AppGame/DApplication.cs b/JNFrame2/Assets/Scripts/Samples/AppGame/DApplication.cs index a31822d4..090e0c49 100644 --- a/JNFrame2/Assets/Scripts/Samples/AppGame/DApplication.cs +++ b/JNFrame2/Assets/Scripts/Samples/AppGame/DApplication.cs @@ -2,6 +2,7 @@ using AppGame; using AppGame.Sync; using Cinemachine; using Game.Input; +using JNGame.Runtime; using JNGame; using JNGame.Sync.Debuger; using UnityEngine; diff --git a/JNFrame2/Assets/Scripts/Samples/AppGame/GAPI.cs b/JNFrame2/Assets/Scripts/Samples/AppGame/GAPI.cs index cd7747f7..d388615e 100644 --- a/JNFrame2/Assets/Scripts/Samples/AppGame/GAPI.cs +++ b/JNFrame2/Assets/Scripts/Samples/AppGame/GAPI.cs @@ -1,7 +1,7 @@ using System; using System.Collections.Generic; using Cysharp.Threading.Tasks; -using Plugins.JNGame.Util; +using JNGame.Runtime.Util; namespace AppGame { diff --git a/JNFrame2/Assets/Scripts/Samples/AppGame/GActionEnum.cs b/JNFrame2/Assets/Scripts/Samples/AppGame/GActionEnum.cs index 6486fa51..80d27019 100644 --- a/JNFrame2/Assets/Scripts/Samples/AppGame/GActionEnum.cs +++ b/JNFrame2/Assets/Scripts/Samples/AppGame/GActionEnum.cs @@ -1,4 +1,4 @@ -using Plugins.JNGame.Network.Action; +using JNGame.Network.Action; namespace AppGame { diff --git a/JNFrame2/Assets/Scripts/Samples/AppGame/Sync/JNGFrameSystem.cs b/JNFrame2/Assets/Scripts/Samples/AppGame/Sync/JNGFrameSystem.cs index 5755935d..51845815 100644 --- a/JNFrame2/Assets/Scripts/Samples/AppGame/Sync/JNGFrameSystem.cs +++ b/JNFrame2/Assets/Scripts/Samples/AppGame/Sync/JNGFrameSystem.cs @@ -12,7 +12,7 @@ using JNGame.Sync.Entity; using JNGame.Sync.Frame; using JNGame.Sync.System; using JNGame.Sync.System.Data; -using Plugins.JNGame.Network.Action; +using JNGame.Network.Action; using UnityEngine; namespace AppGame.Sync diff --git a/JNFrame2/Assets/Scripts/Samples/AppGame/Sync/JNGStateServerSystem.cs b/JNFrame2/Assets/Scripts/Samples/AppGame/Sync/JNGStateServerSystem.cs index 4f606973..ee99f5e0 100644 --- a/JNFrame2/Assets/Scripts/Samples/AppGame/Sync/JNGStateServerSystem.cs +++ b/JNFrame2/Assets/Scripts/Samples/AppGame/Sync/JNGStateServerSystem.cs @@ -11,7 +11,7 @@ using JNGame.Sync.Entity; using JNGame.Sync.State; using JNGame.Sync.System; using JNGame.Sync.System.Data; -using Plugins.JNGame.Network.Action; +using JNGame.Network.Action; namespace AppGame.Sync { diff --git a/JNFrame2/Assets/Scripts/Samples/AppGame/Sync/Tile/JNGTileClientSystem.cs b/JNFrame2/Assets/Scripts/Samples/AppGame/Sync/Tile/JNGTileClientSystem.cs index 32a62db4..e526ef22 100644 --- a/JNFrame2/Assets/Scripts/Samples/AppGame/Sync/Tile/JNGTileClientSystem.cs +++ b/JNFrame2/Assets/Scripts/Samples/AppGame/Sync/Tile/JNGTileClientSystem.cs @@ -7,12 +7,13 @@ using DotRecast.Core.Collections; using Game.Input; using Game.JNGFrame.View; using Game.JNGState.Logic.Data; +using JNGame.Runtime.Util; using JNGame.Math; using JNGame.Sync.State.Tile; using JNGame.Sync.System; using JNGame.Sync.System.Data; using JNGame.Util; -using Plugins.JNGame.Network.Action; +using JNGame.Network.Action; using UnityEngine; namespace AppGame.Sync diff --git a/JNFrame2/Assets/Scripts/Samples/AppGame/Sync/Tile/JNGTileServerSystem.cs b/JNFrame2/Assets/Scripts/Samples/AppGame/Sync/Tile/JNGTileServerSystem.cs index 5d15d712..11081671 100644 --- a/JNFrame2/Assets/Scripts/Samples/AppGame/Sync/Tile/JNGTileServerSystem.cs +++ b/JNFrame2/Assets/Scripts/Samples/AppGame/Sync/Tile/JNGTileServerSystem.cs @@ -11,12 +11,13 @@ using Game.JNGFrame.View; using Game.JNGState.Logic.Data; using Game.Logic.System.Logic; using Game.Logic.System.Usual; +using JNGame.Runtime.Util; using JNGame.Sync.State.Tile; using JNGame.Sync.State.Tile.Entity; using JNGame.Sync.System; using JNGame.Sync.System.Data; using JNGame.Util; -using Plugins.JNGame.Network.Action; +using JNGame.Network.Action; using UnityEngine; namespace AppGame.Sync diff --git a/JNFrame2/Assets/Scripts/Samples/AppGame/Sync/Tile/JNGTileSlaveServerSystem.cs b/JNFrame2/Assets/Scripts/Samples/AppGame/Sync/Tile/JNGTileSlaveServerSystem.cs index 89cc0986..ec5c920c 100644 --- a/JNFrame2/Assets/Scripts/Samples/AppGame/Sync/Tile/JNGTileSlaveServerSystem.cs +++ b/JNFrame2/Assets/Scripts/Samples/AppGame/Sync/Tile/JNGTileSlaveServerSystem.cs @@ -12,12 +12,13 @@ using Game.JNGState.Logic.Data; using Game.Logic.System; using Game.Logic.System.Logic; using Game.Logic.System.Usual; +using JNGame.Runtime.Util; using JNGame.Sync.State.Tile; using JNGame.Sync.State.Tile.Entity; using JNGame.Sync.System; using JNGame.Sync.System.Data; using JNGame.Util; -using Plugins.JNGame.Network.Action; +using JNGame.Network.Action; using UnityEngine; namespace AppGame.Sync diff --git a/JNFrame2/Assets/Scripts/Samples/AppGame/Systems/CServer/JNGClient.cs b/JNFrame2/Assets/Scripts/Samples/AppGame/Systems/CServer/JNGClient.cs index 49269390..7e4924cc 100644 --- a/JNFrame2/Assets/Scripts/Samples/AppGame/Systems/CServer/JNGClient.cs +++ b/JNFrame2/Assets/Scripts/Samples/AppGame/Systems/CServer/JNGClient.cs @@ -4,8 +4,8 @@ using AppGame.Systems.CServer; using Cysharp.Threading.Tasks; using DotRecast.Core.Collections; using JNGame.Network; -using Plugins.JNGame.Network; -using Plugins.JNGame.Network.Action; +using JNGame.Network; +using JNGame.Network.Action; namespace AppGame.Systems { diff --git a/JNFrame2/Assets/Scripts/Samples/AppGame/Systems/CServer/JNGClientGroup.cs b/JNFrame2/Assets/Scripts/Samples/AppGame/Systems/CServer/JNGClientGroup.cs index 428474ad..ada3e6fe 100644 --- a/JNFrame2/Assets/Scripts/Samples/AppGame/Systems/CServer/JNGClientGroup.cs +++ b/JNFrame2/Assets/Scripts/Samples/AppGame/Systems/CServer/JNGClientGroup.cs @@ -1,5 +1,5 @@ using System.Threading.Tasks; -using Plugins.JNGame.Network.Group; +using JNGame.Network.Group; namespace AppGame.Systems { diff --git a/JNFrame2/Assets/Scripts/Samples/AppGame/Systems/CServer/JNGServer.Game.cs b/JNFrame2/Assets/Scripts/Samples/AppGame/Systems/CServer/JNGServer.Game.cs index 7c2fa87d..1881408b 100644 --- a/JNFrame2/Assets/Scripts/Samples/AppGame/Systems/CServer/JNGServer.Game.cs +++ b/JNFrame2/Assets/Scripts/Samples/AppGame/Systems/CServer/JNGServer.Game.cs @@ -2,7 +2,7 @@ using System.Collections.Generic; using System.Threading.Tasks; using JNGame.Network; -using Plugins.JNGame.Network; +using JNGame.Network; namespace AppGame.Systems.CServer { diff --git a/JNFrame2/Assets/Scripts/Samples/AppGame/Systems/CServer/JNGServer.cs b/JNFrame2/Assets/Scripts/Samples/AppGame/Systems/CServer/JNGServer.cs index d9169dc7..6a17467f 100644 --- a/JNFrame2/Assets/Scripts/Samples/AppGame/Systems/CServer/JNGServer.cs +++ b/JNFrame2/Assets/Scripts/Samples/AppGame/Systems/CServer/JNGServer.cs @@ -9,8 +9,8 @@ using Google.Protobuf; using JNGame.Network; using JNGame.Sync.State.Tile; using JNGame.Sync.System.Data; -using Plugins.JNGame.Network; -using Plugins.JNGame.Network.Action; +using JNGame.Network; +using JNGame.Network.Action; namespace AppGame.Systems.CServer { diff --git a/JNFrame2/Assets/Scripts/Samples/AppGame/Systems/CServer/JNGTileClient.cs b/JNFrame2/Assets/Scripts/Samples/AppGame/Systems/CServer/JNGTileClient.cs index a0f18c24..67c2a856 100644 --- a/JNFrame2/Assets/Scripts/Samples/AppGame/Systems/CServer/JNGTileClient.cs +++ b/JNFrame2/Assets/Scripts/Samples/AppGame/Systems/CServer/JNGTileClient.cs @@ -3,7 +3,7 @@ using AppGame.Systems.CServer; using Cysharp.Threading.Tasks; using DotRecast.Core.Collections; using JNGame.Network; -using Plugins.JNGame.Network.Action; +using JNGame.Network.Action; namespace AppGame.Systems { diff --git a/JNFrame2/Assets/Scripts/Samples/AppGame/Systems/JNGGame.cs b/JNFrame2/Assets/Scripts/Samples/AppGame/Systems/JNGGame.cs index 664bef7a..504be7e4 100644 --- a/JNFrame2/Assets/Scripts/Samples/AppGame/Systems/JNGGame.cs +++ b/JNFrame2/Assets/Scripts/Samples/AppGame/Systems/JNGGame.cs @@ -1,11 +1,12 @@ using System.Collections.Generic; using System.Threading.Tasks; using AppGame.Sync; +using JNGame.Runtime.Sync; +using JNGame.Runtime.System; using JNGame.Sync.Frame; using JNGame.Sync.State; using JNGame.Sync.System.Data; using JNGame.Sync.System.View; -using Plugins.JNGame.System; namespace AppGame.Systems { diff --git a/JNFrame2/Assets/Scripts/Samples/AppGame/Systems/JNGSocket.cs b/JNFrame2/Assets/Scripts/Samples/AppGame/Systems/JNGSocket.cs index bd1e3214..4aa7e171 100644 --- a/JNFrame2/Assets/Scripts/Samples/AppGame/Systems/JNGSocket.cs +++ b/JNFrame2/Assets/Scripts/Samples/AppGame/Systems/JNGSocket.cs @@ -3,8 +3,8 @@ using System.Threading.Tasks; using AppGame; using AppGame.Sync; using Cysharp.Threading.Tasks; -using Plugins.JNGame.Network; -using Plugins.JNGame.Network.Action; +using JNGame.Network; +using JNGame.Network.Action; public class JNGSocket : JNSocket { diff --git a/JNFrame2/Assets/Scripts/Samples/Game/Data/State/GDataBaseSystem.cs b/JNFrame2/Assets/Scripts/Samples/Game/Data/State/GDataBaseSystem.cs index 6ff7319e..7a13d29c 100644 --- a/JNFrame2/Assets/Scripts/Samples/Game/Data/State/GDataBaseSystem.cs +++ b/JNFrame2/Assets/Scripts/Samples/Game/Data/State/GDataBaseSystem.cs @@ -3,12 +3,12 @@ using System.Collections.Generic; using AppGame; using AppGame.Systems.CServer; using Google.Protobuf; +using JNGame.Runtime.Util; using JNGame.Math; using JNGame.Sync.State.Tile.Entity; using JNGame.Sync.System; using JNGame.Sync.System.Data; -using Plugins.JNGame.Network.Action; -using Plugins.JNGame.Util; +using JNGame.Network.Action; using TouchSocket.Core; namespace Game.JNGState.Logic.Data diff --git a/JNFrame2/Assets/Scripts/Samples/Game/Input/DInputSystem.cs b/JNFrame2/Assets/Scripts/Samples/Game/Input/DInputSystem.cs index 6be54a0f..3b7a9233 100644 --- a/JNFrame2/Assets/Scripts/Samples/Game/Input/DInputSystem.cs +++ b/JNFrame2/Assets/Scripts/Samples/Game/Input/DInputSystem.cs @@ -1,7 +1,7 @@ using System; using System.Collections.Generic; +using JNGame.Runtime.Util.Types; using JNGame.Sync.System.View; -using JNGame.Util.Types; namespace Game.Input { diff --git a/JNFrame2/Assets/Scripts/Samples/Game/Logic/Entity/Nodes/Component/Lookup/EDBossLookup.cs b/JNFrame2/Assets/Scripts/Samples/Game/Logic/Entity/Nodes/Component/Lookup/EDBossLookup.cs index 27588e74..1b8fd4f3 100644 --- a/JNFrame2/Assets/Scripts/Samples/Game/Logic/Entity/Nodes/Component/Lookup/EDBossLookup.cs +++ b/JNFrame2/Assets/Scripts/Samples/Game/Logic/Entity/Nodes/Component/Lookup/EDBossLookup.cs @@ -1,8 +1,8 @@ using System; using Game.JNGFrame.Logic.Entity.Controller; using Game.Logic.Entity.Nodes.Component.Components; +using JNGame.Runtime.Util.Types; using JNGame.Sync.Frame.Entity.Components; -using JNGame.Util.Types; namespace Game.Logic.Entity.Nodes.Component.Lookup { diff --git a/JNFrame2/Assets/Scripts/Samples/Game/Logic/Entity/Nodes/Component/Lookup/EDNodeLookup.cs b/JNFrame2/Assets/Scripts/Samples/Game/Logic/Entity/Nodes/Component/Lookup/EDNodeLookup.cs index 1f8732df..fc664f72 100644 --- a/JNFrame2/Assets/Scripts/Samples/Game/Logic/Entity/Nodes/Component/Lookup/EDNodeLookup.cs +++ b/JNFrame2/Assets/Scripts/Samples/Game/Logic/Entity/Nodes/Component/Lookup/EDNodeLookup.cs @@ -1,7 +1,7 @@ using System; using Game.Logic.Entity.Nodes.Component.Components; +using JNGame.Runtime.Util.Types; using JNGame.Sync.Frame.Entity.Components; -using JNGame.Util.Types; namespace Game.Logic.Entity.Nodes.Component.Lookup diff --git a/JNFrame2/Assets/Scripts/Samples/Game/Logic/Entity/Nodes/Component/Lookup/EDPlayerLookup.cs b/JNFrame2/Assets/Scripts/Samples/Game/Logic/Entity/Nodes/Component/Lookup/EDPlayerLookup.cs index 93a8aed0..b5d3a69e 100644 --- a/JNFrame2/Assets/Scripts/Samples/Game/Logic/Entity/Nodes/Component/Lookup/EDPlayerLookup.cs +++ b/JNFrame2/Assets/Scripts/Samples/Game/Logic/Entity/Nodes/Component/Lookup/EDPlayerLookup.cs @@ -1,8 +1,8 @@ using System; using Game.JNGFrame.Logic.Entity.Controller; using Game.Logic.Entity.Nodes.Component.Components; +using JNGame.Runtime.Util.Types; using JNGame.Sync.Frame.Entity.Components; -using JNGame.Util.Types; namespace Game.Logic.Entity.Nodes.Component.Lookup { diff --git a/JNFrame2/Assets/Scripts/Samples/Game/View/DViewSystem.cs b/JNFrame2/Assets/Scripts/Samples/Game/View/DViewSystem.cs index 0ae86eea..f5063503 100644 --- a/JNFrame2/Assets/Scripts/Samples/Game/View/DViewSystem.cs +++ b/JNFrame2/Assets/Scripts/Samples/Game/View/DViewSystem.cs @@ -1,4 +1,5 @@ using Game.JNGFrame.View.Entity; +using JNGame.Runtime.Util; using JNGame.Sync.System; using JNGame.Sync.View; using JNGame.Util; diff --git a/JNFrame2/Assets/Scripts/Samples/Game/View/VDEntityBasis.cs b/JNFrame2/Assets/Scripts/Samples/Game/View/VDEntityBasis.cs index 3c7ca86f..856027a3 100644 --- a/JNFrame2/Assets/Scripts/Samples/Game/View/VDEntityBasis.cs +++ b/JNFrame2/Assets/Scripts/Samples/Game/View/VDEntityBasis.cs @@ -1,10 +1,8 @@ using System; using System.Collections.Generic; -using DotRecast.Core.Collections; using Game.JNGState.Logic.Data; using JNGame.Sync.System; using JNGame.Sync.View; -using Plugins.JNGame.Util; using UnityEngine; namespace Game.JNGFrame.View diff --git a/JNFrame2/Assets/Scripts/Samples/Service/JNGResService.cs b/JNFrame2/Assets/Scripts/Samples/Service/JNGResService.cs index 592d8a66..1b368ede 100644 --- a/JNFrame2/Assets/Scripts/Samples/Service/JNGResService.cs +++ b/JNFrame2/Assets/Scripts/Samples/Service/JNGResService.cs @@ -1,10 +1,11 @@ using System.Threading.Tasks; using Cinemachine; using Cysharp.Threading.Tasks; +using JNGame.Runtime.Util; using JNGame.Map; using JNGame.Map.DotRecast.Util; using JNGame.Util; -using Plugins.JNGame.Network; +using JNGame.Network; using UnityEngine; namespace Service diff --git a/JNFrame2/Assets/Scripts/Samples/UI/DMainUI.cs b/JNFrame2/Assets/Scripts/Samples/UI/DMainUI.cs index a40e34f5..ba220763 100644 --- a/JNFrame2/Assets/Scripts/Samples/UI/DMainUI.cs +++ b/JNFrame2/Assets/Scripts/Samples/UI/DMainUI.cs @@ -3,6 +3,7 @@ using System.Linq; using AppGame; using AppGame.Sync; using Game.Input; +using JNGame.Runtime.Util; using JNGame.Math; using JNGame.Util; using UnityEngine; diff --git a/JNFrame2/Assets/StreamingAssets/yoo/DefaultPackage/PackageManifest_DefaultPackage.version b/JNFrame2/Assets/StreamingAssets/yoo/DefaultPackage/PackageManifest_DefaultPackage.version index 31e41a11..61a89c8f 100644 --- a/JNFrame2/Assets/StreamingAssets/yoo/DefaultPackage/PackageManifest_DefaultPackage.version +++ b/JNFrame2/Assets/StreamingAssets/yoo/DefaultPackage/PackageManifest_DefaultPackage.version @@ -1 +1 @@ -2024-10-16-1237 \ No newline at end of file +2024-10-17-15 \ No newline at end of file diff --git a/JNFrame2/Assets/StreamingAssets/yoo/RawFilePackage/PackageManifest_RawFilePackage.version b/JNFrame2/Assets/StreamingAssets/yoo/RawFilePackage/PackageManifest_RawFilePackage.version index f85b0595..61a89c8f 100644 --- a/JNFrame2/Assets/StreamingAssets/yoo/RawFilePackage/PackageManifest_RawFilePackage.version +++ b/JNFrame2/Assets/StreamingAssets/yoo/RawFilePackage/PackageManifest_RawFilePackage.version @@ -1 +1 @@ -2024-10-16-1238 \ No newline at end of file +2024-10-17-15 \ No newline at end of file diff --git a/JNFrame2/Bundles/StandaloneWindows64/DefaultPackage/OutputCache/OutputCache b/JNFrame2/Bundles/StandaloneWindows64/DefaultPackage/OutputCache/OutputCache index 5157514622d15a0972edf5a48af94b3a48ea4817..3969fd6ab6e786f5138ac8be0420719d112f8a81 100644 GIT binary patch delta 1149 zcmWNOdrVVz6vxlKeb5$)CA=(9eoWLgJmv+9;}HQFlYoFlDpX)ff!k8Kw9to80qcXQ z5S?HlAfke}$z-?@fd!ooWkV5-b#V)u8)I%koMx%qx-kN5_x$<&e)2uvlQSi3^ln;@ z3mTiHL0ky|z+Y_6l;aX&pevGt^Mtl194S7;vaN95vm#6Z(yiqxt8MH-a zlLElPLzxPQTBk1NU@*W#DM|=S)@aqHEP&s5C{+&OIh0jjq@sE;@aChf3J8lTS5+|f z`+T%r4qCKq>=WGiDwL=prMF$gfiM;QeW%JtYU^z61owLCv&M6_+gmoD?915{UF7m67~{g+y#Cn}7mHCM(U_>o_b6P!>}; zg(CNnB`k<>McK>-qSCC=xwCfz@+{?S;1+<)WT_~@kXH#NOE#8iDOU`6Q@BiRuFx3t zRfQPxQNpIJMw7~*1msJxh$v&JUcy1Edx2;(T8t%Torcs?E=XKx#R;wwq!F7K+pho; zydnz#`HQd(!$u=%*hd<)I<;Pep#U$I-(gB+))kkMh5$at9k{;03F0G35Z{lz1(<)a z-GF-ueBrUsiGA7F2%giAI-+m;T7FGl9;XCOY)p1{U6bHDqhq||Nr*=suS-DVgVwaZ zB)j71@bbZ<3r&WEbg1AvF=94U{%>k?(9V|lso2l=cXSCH*i_$=qf6#*JQliHeRgxA zV>N)2=YS-a8-pL&S8}{ls|M=Jv~@n%AdkjB8IA6olZWg%eQN&dny@VteBeRj;ce5F zJNN7IqJHWx?;&5Df<%V2o*O0bu_FgRuDUqOKj5Ey95NWR%~zNUj>_uniB)fBG{*-+ zhj^al@mOGq&b&GKEX{VR*D$mKQ13$H!FHFm4c9DpP4SW&wdZP5Aej-<0uLWr8mXhI zhKARNiiryl?%}{h)t$42Gn1zCtz$nzT*^b{0z21A<6os-`n0@8+0oFyzva2}PZ>0E zY5aivh2iq)doNkF2kXvUJ+=$PA{uWAZkp>8W_FIW%_NSRE=xhkbiKCXd&}og`MI&h=$ofCQ8Tb{d$s}Code#t-k3f?f0*4~r0 z?$pmNVu8PVMON7t;~`1x#Oi55_lNC|?$}#vf|ko`jbs3gck6C7N}k1LFV0PWEh~&` zg%fNVckj9>jLw;vsa#o;SxNP6gzuTm>zDJ>$6f_>{Ooyr?}dr;)!@aDZ)M-sdhZS; z7TkU~aqr>U82FYU^JH1KhjM!6eclai*O;%kCBaQbZL@`_L&m#u*GURP&Fi1`Kst-Y s4Kok^w#C_tugG#w|6{9|g?^EP6L7zw{^?(xe&{jfw5XL=6Qt!8Z&HY#tN+0+Gzzm?+BYECGiq5UcvqH94wYZ%BaE9?S v)1QCabk)+t6Apw0^@Z-|Gh~oh$?<_z=2U0P?RRsY*hhZ$75i%RngIv^uvkJg diff --git a/JNFrame2/Bundles/StandaloneWindows64/DefaultPackage/OutputCache/OutputCache.manifest b/JNFrame2/Bundles/StandaloneWindows64/DefaultPackage/OutputCache/OutputCache.manifest index 4797a640..04dffea6 100644 --- a/JNFrame2/Bundles/StandaloneWindows64/DefaultPackage/OutputCache/OutputCache.manifest +++ b/JNFrame2/Bundles/StandaloneWindows64/DefaultPackage/OutputCache/OutputCache.manifest @@ -1,16 +1,94 @@ ManifestFileVersion: 0 -CRC: 4112157425 +CRC: 2291483726 AssetBundleManifest: AssetBundleInfos: Info_0: Name: defaultpackage_assets_hotresources_resresource_fgui_common_common_fui.bundle Dependencies: {} Info_1: - Name: defaultpackage_assets_hotresources_resresource_hotprefab.bundle + Name: defaultpackage_assets_hotresources_resresource_fgui_mainui_mainui_fui.bundle Dependencies: {} Info_2: - Name: defaultpackage_assets_hotresources_reslauncher_fgui_launcher_launcher_fui.bundle + Name: defaultpackage_assets_hotresources_resresource_hotgamemain.bundle Dependencies: {} Info_3: + Name: defaultpackage_assets_hotresources_resresource_luban_gen_tbbattleresource.bundle + Dependencies: {} + Info_4: + Name: defaultpackage_assets_hotresources_resresource_luban_gen_tbgattribute.bundle + Dependencies: {} + Info_5: + Name: defaultpackage_assets_hotresources_resresource_luban_gen_tbgattributefc.bundle + Dependencies: {} + Info_6: + Name: defaultpackage_assets_hotresources_resresource_luban_gen_tbggift.bundle + Dependencies: {} + Info_7: + Name: defaultpackage_assets_hotresources_resresource_luban_gen_tbgglobal.bundle + Dependencies: {} + Info_8: + Name: defaultpackage_assets_hotresources_resresource_luban_gen_tbgmap.bundle + Dependencies: {} + Info_9: + Name: defaultpackage_assets_hotresources_resresource_luban_gen_tbgonhookglobal.bundle + Dependencies: {} + Info_10: + Name: defaultpackage_assets_hotresources_resresource_luban_gen_tbgonhookmap120001.bundle + Dependencies: {} + Info_11: + Name: defaultpackage_assets_hotresources_resresource_luban_gen_tbgonhookmaps.bundle + Dependencies: {} + Info_12: + Name: defaultpackage_assets_hotresources_resresource_luban_gen_tbgresource.bundle + Dependencies: {} + Info_13: + Name: defaultpackage_assets_hotresources_resresource_luban_gen_tbgrole.bundle + Dependencies: {} + Info_14: + Name: defaultpackage_assets_hotresources_resresource_luban_gen_tbgroleattack.bundle + Dependencies: {} + Info_15: + Name: defaultpackage_assets_hotresources_resresource_luban_gen_tbgrolebaseattribute.bundle + Dependencies: {} + Info_16: + Name: defaultpackage_assets_hotresources_resresource_luban_gen_tbgroleequip.bundle + Dependencies: {} + Info_17: + Name: defaultpackage_assets_hotresources_resresource_luban_gen_tbgroleequiplevel.bundle + Dependencies: {} + Info_18: + Name: defaultpackage_assets_hotresources_resresource_luban_gen_tbgroleequipquality.bundle + Dependencies: {} + Info_19: + Name: defaultpackage_assets_hotresources_resresource_luban_gen_tbgroleequiptype.bundle + Dependencies: {} + Info_20: + Name: defaultpackage_assets_hotresources_resresource_luban_gen_tbgroleskill.bundle + Dependencies: {} + Info_21: + Name: defaultpackage_assets_hotresources_resresource_luban_gen_tbgroleupgrow.bundle + Dependencies: {} + Info_22: + Name: defaultpackage_assets_hotresources_resresource_luban_gen_tbgroleupstar.bundle + Dependencies: {} + Info_23: + Name: defaultpackage_assets_hotresources_resresource_luban_gen_tbgshop.bundle + Dependencies: {} + Info_24: + Name: defaultpackage_assets_hotresources_resresource_luban_gen_tbgsysdungeon.bundle + Dependencies: {} + Info_25: + Name: defaultpackage_assets_hotresources_resresource_luban_gen_tbgsysdungeon160001.bundle + Dependencies: {} + Info_26: + Name: defaultpackage_assets_hotresources_resresource_luban_gen_tbgsysdungeon160002.bundle + Dependencies: {} + Info_27: + Name: defaultpackage_assets_hotresources_resresource_luban_gen_tbsserverinfo.bundle + Dependencies: {} + Info_28: + Name: defaultpackage_assets_hotresources_reslauncher_fgui_launcher_launcher_fui.bundle + Dependencies: {} + Info_29: Name: defaultpackage_assets_hotresources_reslauncher_hotlauncher.bundle Dependencies: {} diff --git a/JNFrame2/Bundles/StandaloneWindows64/RawFilePackage/OutputCache/rawfilepackage_assets_hotassets_hotdlls_hotsamples_dll_bytes.rawfile b/JNFrame2/Bundles/StandaloneWindows64/RawFilePackage/OutputCache/rawfilepackage_assets_hotassets_hotdlls_hotsamples_dll_bytes.rawfile index 758a9d8c212992e44ccbc7b7827da68bb91ee0db..65350f154b51be46bc919b0d137788b154ccb40b 100644 GIT binary patch delta 191 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 aEvsYG_*MQw&EoTd#5uM7uVu&&h5rLn257_p delta 18980 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 diff --git a/JNFrame2/Bundles/StandaloneWindows64/RawFilePackage/OutputCache/rawfilepackage_assets_hotassets_hotdlls_system_core_dll_bytes.rawfile b/JNFrame2/Bundles/StandaloneWindows64/RawFilePackage/OutputCache/rawfilepackage_assets_hotassets_hotdlls_system_core_dll_bytes.rawfile index 3ebdc7630f0c654d1d0663457c37537d79b09824..0fcda82db6350c94de4d46265cc4fa3fa1ef8948 100644 GIT binary patch delta 35 rcmZoTBiV39azY2oeTl>C8hcuM7+ZUoT6>sVdstd~Shx1Dm81dy98(V9 delta 35 rcmZoTBiV39azY2ogX)KO8hcuM7+ZUoT6>sVdstd~Shx1Dm81dyEea2i diff --git a/JNFrame2/Bundles/StandaloneWindows64/RawFilePackage/OutputCache/rawfilepackage_assets_hotassets_hotdlls_system_dll_bytes.rawfile b/JNFrame2/Bundles/StandaloneWindows64/RawFilePackage/OutputCache/rawfilepackage_assets_hotassets_hotdlls_system_dll_bytes.rawfile index c6b93848206135712454a6c53ffaf44bd2b02fd2..0f212677ecd484f25c1ac6fc47198ae634d455e1 100644 GIT binary patch delta 56 zcmZozV&1UCd_o5cNB*3tjXkYBjIBLPtv$@GJuIy~tgSt4tv&3mJshn)oUJ`vtv%eW MJv>``cuOt<0Dr3%H2?qr delta 56 zcmZozV&1UCd_o6H^pe~QjXkYBjIBLPtv$@GJuIy~tgSt4tv&3mJshn)oUJ`vtv%eW MJv>``cuOt<0Gdx0$p8QV diff --git a/JNFrame2/FairyGUI.Editor.csproj b/JNFrame2/FairyGUI.Editor.csproj index 5d68e5a9..b59e0449 100644 --- a/JNFrame2/FairyGUI.Editor.csproj +++ b/JNFrame2/FairyGUI.Editor.csproj @@ -26,7 +26,7 @@ full false Temp\Bin\Debug\FairyGUI.Editor\ - UNITY_2022_3_1;UNITY_2022_3;UNITY_2022;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;UNITY_2022_1_OR_NEWER;UNITY_2022_2_OR_NEWER;UNITY_2022_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;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_BUILD;ENABLE_EDITOR_GAME_SERVICES;ENABLE_UNITY_GAME_SERVICES_ANALYTICS_SUPPORT;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_GENERATE_NATIVE_PLUGINS_FOR_ASSEMBLIES_API;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;ENABLE_NAVIGATION_PACKAGE_DEBUG_VISUALIZATION;ENABLE_NAVIGATION_HEIGHTMESH_RUNTIME_SUPPORT;ENABLE_NAVIGATION_UI_REQUIRES_PACKAGE;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;PLATFORM_INITIALIZES_MEMORY_MANAGER_EXPLICITLY;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;TEXTCORE_FONT_ENGINE_1_5_OR_NEWER;DOTWEEN;ENABLE_LOG;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER;UNITY_EDITOR_ONLY_COMPILATION + UNITY_2022_3_16;UNITY_2022_3;UNITY_2022;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;UNITY_2022_1_OR_NEWER;UNITY_2022_2_OR_NEWER;UNITY_2022_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;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_BUILD;ENABLE_EDITOR_GAME_SERVICES;ENABLE_UNITY_GAME_SERVICES_ANALYTICS_SUPPORT;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_GENERATE_NATIVE_PLUGINS_FOR_ASSEMBLIES_API;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;ENABLE_NAVIGATION_PACKAGE_DEBUG_VISUALIZATION;ENABLE_NAVIGATION_HEIGHTMESH_RUNTIME_SUPPORT;ENABLE_NAVIGATION_UI_REQUIRES_PACKAGE;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;UNITY_UGP_API;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;PLATFORM_INITIALIZES_MEMORY_MANAGER_EXPLICITLY;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;TEXTCORE_FONT_ENGINE_1_5_OR_NEWER;DOTWEEN;ENABLE_LOG;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER;UNITY_EDITOR_ONLY_COMPILATION prompt 4 0169,0649 @@ -41,37 +41,37 @@ false - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -84,769 +84,781 @@ - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ContentLoadModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ContentLoadModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.NVIDIAModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.NVIDIAModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.PropertiesModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PropertiesModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsCommonModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsCommonModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.EditorToolbarModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.EditorToolbarModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.PresetsUIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.PresetsUIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneViewModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneViewModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEditor.Graphs.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.Unity.Editor.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.Unity.Editor.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Threading.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Threading.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\TCPeasy\TCPeasy.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\TCPeasy\TCPeasy.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\Newtonsoft.Json.13.0.3\lib\netstandard2.0\Newtonsoft.Json.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\Newtonsoft.Json.13.0.3\lib\netstandard2.0\Newtonsoft.Json.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Caching.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Caching.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.testtools.codecoverage@1.2.3\lib\ReportGenerator\ReportGeneratorMerged.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.testtools.codecoverage@1.2.4\lib\ReportGenerator\ReportGeneratorMerged.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Text.Encodings.Web.6.0.0\lib\netstandard2.0\System.Text.Encodings.Web.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Text.Encodings.Web.6.0.0\lib\netstandard2.0\System.Text.Encodings.Web.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Serialization.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Serialization.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\unityplastic.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\unityplastic.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.Unity.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.Unity.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\Editor\DOTweenEditor.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\Editor\DOTweenEditor.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\TouchSocket.2.0.16\lib\netstandard2.1\TouchSocket.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\TouchSocket.2.0.16\lib\netstandard2.1\TouchSocket.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\log4netPlastic.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\log4netPlastic.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Formatters.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Formatters.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\lib\netstandard2.0\System.Text.Json.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\lib\netstandard2.0\System.Text.Json.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\DOTween.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\DOTween.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Extensions.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Extensions.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Http.2.0.16\lib\netstandard2.1\TouchSocket.Http.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Http.2.0.16\lib\netstandard2.1\TouchSocket.Http.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\dnlib.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\dnlib.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\LZ4.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\LZ4.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\Microsoft.Bcl.AsyncInterfaces.6.0.0\lib\netstandard2.1\Microsoft.Bcl.AsyncInterfaces.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\Microsoft.Bcl.AsyncInterfaces.6.0.0\lib\netstandard2.1\Microsoft.Bcl.AsyncInterfaces.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Reflection.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Reflection.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\NuGet\Editor\NugetForUnity.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\NuGet\Editor\NugetForUnity.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\Editor\DesperateDevs.Unity.Editor.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\Editor\DesperateDevs.Unity.Editor.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Appenders.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Appenders.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Core.2.0.16\lib\netstandard2.1\TouchSocket.Core.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Core.2.0.16\lib\netstandard2.1\TouchSocket.Core.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Unity.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Unity.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\Google.Protobuf.3.18.3\lib\netstandard2.0\Google.Protobuf.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\Google.Protobuf.3.18.3\lib\netstandard2.0\Google.Protobuf.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.ext.nunit@1.0.6\net35\unity-custom\nunit.framework.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.ext.nunit@1.0.6\net35\unity-custom\nunit.framework.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.GradleProject.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEditor.UI.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEditor.UI.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEngine.UI.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEngine.UI.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEditor.TestRunner.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEditor.TestRunner.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEngine.TestRunner.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEngine.TestRunner.dll diff --git a/JNFrame2/FairyGUI.Runtime.csproj b/JNFrame2/FairyGUI.Runtime.csproj index b7c7b8a1..322a1bb4 100644 --- a/JNFrame2/FairyGUI.Runtime.csproj +++ b/JNFrame2/FairyGUI.Runtime.csproj @@ -26,7 +26,7 @@ full false Temp\Bin\Debug\FairyGUI.Runtime\ - UNITY_2022_3_1;UNITY_2022_3;UNITY_2022;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;UNITY_2022_1_OR_NEWER;UNITY_2022_2_OR_NEWER;UNITY_2022_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;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_BUILD;ENABLE_EDITOR_GAME_SERVICES;ENABLE_UNITY_GAME_SERVICES_ANALYTICS_SUPPORT;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_GENERATE_NATIVE_PLUGINS_FOR_ASSEMBLIES_API;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;ENABLE_NAVIGATION_PACKAGE_DEBUG_VISUALIZATION;ENABLE_NAVIGATION_HEIGHTMESH_RUNTIME_SUPPORT;ENABLE_NAVIGATION_UI_REQUIRES_PACKAGE;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;PLATFORM_INITIALIZES_MEMORY_MANAGER_EXPLICITLY;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;TEXTCORE_FONT_ENGINE_1_5_OR_NEWER;DOTWEEN;ENABLE_LOG;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER + UNITY_2022_3_16;UNITY_2022_3;UNITY_2022;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;UNITY_2022_1_OR_NEWER;UNITY_2022_2_OR_NEWER;UNITY_2022_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;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_BUILD;ENABLE_EDITOR_GAME_SERVICES;ENABLE_UNITY_GAME_SERVICES_ANALYTICS_SUPPORT;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_GENERATE_NATIVE_PLUGINS_FOR_ASSEMBLIES_API;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;ENABLE_NAVIGATION_PACKAGE_DEBUG_VISUALIZATION;ENABLE_NAVIGATION_HEIGHTMESH_RUNTIME_SUPPORT;ENABLE_NAVIGATION_UI_REQUIRES_PACKAGE;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;UNITY_UGP_API;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;PLATFORM_INITIALIZES_MEMORY_MANAGER_EXPLICITLY;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;TEXTCORE_FONT_ENGINE_1_5_OR_NEWER;DOTWEEN;ENABLE_LOG;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER prompt 4 0169,0649 @@ -41,37 +41,37 @@ false - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -238,757 +238,769 @@ - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ContentLoadModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ContentLoadModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.PropertiesModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PropertiesModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsCommonModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsCommonModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.EditorToolbarModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.EditorToolbarModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.PresetsUIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.PresetsUIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneViewModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneViewModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEditor.Graphs.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.Unity.Editor.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.Unity.Editor.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Threading.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Threading.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\TCPeasy\TCPeasy.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\TCPeasy\TCPeasy.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\Newtonsoft.Json.13.0.3\lib\netstandard2.0\Newtonsoft.Json.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\Newtonsoft.Json.13.0.3\lib\netstandard2.0\Newtonsoft.Json.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Caching.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Caching.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.testtools.codecoverage@1.2.3\lib\ReportGenerator\ReportGeneratorMerged.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.testtools.codecoverage@1.2.4\lib\ReportGenerator\ReportGeneratorMerged.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Text.Encodings.Web.6.0.0\lib\netstandard2.0\System.Text.Encodings.Web.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Text.Encodings.Web.6.0.0\lib\netstandard2.0\System.Text.Encodings.Web.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Serialization.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Serialization.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\unityplastic.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\unityplastic.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.Unity.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.Unity.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\Editor\DOTweenEditor.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\Editor\DOTweenEditor.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\TouchSocket.2.0.16\lib\netstandard2.1\TouchSocket.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\TouchSocket.2.0.16\lib\netstandard2.1\TouchSocket.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\log4netPlastic.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\log4netPlastic.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Formatters.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Formatters.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\lib\netstandard2.0\System.Text.Json.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\lib\netstandard2.0\System.Text.Json.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\DOTween.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\DOTween.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Extensions.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Extensions.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Http.2.0.16\lib\netstandard2.1\TouchSocket.Http.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Http.2.0.16\lib\netstandard2.1\TouchSocket.Http.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\dnlib.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\dnlib.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\LZ4.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\LZ4.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\Microsoft.Bcl.AsyncInterfaces.6.0.0\lib\netstandard2.1\Microsoft.Bcl.AsyncInterfaces.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\Microsoft.Bcl.AsyncInterfaces.6.0.0\lib\netstandard2.1\Microsoft.Bcl.AsyncInterfaces.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Reflection.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Reflection.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\NuGet\Editor\NugetForUnity.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\NuGet\Editor\NugetForUnity.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\Editor\DesperateDevs.Unity.Editor.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\Editor\DesperateDevs.Unity.Editor.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Appenders.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Appenders.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Core.2.0.16\lib\netstandard2.1\TouchSocket.Core.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Core.2.0.16\lib\netstandard2.1\TouchSocket.Core.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Unity.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Unity.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\Google.Protobuf.3.18.3\lib\netstandard2.0\Google.Protobuf.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\Google.Protobuf.3.18.3\lib\netstandard2.0\Google.Protobuf.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.GradleProject.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEditor.UI.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEditor.UI.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEngine.UI.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEngine.UI.dll diff --git a/JNFrame2/GameLauncher.csproj b/JNFrame2/GameLauncher.csproj index 68f9abe5..89fe857a 100644 --- a/JNFrame2/GameLauncher.csproj +++ b/JNFrame2/GameLauncher.csproj @@ -26,7 +26,7 @@ full false Temp\Bin\Debug\GameLauncher\ - UNITY_2022_3_1;UNITY_2022_3;UNITY_2022;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;UNITY_2022_1_OR_NEWER;UNITY_2022_2_OR_NEWER;UNITY_2022_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;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_BUILD;ENABLE_EDITOR_GAME_SERVICES;ENABLE_UNITY_GAME_SERVICES_ANALYTICS_SUPPORT;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_GENERATE_NATIVE_PLUGINS_FOR_ASSEMBLIES_API;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;ENABLE_NAVIGATION_PACKAGE_DEBUG_VISUALIZATION;ENABLE_NAVIGATION_HEIGHTMESH_RUNTIME_SUPPORT;ENABLE_NAVIGATION_UI_REQUIRES_PACKAGE;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;PLATFORM_INITIALIZES_MEMORY_MANAGER_EXPLICITLY;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;TEXTCORE_FONT_ENGINE_1_5_OR_NEWER;DOTWEEN;ENABLE_LOG;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER + UNITY_2022_3_16;UNITY_2022_3;UNITY_2022;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;UNITY_2022_1_OR_NEWER;UNITY_2022_2_OR_NEWER;UNITY_2022_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;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_BUILD;ENABLE_EDITOR_GAME_SERVICES;ENABLE_UNITY_GAME_SERVICES_ANALYTICS_SUPPORT;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_GENERATE_NATIVE_PLUGINS_FOR_ASSEMBLIES_API;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;ENABLE_NAVIGATION_PACKAGE_DEBUG_VISUALIZATION;ENABLE_NAVIGATION_HEIGHTMESH_RUNTIME_SUPPORT;ENABLE_NAVIGATION_UI_REQUIRES_PACKAGE;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;UNITY_UGP_API;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;PLATFORM_INITIALIZES_MEMORY_MANAGER_EXPLICITLY;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;TEXTCORE_FONT_ENGINE_1_5_OR_NEWER;DOTWEEN;ENABLE_LOG;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER prompt 4 0169,0649 @@ -41,37 +41,37 @@ false - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -82,760 +82,772 @@ - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ContentLoadModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ContentLoadModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.PropertiesModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PropertiesModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsCommonModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsCommonModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.EditorToolbarModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.EditorToolbarModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.PresetsUIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.PresetsUIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneViewModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneViewModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEditor.Graphs.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.Unity.Editor.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.Unity.Editor.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Threading.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Threading.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\TCPeasy\TCPeasy.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\TCPeasy\TCPeasy.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\Newtonsoft.Json.13.0.3\lib\netstandard2.0\Newtonsoft.Json.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\Newtonsoft.Json.13.0.3\lib\netstandard2.0\Newtonsoft.Json.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Caching.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Caching.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.testtools.codecoverage@1.2.3\lib\ReportGenerator\ReportGeneratorMerged.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.testtools.codecoverage@1.2.4\lib\ReportGenerator\ReportGeneratorMerged.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Text.Encodings.Web.6.0.0\lib\netstandard2.0\System.Text.Encodings.Web.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Text.Encodings.Web.6.0.0\lib\netstandard2.0\System.Text.Encodings.Web.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Serialization.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Serialization.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\unityplastic.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\unityplastic.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.Unity.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.Unity.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\Editor\DOTweenEditor.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\Editor\DOTweenEditor.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\TouchSocket.2.0.16\lib\netstandard2.1\TouchSocket.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\TouchSocket.2.0.16\lib\netstandard2.1\TouchSocket.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\log4netPlastic.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\log4netPlastic.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Formatters.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Formatters.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\lib\netstandard2.0\System.Text.Json.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\lib\netstandard2.0\System.Text.Json.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\DOTween.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\DOTween.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Extensions.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Extensions.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Http.2.0.16\lib\netstandard2.1\TouchSocket.Http.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Http.2.0.16\lib\netstandard2.1\TouchSocket.Http.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\dnlib.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\dnlib.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\LZ4.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\LZ4.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\Microsoft.Bcl.AsyncInterfaces.6.0.0\lib\netstandard2.1\Microsoft.Bcl.AsyncInterfaces.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\Microsoft.Bcl.AsyncInterfaces.6.0.0\lib\netstandard2.1\Microsoft.Bcl.AsyncInterfaces.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Reflection.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Reflection.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\NuGet\Editor\NugetForUnity.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\NuGet\Editor\NugetForUnity.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\Editor\DesperateDevs.Unity.Editor.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\Editor\DesperateDevs.Unity.Editor.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Appenders.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Appenders.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Core.2.0.16\lib\netstandard2.1\TouchSocket.Core.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Core.2.0.16\lib\netstandard2.1\TouchSocket.Core.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Unity.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Unity.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\Google.Protobuf.3.18.3\lib\netstandard2.0\Google.Protobuf.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\Google.Protobuf.3.18.3\lib\netstandard2.0\Google.Protobuf.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.GradleProject.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\YooAsset.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\YooAsset.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEditor.UI.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEditor.UI.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEngine.UI.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEngine.UI.dll diff --git a/JNFrame2/GameScripts.csproj b/JNFrame2/GameScripts.csproj index 1685282a..e82881f2 100644 --- a/JNFrame2/GameScripts.csproj +++ b/JNFrame2/GameScripts.csproj @@ -26,7 +26,7 @@ full false Temp\Bin\Debug\GameScripts\ - UNITY_2022_3_1;UNITY_2022_3;UNITY_2022;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;UNITY_2022_1_OR_NEWER;UNITY_2022_2_OR_NEWER;UNITY_2022_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;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_BUILD;ENABLE_EDITOR_GAME_SERVICES;ENABLE_UNITY_GAME_SERVICES_ANALYTICS_SUPPORT;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_GENERATE_NATIVE_PLUGINS_FOR_ASSEMBLIES_API;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;ENABLE_NAVIGATION_PACKAGE_DEBUG_VISUALIZATION;ENABLE_NAVIGATION_HEIGHTMESH_RUNTIME_SUPPORT;ENABLE_NAVIGATION_UI_REQUIRES_PACKAGE;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;PLATFORM_INITIALIZES_MEMORY_MANAGER_EXPLICITLY;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;TEXTCORE_FONT_ENGINE_1_5_OR_NEWER;DOTWEEN;ENABLE_LOG;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER + UNITY_2022_3_16;UNITY_2022_3;UNITY_2022;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;UNITY_2022_1_OR_NEWER;UNITY_2022_2_OR_NEWER;UNITY_2022_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;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_BUILD;ENABLE_EDITOR_GAME_SERVICES;ENABLE_UNITY_GAME_SERVICES_ANALYTICS_SUPPORT;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_GENERATE_NATIVE_PLUGINS_FOR_ASSEMBLIES_API;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;ENABLE_NAVIGATION_PACKAGE_DEBUG_VISUALIZATION;ENABLE_NAVIGATION_HEIGHTMESH_RUNTIME_SUPPORT;ENABLE_NAVIGATION_UI_REQUIRES_PACKAGE;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;UNITY_UGP_API;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;PLATFORM_INITIALIZES_MEMORY_MANAGER_EXPLICITLY;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;TEXTCORE_FONT_ENGINE_1_5_OR_NEWER;DOTWEEN;ENABLE_LOG;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER prompt 4 0169,0649 @@ -41,37 +41,37 @@ false - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -146,763 +146,775 @@ - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ContentLoadModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ContentLoadModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.PropertiesModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PropertiesModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsCommonModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsCommonModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.EditorToolbarModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.EditorToolbarModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.PresetsUIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.PresetsUIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneViewModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneViewModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEditor.Graphs.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.Unity.Editor.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.Unity.Editor.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Threading.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Threading.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\TCPeasy\TCPeasy.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\TCPeasy\TCPeasy.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\Newtonsoft.Json.13.0.3\lib\netstandard2.0\Newtonsoft.Json.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\Newtonsoft.Json.13.0.3\lib\netstandard2.0\Newtonsoft.Json.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Caching.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Caching.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.testtools.codecoverage@1.2.3\lib\ReportGenerator\ReportGeneratorMerged.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.testtools.codecoverage@1.2.4\lib\ReportGenerator\ReportGeneratorMerged.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Text.Encodings.Web.6.0.0\lib\netstandard2.0\System.Text.Encodings.Web.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Text.Encodings.Web.6.0.0\lib\netstandard2.0\System.Text.Encodings.Web.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Serialization.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Serialization.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\unityplastic.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\unityplastic.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.Unity.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.Unity.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\Editor\DOTweenEditor.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\Editor\DOTweenEditor.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\TouchSocket.2.0.16\lib\netstandard2.1\TouchSocket.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\TouchSocket.2.0.16\lib\netstandard2.1\TouchSocket.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\log4netPlastic.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\log4netPlastic.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Formatters.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Formatters.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\lib\netstandard2.0\System.Text.Json.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\lib\netstandard2.0\System.Text.Json.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\DOTween.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\DOTween.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Extensions.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Extensions.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Http.2.0.16\lib\netstandard2.1\TouchSocket.Http.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Http.2.0.16\lib\netstandard2.1\TouchSocket.Http.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\dnlib.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\dnlib.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\LZ4.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\LZ4.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\Microsoft.Bcl.AsyncInterfaces.6.0.0\lib\netstandard2.1\Microsoft.Bcl.AsyncInterfaces.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\Microsoft.Bcl.AsyncInterfaces.6.0.0\lib\netstandard2.1\Microsoft.Bcl.AsyncInterfaces.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Reflection.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Reflection.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\NuGet\Editor\NugetForUnity.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\NuGet\Editor\NugetForUnity.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\Editor\DesperateDevs.Unity.Editor.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\Editor\DesperateDevs.Unity.Editor.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Appenders.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Appenders.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Core.2.0.16\lib\netstandard2.1\TouchSocket.Core.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Core.2.0.16\lib\netstandard2.1\TouchSocket.Core.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Unity.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Unity.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\Google.Protobuf.3.18.3\lib\netstandard2.0\Google.Protobuf.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\Google.Protobuf.3.18.3\lib\netstandard2.0\Google.Protobuf.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.GradleProject.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\Luban.Runtime.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Luban.Runtime.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\YooAsset.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\YooAsset.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEditor.UI.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEditor.UI.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEngine.UI.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEngine.UI.dll diff --git a/JNFrame2/HotMain.csproj b/JNFrame2/HotMain.csproj index f7dd94fd..9b4c7123 100644 --- a/JNFrame2/HotMain.csproj +++ b/JNFrame2/HotMain.csproj @@ -26,7 +26,7 @@ full false Temp\Bin\Debug\HotMain\ - UNITY_2022_3_1;UNITY_2022_3;UNITY_2022;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;UNITY_2022_1_OR_NEWER;UNITY_2022_2_OR_NEWER;UNITY_2022_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;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_BUILD;ENABLE_EDITOR_GAME_SERVICES;ENABLE_UNITY_GAME_SERVICES_ANALYTICS_SUPPORT;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_GENERATE_NATIVE_PLUGINS_FOR_ASSEMBLIES_API;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;ENABLE_NAVIGATION_PACKAGE_DEBUG_VISUALIZATION;ENABLE_NAVIGATION_HEIGHTMESH_RUNTIME_SUPPORT;ENABLE_NAVIGATION_UI_REQUIRES_PACKAGE;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;PLATFORM_INITIALIZES_MEMORY_MANAGER_EXPLICITLY;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;TEXTCORE_FONT_ENGINE_1_5_OR_NEWER;DOTWEEN;ENABLE_LOG;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER + UNITY_2022_3_16;UNITY_2022_3;UNITY_2022;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;UNITY_2022_1_OR_NEWER;UNITY_2022_2_OR_NEWER;UNITY_2022_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;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_BUILD;ENABLE_EDITOR_GAME_SERVICES;ENABLE_UNITY_GAME_SERVICES_ANALYTICS_SUPPORT;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_GENERATE_NATIVE_PLUGINS_FOR_ASSEMBLIES_API;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;ENABLE_NAVIGATION_PACKAGE_DEBUG_VISUALIZATION;ENABLE_NAVIGATION_HEIGHTMESH_RUNTIME_SUPPORT;ENABLE_NAVIGATION_UI_REQUIRES_PACKAGE;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;UNITY_UGP_API;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;PLATFORM_INITIALIZES_MEMORY_MANAGER_EXPLICITLY;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;TEXTCORE_FONT_ENGINE_1_5_OR_NEWER;DOTWEEN;ENABLE_LOG;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER prompt 4 0169,0649 @@ -41,40 +41,41 @@ false - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -87,763 +88,775 @@ - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ContentLoadModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ContentLoadModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.PropertiesModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PropertiesModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsCommonModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsCommonModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.EditorToolbarModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.EditorToolbarModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.PresetsUIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.PresetsUIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneViewModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneViewModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEditor.Graphs.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.Unity.Editor.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.Unity.Editor.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Threading.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Threading.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\TCPeasy\TCPeasy.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\TCPeasy\TCPeasy.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\Newtonsoft.Json.13.0.3\lib\netstandard2.0\Newtonsoft.Json.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\Newtonsoft.Json.13.0.3\lib\netstandard2.0\Newtonsoft.Json.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Caching.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Caching.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.testtools.codecoverage@1.2.3\lib\ReportGenerator\ReportGeneratorMerged.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.testtools.codecoverage@1.2.4\lib\ReportGenerator\ReportGeneratorMerged.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Text.Encodings.Web.6.0.0\lib\netstandard2.0\System.Text.Encodings.Web.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Text.Encodings.Web.6.0.0\lib\netstandard2.0\System.Text.Encodings.Web.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Serialization.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Serialization.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\unityplastic.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\unityplastic.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.Unity.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.Unity.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\Editor\DOTweenEditor.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\Editor\DOTweenEditor.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\TouchSocket.2.0.16\lib\netstandard2.1\TouchSocket.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\TouchSocket.2.0.16\lib\netstandard2.1\TouchSocket.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\log4netPlastic.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\log4netPlastic.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Formatters.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Formatters.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\lib\netstandard2.0\System.Text.Json.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\lib\netstandard2.0\System.Text.Json.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\DOTween.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\DOTween.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Extensions.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Extensions.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Http.2.0.16\lib\netstandard2.1\TouchSocket.Http.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Http.2.0.16\lib\netstandard2.1\TouchSocket.Http.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\dnlib.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\dnlib.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\LZ4.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\LZ4.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\Microsoft.Bcl.AsyncInterfaces.6.0.0\lib\netstandard2.1\Microsoft.Bcl.AsyncInterfaces.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\Microsoft.Bcl.AsyncInterfaces.6.0.0\lib\netstandard2.1\Microsoft.Bcl.AsyncInterfaces.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Reflection.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Reflection.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\NuGet\Editor\NugetForUnity.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\NuGet\Editor\NugetForUnity.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\Editor\DesperateDevs.Unity.Editor.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\Editor\DesperateDevs.Unity.Editor.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Appenders.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Appenders.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Core.2.0.16\lib\netstandard2.1\TouchSocket.Core.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Core.2.0.16\lib\netstandard2.1\TouchSocket.Core.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Unity.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Unity.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\Google.Protobuf.3.18.3\lib\netstandard2.0\Google.Protobuf.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\Google.Protobuf.3.18.3\lib\netstandard2.0\Google.Protobuf.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.GradleProject.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\YooAsset.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\YooAsset.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\HybridCLR.Runtime.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\HybridCLR.Runtime.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEditor.UI.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEditor.UI.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEngine.UI.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEngine.UI.dll diff --git a/JNFrame2/HotSamples.csproj b/JNFrame2/HotSamples.csproj index 5d5f7986..815b9809 100644 --- a/JNFrame2/HotSamples.csproj +++ b/JNFrame2/HotSamples.csproj @@ -26,7 +26,7 @@ full false Temp\Bin\Debug\HotSamples\ - UNITY_2022_3_1;UNITY_2022_3;UNITY_2022;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;UNITY_2022_1_OR_NEWER;UNITY_2022_2_OR_NEWER;UNITY_2022_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;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_BUILD;ENABLE_EDITOR_GAME_SERVICES;ENABLE_UNITY_GAME_SERVICES_ANALYTICS_SUPPORT;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_GENERATE_NATIVE_PLUGINS_FOR_ASSEMBLIES_API;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;ENABLE_NAVIGATION_PACKAGE_DEBUG_VISUALIZATION;ENABLE_NAVIGATION_HEIGHTMESH_RUNTIME_SUPPORT;ENABLE_NAVIGATION_UI_REQUIRES_PACKAGE;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;PLATFORM_INITIALIZES_MEMORY_MANAGER_EXPLICITLY;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;TEXTCORE_FONT_ENGINE_1_5_OR_NEWER;DOTWEEN;ENABLE_LOG;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER + UNITY_2022_3_16;UNITY_2022_3;UNITY_2022;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;UNITY_2022_1_OR_NEWER;UNITY_2022_2_OR_NEWER;UNITY_2022_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;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_BUILD;ENABLE_EDITOR_GAME_SERVICES;ENABLE_UNITY_GAME_SERVICES_ANALYTICS_SUPPORT;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_GENERATE_NATIVE_PLUGINS_FOR_ASSEMBLIES_API;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;ENABLE_NAVIGATION_PACKAGE_DEBUG_VISUALIZATION;ENABLE_NAVIGATION_HEIGHTMESH_RUNTIME_SUPPORT;ENABLE_NAVIGATION_UI_REQUIRES_PACKAGE;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;UNITY_UGP_API;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;PLATFORM_INITIALIZES_MEMORY_MANAGER_EXPLICITLY;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;TEXTCORE_FONT_ENGINE_1_5_OR_NEWER;DOTWEEN;ENABLE_LOG;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER prompt 4 0169,0649 @@ -41,793 +41,805 @@ false - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ContentLoadModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ContentLoadModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.PropertiesModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PropertiesModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsCommonModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsCommonModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.EditorToolbarModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.EditorToolbarModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.PresetsUIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.PresetsUIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneViewModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneViewModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEditor.Graphs.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.Unity.Editor.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.Unity.Editor.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Threading.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Threading.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\TCPeasy\TCPeasy.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\TCPeasy\TCPeasy.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\Newtonsoft.Json.13.0.3\lib\netstandard2.0\Newtonsoft.Json.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\Newtonsoft.Json.13.0.3\lib\netstandard2.0\Newtonsoft.Json.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Caching.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Caching.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.testtools.codecoverage@1.2.3\lib\ReportGenerator\ReportGeneratorMerged.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.testtools.codecoverage@1.2.4\lib\ReportGenerator\ReportGeneratorMerged.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Text.Encodings.Web.6.0.0\lib\netstandard2.0\System.Text.Encodings.Web.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Text.Encodings.Web.6.0.0\lib\netstandard2.0\System.Text.Encodings.Web.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Serialization.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Serialization.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\unityplastic.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\unityplastic.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.Unity.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.Unity.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\Editor\DOTweenEditor.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\Editor\DOTweenEditor.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\TouchSocket.2.0.16\lib\netstandard2.1\TouchSocket.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\TouchSocket.2.0.16\lib\netstandard2.1\TouchSocket.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\log4netPlastic.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\log4netPlastic.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Formatters.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Formatters.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\lib\netstandard2.0\System.Text.Json.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\lib\netstandard2.0\System.Text.Json.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\DOTween.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\DOTween.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Extensions.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Extensions.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Http.2.0.16\lib\netstandard2.1\TouchSocket.Http.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Http.2.0.16\lib\netstandard2.1\TouchSocket.Http.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\dnlib.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\dnlib.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\LZ4.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\LZ4.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\Microsoft.Bcl.AsyncInterfaces.6.0.0\lib\netstandard2.1\Microsoft.Bcl.AsyncInterfaces.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\Microsoft.Bcl.AsyncInterfaces.6.0.0\lib\netstandard2.1\Microsoft.Bcl.AsyncInterfaces.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Reflection.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Reflection.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\NuGet\Editor\NugetForUnity.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\NuGet\Editor\NugetForUnity.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\Editor\DesperateDevs.Unity.Editor.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\Editor\DesperateDevs.Unity.Editor.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Appenders.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Appenders.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Core.2.0.16\lib\netstandard2.1\TouchSocket.Core.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Core.2.0.16\lib\netstandard2.1\TouchSocket.Core.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Unity.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Unity.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\Google.Protobuf.3.18.3\lib\netstandard2.0\Google.Protobuf.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\Google.Protobuf.3.18.3\lib\netstandard2.0\Google.Protobuf.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.GradleProject.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEditor.UI.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEditor.UI.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEngine.UI.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEngine.UI.dll diff --git a/JNFrame2/JNFrame2.sln.DotSettings.user b/JNFrame2/JNFrame2.sln.DotSettings.user index dfc3c550..b801185f 100644 --- a/JNFrame2/JNFrame2.sln.DotSettings.user +++ b/JNFrame2/JNFrame2.sln.DotSettings.user @@ -5,4 +5,5 @@ <Assembly Path="E:\project\JNFrame2\Assets\JNGame\Plugins\DesperateDevs\DesperateDevs.Serialization.dll" /> <Assembly Path="D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\YooAsset.dll" /> <Assembly Path="D:\myproject\JisolGame\JNFrame2\Assets\Plugins\JNGame\Runtime\Plugins\DesperateDevs\Editor\DesperateDevs.Unity.Editor.dll" /> + <Assembly Path="D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\System.Numerics.Vectors.dll" /> </AssemblyExplorer> \ No newline at end of file diff --git a/JNFrame2/JNGame.DotRecast.csproj b/JNFrame2/JNGame.DotRecast.csproj new file mode 100644 index 00000000..f7188735 --- /dev/null +++ b/JNFrame2/JNGame.DotRecast.csproj @@ -0,0 +1,1188 @@ + + + + 9.0 + <_TargetFrameworkDirectories>non_empty_path_generated_by_unity.rider.package + <_FullFrameworkReferenceAssemblyPaths>non_empty_path_generated_by_unity.rider.package + true + + + Debug + AnyCPU + 10.0.20506 + 2.0 + + {a807c896-12df-7248-108d-3c2bb4b554cf} + {E097FAD1-6243-4DAD-9C02-E9B9EFC3FFC1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + Library + Properties + JNGame.DotRecast + v4.7.1 + 512 + . + + + true + full + false + Temp\Bin\Debug\JNGame.DotRecast\ + UNITY_2022_3_16;UNITY_2022_3;UNITY_2022;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;UNITY_2022_1_OR_NEWER;UNITY_2022_2_OR_NEWER;UNITY_2022_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;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_BUILD;ENABLE_EDITOR_GAME_SERVICES;ENABLE_UNITY_GAME_SERVICES_ANALYTICS_SUPPORT;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_GENERATE_NATIVE_PLUGINS_FOR_ASSEMBLIES_API;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;ENABLE_NAVIGATION_PACKAGE_DEBUG_VISUALIZATION;ENABLE_NAVIGATION_HEIGHTMESH_RUNTIME_SUPPORT;ENABLE_NAVIGATION_UI_REQUIRES_PACKAGE;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;UNITY_UGP_API;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;PLATFORM_INITIALIZES_MEMORY_MANAGER_EXPLICITLY;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;TEXTCORE_FONT_ENGINE_1_5_OR_NEWER;DOTWEEN;ENABLE_LOG;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER + prompt + 4 + 0169,0649 + False + False + + + true + true + false + false + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ContentLoadModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PropertiesModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsCommonModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.EditorToolbarModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.PresetsUIModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneViewModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + + + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.Unity.Editor.dll + + + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + + + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Threading.dll + + + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll + + + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\TCPeasy\TCPeasy.dll + + + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\Newtonsoft.Json.13.0.3\lib\netstandard2.0\Newtonsoft.Json.dll + + + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Caching.dll + + + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.testtools.codecoverage@1.2.4\lib\ReportGenerator\ReportGeneratorMerged.dll + + + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Text.Encodings.Web.6.0.0\lib\netstandard2.0\System.Text.Encodings.Web.dll + + + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Serialization.dll + + + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + + + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\unityplastic.dll + + + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.Unity.dll + + + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\Editor\DOTweenEditor.dll + + + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + + + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.dll + + + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\TouchSocket.2.0.16\lib\netstandard2.1\TouchSocket.dll + + + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\log4netPlastic.dll + + + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + + + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Formatters.dll + + + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.dll + + + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\lib\netstandard2.0\System.Text.Json.dll + + + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\DOTween.dll + + + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Extensions.dll + + + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Http.2.0.16\lib\netstandard2.1\TouchSocket.Http.dll + + + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\dnlib.dll + + + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + + + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\LZ4.dll + + + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.dll + + + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\Microsoft.Bcl.AsyncInterfaces.6.0.0\lib\netstandard2.1\Microsoft.Bcl.AsyncInterfaces.dll + + + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + + + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Reflection.dll + + + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\NuGet\Editor\NugetForUnity.dll + + + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\Editor\DesperateDevs.Unity.Editor.dll + + + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Appenders.dll + + + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Core.2.0.16\lib\netstandard2.1\TouchSocket.Core.dll + + + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.dll + + + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Unity.dll + + + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\Google.Protobuf.3.18.3\lib\netstandard2.0\Google.Protobuf.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.GradleProject.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll + + + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEditor.UI.dll + + + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEngine.UI.dll + + + + + {1984a296-2d3a-e31a-3e0a-01408db12457} + JNGame.Math + + + + + diff --git a/JNFrame2/JNGame.Editor.csproj b/JNFrame2/JNGame.Editor.csproj index b5551fd1..f928d792 100644 --- a/JNFrame2/JNGame.Editor.csproj +++ b/JNFrame2/JNGame.Editor.csproj @@ -26,7 +26,7 @@ full false Temp\Bin\Debug\JNGame.Editor\ - UNITY_2022_3_1;UNITY_2022_3;UNITY_2022;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;UNITY_2022_1_OR_NEWER;UNITY_2022_2_OR_NEWER;UNITY_2022_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;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_BUILD;ENABLE_EDITOR_GAME_SERVICES;ENABLE_UNITY_GAME_SERVICES_ANALYTICS_SUPPORT;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_GENERATE_NATIVE_PLUGINS_FOR_ASSEMBLIES_API;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;ENABLE_NAVIGATION_PACKAGE_DEBUG_VISUALIZATION;ENABLE_NAVIGATION_HEIGHTMESH_RUNTIME_SUPPORT;ENABLE_NAVIGATION_UI_REQUIRES_PACKAGE;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;PLATFORM_INITIALIZES_MEMORY_MANAGER_EXPLICITLY;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;TEXTCORE_FONT_ENGINE_1_5_OR_NEWER;DOTWEEN;ENABLE_LOG;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER;UNITY_EDITOR_ONLY_COMPILATION + UNITY_2022_3_16;UNITY_2022_3;UNITY_2022;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;UNITY_2022_1_OR_NEWER;UNITY_2022_2_OR_NEWER;UNITY_2022_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;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_BUILD;ENABLE_EDITOR_GAME_SERVICES;ENABLE_UNITY_GAME_SERVICES_ANALYTICS_SUPPORT;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_GENERATE_NATIVE_PLUGINS_FOR_ASSEMBLIES_API;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;ENABLE_NAVIGATION_PACKAGE_DEBUG_VISUALIZATION;ENABLE_NAVIGATION_HEIGHTMESH_RUNTIME_SUPPORT;ENABLE_NAVIGATION_UI_REQUIRES_PACKAGE;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;UNITY_UGP_API;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;PLATFORM_INITIALIZES_MEMORY_MANAGER_EXPLICITLY;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;TEXTCORE_FONT_ENGINE_1_5_OR_NEWER;DOTWEEN;ENABLE_LOG;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER;UNITY_EDITOR_ONLY_COMPILATION prompt 4 0169,0649 @@ -41,37 +41,37 @@ false - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -119,775 +119,787 @@ - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ContentLoadModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ContentLoadModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.NVIDIAModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.NVIDIAModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.PropertiesModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PropertiesModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsCommonModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsCommonModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.EditorToolbarModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.EditorToolbarModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.PresetsUIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.PresetsUIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneViewModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneViewModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEditor.Graphs.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.Unity.Editor.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.Unity.Editor.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Threading.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Threading.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\TCPeasy\TCPeasy.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\TCPeasy\TCPeasy.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\Newtonsoft.Json.13.0.3\lib\netstandard2.0\Newtonsoft.Json.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\Newtonsoft.Json.13.0.3\lib\netstandard2.0\Newtonsoft.Json.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Caching.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Caching.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.testtools.codecoverage@1.2.3\lib\ReportGenerator\ReportGeneratorMerged.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.testtools.codecoverage@1.2.4\lib\ReportGenerator\ReportGeneratorMerged.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Text.Encodings.Web.6.0.0\lib\netstandard2.0\System.Text.Encodings.Web.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Text.Encodings.Web.6.0.0\lib\netstandard2.0\System.Text.Encodings.Web.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Serialization.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Serialization.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\unityplastic.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\unityplastic.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.Unity.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.Unity.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\Editor\DOTweenEditor.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\Editor\DOTweenEditor.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\TouchSocket.2.0.16\lib\netstandard2.1\TouchSocket.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\TouchSocket.2.0.16\lib\netstandard2.1\TouchSocket.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\log4netPlastic.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\log4netPlastic.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Formatters.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Formatters.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\lib\netstandard2.0\System.Text.Json.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\lib\netstandard2.0\System.Text.Json.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\DOTween.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\DOTween.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Extensions.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Extensions.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Http.2.0.16\lib\netstandard2.1\TouchSocket.Http.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Http.2.0.16\lib\netstandard2.1\TouchSocket.Http.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\dnlib.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\dnlib.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\LZ4.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\LZ4.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\Microsoft.Bcl.AsyncInterfaces.6.0.0\lib\netstandard2.1\Microsoft.Bcl.AsyncInterfaces.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\Microsoft.Bcl.AsyncInterfaces.6.0.0\lib\netstandard2.1\Microsoft.Bcl.AsyncInterfaces.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Reflection.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Reflection.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\NuGet\Editor\NugetForUnity.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\NuGet\Editor\NugetForUnity.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\Editor\DesperateDevs.Unity.Editor.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\Editor\DesperateDevs.Unity.Editor.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Appenders.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Appenders.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Core.2.0.16\lib\netstandard2.1\TouchSocket.Core.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Core.2.0.16\lib\netstandard2.1\TouchSocket.Core.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Unity.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Unity.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\Google.Protobuf.3.18.3\lib\netstandard2.0\Google.Protobuf.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\Google.Protobuf.3.18.3\lib\netstandard2.0\Google.Protobuf.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.ext.nunit@1.0.6\net35\unity-custom\nunit.framework.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.ext.nunit@1.0.6\net35\unity-custom\nunit.framework.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.GradleProject.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.AI.Navigation.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.AI.Navigation.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.AI.Navigation.Editor.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.AI.Navigation.Editor.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEditor.UI.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEditor.UI.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEngine.UI.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEngine.UI.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEditor.TestRunner.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEditor.TestRunner.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEngine.TestRunner.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEngine.TestRunner.dll diff --git a/JNFrame2/JNGame.Math.csproj b/JNFrame2/JNGame.Math.csproj new file mode 100644 index 00000000..2e37225d --- /dev/null +++ b/JNFrame2/JNGame.Math.csproj @@ -0,0 +1,877 @@ + + + + 9.0 + <_TargetFrameworkDirectories>non_empty_path_generated_by_unity.rider.package + <_FullFrameworkReferenceAssemblyPaths>non_empty_path_generated_by_unity.rider.package + true + + + Debug + AnyCPU + 10.0.20506 + 2.0 + + {1984a296-2d3a-e31a-3e0a-01408db12457} + {E097FAD1-6243-4DAD-9C02-E9B9EFC3FFC1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + Library + Properties + JNGame.Math + v4.7.1 + 512 + . + + + true + full + false + Temp\Bin\Debug\JNGame.Math\ + UNITY_2022_3_16;UNITY_2022_3;UNITY_2022;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;UNITY_2022_1_OR_NEWER;UNITY_2022_2_OR_NEWER;UNITY_2022_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;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_BUILD;ENABLE_EDITOR_GAME_SERVICES;ENABLE_UNITY_GAME_SERVICES_ANALYTICS_SUPPORT;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_GENERATE_NATIVE_PLUGINS_FOR_ASSEMBLIES_API;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;ENABLE_NAVIGATION_PACKAGE_DEBUG_VISUALIZATION;ENABLE_NAVIGATION_HEIGHTMESH_RUNTIME_SUPPORT;ENABLE_NAVIGATION_UI_REQUIRES_PACKAGE;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;UNITY_UGP_API;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;PLATFORM_INITIALIZES_MEMORY_MANAGER_EXPLICITLY;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;TEXTCORE_FONT_ENGINE_1_5_OR_NEWER;DOTWEEN;ENABLE_LOG;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER + prompt + 4 + 0169,0649 + False + False + + + true + true + false + false + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ContentLoadModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PropertiesModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsCommonModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.EditorToolbarModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.PresetsUIModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneViewModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + + + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.Unity.Editor.dll + + + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + + + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Threading.dll + + + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll + + + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\TCPeasy\TCPeasy.dll + + + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\Newtonsoft.Json.13.0.3\lib\netstandard2.0\Newtonsoft.Json.dll + + + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Caching.dll + + + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.testtools.codecoverage@1.2.4\lib\ReportGenerator\ReportGeneratorMerged.dll + + + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Text.Encodings.Web.6.0.0\lib\netstandard2.0\System.Text.Encodings.Web.dll + + + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Serialization.dll + + + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + + + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\unityplastic.dll + + + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.Unity.dll + + + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\Editor\DOTweenEditor.dll + + + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + + + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.dll + + + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\TouchSocket.2.0.16\lib\netstandard2.1\TouchSocket.dll + + + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\log4netPlastic.dll + + + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + + + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Formatters.dll + + + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.dll + + + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\lib\netstandard2.0\System.Text.Json.dll + + + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\DOTween.dll + + + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Extensions.dll + + + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Http.2.0.16\lib\netstandard2.1\TouchSocket.Http.dll + + + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\dnlib.dll + + + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + + + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\LZ4.dll + + + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.dll + + + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\Microsoft.Bcl.AsyncInterfaces.6.0.0\lib\netstandard2.1\Microsoft.Bcl.AsyncInterfaces.dll + + + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + + + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Reflection.dll + + + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\NuGet\Editor\NugetForUnity.dll + + + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\Editor\DesperateDevs.Unity.Editor.dll + + + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Appenders.dll + + + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Core.2.0.16\lib\netstandard2.1\TouchSocket.Core.dll + + + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.dll + + + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Unity.dll + + + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\Google.Protobuf.3.18.3\lib\netstandard2.0\Google.Protobuf.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.GradleProject.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll + + + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEditor.UI.dll + + + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEngine.UI.dll + + + + + + + diff --git a/JNFrame2/JNGame.csproj b/JNFrame2/JNGame.csproj index d309ef51..b27b857c 100644 --- a/JNFrame2/JNGame.csproj +++ b/JNFrame2/JNGame.csproj @@ -26,7 +26,7 @@ full false Temp\Bin\Debug\JNGame\ - UNITY_2022_3_1;UNITY_2022_3;UNITY_2022;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;UNITY_2022_1_OR_NEWER;UNITY_2022_2_OR_NEWER;UNITY_2022_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;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_BUILD;ENABLE_EDITOR_GAME_SERVICES;ENABLE_UNITY_GAME_SERVICES_ANALYTICS_SUPPORT;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_GENERATE_NATIVE_PLUGINS_FOR_ASSEMBLIES_API;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;ENABLE_NAVIGATION_PACKAGE_DEBUG_VISUALIZATION;ENABLE_NAVIGATION_HEIGHTMESH_RUNTIME_SUPPORT;ENABLE_NAVIGATION_UI_REQUIRES_PACKAGE;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;PLATFORM_INITIALIZES_MEMORY_MANAGER_EXPLICITLY;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;TEXTCORE_FONT_ENGINE_1_5_OR_NEWER;DOTWEEN;ENABLE_LOG;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER + UNITY_2022_3_16;UNITY_2022_3;UNITY_2022;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;UNITY_2022_1_OR_NEWER;UNITY_2022_2_OR_NEWER;UNITY_2022_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;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_BUILD;ENABLE_EDITOR_GAME_SERVICES;ENABLE_UNITY_GAME_SERVICES_ANALYTICS_SUPPORT;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_GENERATE_NATIVE_PLUGINS_FOR_ASSEMBLIES_API;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;ENABLE_NAVIGATION_PACKAGE_DEBUG_VISUALIZATION;ENABLE_NAVIGATION_HEIGHTMESH_RUNTIME_SUPPORT;ENABLE_NAVIGATION_UI_REQUIRES_PACKAGE;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;UNITY_UGP_API;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;PLATFORM_INITIALIZES_MEMORY_MANAGER_EXPLICITLY;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;TEXTCORE_FONT_ENGINE_1_5_OR_NEWER;DOTWEEN;ENABLE_LOG;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER prompt 4 0169,0649 @@ -41,37 +41,37 @@ false - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -211,7 +211,6 @@ - @@ -357,7 +356,6 @@ - @@ -619,760 +617,772 @@ - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ContentLoadModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ContentLoadModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.PropertiesModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PropertiesModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsCommonModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsCommonModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.EditorToolbarModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.EditorToolbarModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.PresetsUIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.PresetsUIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneViewModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneViewModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEditor.Graphs.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.Unity.Editor.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.Unity.Editor.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Threading.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Threading.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\TCPeasy\TCPeasy.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\TCPeasy\TCPeasy.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\Newtonsoft.Json.13.0.3\lib\netstandard2.0\Newtonsoft.Json.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\Newtonsoft.Json.13.0.3\lib\netstandard2.0\Newtonsoft.Json.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Caching.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Caching.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.testtools.codecoverage@1.2.3\lib\ReportGenerator\ReportGeneratorMerged.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.testtools.codecoverage@1.2.4\lib\ReportGenerator\ReportGeneratorMerged.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Text.Encodings.Web.6.0.0\lib\netstandard2.0\System.Text.Encodings.Web.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Text.Encodings.Web.6.0.0\lib\netstandard2.0\System.Text.Encodings.Web.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Serialization.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Serialization.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\unityplastic.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\unityplastic.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.Unity.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.Unity.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\Editor\DOTweenEditor.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\Editor\DOTweenEditor.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\TouchSocket.2.0.16\lib\netstandard2.1\TouchSocket.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\TouchSocket.2.0.16\lib\netstandard2.1\TouchSocket.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\log4netPlastic.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\log4netPlastic.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Formatters.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Formatters.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\lib\netstandard2.0\System.Text.Json.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\lib\netstandard2.0\System.Text.Json.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\DOTween.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\DOTween.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Extensions.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Extensions.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Http.2.0.16\lib\netstandard2.1\TouchSocket.Http.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Http.2.0.16\lib\netstandard2.1\TouchSocket.Http.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\dnlib.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\dnlib.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\LZ4.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\LZ4.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\Microsoft.Bcl.AsyncInterfaces.6.0.0\lib\netstandard2.1\Microsoft.Bcl.AsyncInterfaces.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\Microsoft.Bcl.AsyncInterfaces.6.0.0\lib\netstandard2.1\Microsoft.Bcl.AsyncInterfaces.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Reflection.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Reflection.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\NuGet\Editor\NugetForUnity.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\NuGet\Editor\NugetForUnity.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\Editor\DesperateDevs.Unity.Editor.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\Editor\DesperateDevs.Unity.Editor.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Appenders.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Appenders.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Core.2.0.16\lib\netstandard2.1\TouchSocket.Core.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Core.2.0.16\lib\netstandard2.1\TouchSocket.Core.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Unity.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Unity.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\Google.Protobuf.3.18.3\lib\netstandard2.0\Google.Protobuf.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\Google.Protobuf.3.18.3\lib\netstandard2.0\Google.Protobuf.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.GradleProject.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.AI.Navigation.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.AI.Navigation.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEditor.UI.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEditor.UI.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEngine.UI.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEngine.UI.dll diff --git a/JNFrame2/Logs/AssetImportWorker0-prev.log b/JNFrame2/Logs/AssetImportWorker0-prev.log index 9d7dbc0c..2ab55f68 100644 --- a/JNFrame2/Logs/AssetImportWorker0-prev.log +++ b/JNFrame2/Logs/AssetImportWorker0-prev.log @@ -15,7 +15,7 @@ D:/myproject/JisolGame/JNFrame2 -logFile Logs/AssetImportWorker0.log -srvPort -55977 +61497 Successfully changed project path to: D:/myproject/JisolGame/JNFrame2 D:/myproject/JisolGame/JNFrame2 [UnityMemory] Configuration Parameters - Can be set up in boot.config @@ -49,11 +49,11 @@ D:/myproject/JisolGame/JNFrame2 "memorysetup-temp-allocator-size-cloud-worker=32768" "memorysetup-temp-allocator-size-gi-baking-worker=262144" "memorysetup-temp-allocator-size-gfx=262144" -Player connection [3540] Host "[IP] 192.168.1.115 [Port] 0 [Flags] 2 [Guid] 3210718881 [EditorId] 3210718881 [Version] 1048832 [Id] WindowsEditor(7,PC-20230316NUNE) [Debug] 1 [PackageName] WindowsEditor [ProjectName] Editor" joined multi-casting on [225.0.0.222:54997]... +Player connection [33340] Host "[IP] 192.168.1.115 [Port] 0 [Flags] 2 [Guid] 3106062150 [EditorId] 3106062150 [Version] 1048832 [Id] WindowsEditor(7,PC-20230316NUNE) [Debug] 1 [PackageName] WindowsEditor [ProjectName] Editor" joined multi-casting on [225.0.0.222:54997]... -Player connection [3540] Host "[IP] 192.168.1.115 [Port] 0 [Flags] 2 [Guid] 3210718881 [EditorId] 3210718881 [Version] 1048832 [Id] WindowsEditor(7,PC-20230316NUNE) [Debug] 1 [PackageName] WindowsEditor [ProjectName] Editor" joined alternative multi-casting on [225.0.0.222:34997]... +Player connection [33340] Host "[IP] 192.168.1.115 [Port] 0 [Flags] 2 [Guid] 3106062150 [EditorId] 3106062150 [Version] 1048832 [Id] WindowsEditor(7,PC-20230316NUNE) [Debug] 1 [PackageName] WindowsEditor [ProjectName] Editor" joined alternative multi-casting on [225.0.0.222:34997]... -Refreshing native plugins compatible for Editor in 183.62 ms, found 3 plugins. +Refreshing native plugins compatible for Editor in 61.96 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Initialize engine version: 2022.3.1f1 (f18e0c1b5784) [Subsystems] Discovering subsystems at path D:/Unity/2022.3.1f1/Editor/Data/Resources/UnitySubsystems @@ -69,1207 +69,103 @@ Initialize mono Mono path[0] = 'D:/Unity/2022.3.1f1/Editor/Data/Managed' Mono path[1] = 'D:/Unity/2022.3.1f1/Editor/Data/MonoBleedingEdge/lib/mono/unityjit-win32' Mono config path = 'D:/Unity/2022.3.1f1/Editor/Data/MonoBleedingEdge/etc' -Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56800 +Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56272 Begin MonoManager ReloadAssembly Registering precompiled unity dll's ... Register platform support module: D:/Unity/2022.3.1f1/Editor/Data/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll -Registered in 0.015193 seconds. -- Loaded All Assemblies, in 1.307 seconds +Registered in 0.009658 seconds. +- Loaded All Assemblies, in 0.704 seconds Native extension for WindowsStandalone target not found Mono: successfully reloaded assembly -- Finished resetting the current domain, in 0.616 seconds -Domain Reload Profiling: 1917ms - BeginReloadAssembly (525ms) +- Finished resetting the current domain, in 0.429 seconds +Domain Reload Profiling: 1121ms + BeginReloadAssembly (122ms) ExecutionOrderSort (0ms) DisableScriptedObjects (0ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (14ms) - RebuildCommonClasses (143ms) - RebuildNativeTypeToScriptingClass (25ms) - initialDomainReloadingComplete (179ms) - LoadAllAssembliesAndSetupDomain (429ms) - LoadAssemblies (469ms) + CreateAndSetChildDomain (2ms) + RebuildCommonClasses (58ms) + RebuildNativeTypeToScriptingClass (16ms) + initialDomainReloadingComplete (201ms) + LoadAllAssembliesAndSetupDomain (293ms) + LoadAssemblies (118ms) RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (385ms) - TypeCache.Refresh (384ms) - TypeCache.ScanAssembly (344ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) + AnalyzeDomain (273ms) + TypeCache.Refresh (272ms) + TypeCache.ScanAssembly (244ms) + ScanForSourceGeneratedMonoScriptInfo (1ms) ResolveRequiredComponents (1ms) - FinalizeReload (617ms) + FinalizeReload (430ms) ReleaseScriptCaches (0ms) RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (484ms) + SetupLoadedEditorAssemblies (336ms) LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (23ms) - SetLoadedEditorAssemblies (15ms) + InitializePlatformSupportModulesInManaged (18ms) + SetLoadedEditorAssemblies (13ms) RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (5ms) - ProcessInitializeOnLoadAttributes (323ms) - ProcessInitializeOnLoadMethodAttributes (117ms) + BeforeProcessingInitializeOnLoad (4ms) + ProcessInitializeOnLoadAttributes (214ms) + ProcessInitializeOnLoadMethodAttributes (87ms) AfterProcessingInitializeOnLoad (0ms) - EditorAssembliesLoaded (1ms) + EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) AwakeInstancesAfterBackupRestoration (0ms) ======================================================================== Worker process is ready to serve import requests Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 2.760 seconds -Refreshing native plugins compatible for Editor in 45.93 ms, found 3 plugins. +- Loaded All Assemblies, in 10.442 seconds +Refreshing native plugins compatible for Editor in 45.47 ms, found 3 plugins. Native extension for WindowsStandalone target not found Package Manager log level set to [2] [Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument [Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). [Package Manager] Cannot connect to Unity Package Manager local server Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.764 seconds -Domain Reload Profiling: 4513ms - BeginReloadAssembly (359ms) +- Finished resetting the current domain, in 1.807 seconds +Domain Reload Profiling: 12238ms + BeginReloadAssembly (5298ms) ExecutionOrderSort (0ms) - DisableScriptedObjects (9ms) + DisableScriptedObjects (12ms) BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (44ms) - RebuildCommonClasses (88ms) - RebuildNativeTypeToScriptingClass (17ms) - initialDomainReloadingComplete (125ms) - LoadAllAssembliesAndSetupDomain (2159ms) - LoadAssemblies (1454ms) + ReleaseScriptingObjects (1ms) + CreateAndSetChildDomain (271ms) + RebuildCommonClasses (1276ms) + RebuildNativeTypeToScriptingClass (74ms) + initialDomainReloadingComplete (1273ms) + LoadAllAssembliesAndSetupDomain (2510ms) + LoadAssemblies (6400ms) RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (885ms) - TypeCache.Refresh (817ms) - TypeCache.ScanAssembly (784ms) - ScanForSourceGeneratedMonoScriptInfo (49ms) - ResolveRequiredComponents (19ms) - FinalizeReload (1765ms) + AnalyzeDomain (977ms) + TypeCache.Refresh (901ms) + TypeCache.ScanAssembly (857ms) + ScanForSourceGeneratedMonoScriptInfo (52ms) + ResolveRequiredComponents (23ms) + FinalizeReload (1808ms) ReleaseScriptCaches (0ms) RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (1238ms) + SetupLoadedEditorAssemblies (1452ms) LogAssemblyErrors (0ms) InitializePlatformSupportModulesInManaged (14ms) SetLoadedEditorAssemblies (10ms) RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (187ms) - ProcessInitializeOnLoadAttributes (963ms) - ProcessInitializeOnLoadMethodAttributes (49ms) + BeforeProcessingInitializeOnLoad (226ms) + ProcessInitializeOnLoadAttributes (1133ms) + ProcessInitializeOnLoadMethodAttributes (55ms) AfterProcessingInitializeOnLoad (14ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (20ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Launched and connected shader compiler UnityShaderCompiler.exe after 0.13 seconds -Refreshing native plugins compatible for Editor in 60.76 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5206 Unused Serialized files (Serialized files now loaded: 0) -Unloading 135 unused Assets / (213.7 KB). Loaded Objects now: 5633. -Memory consumption went from 177.5 MB to 177.3 MB. -Total: 10.234100 ms (FindLiveObjects: 0.941300 ms CreateObjectMapping: 2.171600 ms MarkObjects: 6.685900 ms DeleteObjects: 0.432200 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Import Request. - Time since last request: 20179.492656 seconds. - path: Assets/HotScripts/GameLauncher/HotLauncherMain.cs - artifactKey: Guid(9a4484ccb149dc24aa373a560079afd7) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotScripts/GameLauncher/HotLauncherMain.cs using Guid(9a4484ccb149dc24aa373a560079afd7) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '54114243bb91946b63fadd036f40ee12') in 0.006512 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 357.869951 seconds. - path: Assets/HotScripts/GameLauncher - artifactKey: Guid(66a61ebb88a94e742a5d74adb5ad268f) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotScripts/GameLauncher using Guid(66a61ebb88a94e742a5d74adb5ad268f) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'bc5fa2f76f25eaa5a6fb5167432bbf2c') in 0.001038 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 394.307649 seconds. - path: Assets/HotScripts/GameScripts - artifactKey: Guid(a0e886dedded7384784adaae86dd1ddf) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotScripts/GameScripts using Guid(a0e886dedded7384784adaae86dd1ddf) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'aed2fd12c65353f610c79eb9f45b6886') in 0.000789 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 6.772773 seconds. - path: Assets/HotScripts/GameScripts/Luban - artifactKey: Guid(0ec1fdd148332ce438190792d6e1484e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotScripts/GameScripts/Luban using Guid(0ec1fdd148332ce438190792d6e1484e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '73d77d5e111c9c740b2d7a0017061328') in 0.000545 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 9.871850 seconds. - path: Assets/HotScripts/GameLauncher/FGui - artifactKey: Guid(382f010898382c74c85229058ab6e520) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotScripts/GameLauncher/FGui using Guid(382f010898382c74c85229058ab6e520) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'de7e1bd5b1ea65dc3ff47bb39089d1d5') in 0.002171 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 1.037891 seconds. - path: Assets/HotScripts/GameLauncher/FGui/Publish - artifactKey: Guid(daf23295ecba47f4aaea7c1eb5d2ac11) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotScripts/GameLauncher/FGui/Publish using Guid(daf23295ecba47f4aaea7c1eb5d2ac11) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '779aa7249a3cdd78ddec233ccbc0612b') in 0.000529 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 2.338989 seconds. - path: Assets/HotScripts/GameLauncher/FGui/Publish/Launcher - artifactKey: Guid(5ad8b594dcec3544bb060084303c6e20) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotScripts/GameLauncher/FGui/Publish/Launcher using Guid(5ad8b594dcec3544bb060084303c6e20) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '091698e99e480f1db58015ff49fc27d9') in 0.000595 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 16.233180 seconds. - path: Assets/HotScripts/GameScripts/Luban/Gen - artifactKey: Guid(47e17cb7353420c4693cc1c59fa27173) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotScripts/GameScripts/Luban/Gen using Guid(47e17cb7353420c4693cc1c59fa27173) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '6199b5a9bb049930e1810b7dd22a7acb') in 0.001361 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 547.775882 seconds. - path: Assets/HotScripts/GameScripts/Luban/Config - artifactKey: Guid(47e17cb7353420c4693cc1c59fa27173) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotScripts/GameScripts/Luban/Config using Guid(47e17cb7353420c4693cc1c59fa27173) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '763b69f746b75ceea71a2a9ce81de048') in 0.000644 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 13.139504 seconds. - path: Assets/HotResources/ResResource - artifactKey: Guid(41b6813a035e0034e8584e4ddf38a71c) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource using Guid(41b6813a035e0034e8584e4ddf38a71c) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'b6bd5f227beef3a425bcb2e0c796b6c0') in 0.001961 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.051048 seconds. - path: Assets/HotResources/ResResource/HotPrefab.prefab - artifactKey: Guid(053771d6a5f02174db227bd70d962ea5) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/HotPrefab.prefab using Guid(053771d6a5f02174db227bd70d962ea5) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '006848b0d32e25a4d87a3f73504bf11e') in 0.087973 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 10 -======================================================================== -Received Import Request. - Time since last request: 8.719291 seconds. - path: Assets/HotResources/ResResource/Luban - artifactKey: Guid(b19ee93c60f6bb94c90a6548ac69d6f0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/Luban using Guid(b19ee93c60f6bb94c90a6548ac69d6f0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'a8bd6634ddab1feebe473fe73ce9235a') in 0.000700 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 10.289252 seconds. - path: Assets/HotResources/ResResource/Luban/Gen - artifactKey: Guid(1a462b1a49cce884cb2fc41691361b55) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/Luban/Gen using Guid(1a462b1a49cce884cb2fc41691361b55) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '0f92c3c752acc80982ccdd9a27dbd93f') in 0.000445 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 2683.503613 seconds. - path: Assets/HotMain/HotMain.asmdef - artifactKey: Guid(00b62574639528e40bdd0ce0d013db67) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotMain/HotMain.asmdef using Guid(00b62574639528e40bdd0ce0d013db67) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'b3a55682f3ad6008b08a886c7cc098f5') in 0.005866 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 1.893935 seconds. - path: Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef - artifactKey: Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef using Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000915 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.001384 seconds. - path: Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef - artifactKey: Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef using Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000999 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.024519 seconds. - path: Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef - artifactKey: Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef using Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000787 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.024839 seconds. - path: Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef - artifactKey: Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef using Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000867 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.022506 seconds. - path: Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef - artifactKey: Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef using Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000681 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.021952 seconds. - path: Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef - artifactKey: Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef using Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000502 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.019954 seconds. - path: Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef - artifactKey: Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef using Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000725 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.019619 seconds. - path: Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef - artifactKey: Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef using Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000644 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.020787 seconds. - path: Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef - artifactKey: Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef using Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000775 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.018892 seconds. - path: Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef - artifactKey: Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef using Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001647 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.020157 seconds. - path: Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef - artifactKey: Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef using Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000647 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.001365 seconds. - path: Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef - artifactKey: Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef using Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000720 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.018135 seconds. - path: Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef - artifactKey: Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef using Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000875 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.021441 seconds. - path: Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef - artifactKey: Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef using Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000549 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.019875 seconds. - path: Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef - artifactKey: Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef using Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000775 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.020720 seconds. - path: Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef - artifactKey: Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef using Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000597 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.022412 seconds. - path: Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef - artifactKey: Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef using Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000597 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.020470 seconds. - path: Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef - artifactKey: Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef using Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000585 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.018958 seconds. - path: Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef - artifactKey: Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef using Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000584 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.019993 seconds. - path: Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef - artifactKey: Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef using Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000589 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.022117 seconds. - path: Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef - artifactKey: Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef using Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000546 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.019572 seconds. - path: Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef - artifactKey: Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef using Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000647 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.019037 seconds. - path: Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef - artifactKey: Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef using Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000750 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.024053 seconds. - path: Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef - artifactKey: Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef using Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000549 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.026172 seconds. - path: Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef - artifactKey: Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef using Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000636 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.023050 seconds. - path: Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef - artifactKey: Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef using Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000526 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.024007 seconds. - path: Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef - artifactKey: Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef using Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000783 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.046901 seconds. - path: Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef - artifactKey: Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef using Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000776 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.021854 seconds. - path: Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef - artifactKey: Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef using Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000558 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.023043 seconds. - path: Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef - artifactKey: Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef using Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000608 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.021381 seconds. - path: Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef - artifactKey: Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef using Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000571 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.026605 seconds. - path: Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef - artifactKey: Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef using Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000881 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.024468 seconds. - path: Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef - artifactKey: Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef using Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000541 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.021313 seconds. - path: Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef - artifactKey: Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef using Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000489 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.023090 seconds. - path: Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef - artifactKey: Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef using Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000548 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.022034 seconds. - path: Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef - artifactKey: Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef using Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000709 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.022464 seconds. - path: Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef - artifactKey: Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef using Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000535 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.019875 seconds. - path: Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef - artifactKey: Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef using Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000575 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.020902 seconds. - path: Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef - artifactKey: Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef using Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000470 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.021646 seconds. - path: Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef - artifactKey: Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef using Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000841 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.023002 seconds. - path: Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef - artifactKey: Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef using Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000510 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.020995 seconds. - path: Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef - artifactKey: Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef using Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000607 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.025237 seconds. - path: Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef - artifactKey: Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef using Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000527 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.035268 seconds. - path: Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef - artifactKey: Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef using Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000741 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.020636 seconds. - path: Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef - artifactKey: Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef using Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001553 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.001129 seconds. - path: Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef - artifactKey: Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef using Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000568 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.020526 seconds. - path: Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef - artifactKey: Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef using Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000671 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.030754 seconds. - path: Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef - artifactKey: Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef using Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000901 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.027764 seconds. - path: Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef - artifactKey: Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef using Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000716 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.003079 seconds. - path: Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef - artifactKey: Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef using Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001165 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.027319 seconds. - path: Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef - artifactKey: Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef using Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000613 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.023012 seconds. - path: Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef - artifactKey: Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef using Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000704 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.020916 seconds. - path: Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef - artifactKey: Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef using Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000934 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.021466 seconds. - path: Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef - artifactKey: Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef using Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000612 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.020029 seconds. - path: Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef - artifactKey: Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef using Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000558 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.022094 seconds. - path: Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef - artifactKey: Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef using Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000664 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.019133 seconds. - path: Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef - artifactKey: Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef using Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000706 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.019105 seconds. - path: Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef - artifactKey: Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef using Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000628 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.020471 seconds. - path: Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef - artifactKey: Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef using Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000525 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.022400 seconds. - path: Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef - artifactKey: Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef using Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000561 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/editor/luban.editor.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.241042Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 2.990706 seconds. - path: Assets/HotScripts/GameScripts/GameScripts.asmdef - artifactKey: Guid(30cdc49ab6f9ba240b6b000711d4e038) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotScripts/GameScripts/GameScripts.asmdef using Guid(30cdc49ab6f9ba240b6b000711d4e038) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '4432ce1f5a88b1b6961aa5de98203ec0') in 0.001183 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 2.125 seconds -Refreshing native plugins compatible for Editor in 23.39 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.503 seconds -Domain Reload Profiling: 3622ms - BeginReloadAssembly (524ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (15ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (308ms) - RebuildCommonClasses (52ms) - RebuildNativeTypeToScriptingClass (13ms) - initialDomainReloadingComplete (71ms) - LoadAllAssembliesAndSetupDomain (1460ms) - LoadAssemblies (1064ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (509ms) - TypeCache.Refresh (493ms) - TypeCache.ScanAssembly (446ms) - ScanForSourceGeneratedMonoScriptInfo (5ms) - ResolveRequiredComponents (10ms) - FinalizeReload (1503ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (573ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (11ms) - SetLoadedEditorAssemblies (6ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (138ms) - ProcessInitializeOnLoadAttributes (375ms) - ProcessInitializeOnLoadMethodAttributes (32ms) - AfterProcessingInitializeOnLoad (11ms) - EditorAssembliesLoaded (1ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (11ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 22.74 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5262 Unused Serialized files (Serialized files now loaded: 0) -Unloading 92 unused Assets / (185.0 KB). Loaded Objects now: 5729. -Memory consumption went from 180.9 MB to 180.7 MB. -Total: 5.951800 ms (FindLiveObjects: 0.986500 ms CreateObjectMapping: 0.360500 ms MarkObjects: 4.238000 ms DeleteObjects: 0.363900 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Import Request. - Time since last request: 413.644382 seconds. - path: Assets/HotScripts/GameScripts/GameScripts.asmdef - artifactKey: Guid(30cdc49ab6f9ba240b6b000711d4e038) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotScripts/GameScripts/GameScripts.asmdef using Guid(30cdc49ab6f9ba240b6b000711d4e038) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '0c9d9c91693879820acf8ef977257bea') in 0.018543 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.601 seconds -Refreshing native plugins compatible for Editor in 31.11 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.496 seconds -Domain Reload Profiling: 3089ms - BeginReloadAssembly (280ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (13ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (104ms) - RebuildCommonClasses (49ms) - RebuildNativeTypeToScriptingClass (14ms) - initialDomainReloadingComplete (69ms) - LoadAllAssembliesAndSetupDomain (1182ms) - LoadAssemblies (866ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (412ms) - TypeCache.Refresh (393ms) - TypeCache.ScanAssembly (363ms) - ScanForSourceGeneratedMonoScriptInfo (7ms) - ResolveRequiredComponents (12ms) - FinalizeReload (1496ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (535ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (7ms) - SetLoadedEditorAssemblies (7ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (123ms) - ProcessInitializeOnLoadAttributes (359ms) - ProcessInitializeOnLoadMethodAttributes (29ms) - AfterProcessingInitializeOnLoad (9ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (11ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 25.16 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5262 Unused Serialized files (Serialized files now loaded: 0) -Unloading 92 unused Assets / (185.3 KB). Loaded Objects now: 5744. -Memory consumption went from 180.9 MB to 180.8 MB. -Total: 4.512700 ms (FindLiveObjects: 0.452200 ms CreateObjectMapping: 0.216200 ms MarkObjects: 3.603500 ms DeleteObjects: 0.239100 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.422 seconds -Refreshing native plugins compatible for Editor in 23.08 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 2.051 seconds -Domain Reload Profiling: 3464ms - BeginReloadAssembly (203ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (6ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (71ms) - RebuildCommonClasses (37ms) - RebuildNativeTypeToScriptingClass (13ms) - initialDomainReloadingComplete (63ms) - LoadAllAssembliesAndSetupDomain (1097ms) - LoadAssemblies (766ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (406ms) - TypeCache.Refresh (392ms) - TypeCache.ScanAssembly (365ms) - ScanForSourceGeneratedMonoScriptInfo (4ms) - ResolveRequiredComponents (10ms) - FinalizeReload (2051ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (785ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (10ms) - SetLoadedEditorAssemblies (7ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (161ms) - ProcessInitializeOnLoadAttributes (564ms) - ProcessInitializeOnLoadMethodAttributes (34ms) - AfterProcessingInitializeOnLoad (10ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (11ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 24.08 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5264 Unused Serialized files (Serialized files now loaded: 0) -Unloading 92 unused Assets / (185.3 KB). Loaded Objects now: 5761. -Memory consumption went from 181.0 MB to 180.8 MB. -Total: 3.748000 ms (FindLiveObjects: 0.579700 ms CreateObjectMapping: 0.348100 ms MarkObjects: 2.561800 ms DeleteObjects: 0.256500 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Import Request. - Time since last request: 387.240275 seconds. - path: Assets/HotScripts/GameScripts/GameScripts.asmdef - artifactKey: Guid(30cdc49ab6f9ba240b6b000711d4e038) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotScripts/GameScripts/GameScripts.asmdef using Guid(30cdc49ab6f9ba240b6b000711d4e038) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'c876d3a7347f50ef6ba9f3731b4371e0') in 0.004476 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 50.887077 seconds. - path: Assets/HotScripts/GameScripts/GameScripts.asmdef - artifactKey: Guid(30cdc49ab6f9ba240b6b000711d4e038) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotScripts/GameScripts/GameScripts.asmdef using Guid(30cdc49ab6f9ba240b6b000711d4e038) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '7f9f1ebd4fea75f0adf343b4a820dd2b') in 0.001200 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 43.876990 seconds. - path: Packages/com.unity.textmeshpro/Scripts/Runtime/Unity.TextMeshPro.asmdef - artifactKey: Guid(6055be8ebefd69e48b49212b09b47b2f) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.unity.textmeshpro/Scripts/Runtime/Unity.TextMeshPro.asmdef using Guid(6055be8ebefd69e48b49212b09b47b2f) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '59cbc3ee61744d923f67b2bf47c5a69b') in 0.000863 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.000046 seconds. - path: Packages/com.unity.textmeshpro/Tests/Editor/Unity.TextMeshPro.Editor.Tests.asmdef - artifactKey: Guid(656e461844099ae43a609ff6109b0877) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.unity.textmeshpro/Tests/Editor/Unity.TextMeshPro.Editor.Tests.asmdef using Guid(656e461844099ae43a609ff6109b0877) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'f44f7119ddcc8791782e949591d587d3') in 0.000620 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.000173 seconds. - path: Packages/com.unity.visualscripting/Editor/VisualScripting.Shared/Unity.VisualScripting.Shared.Editor.asmdef - artifactKey: Guid(8461334e883c84d819a008a46143a5ad) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.unity.visualscripting/Editor/VisualScripting.Shared/Unity.VisualScripting.Shared.Editor.asmdef using Guid(8461334e883c84d819a008a46143a5ad) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '92a03975655d6e2051097b5705ab3628') in 0.000700 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.000087 seconds. - path: Packages/com.unity.textmeshpro/Tests/Runtime/Unity.TextMeshPro.Tests.asmdef - artifactKey: Guid(bb05cab7d802aa5468f8f2f86840d984) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.unity.textmeshpro/Tests/Runtime/Unity.TextMeshPro.Tests.asmdef using Guid(bb05cab7d802aa5468f8f2f86840d984) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '9c65ca0260e2e10cb129713f8d72b633') in 0.001020 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 4.936433 seconds. - path: Assets/HotScripts/GameScripts/GameScripts.asmdef - artifactKey: Guid(30cdc49ab6f9ba240b6b000711d4e038) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotScripts/GameScripts/GameScripts.asmdef using Guid(30cdc49ab6f9ba240b6b000711d4e038) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'c065da5c679fcf8a473dc55c02a10922') in 0.001497 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.796 seconds -Refreshing native plugins compatible for Editor in 23.87 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.372 seconds -Domain Reload Profiling: 3158ms - BeginReloadAssembly (312ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (7ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (128ms) - RebuildCommonClasses (57ms) - RebuildNativeTypeToScriptingClass (17ms) - initialDomainReloadingComplete (108ms) - LoadAllAssembliesAndSetupDomain (1292ms) - LoadAssemblies (974ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (439ms) - TypeCache.Refresh (423ms) - TypeCache.ScanAssembly (393ms) - ScanForSourceGeneratedMonoScriptInfo (5ms) - ResolveRequiredComponents (11ms) - FinalizeReload (1372ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (624ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (6ms) - SetLoadedEditorAssemblies (4ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (121ms) - ProcessInitializeOnLoadAttributes (441ms) - ProcessInitializeOnLoadMethodAttributes (36ms) - AfterProcessingInitializeOnLoad (15ms) - EditorAssembliesLoaded (1ms) - ExecutionOrderSort2 (0ms) AwakeInstancesAfterBackupRestoration (18ms) Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 24.05 ms, found 3 plugins. +Launched and connected shader compiler UnityShaderCompiler.exe after 0.12 seconds +Refreshing native plugins compatible for Editor in 35.95 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5264 Unused Serialized files (Serialized files now loaded: 0) -Unloading 92 unused Assets / (185.3 KB). Loaded Objects now: 5776. -Memory consumption went from 181.0 MB to 180.9 MB. -Total: 5.018300 ms (FindLiveObjects: 1.106000 ms CreateObjectMapping: 0.629300 ms MarkObjects: 3.068100 ms DeleteObjects: 0.212800 ms) +Unloading 5286 Unused Serialized files (Serialized files now loaded: 0) +Unloading 136 unused Assets / (213.6 KB). Loaded Objects now: 5713. +Memory consumption went from 179.2 MB to 179.0 MB. +Total: 8.688000 ms (FindLiveObjects: 1.341100 ms CreateObjectMapping: 0.923600 ms MarkObjects: 5.357500 ms DeleteObjects: 1.062300 ms) -Prepare: number of updated asset objects reloaded= 0 AssetImportParameters requested are different than current active one (requested -> active): custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> @@ -1284,883 +180,78 @@ AssetImportParameters requested are different than current active one (requested ======================================================================== Received Prepare Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.654 seconds -Refreshing native plugins compatible for Editor in 21.06 ms, found 3 plugins. +- Loaded All Assemblies, in 2.822 seconds +Refreshing native plugins compatible for Editor in 33.97 ms, found 3 plugins. Native extension for WindowsStandalone target not found [Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument [Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). [Package Manager] Cannot connect to Unity Package Manager local server Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.287 seconds -Domain Reload Profiling: 2932ms - BeginReloadAssembly (305ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (7ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (94ms) - RebuildCommonClasses (60ms) - RebuildNativeTypeToScriptingClass (18ms) - initialDomainReloadingComplete (91ms) - LoadAllAssembliesAndSetupDomain (1170ms) - LoadAssemblies (923ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (394ms) - TypeCache.Refresh (382ms) - TypeCache.ScanAssembly (359ms) - ScanForSourceGeneratedMonoScriptInfo (3ms) - ResolveRequiredComponents (9ms) - FinalizeReload (1288ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (588ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (8ms) - SetLoadedEditorAssemblies (6ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (129ms) - ProcessInitializeOnLoadAttributes (401ms) - ProcessInitializeOnLoadMethodAttributes (33ms) - AfterProcessingInitializeOnLoad (11ms) - EditorAssembliesLoaded (1ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (14ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 21.89 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5265 Unused Serialized files (Serialized files now loaded: 0) -Unloading 92 unused Assets / (185.4 KB). Loaded Objects now: 5792. -Memory consumption went from 181.0 MB to 180.8 MB. -Total: 5.444500 ms (FindLiveObjects: 0.643300 ms CreateObjectMapping: 0.520300 ms MarkObjects: 4.046700 ms DeleteObjects: 0.231800 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Import Request. - Time since last request: 630.768032 seconds. - path: Assets/HotResources/ResResource/HotPrefab.prefab - artifactKey: Guid(053771d6a5f02174db227bd70d962ea5) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/HotPrefab.prefab using Guid(053771d6a5f02174db227bd70d962ea5) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '70c7b61c0454633fc4ab4ba8fd518213') in 0.089122 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 9 -======================================================================== -Received Import Request. - Time since last request: 4.988924 seconds. - path: Assets/HotResources/ResLauncher/HotLauncher.prefab - artifactKey: Guid(0c017710233005b499211af4af5a8c04) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResLauncher/HotLauncher.prefab using Guid(0c017710233005b499211af4af5a8c04) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'bffd60efc8e94c43453e45fb46f70ee0') in 0.003193 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 5 -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.641 seconds -Refreshing native plugins compatible for Editor in 20.70 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.395 seconds -Domain Reload Profiling: 3030ms - BeginReloadAssembly (275ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (121ms) - RebuildCommonClasses (38ms) - RebuildNativeTypeToScriptingClass (12ms) - initialDomainReloadingComplete (62ms) - LoadAllAssembliesAndSetupDomain (1248ms) - LoadAssemblies (908ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (428ms) - TypeCache.Refresh (414ms) - TypeCache.ScanAssembly (388ms) - ScanForSourceGeneratedMonoScriptInfo (3ms) - ResolveRequiredComponents (10ms) - FinalizeReload (1396ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (620ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (6ms) - SetLoadedEditorAssemblies (5ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (119ms) - ProcessInitializeOnLoadAttributes (435ms) - ProcessInitializeOnLoadMethodAttributes (44ms) - AfterProcessingInitializeOnLoad (10ms) - EditorAssembliesLoaded (1ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (13ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 27.41 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5265 Unused Serialized files (Serialized files now loaded: 0) -Unloading 92 unused Assets / (185.2 KB). Loaded Objects now: 5807. -Memory consumption went from 181.1 MB to 180.9 MB. -Total: 4.034800 ms (FindLiveObjects: 0.613200 ms CreateObjectMapping: 0.439700 ms MarkObjects: 2.776400 ms DeleteObjects: 0.204300 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Import Request. - Time since last request: 33.479038 seconds. - path: Assets/HotResources/ResResource/HotGameMain.prefab - artifactKey: Guid(88f32cb2fff5e7a47919e3029a7b84bc) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/HotGameMain.prefab using Guid(88f32cb2fff5e7a47919e3029a7b84bc) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'dab20faa95cae5ed80037f7a4b2a81bb') in 0.046307 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 4 -======================================================================== -Received Import Request. - Time since last request: 8.935421 seconds. - path: Assets/HotResources/ResResource/HotGameMain.prefab - artifactKey: Guid(88f32cb2fff5e7a47919e3029a7b84bc) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/HotGameMain.prefab using Guid(88f32cb2fff5e7a47919e3029a7b84bc) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'aeb5d1e4196366c73f45916b91c64f6e') in 0.003548 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 5 -======================================================================== -Received Import Request. - Time since last request: 167.210716 seconds. - path: Assets/HotScripts/GameScripts/GameScripts.asmdef - artifactKey: Guid(30cdc49ab6f9ba240b6b000711d4e038) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotScripts/GameScripts/GameScripts.asmdef using Guid(30cdc49ab6f9ba240b6b000711d4e038) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'a402b1f2e8c369ecabc6516ada196d72') in 0.002544 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.769 seconds -Refreshing native plugins compatible for Editor in 28.88 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.605 seconds -Domain Reload Profiling: 3367ms - BeginReloadAssembly (238ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (6ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (81ms) - RebuildCommonClasses (47ms) - RebuildNativeTypeToScriptingClass (14ms) - initialDomainReloadingComplete (66ms) - LoadAllAssembliesAndSetupDomain (1396ms) - LoadAssemblies (889ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (584ms) - TypeCache.Refresh (565ms) - TypeCache.ScanAssembly (531ms) - ScanForSourceGeneratedMonoScriptInfo (4ms) - ResolveRequiredComponents (15ms) - FinalizeReload (1606ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (717ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (7ms) - SetLoadedEditorAssemblies (6ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (135ms) - ProcessInitializeOnLoadAttributes (513ms) - ProcessInitializeOnLoadMethodAttributes (42ms) - AfterProcessingInitializeOnLoad (13ms) - EditorAssembliesLoaded (1ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (14ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 30.01 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5265 Unused Serialized files (Serialized files now loaded: 0) -Unloading 92 unused Assets / (185.4 KB). Loaded Objects now: 5822. -Memory consumption went from 181.1 MB to 180.9 MB. -Total: 4.284300 ms (FindLiveObjects: 0.558000 ms CreateObjectMapping: 0.265900 ms MarkObjects: 3.109300 ms DeleteObjects: 0.348500 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.304 seconds -Refreshing native plugins compatible for Editor in 18.57 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.138 seconds -Domain Reload Profiling: 2436ms - BeginReloadAssembly (198ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (67ms) - RebuildCommonClasses (48ms) - RebuildNativeTypeToScriptingClass (14ms) - initialDomainReloadingComplete (71ms) - LoadAllAssembliesAndSetupDomain (966ms) - LoadAssemblies (685ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (357ms) - TypeCache.Refresh (346ms) - TypeCache.ScanAssembly (330ms) - ScanForSourceGeneratedMonoScriptInfo (3ms) - ResolveRequiredComponents (8ms) - FinalizeReload (1139ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (514ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (5ms) - SetLoadedEditorAssemblies (6ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (122ms) - ProcessInitializeOnLoadAttributes (342ms) - ProcessInitializeOnLoadMethodAttributes (31ms) - AfterProcessingInitializeOnLoad (8ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (9ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 18.74 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5266 Unused Serialized files (Serialized files now loaded: 0) -Unloading 92 unused Assets / (185.4 KB). Loaded Objects now: 5838. -Memory consumption went from 181.1 MB to 180.9 MB. -Total: 3.676700 ms (FindLiveObjects: 0.481600 ms CreateObjectMapping: 0.231600 ms MarkObjects: 2.744100 ms DeleteObjects: 0.217700 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.479 seconds -Refreshing native plugins compatible for Editor in 22.24 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.181 seconds -Domain Reload Profiling: 2652ms - BeginReloadAssembly (270ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (9ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (109ms) - RebuildCommonClasses (40ms) - RebuildNativeTypeToScriptingClass (12ms) - initialDomainReloadingComplete (62ms) - LoadAllAssembliesAndSetupDomain (1086ms) - LoadAssemblies (776ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (394ms) - TypeCache.Refresh (377ms) - TypeCache.ScanAssembly (347ms) - ScanForSourceGeneratedMonoScriptInfo (4ms) - ResolveRequiredComponents (13ms) - FinalizeReload (1182ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (518ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (8ms) - SetLoadedEditorAssemblies (4ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (115ms) - ProcessInitializeOnLoadAttributes (350ms) - ProcessInitializeOnLoadMethodAttributes (31ms) - AfterProcessingInitializeOnLoad (10ms) - EditorAssembliesLoaded (1ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (12ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 31.31 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5267 Unused Serialized files (Serialized files now loaded: 0) -Unloading 92 unused Assets / (185.3 KB). Loaded Objects now: 5854. -Memory consumption went from 181.2 MB to 181.0 MB. -Total: 17.970600 ms (FindLiveObjects: 2.002700 ms CreateObjectMapping: 1.119200 ms MarkObjects: 14.168200 ms DeleteObjects: 0.677000 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.683 seconds -Refreshing native plugins compatible for Editor in 21.38 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.212 seconds -Domain Reload Profiling: 2890ms - BeginReloadAssembly (227ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (7ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (88ms) - RebuildCommonClasses (36ms) - RebuildNativeTypeToScriptingClass (13ms) - initialDomainReloadingComplete (62ms) - LoadAllAssembliesAndSetupDomain (1338ms) - LoadAssemblies (895ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (508ms) - TypeCache.Refresh (495ms) - TypeCache.ScanAssembly (469ms) - ScanForSourceGeneratedMonoScriptInfo (3ms) - ResolveRequiredComponents (10ms) - FinalizeReload (1214ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (561ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (8ms) - SetLoadedEditorAssemblies (5ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (147ms) - ProcessInitializeOnLoadAttributes (356ms) - ProcessInitializeOnLoadMethodAttributes (35ms) - AfterProcessingInitializeOnLoad (9ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (11ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 23.84 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5269 Unused Serialized files (Serialized files now loaded: 0) -Unloading 92 unused Assets / (185.4 KB). Loaded Objects now: 5871. -Memory consumption went from 181.1 MB to 181.0 MB. -Total: 4.416000 ms (FindLiveObjects: 0.534200 ms CreateObjectMapping: 0.346300 ms MarkObjects: 3.335200 ms DeleteObjects: 0.197800 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.367 seconds -Refreshing native plugins compatible for Editor in 21.88 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.446 seconds -Domain Reload Profiling: 2807ms - BeginReloadAssembly (201ms) +- Finished resetting the current domain, in 1.755 seconds +Domain Reload Profiling: 4570ms + BeginReloadAssembly (317ms) ExecutionOrderSort (0ms) DisableScriptedObjects (8ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (73ms) - RebuildCommonClasses (38ms) - RebuildNativeTypeToScriptingClass (13ms) - initialDomainReloadingComplete (61ms) - LoadAllAssembliesAndSetupDomain (1047ms) - LoadAssemblies (745ms) + CreateAndSetChildDomain (137ms) + RebuildCommonClasses (58ms) + RebuildNativeTypeToScriptingClass (15ms) + initialDomainReloadingComplete (76ms) + LoadAllAssembliesAndSetupDomain (2347ms) + LoadAssemblies (1712ms) RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (367ms) - TypeCache.Refresh (355ms) - TypeCache.ScanAssembly (330ms) - ScanForSourceGeneratedMonoScriptInfo (2ms) - ResolveRequiredComponents (10ms) - FinalizeReload (1447ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (767ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (7ms) - SetLoadedEditorAssemblies (7ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (183ms) - ProcessInitializeOnLoadAttributes (528ms) - ProcessInitializeOnLoadMethodAttributes (34ms) - AfterProcessingInitializeOnLoad (9ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (12ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 22.62 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5269 Unused Serialized files (Serialized files now loaded: 0) -Unloading 92 unused Assets / (185.3 KB). Loaded Objects now: 5886. -Memory consumption went from 181.2 MB to 181.0 MB. -Total: 4.026700 ms (FindLiveObjects: 0.353200 ms CreateObjectMapping: 0.212600 ms MarkObjects: 3.024300 ms DeleteObjects: 0.433500 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Import Request. - Time since last request: 3072.086121 seconds. - path: Assets/HotMain/HotMain.unity - artifactKey: Guid(f7ad21e5080633342835fcd9ae35443e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotMain/HotMain.unity using Guid(f7ad21e5080633342835fcd9ae35443e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '14df88d29ca1b8a31784e4b814acdc9a') in 0.003240 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.492 seconds -Refreshing native plugins compatible for Editor in 24.64 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.524 seconds -Domain Reload Profiling: 3010ms - BeginReloadAssembly (195ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (67ms) - RebuildCommonClasses (35ms) - RebuildNativeTypeToScriptingClass (12ms) - initialDomainReloadingComplete (64ms) - LoadAllAssembliesAndSetupDomain (1180ms) - LoadAssemblies (801ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (445ms) - TypeCache.Refresh (435ms) - TypeCache.ScanAssembly (407ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (10ms) - FinalizeReload (1524ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (672ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (10ms) - SetLoadedEditorAssemblies (9ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (151ms) - ProcessInitializeOnLoadAttributes (443ms) - ProcessInitializeOnLoadMethodAttributes (44ms) - AfterProcessingInitializeOnLoad (14ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (16ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 26.60 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5269 Unused Serialized files (Serialized files now loaded: 0) -Unloading 92 unused Assets / (185.4 KB). Loaded Objects now: 5901. -Memory consumption went from 181.2 MB to 181.0 MB. -Total: 4.310500 ms (FindLiveObjects: 0.621100 ms CreateObjectMapping: 0.379000 ms MarkObjects: 2.826100 ms DeleteObjects: 0.481700 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.468 seconds -Refreshing native plugins compatible for Editor in 26.63 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.270 seconds -Domain Reload Profiling: 2731ms - BeginReloadAssembly (204ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (72ms) - RebuildCommonClasses (34ms) - RebuildNativeTypeToScriptingClass (12ms) - initialDomainReloadingComplete (60ms) - LoadAllAssembliesAndSetupDomain (1150ms) - LoadAssemblies (787ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (433ms) - TypeCache.Refresh (419ms) - TypeCache.ScanAssembly (396ms) - ScanForSourceGeneratedMonoScriptInfo (3ms) - ResolveRequiredComponents (11ms) - FinalizeReload (1270ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (565ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (7ms) - SetLoadedEditorAssemblies (6ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (124ms) - ProcessInitializeOnLoadAttributes (386ms) - ProcessInitializeOnLoadMethodAttributes (31ms) - AfterProcessingInitializeOnLoad (10ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (12ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 27.71 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5269 Unused Serialized files (Serialized files now loaded: 0) -Unloading 92 unused Assets / (185.4 KB). Loaded Objects now: 5916. -Memory consumption went from 181.2 MB to 181.0 MB. -Total: 6.369200 ms (FindLiveObjects: 0.510500 ms CreateObjectMapping: 0.378400 ms MarkObjects: 4.985000 ms DeleteObjects: 0.491800 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.558 seconds -Refreshing native plugins compatible for Editor in 24.54 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.527 seconds -Domain Reload Profiling: 3079ms - BeginReloadAssembly (207ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (73ms) - RebuildCommonClasses (36ms) - RebuildNativeTypeToScriptingClass (13ms) - initialDomainReloadingComplete (63ms) - LoadAllAssembliesAndSetupDomain (1233ms) - LoadAssemblies (885ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (420ms) - TypeCache.Refresh (409ms) - TypeCache.ScanAssembly (382ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (11ms) - FinalizeReload (1528ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (698ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (8ms) - SetLoadedEditorAssemblies (6ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (143ms) - ProcessInitializeOnLoadAttributes (481ms) - ProcessInitializeOnLoadMethodAttributes (45ms) - AfterProcessingInitializeOnLoad (14ms) - EditorAssembliesLoaded (1ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (20ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 22.26 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5269 Unused Serialized files (Serialized files now loaded: 0) -Unloading 92 unused Assets / (185.3 KB). Loaded Objects now: 5931. -Memory consumption went from 181.3 MB to 181.1 MB. -Total: 4.275300 ms (FindLiveObjects: 0.453300 ms CreateObjectMapping: 0.377300 ms MarkObjects: 2.870500 ms DeleteObjects: 0.572600 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.432 seconds -Refreshing native plugins compatible for Editor in 20.14 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.252 seconds -Domain Reload Profiling: 2679ms - BeginReloadAssembly (183ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (6ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (63ms) - RebuildCommonClasses (38ms) - RebuildNativeTypeToScriptingClass (12ms) - initialDomainReloadingComplete (66ms) - LoadAllAssembliesAndSetupDomain (1127ms) - LoadAssemblies (787ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (406ms) - TypeCache.Refresh (397ms) - TypeCache.ScanAssembly (374ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (8ms) - FinalizeReload (1253ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (545ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (7ms) - SetLoadedEditorAssemblies (5ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (133ms) - ProcessInitializeOnLoadAttributes (362ms) - ProcessInitializeOnLoadMethodAttributes (28ms) - AfterProcessingInitializeOnLoad (9ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (13ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 21.64 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5269 Unused Serialized files (Serialized files now loaded: 0) -Unloading 92 unused Assets / (185.3 KB). Loaded Objects now: 5946. -Memory consumption went from 181.2 MB to 181.0 MB. -Total: 4.177500 ms (FindLiveObjects: 0.384200 ms CreateObjectMapping: 0.426200 ms MarkObjects: 3.111900 ms DeleteObjects: 0.254000 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.451 seconds -Refreshing native plugins compatible for Editor in 27.76 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.376 seconds -Domain Reload Profiling: 2822ms - BeginReloadAssembly (181ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (57ms) - RebuildCommonClasses (37ms) - RebuildNativeTypeToScriptingClass (12ms) - initialDomainReloadingComplete (60ms) - LoadAllAssembliesAndSetupDomain (1156ms) - LoadAssemblies (759ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (457ms) - TypeCache.Refresh (445ms) - TypeCache.ScanAssembly (422ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (12ms) - FinalizeReload (1376ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (608ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (8ms) - SetLoadedEditorAssemblies (7ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (137ms) - ProcessInitializeOnLoadAttributes (410ms) - ProcessInitializeOnLoadMethodAttributes (34ms) - AfterProcessingInitializeOnLoad (12ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (12ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 26.85 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5269 Unused Serialized files (Serialized files now loaded: 0) -Unloading 92 unused Assets / (185.4 KB). Loaded Objects now: 5961. -Memory consumption went from 181.2 MB to 181.0 MB. -Total: 3.847700 ms (FindLiveObjects: 0.523300 ms CreateObjectMapping: 0.384400 ms MarkObjects: 2.744300 ms DeleteObjects: 0.194100 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.519 seconds -Refreshing native plugins compatible for Editor in 29.26 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.583 seconds -Domain Reload Profiling: 3097ms - BeginReloadAssembly (212ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (80ms) - RebuildCommonClasses (37ms) - RebuildNativeTypeToScriptingClass (11ms) - initialDomainReloadingComplete (60ms) - LoadAllAssembliesAndSetupDomain (1193ms) - LoadAssemblies (785ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (482ms) - TypeCache.Refresh (469ms) - TypeCache.ScanAssembly (435ms) + AnalyzeDomain (686ms) + TypeCache.Refresh (672ms) + TypeCache.ScanAssembly (626ms) ScanForSourceGeneratedMonoScriptInfo (0ms) ResolveRequiredComponents (13ms) - FinalizeReload (1585ms) + FinalizeReload (1757ms) ReleaseScriptCaches (0ms) RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (689ms) + SetupLoadedEditorAssemblies (787ms) LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (6ms) - SetLoadedEditorAssemblies (5ms) + InitializePlatformSupportModulesInManaged (12ms) + SetLoadedEditorAssemblies (9ms) RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (167ms) - ProcessInitializeOnLoadAttributes (460ms) - ProcessInitializeOnLoadMethodAttributes (39ms) - AfterProcessingInitializeOnLoad (9ms) - EditorAssembliesLoaded (1ms) + BeforeProcessingInitializeOnLoad (172ms) + ProcessInitializeOnLoadAttributes (522ms) + ProcessInitializeOnLoadMethodAttributes (49ms) + AfterProcessingInitializeOnLoad (21ms) + EditorAssembliesLoaded (2ms) ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (14ms) + AwakeInstancesAfterBackupRestoration (25ms) Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 27.56 ms, found 3 plugins. +Refreshing native plugins compatible for Editor in 28.93 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5269 Unused Serialized files (Serialized files now loaded: 0) -Unloading 92 unused Assets / (185.5 KB). Loaded Objects now: 5976. -Memory consumption went from 181.2 MB to 181.0 MB. -Total: 3.431700 ms (FindLiveObjects: 0.430500 ms CreateObjectMapping: 0.272000 ms MarkObjects: 2.506700 ms DeleteObjects: 0.220000 ms) +Unloading 5272 Unused Serialized files (Serialized files now loaded: 0) +Unloading 94 unused Assets / (185.8 KB). Loaded Objects now: 5728. +Memory consumption went from 177.0 MB to 176.9 MB. +Total: 5.965200 ms (FindLiveObjects: 0.947200 ms CreateObjectMapping: 0.568800 ms MarkObjects: 4.113200 ms DeleteObjects: 0.334200 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 72.31 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3 Unused Serialized files (Serialized files now loaded: 0) +Unloading 3 unused Assets / (130.2 KB). Loaded Objects now: 5728. +Memory consumption went from 95.1 MB to 94.9 MB. +Total: 11.835200 ms (FindLiveObjects: 1.575800 ms CreateObjectMapping: 1.430700 ms MarkObjects: 8.363200 ms DeleteObjects: 0.461400 ms) Prepare: number of updated asset objects reloaded= 0 AssetImportParameters requested are different than current active one (requested -> active): @@ -2177,55 +268,55 @@ AssetImportParameters requested are different than current active one (requested ======================================================================== Received Prepare Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.280 seconds -Refreshing native plugins compatible for Editor in 21.72 ms, found 3 plugins. +- Loaded All Assemblies, in 2.349 seconds +Refreshing native plugins compatible for Editor in 38.16 ms, found 3 plugins. Native extension for WindowsStandalone target not found [Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument [Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). [Package Manager] Cannot connect to Unity Package Manager local server Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.470 seconds -Domain Reload Profiling: 2745ms - BeginReloadAssembly (179ms) +- Finished resetting the current domain, in 2.006 seconds +Domain Reload Profiling: 4344ms + BeginReloadAssembly (396ms) ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) + DisableScriptedObjects (19ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (61ms) - RebuildCommonClasses (30ms) - RebuildNativeTypeToScriptingClass (9ms) - initialDomainReloadingComplete (49ms) - LoadAllAssembliesAndSetupDomain (1006ms) - LoadAssemblies (684ms) + CreateAndSetChildDomain (153ms) + RebuildCommonClasses (68ms) + RebuildNativeTypeToScriptingClass (23ms) + initialDomainReloadingComplete (156ms) + LoadAllAssembliesAndSetupDomain (1696ms) + LoadAssemblies (1275ms) RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (394ms) - TypeCache.Refresh (384ms) - TypeCache.ScanAssembly (362ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (9ms) - FinalizeReload (1471ms) + AnalyzeDomain (556ms) + TypeCache.Refresh (538ms) + TypeCache.ScanAssembly (511ms) + ScanForSourceGeneratedMonoScriptInfo (5ms) + ResolveRequiredComponents (13ms) + FinalizeReload (2007ms) ReleaseScriptCaches (0ms) RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (748ms) + SetupLoadedEditorAssemblies (887ms) LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (6ms) - SetLoadedEditorAssemblies (5ms) + InitializePlatformSupportModulesInManaged (11ms) + SetLoadedEditorAssemblies (9ms) RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (159ms) - ProcessInitializeOnLoadAttributes (499ms) - ProcessInitializeOnLoadMethodAttributes (50ms) - AfterProcessingInitializeOnLoad (27ms) + BeforeProcessingInitializeOnLoad (171ms) + ProcessInitializeOnLoadAttributes (608ms) + ProcessInitializeOnLoadMethodAttributes (72ms) + AfterProcessingInitializeOnLoad (17ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) AwakeInstancesAfterBackupRestoration (28ms) Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 20.73 ms, found 3 plugins. +Refreshing native plugins compatible for Editor in 39.43 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5269 Unused Serialized files (Serialized files now loaded: 0) -Unloading 92 unused Assets / (185.4 KB). Loaded Objects now: 5991. -Memory consumption went from 181.3 MB to 181.1 MB. -Total: 3.479500 ms (FindLiveObjects: 0.490400 ms CreateObjectMapping: 0.332400 ms MarkObjects: 2.472000 ms DeleteObjects: 0.182200 ms) +Unloading 5272 Unused Serialized files (Serialized files now loaded: 0) +Unloading 94 unused Assets / (186.0 KB). Loaded Objects now: 5743. +Memory consumption went from 177.0 MB to 176.9 MB. +Total: 9.107900 ms (FindLiveObjects: 1.217600 ms CreateObjectMapping: 0.850300 ms MarkObjects: 6.237400 ms DeleteObjects: 0.797300 ms) Prepare: number of updated asset objects reloaded= 0 AssetImportParameters requested are different than current active one (requested -> active): @@ -2242,3106 +333,55 @@ AssetImportParameters requested are different than current active one (requested ======================================================================== Received Prepare Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.212 seconds -Refreshing native plugins compatible for Editor in 21.47 ms, found 3 plugins. +- Loaded All Assemblies, in 1.885 seconds +Refreshing native plugins compatible for Editor in 26.89 ms, found 3 plugins. Native extension for WindowsStandalone target not found [Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument [Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). [Package Manager] Cannot connect to Unity Package Manager local server Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.183 seconds -Domain Reload Profiling: 2388ms - BeginReloadAssembly (163ms) +- Finished resetting the current domain, in 2.056 seconds +Domain Reload Profiling: 3931ms + BeginReloadAssembly (306ms) ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) + DisableScriptedObjects (8ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (51ms) - RebuildCommonClasses (33ms) - RebuildNativeTypeToScriptingClass (15ms) - initialDomainReloadingComplete (61ms) - LoadAllAssembliesAndSetupDomain (932ms) - LoadAssemblies (624ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (373ms) - TypeCache.Refresh (359ms) - TypeCache.ScanAssembly (331ms) - ScanForSourceGeneratedMonoScriptInfo (3ms) - ResolveRequiredComponents (11ms) - FinalizeReload (1183ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (539ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (5ms) - SetLoadedEditorAssemblies (5ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (128ms) - ProcessInitializeOnLoadAttributes (360ms) - ProcessInitializeOnLoadMethodAttributes (29ms) - AfterProcessingInitializeOnLoad (12ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (14ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 22.52 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5269 Unused Serialized files (Serialized files now loaded: 0) -Unloading 92 unused Assets / (185.5 KB). Loaded Objects now: 6006. -Memory consumption went from 181.3 MB to 181.1 MB. -Total: 4.001300 ms (FindLiveObjects: 0.696000 ms CreateObjectMapping: 0.353100 ms MarkObjects: 2.659000 ms DeleteObjects: 0.291700 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.367 seconds -Refreshing native plugins compatible for Editor in 26.96 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.250 seconds -Domain Reload Profiling: 2610ms - BeginReloadAssembly (200ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (73ms) - RebuildCommonClasses (42ms) - RebuildNativeTypeToScriptingClass (13ms) - initialDomainReloadingComplete (58ms) - LoadAllAssembliesAndSetupDomain (1045ms) - LoadAssemblies (719ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (387ms) - TypeCache.Refresh (376ms) - TypeCache.ScanAssembly (353ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (11ms) - FinalizeReload (1251ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (547ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (6ms) - SetLoadedEditorAssemblies (5ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (120ms) - ProcessInitializeOnLoadAttributes (368ms) - ProcessInitializeOnLoadMethodAttributes (35ms) - AfterProcessingInitializeOnLoad (13ms) - EditorAssembliesLoaded (1ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (12ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 21.98 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5269 Unused Serialized files (Serialized files now loaded: 0) -Unloading 92 unused Assets / (185.5 KB). Loaded Objects now: 6021. -Memory consumption went from 181.3 MB to 181.1 MB. -Total: 3.988900 ms (FindLiveObjects: 0.408000 ms CreateObjectMapping: 0.208200 ms MarkObjects: 3.180600 ms DeleteObjects: 0.190400 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.514 seconds -Refreshing native plugins compatible for Editor in 24.80 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.415 seconds -Domain Reload Profiling: 2924ms - BeginReloadAssembly (194ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (6ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (67ms) - RebuildCommonClasses (43ms) - RebuildNativeTypeToScriptingClass (16ms) - initialDomainReloadingComplete (60ms) - LoadAllAssembliesAndSetupDomain (1196ms) - LoadAssemblies (785ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (473ms) - TypeCache.Refresh (461ms) - TypeCache.ScanAssembly (426ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (11ms) - FinalizeReload (1416ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (606ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (9ms) - SetLoadedEditorAssemblies (6ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (134ms) - ProcessInitializeOnLoadAttributes (408ms) - ProcessInitializeOnLoadMethodAttributes (35ms) - AfterProcessingInitializeOnLoad (13ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (14ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 31.42 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5269 Unused Serialized files (Serialized files now loaded: 0) -Unloading 92 unused Assets / (185.5 KB). Loaded Objects now: 6036. -Memory consumption went from 181.3 MB to 181.1 MB. -Total: 4.580300 ms (FindLiveObjects: 1.000600 ms CreateObjectMapping: 0.297300 ms MarkObjects: 2.978300 ms DeleteObjects: 0.302400 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 2.235 seconds -Refreshing native plugins compatible for Editor in 28.92 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 3.190 seconds -Domain Reload Profiling: 5419ms - BeginReloadAssembly (324ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (9ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (152ms) + CreateAndSetChildDomain (108ms) RebuildCommonClasses (48ms) - RebuildNativeTypeToScriptingClass (15ms) - initialDomainReloadingComplete (71ms) - LoadAllAssembliesAndSetupDomain (1770ms) - LoadAssemblies (1316ms) + RebuildNativeTypeToScriptingClass (14ms) + initialDomainReloadingComplete (72ms) + LoadAllAssembliesAndSetupDomain (1436ms) + LoadAssemblies (1040ms) RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (543ms) - TypeCache.Refresh (521ms) - TypeCache.ScanAssembly (494ms) - ScanForSourceGeneratedMonoScriptInfo (5ms) - ResolveRequiredComponents (17ms) - FinalizeReload (3191ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (885ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (10ms) - SetLoadedEditorAssemblies (10ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (181ms) - ProcessInitializeOnLoadAttributes (592ms) - ProcessInitializeOnLoadMethodAttributes (71ms) - AfterProcessingInitializeOnLoad (20ms) - EditorAssembliesLoaded (1ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (37ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 26.32 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5271 Unused Serialized files (Serialized files now loaded: 0) -Unloading 92 unused Assets / (185.7 KB). Loaded Objects now: 6053. -Memory consumption went from 181.3 MB to 181.1 MB. -Total: 5.157800 ms (FindLiveObjects: 0.557500 ms CreateObjectMapping: 0.219700 ms MarkObjects: 4.090300 ms DeleteObjects: 0.288500 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 2.345 seconds -Refreshing native plugins compatible for Editor in 27.72 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 5.081 seconds -Domain Reload Profiling: 7415ms - BeginReloadAssembly (276ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (10ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (108ms) - RebuildCommonClasses (62ms) - RebuildNativeTypeToScriptingClass (33ms) - initialDomainReloadingComplete (95ms) - LoadAllAssembliesAndSetupDomain (1867ms) - LoadAssemblies (1220ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (727ms) - TypeCache.Refresh (713ms) - TypeCache.ScanAssembly (672ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (14ms) - FinalizeReload (5082ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (3340ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (10ms) - SetLoadedEditorAssemblies (10ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (674ms) - ProcessInitializeOnLoadAttributes (2506ms) - ProcessInitializeOnLoadMethodAttributes (123ms) - AfterProcessingInitializeOnLoad (17ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (26ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 36.97 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5271 Unused Serialized files (Serialized files now loaded: 0) -Unloading 92 unused Assets / (185.5 KB). Loaded Objects now: 6068. -Memory consumption went from 181.4 MB to 181.2 MB. -Total: 3.209500 ms (FindLiveObjects: 0.417600 ms CreateObjectMapping: 0.217500 ms MarkObjects: 2.383500 ms DeleteObjects: 0.189900 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 2.311 seconds -Refreshing native plugins compatible for Editor in 44.81 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 4.194 seconds -Domain Reload Profiling: 6493ms - BeginReloadAssembly (313ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (9ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (108ms) - RebuildCommonClasses (61ms) - RebuildNativeTypeToScriptingClass (19ms) - initialDomainReloadingComplete (111ms) - LoadAllAssembliesAndSetupDomain (1794ms) - LoadAssemblies (1316ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (587ms) - TypeCache.Refresh (571ms) - TypeCache.ScanAssembly (540ms) + AnalyzeDomain (515ms) + TypeCache.Refresh (500ms) + TypeCache.ScanAssembly (469ms) ScanForSourceGeneratedMonoScriptInfo (2ms) - ResolveRequiredComponents (14ms) - FinalizeReload (4195ms) + ResolveRequiredComponents (12ms) + FinalizeReload (2057ms) ReleaseScriptCaches (0ms) RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (1424ms) + SetupLoadedEditorAssemblies (1000ms) LogAssemblyErrors (0ms) InitializePlatformSupportModulesInManaged (15ms) - SetLoadedEditorAssemblies (27ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (308ms) - ProcessInitializeOnLoadAttributes (934ms) - ProcessInitializeOnLoadMethodAttributes (126ms) - AfterProcessingInitializeOnLoad (14ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (18ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 55.06 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5271 Unused Serialized files (Serialized files now loaded: 0) -Unloading 92 unused Assets / (185.6 KB). Loaded Objects now: 6083. -Memory consumption went from 181.4 MB to 181.2 MB. -Total: 15.014300 ms (FindLiveObjects: 1.691800 ms CreateObjectMapping: 4.774000 ms MarkObjects: 7.644600 ms DeleteObjects: 0.897200 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 2.243 seconds -Refreshing native plugins compatible for Editor in 20.90 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 2.028 seconds -Domain Reload Profiling: 4261ms - BeginReloadAssembly (230ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (9ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (76ms) - RebuildCommonClasses (57ms) - RebuildNativeTypeToScriptingClass (13ms) - initialDomainReloadingComplete (118ms) - LoadAllAssembliesAndSetupDomain (1814ms) - LoadAssemblies (1087ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (772ms) - TypeCache.Refresh (761ms) - TypeCache.ScanAssembly (730ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (11ms) - FinalizeReload (2029ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (834ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (46ms) - SetLoadedEditorAssemblies (52ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (254ms) - ProcessInitializeOnLoadAttributes (431ms) - ProcessInitializeOnLoadMethodAttributes (40ms) - AfterProcessingInitializeOnLoad (10ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (12ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 32.84 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5271 Unused Serialized files (Serialized files now loaded: 0) -Unloading 92 unused Assets / (185.6 KB). Loaded Objects now: 6098. -Memory consumption went from 181.4 MB to 181.2 MB. -Total: 7.840000 ms (FindLiveObjects: 0.972400 ms CreateObjectMapping: 0.850100 ms MarkObjects: 5.611100 ms DeleteObjects: 0.404800 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 3.589 seconds -Refreshing native plugins compatible for Editor in 37.02 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.827 seconds -Domain Reload Profiling: 5407ms - BeginReloadAssembly (569ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (68ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (186ms) - RebuildCommonClasses (61ms) - RebuildNativeTypeToScriptingClass (23ms) - initialDomainReloadingComplete (90ms) - LoadAllAssembliesAndSetupDomain (2837ms) - LoadAssemblies (1438ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (1482ms) - TypeCache.Refresh (1463ms) - TypeCache.ScanAssembly (1404ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (19ms) - FinalizeReload (1827ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (770ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (13ms) - SetLoadedEditorAssemblies (8ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (221ms) - ProcessInitializeOnLoadAttributes (481ms) - ProcessInitializeOnLoadMethodAttributes (37ms) - AfterProcessingInitializeOnLoad (10ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (13ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 33.35 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5271 Unused Serialized files (Serialized files now loaded: 0) -Unloading 92 unused Assets / (185.7 KB). Loaded Objects now: 6113. -Memory consumption went from 181.4 MB to 181.2 MB. -Total: 11.905000 ms (FindLiveObjects: 1.361100 ms CreateObjectMapping: 1.040300 ms MarkObjects: 9.033700 ms DeleteObjects: 0.465400 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 2.880 seconds -Refreshing native plugins compatible for Editor in 78.03 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 2.154 seconds -Domain Reload Profiling: 5026ms - BeginReloadAssembly (230ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (77ms) - RebuildCommonClasses (53ms) - RebuildNativeTypeToScriptingClass (13ms) - initialDomainReloadingComplete (84ms) - LoadAllAssembliesAndSetupDomain (2491ms) - LoadAssemblies (1398ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (1171ms) - TypeCache.Refresh (1147ms) - TypeCache.ScanAssembly (1073ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (24ms) - FinalizeReload (2155ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (865ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (10ms) - SetLoadedEditorAssemblies (10ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (232ms) - ProcessInitializeOnLoadAttributes (550ms) - ProcessInitializeOnLoadMethodAttributes (49ms) - AfterProcessingInitializeOnLoad (15ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (16ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 28.33 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5271 Unused Serialized files (Serialized files now loaded: 0) -Unloading 92 unused Assets / (185.8 KB). Loaded Objects now: 6128. -Memory consumption went from 181.4 MB to 181.2 MB. -Total: 6.754600 ms (FindLiveObjects: 0.769200 ms CreateObjectMapping: 0.679300 ms MarkObjects: 4.528800 ms DeleteObjects: 0.774000 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 5.286 seconds -Refreshing native plugins compatible for Editor in 30.50 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.778 seconds -Domain Reload Profiling: 7036ms - BeginReloadAssembly (256ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (11ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (97ms) - RebuildCommonClasses (59ms) - RebuildNativeTypeToScriptingClass (16ms) - initialDomainReloadingComplete (76ms) - LoadAllAssembliesAndSetupDomain (4850ms) - LoadAssemblies (2250ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (2653ms) - TypeCache.Refresh (2625ms) - TypeCache.ScanAssembly (2581ms) - ScanForSourceGeneratedMonoScriptInfo (5ms) - ResolveRequiredComponents (23ms) - FinalizeReload (1779ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (776ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (9ms) - SetLoadedEditorAssemblies (7ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (205ms) - ProcessInitializeOnLoadAttributes (510ms) - ProcessInitializeOnLoadMethodAttributes (34ms) - AfterProcessingInitializeOnLoad (10ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (15ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 25.30 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5271 Unused Serialized files (Serialized files now loaded: 0) -Unloading 92 unused Assets / (185.5 KB). Loaded Objects now: 6143. -Memory consumption went from 181.4 MB to 181.2 MB. -Total: 3.986000 ms (FindLiveObjects: 0.593000 ms CreateObjectMapping: 0.270800 ms MarkObjects: 2.877700 ms DeleteObjects: 0.242800 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 3.237 seconds -Refreshing native plugins compatible for Editor in 28.18 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 2.059 seconds -Domain Reload Profiling: 5295ms - BeginReloadAssembly (276ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (8ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (82ms) - RebuildCommonClasses (68ms) - RebuildNativeTypeToScriptingClass (21ms) - initialDomainReloadingComplete (91ms) - LoadAllAssembliesAndSetupDomain (2779ms) - LoadAssemblies (1886ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (995ms) - TypeCache.Refresh (941ms) - TypeCache.ScanAssembly (914ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (54ms) - FinalizeReload (2060ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (1029ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (7ms) - SetLoadedEditorAssemblies (5ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (177ms) - ProcessInitializeOnLoadAttributes (736ms) - ProcessInitializeOnLoadMethodAttributes (53ms) - AfterProcessingInitializeOnLoad (51ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (19ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 22.82 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5271 Unused Serialized files (Serialized files now loaded: 0) -Unloading 92 unused Assets / (185.4 KB). Loaded Objects now: 6158. -Memory consumption went from 181.4 MB to 181.3 MB. -Total: 2.705700 ms (FindLiveObjects: 0.385400 ms CreateObjectMapping: 0.249000 ms MarkObjects: 1.916000 ms DeleteObjects: 0.154400 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.642 seconds -Refreshing native plugins compatible for Editor in 35.38 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.379 seconds -Domain Reload Profiling: 3017ms - BeginReloadAssembly (228ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (9ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (87ms) - RebuildCommonClasses (43ms) - RebuildNativeTypeToScriptingClass (11ms) - initialDomainReloadingComplete (54ms) - LoadAllAssembliesAndSetupDomain (1300ms) - LoadAssemblies (821ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (552ms) - TypeCache.Refresh (533ms) - TypeCache.ScanAssembly (504ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (18ms) - FinalizeReload (1380ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (677ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (11ms) - SetLoadedEditorAssemblies (7ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (159ms) - ProcessInitializeOnLoadAttributes (459ms) - ProcessInitializeOnLoadMethodAttributes (30ms) - AfterProcessingInitializeOnLoad (11ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (12ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 19.52 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5271 Unused Serialized files (Serialized files now loaded: 0) -Unloading 92 unused Assets / (185.4 KB). Loaded Objects now: 6173. -Memory consumption went from 181.5 MB to 181.3 MB. -Total: 2.866000 ms (FindLiveObjects: 0.440800 ms CreateObjectMapping: 0.190300 ms MarkObjects: 2.080400 ms DeleteObjects: 0.153400 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Import Request. - Time since last request: 2181.181791 seconds. - path: Assets/HotResources/ResResource/FGui/GameMainUI/GameMainUI_fui.bytes - artifactKey: Guid(3c9bf73d145c8a44e850819cf3364c36) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/GameMainUI/GameMainUI_fui.bytes using Guid(3c9bf73d145c8a44e850819cf3364c36) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'b8a51bd8e2cac00febce3aa63267eeb0') in 0.022678 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 1 -======================================================================== -Received Import Request. - Time since last request: 4.138295 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001510 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.001162 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001957 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.022539 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.002464 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.000733 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001246 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.020436 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001179 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.029338 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001799 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.031393 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001388 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.023925 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.002597 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.000578 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001608 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.019447 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001221 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.019063 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001179 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.022513 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001690 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.021074 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000983 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.022716 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001311 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.022103 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001250 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.000621 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001149 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.018585 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.002044 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.000665 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001992 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.016719 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001123 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.001302 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001220 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.016440 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001218 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.019004 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001699 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.019840 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001110 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.020277 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.002131 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.021733 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.002100 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.028657 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001673 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.017937 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001257 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.001065 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001865 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.016091 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001968 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.021848 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.002883 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.000585 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001239 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.020819 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001762 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.021523 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001372 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.020853 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001759 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.021320 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.002104 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.023290 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001115 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.018669 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001633 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.018570 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001183 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.016464 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001513 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.019166 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001534 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.018904 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000986 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.019021 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001005 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.018657 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001548 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.022374 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.002144 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.027282 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001625 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.000553 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001155 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.026824 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001445 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.022679 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001422 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.000060 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.002703 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.021705 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001368 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.023457 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001229 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.025434 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.002768 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.028511 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001508 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.024524 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001128 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.001002 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.002027 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.026383 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001424 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.026177 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001990 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.024544 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001174 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.031533 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001272 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.033113 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.003988 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.040475 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.002528 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.000742 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.002066 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.038428 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.003233 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.001531 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001870 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.030169 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001290 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.022070 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001949 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.022909 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001633 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.023042 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001282 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.022537 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001312 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.028585 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001856 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.022059 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001269 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.031529 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001178 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.024460 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.002787 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.028481 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001224 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.020309 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001929 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.000171 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001861 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.023927 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001447 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.029789 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001971 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.020934 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001434 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.020649 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001305 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.019806 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001780 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.021695 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001153 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.020247 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001621 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.000018 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000781 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.019438 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001149 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.021241 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001492 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.021868 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001754 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.000092 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001234 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.019045 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001086 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.019860 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001872 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.018708 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001100 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.021562 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001613 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.021462 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001628 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.019834 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001592 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.036444 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001189 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.019650 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.002092 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.000543 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001739 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.019520 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001384 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.026329 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001341 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.023756 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001348 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.019149 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001691 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.022378 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001337 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.020080 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001071 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.022421 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001111 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.019882 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001219 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.022115 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001209 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.025071 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001260 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.001052 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001215 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.018982 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001512 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.000611 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001337 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.017400 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001154 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.018725 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001229 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.020483 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001645 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.019300 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001125 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.017414 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001671 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.000421 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.002462 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.019781 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001800 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.021490 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001800 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.026291 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001111 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.020914 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001496 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.020850 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001950 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.027720 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.002010 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.039453 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.002530 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.001241 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001748 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.035668 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.003001 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.041650 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001514 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.035396 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.002694 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.026333 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001576 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.031247 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.002483 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.027266 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001535 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.031297 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001814 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.028649 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.002111 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.001318 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001410 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.027601 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001578 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.001374 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001428 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.027614 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001341 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.029328 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001574 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.032529 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.002777 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.033168 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001623 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.030045 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.002620 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.000262 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.002397 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.032906 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.002816 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.033094 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.002704 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.026464 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.002770 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.000855 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001128 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.022751 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.002252 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.022745 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001321 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.025204 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001477 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.000483 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001238 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.024768 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.002020 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.023269 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001835 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.026299 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001598 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.025286 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001342 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.028902 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001237 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.021618 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001912 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.021599 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.002169 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.020878 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001691 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.020730 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001227 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.020211 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001157 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.021767 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001498 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.027667 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.003481 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.023196 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.002415 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.025390 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001158 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.020203 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001029 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.018238 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001869 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.017972 seconds. - path: Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes - artifactKey: Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/MainUI/MainUI_fui.bytes using Guid(079b6edaea6dbaa44b152d2ca2027a96) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001302 seconds -Import Error Code:(4) -Message: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' - ERROR: Build asset version error: assets/hotresources/resresource/fgui/mainui/mainui_fui.bytes in SourceAssetDB has modification time of '2024-10-16T09:57:05.3744049Z' while content on disk has modification time of '2024-10-16T10:09:53.414061Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 20.763260 seconds. - path: Assets/HotResources/ResResource/FGui/GameMainUI - artifactKey: Guid(cbcf2c76b4a498f4c8e0c500a5f30805) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/GameMainUI using Guid(cbcf2c76b4a498f4c8e0c500a5f30805) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'bbbb8a761a913259e7fa32228615a44c') in 0.001187 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 1.430868 seconds. - path: Assets/HotResources/ResResource/FGui/Common - artifactKey: Guid(2333f63959faceb4182efe4ad57a7151) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui/Common using Guid(2333f63959faceb4182efe4ad57a7151) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '65853f4d9b073b15069799bfb3e4ea35') in 0.001350 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 7.372115 seconds. - path: Assets/HotResources/ResResource/FGui - artifactKey: Guid(c52965636fda385458ae4104ca53b469) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotResources/ResResource/FGui using Guid(c52965636fda385458ae4104ca53b469) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '6e776aaef37a11834ed4d54fc755eddb') in 0.003511 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.967 seconds -Refreshing native plugins compatible for Editor in 31.01 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.951 seconds -Domain Reload Profiling: 3906ms - BeginReloadAssembly (254ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (8ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (98ms) - RebuildCommonClasses (50ms) - RebuildNativeTypeToScriptingClass (19ms) - initialDomainReloadingComplete (122ms) - LoadAllAssembliesAndSetupDomain (1510ms) - LoadAssemblies (1023ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (566ms) - TypeCache.Refresh (549ms) - TypeCache.ScanAssembly (517ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (17ms) - FinalizeReload (1951ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (868ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (9ms) - SetLoadedEditorAssemblies (7ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (155ms) - ProcessInitializeOnLoadAttributes (631ms) - ProcessInitializeOnLoadMethodAttributes (54ms) - AfterProcessingInitializeOnLoad (11ms) - EditorAssembliesLoaded (1ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (14ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 32.26 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5271 Unused Serialized files (Serialized files now loaded: 0) -Unloading 92 unused Assets / (185.2 KB). Loaded Objects now: 6188. -Memory consumption went from 181.6 MB to 181.4 MB. -Total: 6.178000 ms (FindLiveObjects: 0.743500 ms CreateObjectMapping: 0.558800 ms MarkObjects: 4.509000 ms DeleteObjects: 0.363900 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 2.197 seconds -Refreshing native plugins compatible for Editor in 56.35 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 2.170 seconds -Domain Reload Profiling: 4360ms - BeginReloadAssembly (245ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (6ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (101ms) - RebuildCommonClasses (46ms) - RebuildNativeTypeToScriptingClass (13ms) - initialDomainReloadingComplete (74ms) - LoadAllAssembliesAndSetupDomain (1811ms) - LoadAssemblies (1075ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (793ms) - TypeCache.Refresh (775ms) - TypeCache.ScanAssembly (724ms) - ScanForSourceGeneratedMonoScriptInfo (3ms) - ResolveRequiredComponents (15ms) - FinalizeReload (2171ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (1012ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (10ms) - SetLoadedEditorAssemblies (7ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (196ms) - ProcessInitializeOnLoadAttributes (741ms) - ProcessInitializeOnLoadMethodAttributes (45ms) - AfterProcessingInitializeOnLoad (11ms) - EditorAssembliesLoaded (1ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (14ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 32.79 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5271 Unused Serialized files (Serialized files now loaded: 0) -Unloading 92 unused Assets / (185.4 KB). Loaded Objects now: 6203. -Memory consumption went from 181.5 MB to 181.3 MB. -Total: 4.808400 ms (FindLiveObjects: 0.892400 ms CreateObjectMapping: 0.416900 ms MarkObjects: 3.219800 ms DeleteObjects: 0.277600 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.870 seconds -Refreshing native plugins compatible for Editor in 35.02 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.880 seconds -Domain Reload Profiling: 3741ms - BeginReloadAssembly (252ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (7ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (103ms) - RebuildCommonClasses (51ms) - RebuildNativeTypeToScriptingClass (18ms) - initialDomainReloadingComplete (79ms) - LoadAllAssembliesAndSetupDomain (1460ms) - LoadAssemblies (992ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (549ms) - TypeCache.Refresh (536ms) - TypeCache.ScanAssembly (503ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (13ms) - FinalizeReload (1881ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (905ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (12ms) - SetLoadedEditorAssemblies (8ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (195ms) - ProcessInitializeOnLoadAttributes (609ms) - ProcessInitializeOnLoadMethodAttributes (63ms) - AfterProcessingInitializeOnLoad (16ms) - EditorAssembliesLoaded (2ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (23ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 32.85 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5271 Unused Serialized files (Serialized files now loaded: 0) -Unloading 92 unused Assets / (185.3 KB). Loaded Objects now: 6218. -Memory consumption went from 181.6 MB to 181.4 MB. -Total: 8.390000 ms (FindLiveObjects: 1.094600 ms CreateObjectMapping: 1.370300 ms MarkObjects: 5.636800 ms DeleteObjects: 0.286400 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.932 seconds -Refreshing native plugins compatible for Editor in 26.18 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.526 seconds -Domain Reload Profiling: 3446ms - BeginReloadAssembly (308ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (9ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (107ms) - RebuildCommonClasses (63ms) - RebuildNativeTypeToScriptingClass (24ms) - initialDomainReloadingComplete (107ms) - LoadAllAssembliesAndSetupDomain (1417ms) - LoadAssemblies (1062ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (480ms) - TypeCache.Refresh (465ms) - TypeCache.ScanAssembly (432ms) - ScanForSourceGeneratedMonoScriptInfo (3ms) - ResolveRequiredComponents (13ms) - FinalizeReload (1527ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (700ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (9ms) - SetLoadedEditorAssemblies (6ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (150ms) - ProcessInitializeOnLoadAttributes (478ms) - ProcessInitializeOnLoadMethodAttributes (43ms) - AfterProcessingInitializeOnLoad (14ms) - EditorAssembliesLoaded (1ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (14ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 26.02 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5271 Unused Serialized files (Serialized files now loaded: 0) -Unloading 92 unused Assets / (185.5 KB). Loaded Objects now: 6233. -Memory consumption went from 181.6 MB to 181.4 MB. -Total: 5.527200 ms (FindLiveObjects: 0.661300 ms CreateObjectMapping: 0.733900 ms MarkObjects: 3.729900 ms DeleteObjects: 0.400000 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.880 seconds -Refreshing native plugins compatible for Editor in 31.70 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.846 seconds -Domain Reload Profiling: 3719ms - BeginReloadAssembly (239ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (7ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (86ms) - RebuildCommonClasses (61ms) - RebuildNativeTypeToScriptingClass (15ms) - initialDomainReloadingComplete (76ms) - LoadAllAssembliesAndSetupDomain (1482ms) - LoadAssemblies (997ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (566ms) - TypeCache.Refresh (552ms) - TypeCache.ScanAssembly (508ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (14ms) - FinalizeReload (1847ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (921ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (16ms) SetLoadedEditorAssemblies (11ms) RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (262ms) - ProcessInitializeOnLoadAttributes (568ms) - ProcessInitializeOnLoadMethodAttributes (49ms) - AfterProcessingInitializeOnLoad (14ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (17ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 32.73 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5271 Unused Serialized files (Serialized files now loaded: 0) -Unloading 92 unused Assets / (185.4 KB). Loaded Objects now: 6248. -Memory consumption went from 181.6 MB to 181.4 MB. -Total: 5.304900 ms (FindLiveObjects: 0.722200 ms CreateObjectMapping: 0.557900 ms MarkObjects: 3.563300 ms DeleteObjects: 0.459400 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.765 seconds -Refreshing native plugins compatible for Editor in 25.21 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.616 seconds -Domain Reload Profiling: 3372ms - BeginReloadAssembly (248ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (6ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (94ms) - RebuildCommonClasses (57ms) - RebuildNativeTypeToScriptingClass (15ms) - initialDomainReloadingComplete (76ms) - LoadAllAssembliesAndSetupDomain (1359ms) - LoadAssemblies (917ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (526ms) - TypeCache.Refresh (508ms) - TypeCache.ScanAssembly (473ms) - ScanForSourceGeneratedMonoScriptInfo (3ms) - ResolveRequiredComponents (16ms) - FinalizeReload (1616ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (736ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (15ms) - SetLoadedEditorAssemblies (7ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (186ms) - ProcessInitializeOnLoadAttributes (461ms) - ProcessInitializeOnLoadMethodAttributes (53ms) - AfterProcessingInitializeOnLoad (14ms) - EditorAssembliesLoaded (1ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (13ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 30.65 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5271 Unused Serialized files (Serialized files now loaded: 0) -Unloading 92 unused Assets / (185.5 KB). Loaded Objects now: 6263. -Memory consumption went from 181.6 MB to 181.4 MB. -Total: 7.109900 ms (FindLiveObjects: 0.771900 ms CreateObjectMapping: 1.182600 ms MarkObjects: 4.669200 ms DeleteObjects: 0.482400 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 34.17 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 2 Unused Serialized files (Serialized files now loaded: 0) -Unloading 2 unused Assets / (127.2 KB). Loaded Objects now: 6263. -Memory consumption went from 99.6 MB to 99.5 MB. -Total: 5.143200 ms (FindLiveObjects: 0.776400 ms CreateObjectMapping: 0.628900 ms MarkObjects: 3.435000 ms DeleteObjects: 0.299600 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 2.281 seconds -Refreshing native plugins compatible for Editor in 62.97 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.776 seconds -Domain Reload Profiling: 4050ms - BeginReloadAssembly (349ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (170ms) - RebuildCommonClasses (59ms) - RebuildNativeTypeToScriptingClass (14ms) - initialDomainReloadingComplete (82ms) - LoadAllAssembliesAndSetupDomain (1768ms) - LoadAssemblies (1219ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (653ms) - TypeCache.Refresh (620ms) - TypeCache.ScanAssembly (558ms) - ScanForSourceGeneratedMonoScriptInfo (4ms) - ResolveRequiredComponents (29ms) - FinalizeReload (1777ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (777ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (11ms) - SetLoadedEditorAssemblies (10ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (197ms) - ProcessInitializeOnLoadAttributes (501ms) - ProcessInitializeOnLoadMethodAttributes (45ms) + BeforeProcessingInitializeOnLoad (198ms) + ProcessInitializeOnLoadAttributes (718ms) + ProcessInitializeOnLoadMethodAttributes (44ms) AfterProcessingInitializeOnLoad (13ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (14ms) + AwakeInstancesAfterBackupRestoration (12ms) Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 27.66 ms, found 3 plugins. +Refreshing native plugins compatible for Editor in 50.22 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5271 Unused Serialized files (Serialized files now loaded: 0) -Unloading 92 unused Assets / (185.3 KB). Loaded Objects now: 6278. -Memory consumption went from 181.6 MB to 181.4 MB. -Total: 5.676700 ms (FindLiveObjects: 0.828600 ms CreateObjectMapping: 0.470400 ms MarkObjects: 4.114600 ms DeleteObjects: 0.260600 ms) +Unloading 5272 Unused Serialized files (Serialized files now loaded: 0) +Unloading 94 unused Assets / (185.9 KB). Loaded Objects now: 5758. +Memory consumption went from 177.1 MB to 176.9 MB. +Total: 5.549000 ms (FindLiveObjects: 0.570400 ms CreateObjectMapping: 0.685100 ms MarkObjects: 3.870600 ms DeleteObjects: 0.421100 ms) Prepare: number of updated asset objects reloaded= 0 AssetImportParameters requested are different than current active one (requested -> active): @@ -5359,12 +399,12 @@ AssetImportParameters requested are different than current active one (requested Received Prepare Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 27.41 ms, found 3 plugins. +Refreshing native plugins compatible for Editor in 40.95 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 2 Unused Serialized files (Serialized files now loaded: 0) -Unloading 2 unused Assets / (127.1 KB). Loaded Objects now: 6278. -Memory consumption went from 99.6 MB to 99.5 MB. -Total: 8.108000 ms (FindLiveObjects: 0.602700 ms CreateObjectMapping: 1.113900 ms MarkObjects: 6.151600 ms DeleteObjects: 0.238400 ms) +Unloading 3 Unused Serialized files (Serialized files now loaded: 0) +Unloading 3 unused Assets / (130.2 KB). Loaded Objects now: 5758. +Memory consumption went from 95.1 MB to 95.0 MB. +Total: 7.388600 ms (FindLiveObjects: 0.838100 ms CreateObjectMapping: 0.611500 ms MarkObjects: 5.730200 ms DeleteObjects: 0.206700 ms) Prepare: number of updated asset objects reloaded= 0 AssetImportParameters requested are different than current active one (requested -> active): @@ -5380,460 +420,30 @@ AssetImportParameters requested are different than current active one (requested custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> ======================================================================== Received Import Request. - Time since last request: 769.703996 seconds. - path: Assets/Scenes/Demo1.unity - artifactKey: Guid(82d37fb321041544d87f1458639cbc15) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scenes/Demo1.unity using Guid(82d37fb321041544d87f1458639cbc15) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'ff46f5c181657c65cbe61efe9125d6f0') in 0.009494 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 12.356402 seconds. - path: Assets/Resources/BuildinFileManifest.asset - artifactKey: Guid(f158672a438d7024c82155e424606457) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Resources/BuildinFileManifest.asset using Guid(f158672a438d7024c82155e424606457) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '7fa8f310c120e5a2aa7b501e4f949d28') in 0.016178 seconds + Time since last request: 39966.560305 seconds. + path: Assets/HotAssets/HotDlls/GameLauncher.dll.bytes + artifactKey: Guid(6c68d6e82f75ac9418cacb027f3c7298) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/HotAssets/HotDlls/GameLauncher.dll.bytes using Guid(6c68d6e82f75ac9418cacb027f3c7298) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '1b9d0c86ec558e8dbce0ffe16a14342b') in 0.030518 seconds Number of updated asset objects reloaded before import = 0 Number of asset objects unloaded after import = 1 ======================================================================== Received Import Request. - Time since last request: 1.928805 seconds. - path: Assets/Resources/Scenes - artifactKey: Guid(767b3f261d3bcfe47a41b1b976333f52) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Resources/Scenes using Guid(767b3f261d3bcfe47a41b1b976333f52) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'd8878b7fd8030b6e0d110d1efbe841f1') in 0.002781 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 60.283919 seconds. - path: Assets/HotMain/HotMain.unity - artifactKey: Guid(f7ad21e5080633342835fcd9ae35443e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotMain/HotMain.unity using Guid(f7ad21e5080633342835fcd9ae35443e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '3ea543093b65e64da4ab76d776fdb0ac') in 0.001046 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Prepare -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 37.42 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 2 Unused Serialized files (Serialized files now loaded: 0) -Unloading 2 unused Assets / (127.1 KB). Loaded Objects now: 6278. -Memory consumption went from 99.2 MB to 99.1 MB. -Total: 10.088500 ms (FindLiveObjects: 0.954500 ms CreateObjectMapping: 0.596500 ms MarkObjects: 8.373400 ms DeleteObjects: 0.162200 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Import Request. - Time since last request: 172.973293 seconds. - path: Assets/Resources/Scenes/JNFrame.unity - artifactKey: Guid(dfb6c0b6af52f544dbc763f9daab071a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Resources/Scenes/JNFrame.unity using Guid(dfb6c0b6af52f544dbc763f9daab071a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '9637566a64a4267e6f9da15ca5d0186c') in 0.005550 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 15.123407 seconds. - path: Assets/Resources/Scenes/JNState.unity - artifactKey: Guid(8802bc901f7796947993833bb7e83bdc) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Resources/Scenes/JNState.unity using Guid(8802bc901f7796947993833bb7e83bdc) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '4dcb9d9e6ab1bf52f999a793b6ca3790') in 0.000807 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Prepare -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 32.34 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 2 Unused Serialized files (Serialized files now loaded: 0) -Unloading 2 unused Assets / (127.2 KB). Loaded Objects now: 6278. -Memory consumption went from 99.2 MB to 99.1 MB. -Total: 10.645400 ms (FindLiveObjects: 1.231100 ms CreateObjectMapping: 1.068100 ms MarkObjects: 7.845100 ms DeleteObjects: 0.496800 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Import Request. - Time since last request: 3741.247647 seconds. - path: Assets/Resources/Scenes/SampleScene.unity - artifactKey: Guid(9fc0d4010bbf28b4594072e72b8655ab) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Resources/Scenes/SampleScene.unity using Guid(9fc0d4010bbf28b4594072e72b8655ab) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '1bd4ad52704f39b781b3aab7f638f47b') in 0.004060 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 7.394806 seconds. - path: Assets/Resources/Scenes/JNFrame - artifactKey: Guid(78cc60b874c7c4b4c9026456008778de) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Resources/Scenes/JNFrame using Guid(78cc60b874c7c4b4c9026456008778de) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'e047bb2a8a96770e92b48baceb7473b5') in 0.001809 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.080913 seconds. - path: Assets/Resources/Scenes/JNFrame/NavMesh-Map.asset - artifactKey: Guid(a1ef470ea534c3a4f82de31c3b57a00e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Resources/Scenes/JNFrame/NavMesh-Map.asset using Guid(a1ef470ea534c3a4f82de31c3b57a00e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'e814caa16be41a8dd68acb14fa651be3') in 0.010984 seconds + Time since last request: 0.880158 seconds. + path: Assets/HotAssets/HotDlls/GameScripts.dll.bytes + artifactKey: Guid(fe669a0456fe2d64dae66542a8ca9d4d) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/HotAssets/HotDlls/GameScripts.dll.bytes using Guid(fe669a0456fe2d64dae66542a8ca9d4d) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '2aed6e2c6fdac6bd6f0c0336bb705dd0') in 0.002412 seconds Number of updated asset objects reloaded before import = 0 Number of asset objects unloaded after import = 1 ======================================================================== -Received Import Request. - Time since last request: 101.473462 seconds. - path: Assets/Scripts/Samples/Samples.asmdef - artifactKey: Guid(6d70bd6fbbacf504c963523eea75777a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Samples/Samples.asmdef using Guid(6d70bd6fbbacf504c963523eea75777a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'ce380fcf64ede4199b423f4b479bd4f9') in 0.002848 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 23.965112 seconds. - path: Assets/Scripts/Samples/Samples.asmdef - artifactKey: Guid(6d70bd6fbbacf504c963523eea75777a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Samples/Samples.asmdef using Guid(6d70bd6fbbacf504c963523eea75777a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '79bd2a3ffd1b626f391d4f1793a1112a') in 0.001613 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 19.518610 seconds. - path: Packages/com.unity.cinemachine/package.json - artifactKey: Guid(7a97571b2775aab4e8bf63d9ceb96743) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.unity.cinemachine/package.json using Guid(7a97571b2775aab4e8bf63d9ceb96743) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '76cff7c7f8f8b7fd8b0345f7cdcd83e6') in 0.003135 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 1 -======================================================================== -Received Import Request. - Time since last request: 5.354684 seconds. - path: Packages/com.unity.cinemachine/Runtime - artifactKey: Guid(4948b50a839a1c6419fdd70e2555ba44) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.unity.cinemachine/Runtime using Guid(4948b50a839a1c6419fdd70e2555ba44) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '701b6bd811c7ca48b8cce4bfa8a78588') in 0.001212 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 9.122590 seconds. - path: Assets/Scripts/Samples/Samples.asmdef - artifactKey: Guid(6d70bd6fbbacf504c963523eea75777a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Samples/Samples.asmdef using Guid(6d70bd6fbbacf504c963523eea75777a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '0a624d3ad9eee8d3932eab7b8aaaa2d5') in 0.000773 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 16.305662 seconds. - path: Assets/Scripts/Samples/Samples.asmdef - artifactKey: Guid(6d70bd6fbbacf504c963523eea75777a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Samples/Samples.asmdef using Guid(6d70bd6fbbacf504c963523eea75777a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '4c4553989e1da4983780c25ea3581892') in 0.001714 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 3.704 seconds -Refreshing native plugins compatible for Editor in 38.70 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 2.973 seconds -Domain Reload Profiling: 6660ms - BeginReloadAssembly (625ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (15ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (190ms) - RebuildCommonClasses (117ms) - RebuildNativeTypeToScriptingClass (40ms) - initialDomainReloadingComplete (280ms) - LoadAllAssembliesAndSetupDomain (2624ms) - LoadAssemblies (1923ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (1015ms) - TypeCache.Refresh (996ms) - TypeCache.ScanAssembly (948ms) - ScanForSourceGeneratedMonoScriptInfo (4ms) - ResolveRequiredComponents (15ms) - FinalizeReload (2974ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (1406ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (12ms) - SetLoadedEditorAssemblies (13ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (340ms) - ProcessInitializeOnLoadAttributes (947ms) - ProcessInitializeOnLoadMethodAttributes (71ms) - AfterProcessingInitializeOnLoad (24ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (23ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 67.82 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5271 Unused Serialized files (Serialized files now loaded: 0) -Unloading 92 unused Assets / (185.2 KB). Loaded Objects now: 6293. -Memory consumption went from 181.7 MB to 181.5 MB. -Total: 18.730500 ms (FindLiveObjects: 10.542500 ms CreateObjectMapping: 1.010100 ms MarkObjects: 6.841900 ms DeleteObjects: 0.332800 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== Received Prepare Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 53.73 ms, found 3 plugins. +Refreshing native plugins compatible for Editor in 100.76 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Unloading 2 Unused Serialized files (Serialized files now loaded: 0) -Unloading 2 unused Assets / (127.2 KB). Loaded Objects now: 6293. -Memory consumption went from 99.7 MB to 99.6 MB. -Total: 12.465700 ms (FindLiveObjects: 2.055000 ms CreateObjectMapping: 1.087400 ms MarkObjects: 8.612700 ms DeleteObjects: 0.704700 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Import Request. - Time since last request: 357.108928 seconds. - path: Assets/Scripts/Samples/Samples.asmdef - artifactKey: Guid(6d70bd6fbbacf504c963523eea75777a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Samples/Samples.asmdef using Guid(6d70bd6fbbacf504c963523eea75777a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '8288c129b0842e77daa9c0cf6edf73d6') in 0.014111 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.955 seconds -Refreshing native plugins compatible for Editor in 34.29 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.949 seconds -Domain Reload Profiling: 3895ms - BeginReloadAssembly (315ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (7ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (133ms) - RebuildCommonClasses (53ms) - RebuildNativeTypeToScriptingClass (17ms) - initialDomainReloadingComplete (86ms) - LoadAllAssembliesAndSetupDomain (1476ms) - LoadAssemblies (1066ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (516ms) - TypeCache.Refresh (499ms) - TypeCache.ScanAssembly (474ms) - ScanForSourceGeneratedMonoScriptInfo (4ms) - ResolveRequiredComponents (14ms) - FinalizeReload (1949ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (807ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (13ms) - SetLoadedEditorAssemblies (7ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (162ms) - ProcessInitializeOnLoadAttributes (570ms) - ProcessInitializeOnLoadMethodAttributes (42ms) - AfterProcessingInitializeOnLoad (13ms) - EditorAssembliesLoaded (1ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (16ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 29.74 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5271 Unused Serialized files (Serialized files now loaded: 0) -Unloading 92 unused Assets / (185.3 KB). Loaded Objects now: 6308. -Memory consumption went from 181.7 MB to 181.5 MB. -Total: 4.126500 ms (FindLiveObjects: 0.627700 ms CreateObjectMapping: 0.534400 ms MarkObjects: 2.734200 ms DeleteObjects: 0.227900 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 31.85 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 2 Unused Serialized files (Serialized files now loaded: 0) -Unloading 2 unused Assets / (127.2 KB). Loaded Objects now: 6308. -Memory consumption went from 99.7 MB to 99.6 MB. -Total: 4.470000 ms (FindLiveObjects: 0.691400 ms CreateObjectMapping: 0.461900 ms MarkObjects: 3.153300 ms DeleteObjects: 0.162100 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 33.21 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 2 Unused Serialized files (Serialized files now loaded: 0) -Unloading 2 unused Assets / (127.2 KB). Loaded Objects now: 6308. -Memory consumption went from 99.3 MB to 99.2 MB. -Total: 8.419300 ms (FindLiveObjects: 1.217700 ms CreateObjectMapping: 0.521600 ms MarkObjects: 6.392300 ms DeleteObjects: 0.285400 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Import Request. - Time since last request: 914.346887 seconds. - path: Assets/UI Toolkit/PanelSettings.asset - artifactKey: Guid(52d575d343ab32c41a3edf5a78954cea) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/UI Toolkit/PanelSettings.asset using Guid(52d575d343ab32c41a3edf5a78954cea) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'f4ec14ebca6739b7e1bb2baa9b517b7f') in 0.122600 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 24 -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 2.008 seconds -Refreshing native plugins compatible for Editor in 35.10 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 3.262 seconds -Domain Reload Profiling: 5257ms - BeginReloadAssembly (272ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (7ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (104ms) - RebuildCommonClasses (45ms) - RebuildNativeTypeToScriptingClass (16ms) - initialDomainReloadingComplete (109ms) - LoadAllAssembliesAndSetupDomain (1552ms) - LoadAssemblies (1099ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (542ms) - TypeCache.Refresh (525ms) - TypeCache.ScanAssembly (497ms) - ScanForSourceGeneratedMonoScriptInfo (3ms) - ResolveRequiredComponents (15ms) - FinalizeReload (3263ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (884ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (15ms) - SetLoadedEditorAssemblies (9ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (207ms) - ProcessInitializeOnLoadAttributes (601ms) - ProcessInitializeOnLoadMethodAttributes (38ms) - AfterProcessingInitializeOnLoad (13ms) - EditorAssembliesLoaded (1ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (15ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 36.61 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5271 Unused Serialized files (Serialized files now loaded: 0) -Unloading 95 unused Assets / (271.6 KB). Loaded Objects now: 6324. -Memory consumption went from 181.9 MB to 181.6 MB. -Total: 8.502200 ms (FindLiveObjects: 1.386900 ms CreateObjectMapping: 1.078100 ms MarkObjects: 5.486300 ms DeleteObjects: 0.547300 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 59.38 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 2 Unused Serialized files (Serialized files now loaded: 0) -Unloading 2 unused Assets / (126.7 KB). Loaded Objects now: 6324. -Memory consumption went from 99.8 MB to 99.7 MB. -Total: 8.656100 ms (FindLiveObjects: 1.838700 ms CreateObjectMapping: 0.646100 ms MarkObjects: 5.907900 ms DeleteObjects: 0.260700 ms) +Unloading 3 unused Assets / (127.9 KB). Loaded Objects now: 5759. +Memory consumption went from 94.5 MB to 94.3 MB. +Total: 29.026100 ms (FindLiveObjects: 0.895500 ms CreateObjectMapping: 1.431000 ms MarkObjects: 24.266100 ms DeleteObjects: 2.429600 ms) Prepare: number of updated asset objects reloaded= 0 AssetImportParameters requested are different than current active one (requested -> active): diff --git a/JNFrame2/Logs/AssetImportWorker0.log b/JNFrame2/Logs/AssetImportWorker0.log index 2ab55f68..212b8c50 100644 --- a/JNFrame2/Logs/AssetImportWorker0.log +++ b/JNFrame2/Logs/AssetImportWorker0.log @@ -1,23 +1,23 @@ Using pre-set license -Built from '2022.3/staging' branch; Version is '2022.3.1f1 (f18e0c1b5784) revision 15830540'; Using compiler version '192829333'; Build Type 'Release' -OS: 'Windows 11 (10.0.22631) 64bit Professional' Language: 'zh' Physical Memory: 32651 MB +Built from '2022.3/china_unity/release' branch; Version is '2022.3.16f1c1 (2f3f1b3bde89) revision 3096347'; Using compiler version '192829333'; Build Type 'Release' +OS: 'Windows 11 (10.0.22631) 64bit Core' Language: 'zh' Physical Memory: 16088 MB BatchMode: 1, IsHumanControllingUs: 0, StartBugReporterOnCrash: 0, Is64bit: 1, IsPro: 1 COMMAND LINE ARGUMENTS: -D:\Unity\2022.3.1f1\Editor\Unity.exe +C:\APP\UnityEdit\2022.3.16f1c1\Editor\Unity.exe -adb2 -batchMode -noUpm -name AssetImportWorker0 -projectPath -D:/myproject/JisolGame/JNFrame2 +D:/Jisol/JisolGame/JNFrame2 -logFile Logs/AssetImportWorker0.log -srvPort -61497 -Successfully changed project path to: D:/myproject/JisolGame/JNFrame2 -D:/myproject/JisolGame/JNFrame2 +60453 +Successfully changed project path to: D:/Jisol/JisolGame/JNFrame2 +D:/Jisol/JisolGame/JNFrame2 [UnityMemory] Configuration Parameters - Can be set up in boot.config "memorysetup-bucket-allocator-granularity=16" "memorysetup-bucket-allocator-bucket-count=8" @@ -49,64 +49,68 @@ D:/myproject/JisolGame/JNFrame2 "memorysetup-temp-allocator-size-cloud-worker=32768" "memorysetup-temp-allocator-size-gi-baking-worker=262144" "memorysetup-temp-allocator-size-gfx=262144" -Player connection [33340] Host "[IP] 192.168.1.115 [Port] 0 [Flags] 2 [Guid] 3106062150 [EditorId] 3106062150 [Version] 1048832 [Id] WindowsEditor(7,PC-20230316NUNE) [Debug] 1 [PackageName] WindowsEditor [ProjectName] Editor" joined multi-casting on [225.0.0.222:54997]... +Player connection [30036] Host "[IP] 192.168.31.185 [Port] 0 [Flags] 2 [Guid] 234532456 [EditorId] 234532456 [Version] 1048832 [Id] WindowsEditor(7,DESKTOP-5RP3AKU) [Debug] 1 [PackageName] WindowsEditor [ProjectName] Editor" joined multi-casting on [225.0.0.222:54997]... -Player connection [33340] Host "[IP] 192.168.1.115 [Port] 0 [Flags] 2 [Guid] 3106062150 [EditorId] 3106062150 [Version] 1048832 [Id] WindowsEditor(7,PC-20230316NUNE) [Debug] 1 [PackageName] WindowsEditor [ProjectName] Editor" joined alternative multi-casting on [225.0.0.222:34997]... +Player connection [30036] Host "[IP] 192.168.31.185 [Port] 0 [Flags] 2 [Guid] 234532456 [EditorId] 234532456 [Version] 1048832 [Id] WindowsEditor(7,DESKTOP-5RP3AKU) [Debug] 1 [PackageName] WindowsEditor [ProjectName] Editor" joined alternative multi-casting on [225.0.0.222:34997]... -Refreshing native plugins compatible for Editor in 61.96 ms, found 3 plugins. +[Physics::Module] Initialized MultithreadedJobDispatcher with 19 workers. +Refreshing native plugins compatible for Editor in 65.05 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Initialize engine version: 2022.3.1f1 (f18e0c1b5784) -[Subsystems] Discovering subsystems at path D:/Unity/2022.3.1f1/Editor/Data/Resources/UnitySubsystems -[Subsystems] Discovering subsystems at path D:/myproject/JisolGame/JNFrame2/Assets +Initialize engine version: 2022.3.16f1c1 (2f3f1b3bde89) +[Subsystems] Discovering subsystems at path C:/APP/UnityEdit/2022.3.16f1c1/Editor/Data/Resources/UnitySubsystems +[Subsystems] Discovering subsystems at path D:/Jisol/JisolGame/JNFrame2/Assets GfxDevice: creating device client; threaded=0; jobified=0 Direct3D: Version: Direct3D 11.0 [level 11.1] - Renderer: NVIDIA GeForce GTX 1660 SUPER (ID=0x21c4) + Renderer: NVIDIA GeForce RTX 3060 Laptop GPU (ID=0x2520) Vendor: NVIDIA - VRAM: 5966 MB - Driver: 32.0.15.6094 + VRAM: 5996 MB + Driver: 31.0.15.5176 Initialize mono -Mono path[0] = 'D:/Unity/2022.3.1f1/Editor/Data/Managed' -Mono path[1] = 'D:/Unity/2022.3.1f1/Editor/Data/MonoBleedingEdge/lib/mono/unityjit-win32' -Mono config path = 'D:/Unity/2022.3.1f1/Editor/Data/MonoBleedingEdge/etc' -Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56272 +Mono path[0] = 'C:/APP/UnityEdit/2022.3.16f1c1/Editor/Data/Managed' +Mono path[1] = 'C:/APP/UnityEdit/2022.3.16f1c1/Editor/Data/MonoBleedingEdge/lib/mono/unityjit-win32' +Mono config path = 'C:/APP/UnityEdit/2022.3.16f1c1/Editor/Data/MonoBleedingEdge/etc' +Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56712 Begin MonoManager ReloadAssembly Registering precompiled unity dll's ... -Register platform support module: D:/Unity/2022.3.1f1/Editor/Data/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll -Registered in 0.009658 seconds. -- Loaded All Assemblies, in 0.704 seconds +Register platform support module: C:/APP/UnityEdit/2022.3.16f1c1/Editor/Data/PlaybackEngines/AndroidPlayer/UnityEditor.Android.Extensions.dll +Register platform support module: C:/APP/UnityEdit/2022.3.16f1c1/Editor/Data/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll +Registered in 0.014859 seconds. +- Loaded All Assemblies, in 0.371 seconds Native extension for WindowsStandalone target not found +Native extension for Android target not found +Android Extension - Scanning For ADB Devices 334 ms Mono: successfully reloaded assembly -- Finished resetting the current domain, in 0.429 seconds -Domain Reload Profiling: 1121ms - BeginReloadAssembly (122ms) +- Finished resetting the current domain, in 0.592 seconds +Domain Reload Profiling: 956ms + BeginReloadAssembly (128ms) ExecutionOrderSort (0ms) DisableScriptedObjects (0ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (2ms) - RebuildCommonClasses (58ms) - RebuildNativeTypeToScriptingClass (16ms) - initialDomainReloadingComplete (201ms) - LoadAllAssembliesAndSetupDomain (293ms) - LoadAssemblies (118ms) + CreateAndSetChildDomain (1ms) + RebuildCommonClasses (30ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (72ms) + LoadAllAssembliesAndSetupDomain (126ms) + LoadAssemblies (122ms) RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (273ms) - TypeCache.Refresh (272ms) - TypeCache.ScanAssembly (244ms) - ScanForSourceGeneratedMonoScriptInfo (1ms) - ResolveRequiredComponents (1ms) - FinalizeReload (430ms) + AnalyzeDomain (123ms) + TypeCache.Refresh (121ms) + TypeCache.ScanAssembly (109ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (0ms) + FinalizeReload (592ms) ReleaseScriptCaches (0ms) RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (336ms) + SetupLoadedEditorAssemblies (553ms) LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (18ms) - SetLoadedEditorAssemblies (13ms) + InitializePlatformSupportModulesInManaged (425ms) + SetLoadedEditorAssemblies (2ms) RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (4ms) - ProcessInitializeOnLoadAttributes (214ms) - ProcessInitializeOnLoadMethodAttributes (87ms) + BeforeProcessingInitializeOnLoad (2ms) + ProcessInitializeOnLoadAttributes (86ms) + ProcessInitializeOnLoadMethodAttributes (38ms) AfterProcessingInitializeOnLoad (0ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) @@ -114,65 +118,146 @@ Domain Reload Profiling: 1121ms ======================================================================== Worker process is ready to serve import requests Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 10.442 seconds -Refreshing native plugins compatible for Editor in 45.47 ms, found 3 plugins. +- Loaded All Assemblies, in 0.857 seconds +Refreshing native plugins compatible for Editor in 23.93 ms, found 3 plugins. Native extension for WindowsStandalone target not found +Native extension for Android target not found Package Manager log level set to [2] [Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument [Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). [Package Manager] Cannot connect to Unity Package Manager local server Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.807 seconds -Domain Reload Profiling: 12238ms - BeginReloadAssembly (5298ms) +- Finished resetting the current domain, in 0.596 seconds +Domain Reload Profiling: 1442ms + BeginReloadAssembly (147ms) ExecutionOrderSort (0ms) - DisableScriptedObjects (12ms) + DisableScriptedObjects (4ms) BackupInstance (0ms) - ReleaseScriptingObjects (1ms) - CreateAndSetChildDomain (271ms) - RebuildCommonClasses (1276ms) - RebuildNativeTypeToScriptingClass (74ms) - initialDomainReloadingComplete (1273ms) - LoadAllAssembliesAndSetupDomain (2510ms) - LoadAssemblies (6400ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (17ms) + RebuildCommonClasses (27ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (59ms) + LoadAllAssembliesAndSetupDomain (604ms) + LoadAssemblies (450ms) RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (977ms) - TypeCache.Refresh (901ms) - TypeCache.ScanAssembly (857ms) - ScanForSourceGeneratedMonoScriptInfo (52ms) - ResolveRequiredComponents (23ms) - FinalizeReload (1808ms) + AnalyzeDomain (246ms) + TypeCache.Refresh (219ms) + TypeCache.ScanAssembly (199ms) + ScanForSourceGeneratedMonoScriptInfo (19ms) + ResolveRequiredComponents (6ms) + FinalizeReload (596ms) ReleaseScriptCaches (0ms) RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (1452ms) + SetupLoadedEditorAssemblies (467ms) LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (14ms) - SetLoadedEditorAssemblies (10ms) + InitializePlatformSupportModulesInManaged (25ms) + SetLoadedEditorAssemblies (3ms) RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (226ms) - ProcessInitializeOnLoadAttributes (1133ms) - ProcessInitializeOnLoadMethodAttributes (55ms) - AfterProcessingInitializeOnLoad (14ms) + BeforeProcessingInitializeOnLoad (67ms) + ProcessInitializeOnLoadAttributes (330ms) + ProcessInitializeOnLoadMethodAttributes (23ms) + AfterProcessingInitializeOnLoad (19ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (18ms) + AwakeInstancesAfterBackupRestoration (7ms) Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Launched and connected shader compiler UnityShaderCompiler.exe after 0.12 seconds -Refreshing native plugins compatible for Editor in 35.95 ms, found 3 plugins. +Launched and connected shader compiler UnityShaderCompiler.exe after 0.03 seconds +Refreshing native plugins compatible for Editor in 23.40 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5286 Unused Serialized files (Serialized files now loaded: 0) -Unloading 136 unused Assets / (213.6 KB). Loaded Objects now: 5713. -Memory consumption went from 179.2 MB to 179.0 MB. -Total: 8.688000 ms (FindLiveObjects: 1.341100 ms CreateObjectMapping: 0.923600 ms MarkObjects: 5.357500 ms DeleteObjects: 1.062300 ms) +Unloading 5293 Unused Serialized files (Serialized files now loaded: 0) +Unloading 137 unused Assets / (214.2 KB). Loaded Objects now: 5714. +Memory consumption went from 193.5 MB to 193.3 MB. +Total: 3.182400 ms (FindLiveObjects: 0.434600 ms CreateObjectMapping: 0.146500 ms MarkObjects: 2.300300 ms DeleteObjects: 0.300000 ms) AssetImportParameters requested are different than current active one (requested -> active): custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Import Request. + Time since last request: 258667.746415 seconds. + path: Assets/AssetBundleCollectorSetting.asset + artifactKey: Guid(3cf588b650c043f41ac56ee8a5e7d801) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/AssetBundleCollectorSetting.asset using Guid(3cf588b650c043f41ac56ee8a5e7d801) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '474071f3491c9bb65a429401635ed571') in 0.009290 seconds +Number of updated asset objects reloaded before import = 0 +Number of asset objects unloaded after import = 1 +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.105 seconds +Refreshing native plugins compatible for Editor in 42.17 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.164 seconds +Domain Reload Profiling: 2234ms + BeginReloadAssembly (360ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (75ms) + RebuildCommonClasses (40ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (121ms) + LoadAllAssembliesAndSetupDomain (536ms) + LoadAssemblies (715ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (31ms) + TypeCache.Refresh (11ms) + TypeCache.ScanAssembly (2ms) + ScanForSourceGeneratedMonoScriptInfo (6ms) + ResolveRequiredComponents (13ms) + FinalizeReload (1164ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (369ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (24ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (69ms) + ProcessInitializeOnLoadAttributes (230ms) + ProcessInitializeOnLoadMethodAttributes (19ms) + AfterProcessingInitializeOnLoad (24ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (7ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 23.80 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5273 Unused Serialized files (Serialized files now loaded: 0) +Unloading 100 unused Assets / (187.8 KB). Loaded Objects now: 5726. +Memory consumption went from 192.3 MB to 192.1 MB. +Total: 2.803300 ms (FindLiveObjects: 0.282500 ms CreateObjectMapping: 0.164500 ms MarkObjects: 2.173200 ms DeleteObjects: 0.182500 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> @@ -180,64 +265,68 @@ AssetImportParameters requested are different than current active one (requested ======================================================================== Received Prepare Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 2.822 seconds -Refreshing native plugins compatible for Editor in 33.97 ms, found 3 plugins. +- Loaded All Assemblies, in 0.645 seconds +Refreshing native plugins compatible for Editor in 26.32 ms, found 3 plugins. Native extension for WindowsStandalone target not found +Native extension for Android target not found [Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument [Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). [Package Manager] Cannot connect to Unity Package Manager local server Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.755 seconds -Domain Reload Profiling: 4570ms - BeginReloadAssembly (317ms) +- Finished resetting the current domain, in 0.921 seconds +Domain Reload Profiling: 1552ms + BeginReloadAssembly (163ms) ExecutionOrderSort (0ms) - DisableScriptedObjects (8ms) + DisableScriptedObjects (3ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (137ms) - RebuildCommonClasses (58ms) - RebuildNativeTypeToScriptingClass (15ms) - initialDomainReloadingComplete (76ms) - LoadAllAssembliesAndSetupDomain (2347ms) - LoadAssemblies (1712ms) + CreateAndSetChildDomain (31ms) + RebuildCommonClasses (32ms) + RebuildNativeTypeToScriptingClass (10ms) + initialDomainReloadingComplete (74ms) + LoadAllAssembliesAndSetupDomain (351ms) + LoadAssemblies (421ms) RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (686ms) - TypeCache.Refresh (672ms) - TypeCache.ScanAssembly (626ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (13ms) - FinalizeReload (1757ms) + AnalyzeDomain (23ms) + TypeCache.Refresh (10ms) + TypeCache.ScanAssembly (1ms) + ScanForSourceGeneratedMonoScriptInfo (5ms) + ResolveRequiredComponents (7ms) + FinalizeReload (921ms) ReleaseScriptCaches (0ms) RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (787ms) + SetupLoadedEditorAssemblies (320ms) LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (12ms) - SetLoadedEditorAssemblies (9ms) + InitializePlatformSupportModulesInManaged (23ms) + SetLoadedEditorAssemblies (2ms) RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (172ms) - ProcessInitializeOnLoadAttributes (522ms) - ProcessInitializeOnLoadMethodAttributes (49ms) - AfterProcessingInitializeOnLoad (21ms) - EditorAssembliesLoaded (2ms) + BeforeProcessingInitializeOnLoad (59ms) + ProcessInitializeOnLoadAttributes (198ms) + ProcessInitializeOnLoadMethodAttributes (17ms) + AfterProcessingInitializeOnLoad (20ms) + EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (25ms) + AwakeInstancesAfterBackupRestoration (7ms) Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 28.93 ms, found 3 plugins. +Refreshing native plugins compatible for Editor in 28.04 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5272 Unused Serialized files (Serialized files now loaded: 0) -Unloading 94 unused Assets / (185.8 KB). Loaded Objects now: 5728. -Memory consumption went from 177.0 MB to 176.9 MB. -Total: 5.965200 ms (FindLiveObjects: 0.947200 ms CreateObjectMapping: 0.568800 ms MarkObjects: 4.113200 ms DeleteObjects: 0.334200 ms) +Unloading 5274 Unused Serialized files (Serialized files now loaded: 0) +Unloading 96 unused Assets / (185.8 KB). Loaded Objects now: 5741. +Memory consumption went from 194.5 MB to 194.3 MB. +Total: 2.516700 ms (FindLiveObjects: 0.289700 ms CreateObjectMapping: 0.216500 ms MarkObjects: 1.849000 ms DeleteObjects: 0.160700 ms) Prepare: number of updated asset objects reloaded= 0 AssetImportParameters requested are different than current active one (requested -> active): custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> @@ -246,21 +335,24 @@ AssetImportParameters requested are different than current active one (requested Received Prepare Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 72.31 ms, found 3 plugins. +Refreshing native plugins compatible for Editor in 37.28 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Unloading 3 Unused Serialized files (Serialized files now loaded: 0) -Unloading 3 unused Assets / (130.2 KB). Loaded Objects now: 5728. -Memory consumption went from 95.1 MB to 94.9 MB. -Total: 11.835200 ms (FindLiveObjects: 1.575800 ms CreateObjectMapping: 1.430700 ms MarkObjects: 8.363200 ms DeleteObjects: 0.461400 ms) +Unloading 3 unused Assets / (129.1 KB). Loaded Objects now: 5741. +Memory consumption went from 112.5 MB to 112.4 MB. +Total: 3.093700 ms (FindLiveObjects: 0.384600 ms CreateObjectMapping: 0.283900 ms MarkObjects: 2.306000 ms DeleteObjects: 0.118200 ms) Prepare: number of updated asset objects reloaded= 0 AssetImportParameters requested are different than current active one (requested -> active): custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> @@ -268,64 +360,327 @@ AssetImportParameters requested are different than current active one (requested ======================================================================== Received Prepare Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 2.349 seconds -Refreshing native plugins compatible for Editor in 38.16 ms, found 3 plugins. +- Loaded All Assemblies, in 0.712 seconds +Refreshing native plugins compatible for Editor in 26.77 ms, found 3 plugins. Native extension for WindowsStandalone target not found +Native extension for Android target not found [Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument [Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). [Package Manager] Cannot connect to Unity Package Manager local server Mono: successfully reloaded assembly -- Finished resetting the current domain, in 2.006 seconds -Domain Reload Profiling: 4344ms - BeginReloadAssembly (396ms) +- Finished resetting the current domain, in 1.593 seconds +Domain Reload Profiling: 2290ms + BeginReloadAssembly (163ms) ExecutionOrderSort (0ms) - DisableScriptedObjects (19ms) + DisableScriptedObjects (3ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (153ms) - RebuildCommonClasses (68ms) - RebuildNativeTypeToScriptingClass (23ms) - initialDomainReloadingComplete (156ms) - LoadAllAssembliesAndSetupDomain (1696ms) - LoadAssemblies (1275ms) + CreateAndSetChildDomain (34ms) + RebuildCommonClasses (25ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (60ms) + LoadAllAssembliesAndSetupDomain (441ms) + LoadAssemblies (509ms) RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (556ms) - TypeCache.Refresh (538ms) - TypeCache.ScanAssembly (511ms) + AnalyzeDomain (24ms) + TypeCache.Refresh (9ms) + TypeCache.ScanAssembly (0ms) ScanForSourceGeneratedMonoScriptInfo (5ms) - ResolveRequiredComponents (13ms) - FinalizeReload (2007ms) + ResolveRequiredComponents (8ms) + FinalizeReload (1593ms) ReleaseScriptCaches (0ms) RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (887ms) + SetupLoadedEditorAssemblies (325ms) LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (11ms) - SetLoadedEditorAssemblies (9ms) + InitializePlatformSupportModulesInManaged (24ms) + SetLoadedEditorAssemblies (2ms) RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (171ms) - ProcessInitializeOnLoadAttributes (608ms) - ProcessInitializeOnLoadMethodAttributes (72ms) + BeforeProcessingInitializeOnLoad (59ms) + ProcessInitializeOnLoadAttributes (203ms) + ProcessInitializeOnLoadMethodAttributes (19ms) + AfterProcessingInitializeOnLoad (19ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (6ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 26.19 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5274 Unused Serialized files (Serialized files now loaded: 0) +Unloading 96 unused Assets / (185.7 KB). Loaded Objects now: 5756. +Memory consumption went from 196.4 MB to 196.2 MB. +Total: 2.991000 ms (FindLiveObjects: 0.268700 ms CreateObjectMapping: 0.155500 ms MarkObjects: 2.422900 ms DeleteObjects: 0.143200 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 26.05 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3 Unused Serialized files (Serialized files now loaded: 0) +Unloading 3 unused Assets / (129.2 KB). Loaded Objects now: 5756. +Memory consumption went from 114.4 MB to 114.3 MB. +Total: 2.521500 ms (FindLiveObjects: 0.271100 ms CreateObjectMapping: 0.193900 ms MarkObjects: 1.979900 ms DeleteObjects: 0.075800 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 25.83 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3 Unused Serialized files (Serialized files now loaded: 0) +Unloading 3 unused Assets / (129.1 KB). Loaded Objects now: 5756. +Memory consumption went from 114.0 MB to 113.9 MB. +Total: 2.739900 ms (FindLiveObjects: 0.299900 ms CreateObjectMapping: 0.166400 ms MarkObjects: 2.174600 ms DeleteObjects: 0.098000 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.236 seconds +Refreshing native plugins compatible for Editor in 59.92 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.240 seconds +Domain Reload Profiling: 3444ms + BeginReloadAssembly (313ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (45ms) + RebuildCommonClasses (45ms) + RebuildNativeTypeToScriptingClass (14ms) + initialDomainReloadingComplete (121ms) + LoadAllAssembliesAndSetupDomain (710ms) + LoadAssemblies (873ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (35ms) + TypeCache.Refresh (15ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (9ms) + ResolveRequiredComponents (11ms) + FinalizeReload (2241ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (607ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (46ms) + SetLoadedEditorAssemblies (5ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (155ms) + ProcessInitializeOnLoadAttributes (324ms) + ProcessInitializeOnLoadMethodAttributes (27ms) + AfterProcessingInitializeOnLoad (50ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (10ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 69.37 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5272 Unused Serialized files (Serialized files now loaded: 0) +Unloading 93 unused Assets / (184.2 KB). Loaded Objects now: 5772. +Memory consumption went from 198.3 MB to 198.2 MB. +Total: 3.234100 ms (FindLiveObjects: 0.407700 ms CreateObjectMapping: 0.161500 ms MarkObjects: 2.501100 ms DeleteObjects: 0.162800 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.731 seconds +Refreshing native plugins compatible for Editor in 22.36 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.649 seconds +Domain Reload Profiling: 2368ms + BeginReloadAssembly (182ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (41ms) + RebuildCommonClasses (25ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (65ms) + LoadAllAssembliesAndSetupDomain (438ms) + LoadAssemblies (512ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (27ms) + TypeCache.Refresh (11ms) + TypeCache.ScanAssembly (2ms) + ScanForSourceGeneratedMonoScriptInfo (8ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1650ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (354ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (23ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (64ms) + ProcessInitializeOnLoadAttributes (227ms) + ProcessInitializeOnLoadMethodAttributes (18ms) + AfterProcessingInitializeOnLoad (19ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (7ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 24.69 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5272 Unused Serialized files (Serialized files now loaded: 0) +Unloading 93 unused Assets / (184.1 KB). Loaded Objects now: 5787. +Memory consumption went from 200.3 MB to 200.2 MB. +Total: 2.693000 ms (FindLiveObjects: 0.302600 ms CreateObjectMapping: 0.189100 ms MarkObjects: 2.045300 ms DeleteObjects: 0.155300 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.116 seconds +Refreshing native plugins compatible for Editor in 43.54 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.258 seconds +Domain Reload Profiling: 2350ms + BeginReloadAssembly (286ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (48ms) + RebuildCommonClasses (43ms) + RebuildNativeTypeToScriptingClass (13ms) + initialDomainReloadingComplete (116ms) + LoadAllAssembliesAndSetupDomain (634ms) + LoadAssemblies (774ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (32ms) + TypeCache.Refresh (13ms) + TypeCache.ScanAssembly (2ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (11ms) + FinalizeReload (1259ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (363ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (29ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (73ms) + ProcessInitializeOnLoadAttributes (219ms) + ProcessInitializeOnLoadMethodAttributes (21ms) AfterProcessingInitializeOnLoad (17ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (28ms) + AwakeInstancesAfterBackupRestoration (6ms) Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 39.43 ms, found 3 plugins. +Refreshing native plugins compatible for Editor in 23.64 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Unloading 5272 Unused Serialized files (Serialized files now loaded: 0) -Unloading 94 unused Assets / (186.0 KB). Loaded Objects now: 5743. -Memory consumption went from 177.0 MB to 176.9 MB. -Total: 9.107900 ms (FindLiveObjects: 1.217600 ms CreateObjectMapping: 0.850300 ms MarkObjects: 6.237400 ms DeleteObjects: 0.797300 ms) +Unloading 93 unused Assets / (184.2 KB). Loaded Objects now: 5802. +Memory consumption went from 202.3 MB to 202.1 MB. +Total: 2.705800 ms (FindLiveObjects: 0.275600 ms CreateObjectMapping: 0.160900 ms MarkObjects: 2.116900 ms DeleteObjects: 0.151500 ms) Prepare: number of updated asset objects reloaded= 0 AssetImportParameters requested are different than current active one (requested -> active): custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> @@ -333,127 +688,3217 @@ AssetImportParameters requested are different than current active one (requested ======================================================================== Received Prepare Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.885 seconds -Refreshing native plugins compatible for Editor in 26.89 ms, found 3 plugins. +- Loaded All Assemblies, in 0.658 seconds +Refreshing native plugins compatible for Editor in 24.35 ms, found 3 plugins. Native extension for WindowsStandalone target not found +Native extension for Android target not found [Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument [Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). [Package Manager] Cannot connect to Unity Package Manager local server Mono: successfully reloaded assembly -- Finished resetting the current domain, in 2.056 seconds -Domain Reload Profiling: 3931ms - BeginReloadAssembly (306ms) +- Finished resetting the current domain, in 0.907 seconds +Domain Reload Profiling: 1548ms + BeginReloadAssembly (160ms) ExecutionOrderSort (0ms) - DisableScriptedObjects (8ms) + DisableScriptedObjects (3ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (108ms) - RebuildCommonClasses (48ms) - RebuildNativeTypeToScriptingClass (14ms) - initialDomainReloadingComplete (72ms) - LoadAllAssembliesAndSetupDomain (1436ms) - LoadAssemblies (1040ms) + CreateAndSetChildDomain (33ms) + RebuildCommonClasses (28ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (67ms) + LoadAllAssembliesAndSetupDomain (377ms) + LoadAssemblies (443ms) RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (515ms) - TypeCache.Refresh (500ms) - TypeCache.ScanAssembly (469ms) - ScanForSourceGeneratedMonoScriptInfo (2ms) - ResolveRequiredComponents (12ms) - FinalizeReload (2057ms) + AnalyzeDomain (24ms) + TypeCache.Refresh (10ms) + TypeCache.ScanAssembly (1ms) + ScanForSourceGeneratedMonoScriptInfo (5ms) + ResolveRequiredComponents (7ms) + FinalizeReload (907ms) ReleaseScriptCaches (0ms) RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (1000ms) + SetupLoadedEditorAssemblies (327ms) LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (15ms) - SetLoadedEditorAssemblies (11ms) + InitializePlatformSupportModulesInManaged (24ms) + SetLoadedEditorAssemblies (3ms) RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (198ms) - ProcessInitializeOnLoadAttributes (718ms) - ProcessInitializeOnLoadMethodAttributes (44ms) - AfterProcessingInitializeOnLoad (13ms) + BeforeProcessingInitializeOnLoad (61ms) + ProcessInitializeOnLoadAttributes (201ms) + ProcessInitializeOnLoadMethodAttributes (18ms) + AfterProcessingInitializeOnLoad (20ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (12ms) + AwakeInstancesAfterBackupRestoration (8ms) Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 50.22 ms, found 3 plugins. +Refreshing native plugins compatible for Editor in 23.62 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Unloading 5272 Unused Serialized files (Serialized files now loaded: 0) -Unloading 94 unused Assets / (185.9 KB). Loaded Objects now: 5758. -Memory consumption went from 177.1 MB to 176.9 MB. -Total: 5.549000 ms (FindLiveObjects: 0.570400 ms CreateObjectMapping: 0.685100 ms MarkObjects: 3.870600 ms DeleteObjects: 0.421100 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 40.95 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 3 Unused Serialized files (Serialized files now loaded: 0) -Unloading 3 unused Assets / (130.2 KB). Loaded Objects now: 5758. -Memory consumption went from 95.1 MB to 95.0 MB. -Total: 7.388600 ms (FindLiveObjects: 0.838100 ms CreateObjectMapping: 0.611500 ms MarkObjects: 5.730200 ms DeleteObjects: 0.206700 ms) +Unloading 93 unused Assets / (184.2 KB). Loaded Objects now: 5817. +Memory consumption went from 204.2 MB to 204.0 MB. +Total: 2.622000 ms (FindLiveObjects: 0.307900 ms CreateObjectMapping: 0.186800 ms MarkObjects: 1.979800 ms DeleteObjects: 0.146600 ms) Prepare: number of updated asset objects reloaded= 0 AssetImportParameters requested are different than current active one (requested -> active): custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> ======================================================================== Received Import Request. - Time since last request: 39966.560305 seconds. - path: Assets/HotAssets/HotDlls/GameLauncher.dll.bytes - artifactKey: Guid(6c68d6e82f75ac9418cacb027f3c7298) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotAssets/HotDlls/GameLauncher.dll.bytes using Guid(6c68d6e82f75ac9418cacb027f3c7298) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '1b9d0c86ec558e8dbce0ffe16a14342b') in 0.030518 seconds + Time since last request: 969.274735 seconds. + path: Assets/HotMain/HotMain.cs + artifactKey: Guid(18461ba6893b4a8ca33cb88bbfac8765) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/HotMain/HotMain.cs using Guid(18461ba6893b4a8ca33cb88bbfac8765) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'a07611a365f380f99251c2466f916f79') in 0.012423 seconds Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 1 -======================================================================== -Received Import Request. - Time since last request: 0.880158 seconds. - path: Assets/HotAssets/HotDlls/GameScripts.dll.bytes - artifactKey: Guid(fe669a0456fe2d64dae66542a8ca9d4d) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotAssets/HotDlls/GameScripts.dll.bytes using Guid(fe669a0456fe2d64dae66542a8ca9d4d) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '2aed6e2c6fdac6bd6f0c0336bb705dd0') in 0.002412 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 1 +Number of asset objects unloaded after import = 0 ======================================================================== Received Prepare Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 100.76 ms, found 3 plugins. +Refreshing native plugins compatible for Editor in 36.32 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Unloading 2 Unused Serialized files (Serialized files now loaded: 0) -Unloading 3 unused Assets / (127.9 KB). Loaded Objects now: 5759. -Memory consumption went from 94.5 MB to 94.3 MB. -Total: 29.026100 ms (FindLiveObjects: 0.895500 ms CreateObjectMapping: 1.431000 ms MarkObjects: 24.266100 ms DeleteObjects: 2.429600 ms) +Unloading 3 unused Assets / (126.9 KB). Loaded Objects now: 5817. +Memory consumption went from 121.6 MB to 121.5 MB. +Total: 3.368800 ms (FindLiveObjects: 0.325500 ms CreateObjectMapping: 0.209500 ms MarkObjects: 2.733600 ms DeleteObjects: 0.099400 ms) Prepare: number of updated asset objects reloaded= 0 AssetImportParameters requested are different than current active one (requested -> active): custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.161 seconds +Refreshing native plugins compatible for Editor in 44.16 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.250 seconds +Domain Reload Profiling: 3385ms + BeginReloadAssembly (281ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (47ms) + RebuildCommonClasses (36ms) + RebuildNativeTypeToScriptingClass (13ms) + initialDomainReloadingComplete (94ms) + LoadAllAssembliesAndSetupDomain (711ms) + LoadAssemblies (840ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (35ms) + TypeCache.Refresh (16ms) + TypeCache.ScanAssembly (2ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (11ms) + FinalizeReload (2251ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (590ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (41ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (124ms) + ProcessInitializeOnLoadAttributes (345ms) + ProcessInitializeOnLoadMethodAttributes (31ms) + AfterProcessingInitializeOnLoad (45ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (14ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 45.10 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5272 Unused Serialized files (Serialized files now loaded: 0) +Unloading 93 unused Assets / (184.1 KB). Loaded Objects now: 5832. +Memory consumption went from 206.1 MB to 206.0 MB. +Total: 6.380400 ms (FindLiveObjects: 0.413200 ms CreateObjectMapping: 0.171500 ms MarkObjects: 5.396500 ms DeleteObjects: 0.397900 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.045 seconds +Refreshing native plugins compatible for Editor in 46.51 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.669 seconds +Domain Reload Profiling: 2679ms + BeginReloadAssembly (278ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (50ms) + RebuildCommonClasses (37ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (105ms) + LoadAllAssembliesAndSetupDomain (577ms) + LoadAssemblies (707ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (33ms) + TypeCache.Refresh (13ms) + TypeCache.ScanAssembly (2ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (11ms) + FinalizeReload (1670ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (594ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (30ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (116ms) + ProcessInitializeOnLoadAttributes (308ms) + ProcessInitializeOnLoadMethodAttributes (29ms) + AfterProcessingInitializeOnLoad (108ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (9ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 43.54 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5272 Unused Serialized files (Serialized files now loaded: 0) +Unloading 93 unused Assets / (184.2 KB). Loaded Objects now: 5847. +Memory consumption went from 208.0 MB to 207.8 MB. +Total: 3.829700 ms (FindLiveObjects: 0.500800 ms CreateObjectMapping: 0.164200 ms MarkObjects: 2.970400 ms DeleteObjects: 0.192900 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.643 seconds +Refreshing native plugins compatible for Editor in 25.33 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 0.935 seconds +Domain Reload Profiling: 1563ms + BeginReloadAssembly (167ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (2ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (32ms) + RebuildCommonClasses (26ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (60ms) + LoadAllAssembliesAndSetupDomain (366ms) + LoadAssemblies (448ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (15ms) + TypeCache.Refresh (6ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (7ms) + FinalizeReload (936ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (325ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (25ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (58ms) + ProcessInitializeOnLoadAttributes (200ms) + ProcessInitializeOnLoadMethodAttributes (19ms) + AfterProcessingInitializeOnLoad (20ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (8ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 25.97 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5272 Unused Serialized files (Serialized files now loaded: 0) +Unloading 93 unused Assets / (184.1 KB). Loaded Objects now: 5862. +Memory consumption went from 209.9 MB to 209.7 MB. +Total: 2.638700 ms (FindLiveObjects: 0.304600 ms CreateObjectMapping: 0.171500 ms MarkObjects: 2.009500 ms DeleteObjects: 0.152200 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Import Request. + Time since last request: 220.799448 seconds. + path: Assets/Plugins/System.Numerics.Vectors.dll + artifactKey: Guid(036d810cd4a8a94498e7776a95c65582) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Plugins/System.Numerics.Vectors.dll using Guid(036d810cd4a8a94498e7776a95c65582) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '3f6ee41a0089968f79ef9a678b057e4e') in 0.001629 seconds +Number of updated asset objects reloaded before import = 0 +Number of asset objects unloaded after import = 0 +======================================================================== +Received Prepare +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 28.94 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2 Unused Serialized files (Serialized files now loaded: 0) +Unloading 3 unused Assets / (126.9 KB). Loaded Objects now: 5862. +Memory consumption went from 127.3 MB to 127.2 MB. +Total: 3.172700 ms (FindLiveObjects: 0.334800 ms CreateObjectMapping: 0.184800 ms MarkObjects: 2.551900 ms DeleteObjects: 0.100200 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Import Request. + Time since last request: 101.187025 seconds. + path: Assets/Plugins + artifactKey: Guid(475250884c6f62c47bcd30372d11f341) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Plugins using Guid(475250884c6f62c47bcd30372d11f341) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '75af891fd91737f4523a0d6eb26da48c') in 0.002316 seconds +Number of updated asset objects reloaded before import = 0 +Number of asset objects unloaded after import = 0 +======================================================================== +Received Import Request. + Time since last request: 160.678776 seconds. + path: Assets/UI Toolkit/PanelSettings.asset + artifactKey: Guid(52d575d343ab32c41a3edf5a78954cea) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/UI Toolkit/PanelSettings.asset using Guid(52d575d343ab32c41a3edf5a78954cea) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '94b08053bc526fbc899de7d9aa040e37') in 0.070516 seconds +Number of updated asset objects reloaded before import = 0 +Number of asset objects unloaded after import = 24 +======================================================================== +Received Import Request. + Time since last request: 2.654018 seconds. + path: Assets/Resources/BuildinFileManifest.asset + artifactKey: Guid(f158672a438d7024c82155e424606457) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources/BuildinFileManifest.asset using Guid(f158672a438d7024c82155e424606457) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '08a82bd05e4abe3bcdb0fa509e885286') in 0.001719 seconds +Number of updated asset objects reloaded before import = 0 +Number of asset objects unloaded after import = 1 +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.866 seconds +Refreshing native plugins compatible for Editor in 25.90 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.931 seconds +Domain Reload Profiling: 2781ms + BeginReloadAssembly (168ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (2ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (37ms) + RebuildCommonClasses (29ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (76ms) + LoadAllAssembliesAndSetupDomain (568ms) + LoadAssemblies (638ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (22ms) + TypeCache.Refresh (9ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (5ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1931ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (451ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (23ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (59ms) + ProcessInitializeOnLoadAttributes (296ms) + ProcessInitializeOnLoadMethodAttributes (29ms) + AfterProcessingInitializeOnLoad (41ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (39ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 34.90 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5271 Unused Serialized files (Serialized files now loaded: 0) +Unloading 95 unused Assets / (270.9 KB). Loaded Objects now: 5878. +Memory consumption went from 211.8 MB to 211.5 MB. +Total: 3.955300 ms (FindLiveObjects: 0.393500 ms CreateObjectMapping: 0.155200 ms MarkObjects: 3.187900 ms DeleteObjects: 0.217800 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 41.06 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3 Unused Serialized files (Serialized files now loaded: 0) +Unloading 3 unused Assets / (129.0 KB). Loaded Objects now: 5878. +Memory consumption went from 129.9 MB to 129.8 MB. +Total: 3.308700 ms (FindLiveObjects: 0.396700 ms CreateObjectMapping: 0.155500 ms MarkObjects: 2.673200 ms DeleteObjects: 0.082500 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.707 seconds +Refreshing native plugins compatible for Editor in 26.40 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.582 seconds +Domain Reload Profiling: 2274ms + BeginReloadAssembly (163ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (2ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (33ms) + RebuildCommonClasses (26ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (68ms) + LoadAllAssembliesAndSetupDomain (426ms) + LoadAssemblies (495ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (23ms) + TypeCache.Refresh (10ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (5ms) + ResolveRequiredComponents (6ms) + FinalizeReload (1582ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (327ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (25ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (63ms) + ProcessInitializeOnLoadAttributes (201ms) + ProcessInitializeOnLoadMethodAttributes (17ms) + AfterProcessingInitializeOnLoad (19ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (9ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 26.04 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5272 Unused Serialized files (Serialized files now loaded: 0) +Unloading 93 unused Assets / (184.0 KB). Loaded Objects now: 5893. +Memory consumption went from 213.8 MB to 213.7 MB. +Total: 2.821800 ms (FindLiveObjects: 0.320600 ms CreateObjectMapping: 0.333100 ms MarkObjects: 2.018800 ms DeleteObjects: 0.148400 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Import Request. + Time since last request: 317.829484 seconds. + path: Assets/HotScripts/GameScripts/GameScripts.asmdef + artifactKey: Guid(30cdc49ab6f9ba240b6b000711d4e038) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/HotScripts/GameScripts/GameScripts.asmdef using Guid(30cdc49ab6f9ba240b6b000711d4e038) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '4af3c6564bf0a239c5fccd873adcb6c6') in 0.001809 seconds +Number of updated asset objects reloaded before import = 0 +Number of asset objects unloaded after import = 0 +======================================================================== +Received Prepare +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 26.39 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2 Unused Serialized files (Serialized files now loaded: 0) +Unloading 3 unused Assets / (126.9 KB). Loaded Objects now: 5893. +Memory consumption went from 131.2 MB to 131.1 MB. +Total: 2.899900 ms (FindLiveObjects: 0.328400 ms CreateObjectMapping: 0.186700 ms MarkObjects: 2.296000 ms DeleteObjects: 0.088000 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.133 seconds +Refreshing native plugins compatible for Editor in 41.18 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.786 seconds +Domain Reload Profiling: 2825ms + BeginReloadAssembly (255ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (41ms) + RebuildCommonClasses (34ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (137ms) + LoadAllAssembliesAndSetupDomain (600ms) + LoadAssemblies (721ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (30ms) + TypeCache.Refresh (12ms) + TypeCache.ScanAssembly (1ms) + ScanForSourceGeneratedMonoScriptInfo (6ms) + ResolveRequiredComponents (10ms) + FinalizeReload (1786ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (328ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (28ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (57ms) + ProcessInitializeOnLoadAttributes (203ms) + ProcessInitializeOnLoadMethodAttributes (18ms) + AfterProcessingInitializeOnLoad (19ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 22.51 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5272 Unused Serialized files (Serialized files now loaded: 0) +Unloading 93 unused Assets / (184.0 KB). Loaded Objects now: 5908. +Memory consumption went from 215.8 MB to 215.6 MB. +Total: 2.498600 ms (FindLiveObjects: 0.340000 ms CreateObjectMapping: 0.160600 ms MarkObjects: 1.846200 ms DeleteObjects: 0.151500 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Import Request. + Time since last request: 144.313167 seconds. + path: Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef + artifactKey: Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Packages/com.code-philosophy.luban/Editor/Luban.Editor.asmdef using Guid(5796a4f593192714cbff2c4360722388) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'cda64439ab5bd3077cb8301661094d3a') in 0.003928 seconds +Number of updated asset objects reloaded before import = 0 +Number of asset objects unloaded after import = 0 +======================================================================== +Received Import Request. + Time since last request: 0.000011 seconds. + path: Assets/Scripts/Samples/Samples.asmdef + artifactKey: Guid(6d70bd6fbbacf504c963523eea75777a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Scripts/Samples/Samples.asmdef using Guid(6d70bd6fbbacf504c963523eea75777a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'cd60e21d274220d6de08303f91a55a4d') in 0.000512 seconds +Number of updated asset objects reloaded before import = 0 +Number of asset objects unloaded after import = 0 +======================================================================== +Received Prepare +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 26.14 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2 Unused Serialized files (Serialized files now loaded: 0) +Unloading 3 unused Assets / (126.9 KB). Loaded Objects now: 5908. +Memory consumption went from 133.2 MB to 133.1 MB. +Total: 2.642100 ms (FindLiveObjects: 0.329400 ms CreateObjectMapping: 0.171900 ms MarkObjects: 2.048100 ms DeleteObjects: 0.091700 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 26.26 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3 Unused Serialized files (Serialized files now loaded: 0) +Unloading 3 unused Assets / (129.1 KB). Loaded Objects now: 5908. +Memory consumption went from 133.4 MB to 133.3 MB. +Total: 3.252400 ms (FindLiveObjects: 0.307900 ms CreateObjectMapping: 0.206400 ms MarkObjects: 2.625400 ms DeleteObjects: 0.112000 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Import Request. + Time since last request: 170.530988 seconds. + path: Assets/HotScripts/GameLauncher/HotLauncherEvent.cs + artifactKey: Guid(c47cfe00dddd413bafd1d39ddd911be5) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/HotScripts/GameLauncher/HotLauncherEvent.cs using Guid(c47cfe00dddd413bafd1d39ddd911be5) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '8a0806430d02437c03aed1f922cf35d6') in 0.002755 seconds +Number of updated asset objects reloaded before import = 0 +Number of asset objects unloaded after import = 0 +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.684 seconds +Refreshing native plugins compatible for Editor in 22.15 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 0.909 seconds +Domain Reload Profiling: 1578ms + BeginReloadAssembly (160ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (32ms) + RebuildCommonClasses (27ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (79ms) + LoadAllAssembliesAndSetupDomain (394ms) + LoadAssemblies (459ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (24ms) + TypeCache.Refresh (10ms) + TypeCache.ScanAssembly (1ms) + ScanForSourceGeneratedMonoScriptInfo (6ms) + ResolveRequiredComponents (7ms) + FinalizeReload (909ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (315ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (21ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (56ms) + ProcessInitializeOnLoadAttributes (198ms) + ProcessInitializeOnLoadMethodAttributes (17ms) + AfterProcessingInitializeOnLoad (20ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (7ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 23.98 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5271 Unused Serialized files (Serialized files now loaded: 0) +Unloading 93 unused Assets / (184.2 KB). Loaded Objects now: 5923. +Memory consumption went from 217.5 MB to 217.3 MB. +Total: 2.655000 ms (FindLiveObjects: 0.319800 ms CreateObjectMapping: 0.192000 ms MarkObjects: 1.986500 ms DeleteObjects: 0.155700 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 25.76 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3 Unused Serialized files (Serialized files now loaded: 0) +Unloading 3 unused Assets / (129.1 KB). Loaded Objects now: 5923. +Memory consumption went from 135.8 MB to 135.7 MB. +Total: 3.121200 ms (FindLiveObjects: 0.328000 ms CreateObjectMapping: 0.183600 ms MarkObjects: 2.508600 ms DeleteObjects: 0.099800 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 24.45 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3 Unused Serialized files (Serialized files now loaded: 0) +Unloading 3 unused Assets / (129.1 KB). Loaded Objects now: 5923. +Memory consumption went from 135.4 MB to 135.3 MB. +Total: 2.954100 ms (FindLiveObjects: 0.332600 ms CreateObjectMapping: 0.168100 ms MarkObjects: 2.351100 ms DeleteObjects: 0.101500 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.679 seconds +Refreshing native plugins compatible for Editor in 22.25 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.688 seconds +Domain Reload Profiling: 2353ms + BeginReloadAssembly (164ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (35ms) + RebuildCommonClasses (25ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (60ms) + LoadAllAssembliesAndSetupDomain (409ms) + LoadAssemblies (478ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (22ms) + TypeCache.Refresh (10ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (5ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1688ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (331ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (24ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (64ms) + ProcessInitializeOnLoadAttributes (201ms) + ProcessInitializeOnLoadMethodAttributes (20ms) + AfterProcessingInitializeOnLoad (19ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (7ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 23.77 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5272 Unused Serialized files (Serialized files now loaded: 0) +Unloading 93 unused Assets / (184.1 KB). Loaded Objects now: 5938. +Memory consumption went from 219.7 MB to 219.5 MB. +Total: 2.730200 ms (FindLiveObjects: 0.294600 ms CreateObjectMapping: 0.169300 ms MarkObjects: 2.103000 ms DeleteObjects: 0.162300 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 24.47 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3 Unused Serialized files (Serialized files now loaded: 0) +Unloading 3 unused Assets / (129.0 KB). Loaded Objects now: 5938. +Memory consumption went from 137.7 MB to 137.6 MB. +Total: 2.775300 ms (FindLiveObjects: 0.341700 ms CreateObjectMapping: 0.190900 ms MarkObjects: 2.135700 ms DeleteObjects: 0.106300 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 29.00 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3 Unused Serialized files (Serialized files now loaded: 0) +Unloading 3 unused Assets / (129.0 KB). Loaded Objects now: 5938. +Memory consumption went from 137.4 MB to 137.2 MB. +Total: 3.001800 ms (FindLiveObjects: 0.396400 ms CreateObjectMapping: 0.180400 ms MarkObjects: 2.323400 ms DeleteObjects: 0.100100 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Import Request. + Time since last request: 383.007449 seconds. + path: Assets/HotScripts/JNGame/Runtime/JNetGame.cs + artifactKey: Guid(251a7edbf0764857b9a7c6d80ce1cdd3) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/HotScripts/JNGame/Runtime/JNetGame.cs using Guid(251a7edbf0764857b9a7c6d80ce1cdd3) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '1f870735c3a5c065b22e56c2f843fc3e') in 0.003074 seconds +Number of updated asset objects reloaded before import = 0 +Number of asset objects unloaded after import = 0 +======================================================================== +Received Import Request. + Time since last request: 14.363970 seconds. + path: Assets/HotScripts/JNGame/Runtime/JNetGame.cs + artifactKey: Guid(251a7edbf0764857b9a7c6d80ce1cdd3) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/HotScripts/JNGame/Runtime/JNetGame.cs using Guid(251a7edbf0764857b9a7c6d80ce1cdd3) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'fa27d439c0dc42aac136c1ee1657e0db') in 0.002760 seconds +Number of updated asset objects reloaded before import = 0 +Number of asset objects unloaded after import = 0 +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.298 seconds +Refreshing native plugins compatible for Editor in 61.84 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 3.123 seconds +Domain Reload Profiling: 4390ms + BeginReloadAssembly (292ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (44ms) + RebuildCommonClasses (43ms) + RebuildNativeTypeToScriptingClass (14ms) + initialDomainReloadingComplete (147ms) + LoadAllAssembliesAndSetupDomain (770ms) + LoadAssemblies (896ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (56ms) + TypeCache.Refresh (29ms) + TypeCache.ScanAssembly (12ms) + ScanForSourceGeneratedMonoScriptInfo (12ms) + ResolveRequiredComponents (14ms) + FinalizeReload (3124ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (670ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (52ms) + SetLoadedEditorAssemblies (5ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (127ms) + ProcessInitializeOnLoadAttributes (402ms) + ProcessInitializeOnLoadMethodAttributes (35ms) + AfterProcessingInitializeOnLoad (47ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (14ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 58.45 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5271 Unused Serialized files (Serialized files now loaded: 0) +Unloading 93 unused Assets / (184.1 KB). Loaded Objects now: 5953. +Memory consumption went from 221.4 MB to 221.2 MB. +Total: 3.532100 ms (FindLiveObjects: 0.466800 ms CreateObjectMapping: 0.173800 ms MarkObjects: 2.703800 ms DeleteObjects: 0.185800 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Import Request. + Time since last request: 144.043938 seconds. + path: Assets/HotScripts/JNGame/Runtime/JNetGame.cs + artifactKey: Guid(251a7edbf0764857b9a7c6d80ce1cdd3) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/HotScripts/JNGame/Runtime/JNetGame.cs using Guid(251a7edbf0764857b9a7c6d80ce1cdd3) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '97af2ae685acd587a626d3aa7c9634ae') in 0.003763 seconds +Number of updated asset objects reloaded before import = 0 +Number of asset objects unloaded after import = 0 +======================================================================== +Received Import Request. + Time since last request: 68.359744 seconds. + path: Assets/HotScripts/JNGame/Runtime/JNetGame.cs + artifactKey: Guid(251a7edbf0764857b9a7c6d80ce1cdd3) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/HotScripts/JNGame/Runtime/JNetGame.cs using Guid(251a7edbf0764857b9a7c6d80ce1cdd3) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'd42dc4aaff157326024a785aa1a65489') in 0.000711 seconds +Number of updated asset objects reloaded before import = 0 +Number of asset objects unloaded after import = 0 +======================================================================== +Received Import Request. + Time since last request: 306.983796 seconds. + path: Assets/HotScripts/JNGame/Runtime/JNetGame.cs + artifactKey: Guid(251a7edbf0764857b9a7c6d80ce1cdd3) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/HotScripts/JNGame/Runtime/JNetGame.cs using Guid(251a7edbf0764857b9a7c6d80ce1cdd3) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'd902e7a5d4c50875ef59676fb342c68b') in 0.001004 seconds +Number of updated asset objects reloaded before import = 0 +Number of asset objects unloaded after import = 0 +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.049 seconds +Refreshing native plugins compatible for Editor in 42.36 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.656 seconds +Domain Reload Profiling: 2676ms + BeginReloadAssembly (258ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (45ms) + RebuildCommonClasses (38ms) + RebuildNativeTypeToScriptingClass (13ms) + initialDomainReloadingComplete (142ms) + LoadAllAssembliesAndSetupDomain (569ms) + LoadAssemblies (673ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (48ms) + TypeCache.Refresh (24ms) + TypeCache.ScanAssembly (11ms) + ScanForSourceGeneratedMonoScriptInfo (10ms) + ResolveRequiredComponents (13ms) + FinalizeReload (1656ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (536ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (41ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (108ms) + ProcessInitializeOnLoadAttributes (316ms) + ProcessInitializeOnLoadMethodAttributes (29ms) + AfterProcessingInitializeOnLoad (39ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (11ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 48.87 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5269 Unused Serialized files (Serialized files now loaded: 0) +Unloading 95 unused Assets / (185.1 KB). Loaded Objects now: 5966. +Memory consumption went from 223.3 MB to 223.1 MB. +Total: 3.910000 ms (FindLiveObjects: 0.423800 ms CreateObjectMapping: 0.156000 ms MarkObjects: 3.146100 ms DeleteObjects: 0.182700 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Import Request. + Time since last request: 127.620671 seconds. + path: Assets/HotScripts/JNGame/Runtime/JNetGame.cs + artifactKey: Guid(251a7edbf0764857b9a7c6d80ce1cdd3) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/HotScripts/JNGame/Runtime/JNetGame.cs using Guid(251a7edbf0764857b9a7c6d80ce1cdd3) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'debb500853121046645c52fb827a3af4') in 0.004421 seconds +Number of updated asset objects reloaded before import = 0 +Number of asset objects unloaded after import = 0 +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.112 seconds +Refreshing native plugins compatible for Editor in 44.89 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.332 seconds +Domain Reload Profiling: 2414ms + BeginReloadAssembly (284ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (42ms) + RebuildCommonClasses (37ms) + RebuildNativeTypeToScriptingClass (13ms) + initialDomainReloadingComplete (105ms) + LoadAllAssembliesAndSetupDomain (643ms) + LoadAssemblies (779ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (41ms) + TypeCache.Refresh (22ms) + TypeCache.ScanAssembly (10ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (11ms) + FinalizeReload (1332ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (322ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (23ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (60ms) + ProcessInitializeOnLoadAttributes (199ms) + ProcessInitializeOnLoadMethodAttributes (19ms) + AfterProcessingInitializeOnLoad (18ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 23.01 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5269 Unused Serialized files (Serialized files now loaded: 0) +Unloading 93 unused Assets / (184.1 KB). Loaded Objects now: 5981. +Memory consumption went from 225.1 MB to 225.0 MB. +Total: 2.704100 ms (FindLiveObjects: 0.311800 ms CreateObjectMapping: 0.159700 ms MarkObjects: 1.998500 ms DeleteObjects: 0.233300 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Import Request. + Time since last request: 37.766337 seconds. + path: Assets/HotScripts/JNGame/Runtime/Map + artifactKey: Guid(2506063f96674267bf87277fdf1884ff) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/HotScripts/JNGame/Runtime/Map using Guid(2506063f96674267bf87277fdf1884ff) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '93e23754c0fcf7b59da3135c7b64c7a5') in 0.001612 seconds +Number of updated asset objects reloaded before import = 0 +Number of asset objects unloaded after import = 0 +======================================================================== +Received Import Request. + Time since last request: 0.711893 seconds. + path: Assets/HotScripts/JNGame/Runtime/Map/DotRecast + artifactKey: Guid(8405f7862a7145bc96b9cbc73bf9853c) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/HotScripts/JNGame/Runtime/Map/DotRecast using Guid(8405f7862a7145bc96b9cbc73bf9853c) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'c3a9c695df9b19d4da033a824beca898') in 0.000539 seconds +Number of updated asset objects reloaded before import = 0 +Number of asset objects unloaded after import = 0 +======================================================================== +Received Import Request. + Time since last request: 2.604059 seconds. + path: Assets/HotScripts/JNGame/Runtime/Map/DotRecast/Src + artifactKey: Guid(62ef7a1f4db447008e8974609a74ce24) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/HotScripts/JNGame/Runtime/Map/DotRecast/Src using Guid(62ef7a1f4db447008e8974609a74ce24) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '524266fc0269db31357dae666f26b071') in 0.000482 seconds +Number of updated asset objects reloaded before import = 0 +Number of asset objects unloaded after import = 0 +======================================================================== +Received Import Request. + Time since last request: 1.828977 seconds. + path: Assets/HotScripts/JNGame/Runtime/Map/DotRecast/Util + artifactKey: Guid(77439ffa9cec4759849d22cb0349256d) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/HotScripts/JNGame/Runtime/Map/DotRecast/Util using Guid(77439ffa9cec4759849d22cb0349256d) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '5fc854d5030616411525b96d04240193') in 0.000500 seconds +Number of updated asset objects reloaded before import = 0 +Number of asset objects unloaded after import = 0 +======================================================================== +Received Import Request. + Time since last request: 34.983343 seconds. + path: Assets/HotScripts/JNGame/Runtime/Map/DotRecast/Src/JNGame.DotRecast.asmdef + artifactKey: Guid(11eb7d9473d5ded439b50128d209fb0b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/HotScripts/JNGame/Runtime/Map/DotRecast/Src/JNGame.DotRecast.asmdef using Guid(11eb7d9473d5ded439b50128d209fb0b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '527b84a46a15dd945c629916795a9004') in 0.002161 seconds +Number of updated asset objects reloaded before import = 0 +Number of asset objects unloaded after import = 0 +======================================================================== +Received Import Request. + Time since last request: 46.766456 seconds. + path: Assets/HotScripts/JNGame/Runtime/Math + artifactKey: Guid(f66a913ad5dd457eb1f311909513f4b4) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/HotScripts/JNGame/Runtime/Math using Guid(f66a913ad5dd457eb1f311909513f4b4) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'a9b22cb9c1ab3b5313c7603187d9c93c') in 0.000627 seconds +Number of updated asset objects reloaded before import = 0 +Number of asset objects unloaded after import = 0 +======================================================================== +Received Import Request. + Time since last request: 14.824407 seconds. + path: Assets/HotScripts/JNGame/Runtime/Math/JNGame.Math.asmdef + artifactKey: Guid(aaa39974af8885c44a70ddb19db15425) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/HotScripts/JNGame/Runtime/Math/JNGame.Math.asmdef using Guid(aaa39974af8885c44a70ddb19db15425) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '82eda7b7831dcacf046e187d2f5f5f0f') in 0.000831 seconds +Number of updated asset objects reloaded before import = 0 +Number of asset objects unloaded after import = 0 +======================================================================== +Received Import Request. + Time since last request: 38.540440 seconds. + path: Assets/HotScripts/JNGame/Runtime/Map/DotRecast/Src/JNGame.DotRecast.asmdef + artifactKey: Guid(11eb7d9473d5ded439b50128d209fb0b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/HotScripts/JNGame/Runtime/Map/DotRecast/Src/JNGame.DotRecast.asmdef using Guid(11eb7d9473d5ded439b50128d209fb0b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'aa35cbce5c89ddd48e93f7b8bbb7dbba') in 0.000537 seconds +Number of updated asset objects reloaded before import = 0 +Number of asset objects unloaded after import = 0 +======================================================================== +Received Import Request. + Time since last request: 13.584304 seconds. + path: Assets/HotScripts/JNGame/Runtime/JNGame.Runtime.asmdef + artifactKey: Guid(a6f7937b7f28906409a3ea3ceb2316c6) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/HotScripts/JNGame/Runtime/JNGame.Runtime.asmdef using Guid(a6f7937b7f28906409a3ea3ceb2316c6) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '924b392fd5634a23f8eaedece4480a56') in 0.000652 seconds +Number of updated asset objects reloaded before import = 0 +Number of asset objects unloaded after import = 0 +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.655 seconds +Refreshing native plugins compatible for Editor in 27.61 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 0.914 seconds +Domain Reload Profiling: 1552ms + BeginReloadAssembly (164ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (31ms) + RebuildCommonClasses (24ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (63ms) + LoadAllAssembliesAndSetupDomain (378ms) + LoadAssemblies (457ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (16ms) + TypeCache.Refresh (6ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (7ms) + FinalizeReload (915ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (326ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (23ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (60ms) + ProcessInitializeOnLoadAttributes (203ms) + ProcessInitializeOnLoadMethodAttributes (18ms) + AfterProcessingInitializeOnLoad (19ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (7ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 23.74 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5269 Unused Serialized files (Serialized files now loaded: 0) +Unloading 93 unused Assets / (184.2 KB). Loaded Objects now: 5996. +Memory consumption went from 227.1 MB to 227.0 MB. +Total: 2.512800 ms (FindLiveObjects: 0.283900 ms CreateObjectMapping: 0.173600 ms MarkObjects: 1.911300 ms DeleteObjects: 0.143400 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 24.51 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3 Unused Serialized files (Serialized files now loaded: 0) +Unloading 3 unused Assets / (129.1 KB). Loaded Objects now: 5996. +Memory consumption went from 145.4 MB to 145.3 MB. +Total: 3.191500 ms (FindLiveObjects: 0.332800 ms CreateObjectMapping: 0.186800 ms MarkObjects: 2.573700 ms DeleteObjects: 0.097500 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.698 seconds +Refreshing native plugins compatible for Editor in 22.14 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.531 seconds +Domain Reload Profiling: 2214ms + BeginReloadAssembly (163ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (33ms) + RebuildCommonClasses (28ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (68ms) + LoadAllAssembliesAndSetupDomain (417ms) + LoadAssemblies (485ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (22ms) + TypeCache.Refresh (9ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (5ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1531ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (312ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (22ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (58ms) + ProcessInitializeOnLoadAttributes (193ms) + ProcessInitializeOnLoadMethodAttributes (17ms) + AfterProcessingInitializeOnLoad (19ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (8ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 23.59 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5270 Unused Serialized files (Serialized files now loaded: 0) +Unloading 93 unused Assets / (184.1 KB). Loaded Objects now: 6011. +Memory consumption went from 229.3 MB to 229.1 MB. +Total: 3.025900 ms (FindLiveObjects: 0.371400 ms CreateObjectMapping: 0.194700 ms MarkObjects: 2.310300 ms DeleteObjects: 0.148500 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 59.00 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3 Unused Serialized files (Serialized files now loaded: 0) +Unloading 3 unused Assets / (129.1 KB). Loaded Objects now: 6011. +Memory consumption went from 147.4 MB to 147.2 MB. +Total: 4.558600 ms (FindLiveObjects: 0.523200 ms CreateObjectMapping: 0.247000 ms MarkObjects: 3.653800 ms DeleteObjects: 0.133100 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 24.79 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3 Unused Serialized files (Serialized files now loaded: 0) +Unloading 3 unused Assets / (129.1 KB). Loaded Objects now: 6011. +Memory consumption went from 147.0 MB to 146.9 MB. +Total: 2.932600 ms (FindLiveObjects: 0.306600 ms CreateObjectMapping: 0.191200 ms MarkObjects: 2.335400 ms DeleteObjects: 0.098300 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.097 seconds +Refreshing native plugins compatible for Editor in 50.73 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.356 seconds +Domain Reload Profiling: 2429ms + BeginReloadAssembly (309ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (40ms) + RebuildCommonClasses (33ms) + RebuildNativeTypeToScriptingClass (13ms) + initialDomainReloadingComplete (121ms) + LoadAllAssembliesAndSetupDomain (597ms) + LoadAssemblies (764ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (33ms) + TypeCache.Refresh (13ms) + TypeCache.ScanAssembly (1ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (11ms) + FinalizeReload (1356ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (329ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (26ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (201ms) + ProcessInitializeOnLoadMethodAttributes (19ms) + AfterProcessingInitializeOnLoad (19ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (6ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 25.16 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5270 Unused Serialized files (Serialized files now loaded: 0) +Unloading 93 unused Assets / (184.1 KB). Loaded Objects now: 6026. +Memory consumption went from 231.2 MB to 231.1 MB. +Total: 3.039900 ms (FindLiveObjects: 0.448700 ms CreateObjectMapping: 0.160000 ms MarkObjects: 2.220100 ms DeleteObjects: 0.210300 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Import Request. + Time since last request: 313.812214 seconds. + path: Assets/HotScripts/GameLauncher/GameLauncher.asmdef + artifactKey: Guid(b12e2c634b4214e4bab66a9cac501248) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/HotScripts/GameLauncher/GameLauncher.asmdef using Guid(b12e2c634b4214e4bab66a9cac501248) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'b33f8c85f875c9ff4b5d3acee37bf824') in 0.002354 seconds +Number of updated asset objects reloaded before import = 0 +Number of asset objects unloaded after import = 0 +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.054 seconds +Refreshing native plugins compatible for Editor in 43.25 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.250 seconds +Domain Reload Profiling: 2282ms + BeginReloadAssembly (264ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (40ms) + RebuildCommonClasses (34ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (128ms) + LoadAllAssembliesAndSetupDomain (597ms) + LoadAssemblies (734ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (21ms) + TypeCache.Refresh (8ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (11ms) + FinalizeReload (1251ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (330ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (24ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (60ms) + ProcessInitializeOnLoadAttributes (207ms) + ProcessInitializeOnLoadMethodAttributes (18ms) + AfterProcessingInitializeOnLoad (19ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (6ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 22.83 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5269 Unused Serialized files (Serialized files now loaded: 0) +Unloading 93 unused Assets / (184.2 KB). Loaded Objects now: 6041. +Memory consumption went from 232.9 MB to 232.7 MB. +Total: 2.769600 ms (FindLiveObjects: 0.310800 ms CreateObjectMapping: 0.175100 ms MarkObjects: 2.129300 ms DeleteObjects: 0.153600 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.013 seconds +Refreshing native plugins compatible for Editor in 43.23 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.736 seconds +Domain Reload Profiling: 2720ms + BeginReloadAssembly (265ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (43ms) + RebuildCommonClasses (38ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (130ms) + LoadAllAssembliesAndSetupDomain (539ms) + LoadAssemblies (661ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (33ms) + TypeCache.Refresh (13ms) + TypeCache.ScanAssembly (1ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (12ms) + FinalizeReload (1737ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (537ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (39ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (103ms) + ProcessInitializeOnLoadAttributes (321ms) + ProcessInitializeOnLoadMethodAttributes (31ms) + AfterProcessingInitializeOnLoad (39ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (9ms) +Script is not up to date after domain reload: guid(0f0dc1f485ca487e8a69893724fdd2bd) path("Assets/HotScripts/GameLauncher/FGui/Scripts/Launcher/LauncherUI.cs") state(2) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 44.71 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5269 Unused Serialized files (Serialized files now loaded: 0) +Unloading 93 unused Assets / (184.3 KB). Loaded Objects now: 6055. +Memory consumption went from 235.0 MB to 234.8 MB. +Total: 3.579000 ms (FindLiveObjects: 0.510600 ms CreateObjectMapping: 0.171600 ms MarkObjects: 2.486700 ms DeleteObjects: 0.408900 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.983 seconds +Refreshing native plugins compatible for Editor in 47.90 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.374 seconds +Domain Reload Profiling: 2333ms + BeginReloadAssembly (295ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (32ms) + RebuildCommonClasses (35ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (62ms) + LoadAllAssembliesAndSetupDomain (559ms) + LoadAssemblies (738ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (32ms) + TypeCache.Refresh (13ms) + TypeCache.ScanAssembly (1ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (12ms) + FinalizeReload (1374ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (324ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (27ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (197ms) + ProcessInitializeOnLoadMethodAttributes (18ms) + AfterProcessingInitializeOnLoad (17ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 22.82 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5270 Unused Serialized files (Serialized files now loaded: 0) +Unloading 93 unused Assets / (184.2 KB). Loaded Objects now: 6071. +Memory consumption went from 237.0 MB to 236.8 MB. +Total: 2.522000 ms (FindLiveObjects: 0.292100 ms CreateObjectMapping: 0.158000 ms MarkObjects: 1.928400 ms DeleteObjects: 0.142700 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 26.48 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3 Unused Serialized files (Serialized files now loaded: 0) +Unloading 3 unused Assets / (129.1 KB). Loaded Objects now: 6071. +Memory consumption went from 155.0 MB to 154.9 MB. +Total: 2.711400 ms (FindLiveObjects: 0.335400 ms CreateObjectMapping: 0.209800 ms MarkObjects: 2.077600 ms DeleteObjects: 0.087600 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Import Request. + Time since last request: 156.546520 seconds. + path: Assets/HotScripts/GameLauncher/HotLauncherMain.cs + artifactKey: Guid(9a4484ccb149dc24aa373a560079afd7) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/HotScripts/GameLauncher/HotLauncherMain.cs using Guid(9a4484ccb149dc24aa373a560079afd7) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'e779d417c98e751fc45318e7538e4183') in 0.002646 seconds +Number of updated asset objects reloaded before import = 0 +Number of asset objects unloaded after import = 0 +======================================================================== +Received Prepare +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 27.92 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2 Unused Serialized files (Serialized files now loaded: 0) +Unloading 3 unused Assets / (126.9 KB). Loaded Objects now: 6071. +Memory consumption went from 154.4 MB to 154.3 MB. +Total: 3.698900 ms (FindLiveObjects: 0.324600 ms CreateObjectMapping: 0.175800 ms MarkObjects: 3.079800 ms DeleteObjects: 0.117400 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Import Request. + Time since last request: 188.916284 seconds. + path: Assets/Resources/Scenes + artifactKey: Guid(767b3f261d3bcfe47a41b1b976333f52) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources/Scenes using Guid(767b3f261d3bcfe47a41b1b976333f52) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '265740686f1433fc0931a7e938747f8a') in 0.001779 seconds +Number of updated asset objects reloaded before import = 0 +Number of asset objects unloaded after import = 0 +======================================================================== +Received Import Request. + Time since last request: 0.058797 seconds. + path: Assets/Resources/Scenes/MapSampleScene.asset + artifactKey: Guid(b9ffe249355d38f4ea060619fe145b79) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources/Scenes/MapSampleScene.asset using Guid(b9ffe249355d38f4ea060619fe145b79) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '68e0616eab23ab30ad75ad3c287f1b2c') in 0.111643 seconds +Number of updated asset objects reloaded before import = 0 +Number of asset objects unloaded after import = 3 +======================================================================== +Received Import Request. + Time since last request: 2.781791 seconds. + path: Assets/Resources/Scenes/JNFrame.unity + artifactKey: Guid(dfb6c0b6af52f544dbc763f9daab071a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources/Scenes/JNFrame.unity using Guid(dfb6c0b6af52f544dbc763f9daab071a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '73c4f5b8ef42ac2ecff17c6a1ec79e57') in 0.000797 seconds +Number of updated asset objects reloaded before import = 0 +Number of asset objects unloaded after import = 0 +======================================================================== +Received Import Request. + Time since last request: 1.223037 seconds. + path: Assets/Resources/Scenes/JNFrame + artifactKey: Guid(78cc60b874c7c4b4c9026456008778de) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources/Scenes/JNFrame using Guid(78cc60b874c7c4b4c9026456008778de) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'c44f40f6313813581ba7eac99115a3b9') in 0.000557 seconds +Number of updated asset objects reloaded before import = 0 +Number of asset objects unloaded after import = 0 +======================================================================== +Received Import Request. + Time since last request: 5.344596 seconds. + path: Assets/Resources/yoo + artifactKey: Guid(24485906c8e50f84b9c719c2565f93c1) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources/yoo using Guid(24485906c8e50f84b9c719c2565f93c1) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '52449bd14ace7186f120506f7d95ad8d') in 0.000513 seconds +Number of updated asset objects reloaded before import = 0 +Number of asset objects unloaded after import = 0 +======================================================================== +Received Import Request. + Time since last request: 0.805400 seconds. + path: Assets/Resources/yoo/RawFilePackage + artifactKey: Guid(00b0f9b370fedab40b2ce8a1f797c497) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources/yoo/RawFilePackage using Guid(00b0f9b370fedab40b2ce8a1f797c497) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '95642c2b0688d72f06f3bcd731bbd375') in 0.000650 seconds +Number of updated asset objects reloaded before import = 0 +Number of asset objects unloaded after import = 0 +======================================================================== +Received Import Request. + Time since last request: 0.893201 seconds. + path: Assets/Resources/yoo/DefaultPackage + artifactKey: Guid(8853c8e55d903c94f96b5b5990e3521a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources/yoo/DefaultPackage using Guid(8853c8e55d903c94f96b5b5990e3521a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '4f52904a8550f69edab75a5df6fa2b24') in 0.001005 seconds +Number of updated asset objects reloaded before import = 0 +Number of asset objects unloaded after import = 0 +======================================================================== +Received Import Request. + Time since last request: 0.058664 seconds. + path: Assets/Resources/yoo/DefaultPackage/BuildinCatalog.asset + artifactKey: Guid(647efbdb2e8bd2a4798bcb8fd65df227) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources/yoo/DefaultPackage/BuildinCatalog.asset using Guid(647efbdb2e8bd2a4798bcb8fd65df227) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'b14ec2793924df6c1277d3d7daba919f') in 0.003074 seconds +Number of updated asset objects reloaded before import = 0 +Number of asset objects unloaded after import = 1 +======================================================================== +Received Import Request. + Time since last request: 1.906307 seconds. + path: Assets/Resources/yoo/RawFilePackage/BuildinCatalog.asset + artifactKey: Guid(581be7a0b938f2a49b848149486ede6d) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources/yoo/RawFilePackage/BuildinCatalog.asset using Guid(581be7a0b938f2a49b848149486ede6d) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'a7f81d7cc98d659d6ae0221902e2e7f5') in 0.001404 seconds +Number of updated asset objects reloaded before import = 0 +Number of asset objects unloaded after import = 1 +======================================================================== +Received Import Request. + Time since last request: 73.848722 seconds. + path: Assets/Resources/map1.json + artifactKey: Guid(c2e7814c3ee7c6c489dcf0aff4116ab4) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Resources/map1.json using Guid(c2e7814c3ee7c6c489dcf0aff4116ab4) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'd27d4d2d9b775ecce5bde9a99171b4e9') in 0.001307 seconds +Number of updated asset objects reloaded before import = 0 +Number of asset objects unloaded after import = 1 +======================================================================== +Received Prepare +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 24.70 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2 Unused Serialized files (Serialized files now loaded: 0) +Unloading 3 unused Assets / (126.9 KB). Loaded Objects now: 6073. +Memory consumption went from 154.5 MB to 154.3 MB. +Total: 3.579200 ms (FindLiveObjects: 0.489000 ms CreateObjectMapping: 0.184000 ms MarkObjects: 2.814700 ms DeleteObjects: 0.090600 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 23.54 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3 Unused Serialized files (Serialized files now loaded: 0) +Unloading 3 unused Assets / (129.0 KB). Loaded Objects now: 6073. +Memory consumption went from 154.7 MB to 154.6 MB. +Total: 3.034600 ms (FindLiveObjects: 0.319500 ms CreateObjectMapping: 0.171900 ms MarkObjects: 2.460700 ms DeleteObjects: 0.081900 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Import Request. + Time since last request: 248.048156 seconds. + path: Assets/HotResources/ResResource/HotGameMain.prefab + artifactKey: Guid(88f32cb2fff5e7a47919e3029a7b84bc) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/HotResources/ResResource/HotGameMain.prefab using Guid(88f32cb2fff5e7a47919e3029a7b84bc) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'a10978e70a266897e2cd793531227abd') in 0.016112 seconds +Number of updated asset objects reloaded before import = 0 +Number of asset objects unloaded after import = 5 +======================================================================== +Received Import Request. + Time since last request: 53.638151 seconds. + path: Assets/HotResources/ResResource/HotGameMain.prefab + artifactKey: Guid(88f32cb2fff5e7a47919e3029a7b84bc) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/HotResources/ResResource/HotGameMain.prefab using Guid(88f32cb2fff5e7a47919e3029a7b84bc) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'cae3c006f9af9eb350f8b2a27fd6b01c') in 0.002682 seconds +Number of updated asset objects reloaded before import = 0 +Number of asset objects unloaded after import = 4 +======================================================================== +Received Import Request. + Time since last request: 4.709886 seconds. + path: Assets/HotResources/ResLauncher/HotLauncher.prefab + artifactKey: Guid(0c017710233005b499211af4af5a8c04) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/HotResources/ResLauncher/HotLauncher.prefab using Guid(0c017710233005b499211af4af5a8c04) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'f7df707ff9aefa6da3b90830cb21d3fe') in 0.002160 seconds +Number of updated asset objects reloaded before import = 0 +Number of asset objects unloaded after import = 4 +======================================================================== +Received Prepare +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 26.89 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2 Unused Serialized files (Serialized files now loaded: 0) +Unloading 3 unused Assets / (126.8 KB). Loaded Objects now: 6073. +Memory consumption went from 154.5 MB to 154.3 MB. +Total: 3.513100 ms (FindLiveObjects: 0.330000 ms CreateObjectMapping: 0.188500 ms MarkObjects: 2.905900 ms DeleteObjects: 0.087600 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Import Request. + Time since last request: 240.759577 seconds. + path: Assets/HotScripts/GameLauncher/GameLauncher/GameLauncher.asmdef + artifactKey: Guid(32a4742f8ff5d384e9311458985e2680) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/HotScripts/GameLauncher/GameLauncher/GameLauncher.asmdef using Guid(32a4742f8ff5d384e9311458985e2680) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'fee8e4377c765ae71b8aea4cbc00eab9') in 0.002201 seconds +Number of updated asset objects reloaded before import = 0 +Number of asset objects unloaded after import = 0 +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.826 seconds +Refreshing native plugins compatible for Editor in 23.14 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.635 seconds +Domain Reload Profiling: 2447ms + BeginReloadAssembly (186ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (42ms) + RebuildCommonClasses (26ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (66ms) + LoadAllAssembliesAndSetupDomain (526ms) + LoadAssemblies (509ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (114ms) + TypeCache.Refresh (90ms) + TypeCache.ScanAssembly (71ms) + ScanForSourceGeneratedMonoScriptInfo (17ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1635ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (349ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (26ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (63ms) + ProcessInitializeOnLoadAttributes (218ms) + ProcessInitializeOnLoadMethodAttributes (19ms) + AfterProcessingInitializeOnLoad (20ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (7ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 23.68 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5269 Unused Serialized files (Serialized files now loaded: 0) +Unloading 93 unused Assets / (184.2 KB). Loaded Objects now: 6088. +Memory consumption went from 238.7 MB to 238.5 MB. +Total: 2.836500 ms (FindLiveObjects: 0.359300 ms CreateObjectMapping: 0.186700 ms MarkObjects: 2.128700 ms DeleteObjects: 0.161100 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.004 seconds +Refreshing native plugins compatible for Editor in 49.10 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.031 seconds +Domain Reload Profiling: 2009ms + BeginReloadAssembly (254ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (38ms) + RebuildCommonClasses (45ms) + RebuildNativeTypeToScriptingClass (16ms) + initialDomainReloadingComplete (101ms) + LoadAllAssembliesAndSetupDomain (561ms) + LoadAssemblies (677ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (39ms) + TypeCache.Refresh (17ms) + TypeCache.ScanAssembly (2ms) + ScanForSourceGeneratedMonoScriptInfo (8ms) + ResolveRequiredComponents (13ms) + FinalizeReload (1031ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (334ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (25ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (59ms) + ProcessInitializeOnLoadAttributes (210ms) + ProcessInitializeOnLoadMethodAttributes (19ms) + AfterProcessingInitializeOnLoad (19ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (7ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 23.02 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5265 Unused Serialized files (Serialized files now loaded: 0) +Unloading 98 unused Assets / (186.8 KB). Loaded Objects now: 6098. +Memory consumption went from 240.9 MB to 240.7 MB. +Total: 2.919600 ms (FindLiveObjects: 0.338200 ms CreateObjectMapping: 0.182800 ms MarkObjects: 2.217100 ms DeleteObjects: 0.180500 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 24.42 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3 Unused Serialized files (Serialized files now loaded: 0) +Unloading 3 unused Assets / (129.2 KB). Loaded Objects now: 6098. +Memory consumption went from 159.0 MB to 158.9 MB. +Total: 2.737600 ms (FindLiveObjects: 0.330800 ms CreateObjectMapping: 0.220200 ms MarkObjects: 2.089900 ms DeleteObjects: 0.095500 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Import Request. + Time since last request: 230.810348 seconds. + path: Assets/HotScripts/GameLauncher/HotLauncherMain.cs + artifactKey: Guid(9a4484ccb149dc24aa373a560079afd7) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/HotScripts/GameLauncher/HotLauncherMain.cs using Guid(9a4484ccb149dc24aa373a560079afd7) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'a5ca05a07e777c57c9ae534ad154c844') in 0.003570 seconds +Number of updated asset objects reloaded before import = 0 +Number of asset objects unloaded after import = 0 +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.103 seconds +Refreshing native plugins compatible for Editor in 45.30 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.762 seconds +Domain Reload Profiling: 2840ms + BeginReloadAssembly (275ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (43ms) + RebuildCommonClasses (39ms) + RebuildNativeTypeToScriptingClass (15ms) + initialDomainReloadingComplete (101ms) + LoadAllAssembliesAndSetupDomain (647ms) + LoadAssemblies (778ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (34ms) + TypeCache.Refresh (14ms) + TypeCache.ScanAssembly (2ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (11ms) + FinalizeReload (1763ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (338ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (23ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (60ms) + ProcessInitializeOnLoadAttributes (213ms) + ProcessInitializeOnLoadMethodAttributes (19ms) + AfterProcessingInitializeOnLoad (20ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (7ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 25.72 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5269 Unused Serialized files (Serialized files now loaded: 0) +Unloading 93 unused Assets / (184.0 KB). Loaded Objects now: 6118. +Memory consumption went from 242.7 MB to 242.5 MB. +Total: 2.634600 ms (FindLiveObjects: 0.329800 ms CreateObjectMapping: 0.174300 ms MarkObjects: 1.938500 ms DeleteObjects: 0.191100 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.632 seconds +Refreshing native plugins compatible for Editor in 24.00 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 0.956 seconds +Domain Reload Profiling: 1574ms + BeginReloadAssembly (185ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (32ms) + RebuildCommonClasses (31ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (75ms) + LoadAllAssembliesAndSetupDomain (317ms) + LoadAssemblies (414ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (15ms) + TypeCache.Refresh (7ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (7ms) + FinalizeReload (956ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (329ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (22ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (59ms) + ProcessInitializeOnLoadAttributes (207ms) + ProcessInitializeOnLoadMethodAttributes (18ms) + AfterProcessingInitializeOnLoad (19ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (7ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 21.94 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5270 Unused Serialized files (Serialized files now loaded: 0) +Unloading 93 unused Assets / (184.0 KB). Loaded Objects now: 6133. +Memory consumption went from 244.9 MB to 244.7 MB. +Total: 2.641600 ms (FindLiveObjects: 0.319600 ms CreateObjectMapping: 0.161100 ms MarkObjects: 2.003500 ms DeleteObjects: 0.156400 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 23.62 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3 Unused Serialized files (Serialized files now loaded: 0) +Unloading 3 unused Assets / (128.9 KB). Loaded Objects now: 6133. +Memory consumption went from 163.0 MB to 162.8 MB. +Total: 3.094500 ms (FindLiveObjects: 0.323900 ms CreateObjectMapping: 0.184800 ms MarkObjects: 2.478800 ms DeleteObjects: 0.106100 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.050 seconds +Refreshing native plugins compatible for Editor in 23.28 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 7.052 seconds +Domain Reload Profiling: 8090ms + BeginReloadAssembly (174ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (33ms) + RebuildCommonClasses (24ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (58ms) + LoadAllAssembliesAndSetupDomain (774ms) + LoadAssemblies (855ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (21ms) + TypeCache.Refresh (9ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (5ms) + ResolveRequiredComponents (6ms) + FinalizeReload (7052ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (326ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (25ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (64ms) + ProcessInitializeOnLoadAttributes (198ms) + ProcessInitializeOnLoadMethodAttributes (17ms) + AfterProcessingInitializeOnLoad (19ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (6ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 21.13 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5270 Unused Serialized files (Serialized files now loaded: 0) +Unloading 93 unused Assets / (184.0 KB). Loaded Objects now: 6148. +Memory consumption went from 246.8 MB to 246.7 MB. +Total: 2.898100 ms (FindLiveObjects: 0.384000 ms CreateObjectMapping: 0.182500 ms MarkObjects: 2.182800 ms DeleteObjects: 0.146900 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Import Request. + Time since last request: 263.733729 seconds. + path: Assets/HotResources/ResLauncher/HotLauncher.prefab + artifactKey: Guid(0c017710233005b499211af4af5a8c04) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/HotResources/ResLauncher/HotLauncher.prefab using Guid(0c017710233005b499211af4af5a8c04) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '45d2299b09da47251b3933814297d15f') in 0.022239 seconds +Number of updated asset objects reloaded before import = 0 +Number of asset objects unloaded after import = 5 +======================================================================== +Received Prepare +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 27.40 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2 Unused Serialized files (Serialized files now loaded: 0) +Unloading 3 unused Assets / (126.7 KB). Loaded Objects now: 6148. +Memory consumption went from 164.3 MB to 164.2 MB. +Total: 3.457200 ms (FindLiveObjects: 0.327100 ms CreateObjectMapping: 0.183600 ms MarkObjects: 2.768200 ms DeleteObjects: 0.176700 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.743 seconds +Refreshing native plugins compatible for Editor in 22.75 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.607 seconds +Domain Reload Profiling: 2338ms + BeginReloadAssembly (201ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (47ms) + RebuildCommonClasses (29ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (64ms) + LoadAllAssembliesAndSetupDomain (427ms) + LoadAssemblies (515ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (22ms) + TypeCache.Refresh (10ms) + TypeCache.ScanAssembly (1ms) + ScanForSourceGeneratedMonoScriptInfo (5ms) + ResolveRequiredComponents (6ms) + FinalizeReload (1607ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (336ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (25ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (59ms) + ProcessInitializeOnLoadAttributes (208ms) + ProcessInitializeOnLoadMethodAttributes (20ms) + AfterProcessingInitializeOnLoad (21ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (9ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 35.76 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5270 Unused Serialized files (Serialized files now loaded: 0) +Unloading 93 unused Assets / (184.0 KB). Loaded Objects now: 6163. +Memory consumption went from 248.7 MB to 248.5 MB. +Total: 13.949300 ms (FindLiveObjects: 0.457500 ms CreateObjectMapping: 0.157000 ms MarkObjects: 13.147600 ms DeleteObjects: 0.186000 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.100 seconds +Refreshing native plugins compatible for Editor in 45.34 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.421 seconds +Domain Reload Profiling: 2491ms + BeginReloadAssembly (301ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (43ms) + RebuildCommonClasses (54ms) + RebuildNativeTypeToScriptingClass (13ms) + initialDomainReloadingComplete (98ms) + LoadAllAssembliesAndSetupDomain (603ms) + LoadAssemblies (767ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (34ms) + TypeCache.Refresh (14ms) + TypeCache.ScanAssembly (2ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (11ms) + FinalizeReload (1421ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (338ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (22ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (64ms) + ProcessInitializeOnLoadAttributes (212ms) + ProcessInitializeOnLoadMethodAttributes (18ms) + AfterProcessingInitializeOnLoad (19ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (6ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 23.28 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5270 Unused Serialized files (Serialized files now loaded: 0) +Unloading 93 unused Assets / (184.1 KB). Loaded Objects now: 6178. +Memory consumption went from 250.7 MB to 250.5 MB. +Total: 2.845100 ms (FindLiveObjects: 0.345500 ms CreateObjectMapping: 0.199000 ms MarkObjects: 2.125100 ms DeleteObjects: 0.174600 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 24.83 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3 Unused Serialized files (Serialized files now loaded: 0) +Unloading 3 unused Assets / (128.9 KB). Loaded Objects now: 6178. +Memory consumption went from 168.7 MB to 168.6 MB. +Total: 2.821200 ms (FindLiveObjects: 0.329800 ms CreateObjectMapping: 0.190100 ms MarkObjects: 2.208900 ms DeleteObjects: 0.091300 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.698 seconds +Refreshing native plugins compatible for Editor in 24.30 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.608 seconds +Domain Reload Profiling: 2292ms + BeginReloadAssembly (170ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (38ms) + RebuildCommonClasses (25ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (62ms) + LoadAllAssembliesAndSetupDomain (419ms) + LoadAssemblies (487ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (22ms) + TypeCache.Refresh (9ms) + TypeCache.ScanAssembly (1ms) + ScanForSourceGeneratedMonoScriptInfo (5ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1608ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (332ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (22ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (60ms) + ProcessInitializeOnLoadAttributes (210ms) + ProcessInitializeOnLoadMethodAttributes (19ms) + AfterProcessingInitializeOnLoad (19ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (6ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 23.01 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5270 Unused Serialized files (Serialized files now loaded: 0) +Unloading 93 unused Assets / (184.0 KB). Loaded Objects now: 6193. +Memory consumption went from 252.6 MB to 252.4 MB. +Total: 2.583400 ms (FindLiveObjects: 0.311500 ms CreateObjectMapping: 0.190300 ms MarkObjects: 1.930400 ms DeleteObjects: 0.150500 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 25.41 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3 Unused Serialized files (Serialized files now loaded: 0) +Unloading 3 unused Assets / (128.9 KB). Loaded Objects now: 6193. +Memory consumption went from 170.7 MB to 170.6 MB. +Total: 2.616600 ms (FindLiveObjects: 0.370100 ms CreateObjectMapping: 0.215000 ms MarkObjects: 1.941900 ms DeleteObjects: 0.088700 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 23.34 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3 Unused Serialized files (Serialized files now loaded: 0) +Unloading 3 unused Assets / (128.9 KB). Loaded Objects now: 6193. +Memory consumption went from 170.3 MB to 170.2 MB. +Total: 3.199400 ms (FindLiveObjects: 0.342500 ms CreateObjectMapping: 0.189200 ms MarkObjects: 2.584600 ms DeleteObjects: 0.082300 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.224 seconds +Refreshing native plugins compatible for Editor in 49.49 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.413 seconds +Domain Reload Profiling: 3567ms + BeginReloadAssembly (282ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (39ms) + RebuildCommonClasses (47ms) + RebuildNativeTypeToScriptingClass (15ms) + initialDomainReloadingComplete (113ms) + LoadAllAssembliesAndSetupDomain (698ms) + LoadAssemblies (819ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (52ms) + TypeCache.Refresh (28ms) + TypeCache.ScanAssembly (13ms) + ScanForSourceGeneratedMonoScriptInfo (11ms) + ResolveRequiredComponents (12ms) + FinalizeReload (2413ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (567ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (51ms) + SetLoadedEditorAssemblies (5ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (109ms) + ProcessInitializeOnLoadAttributes (332ms) + ProcessInitializeOnLoadMethodAttributes (31ms) + AfterProcessingInitializeOnLoad (38ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (10ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 45.44 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5270 Unused Serialized files (Serialized files now loaded: 0) +Unloading 93 unused Assets / (184.0 KB). Loaded Objects now: 6208. +Memory consumption went from 254.6 MB to 254.4 MB. +Total: 3.936600 ms (FindLiveObjects: 0.463300 ms CreateObjectMapping: 0.170000 ms MarkObjects: 3.119100 ms DeleteObjects: 0.183100 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.123 seconds +Refreshing native plugins compatible for Editor in 46.10 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.325 seconds +Domain Reload Profiling: 2420ms + BeginReloadAssembly (306ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (50ms) + RebuildCommonClasses (45ms) + RebuildNativeTypeToScriptingClass (15ms) + initialDomainReloadingComplete (118ms) + LoadAllAssembliesAndSetupDomain (611ms) + LoadAssemblies (759ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (39ms) + TypeCache.Refresh (16ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (8ms) + ResolveRequiredComponents (13ms) + FinalizeReload (1325ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (331ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (23ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (61ms) + ProcessInitializeOnLoadAttributes (206ms) + ProcessInitializeOnLoadMethodAttributes (20ms) + AfterProcessingInitializeOnLoad (19ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (6ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 26.10 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5270 Unused Serialized files (Serialized files now loaded: 0) +Unloading 93 unused Assets / (184.0 KB). Loaded Objects now: 6223. +Memory consumption went from 256.5 MB to 256.3 MB. +Total: 2.972100 ms (FindLiveObjects: 0.578900 ms CreateObjectMapping: 0.212400 ms MarkObjects: 2.029200 ms DeleteObjects: 0.150700 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.717 seconds +Refreshing native plugins compatible for Editor in 26.15 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 0.986 seconds +Domain Reload Profiling: 1690ms + BeginReloadAssembly (204ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (38ms) + RebuildCommonClasses (32ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (63ms) + LoadAllAssembliesAndSetupDomain (395ms) + LoadAssemblies (486ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (29ms) + TypeCache.Refresh (14ms) + TypeCache.ScanAssembly (1ms) + ScanForSourceGeneratedMonoScriptInfo (6ms) + ResolveRequiredComponents (8ms) + FinalizeReload (987ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (339ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (27ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (61ms) + ProcessInitializeOnLoadAttributes (210ms) + ProcessInitializeOnLoadMethodAttributes (20ms) + AfterProcessingInitializeOnLoad (18ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (6ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 22.93 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5270 Unused Serialized files (Serialized files now loaded: 0) +Unloading 93 unused Assets / (184.2 KB). Loaded Objects now: 6238. +Memory consumption went from 258.3 MB to 258.2 MB. +Total: 2.735900 ms (FindLiveObjects: 0.315400 ms CreateObjectMapping: 0.163500 ms MarkObjects: 2.070800 ms DeleteObjects: 0.185200 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 28.42 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3 Unused Serialized files (Serialized files now loaded: 0) +Unloading 3 unused Assets / (128.8 KB). Loaded Objects now: 6238. +Memory consumption went from 176.4 MB to 176.3 MB. +Total: 2.999600 ms (FindLiveObjects: 0.475300 ms CreateObjectMapping: 0.203900 ms MarkObjects: 2.227200 ms DeleteObjects: 0.091700 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 26.29 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3 Unused Serialized files (Serialized files now loaded: 0) +Unloading 3 unused Assets / (128.8 KB). Loaded Objects now: 6238. +Memory consumption went from 176.0 MB to 175.9 MB. +Total: 4.170700 ms (FindLiveObjects: 0.551700 ms CreateObjectMapping: 0.281100 ms MarkObjects: 3.227100 ms DeleteObjects: 0.108900 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Import Request. + Time since last request: 1091.730288 seconds. + path: Assets/HotResources/ResResource/HotGameMain.prefab + artifactKey: Guid(88f32cb2fff5e7a47919e3029a7b84bc) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/HotResources/ResResource/HotGameMain.prefab using Guid(88f32cb2fff5e7a47919e3029a7b84bc) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '253236bc9f217b155a932abe303e62ae') in 0.036856 seconds +Number of updated asset objects reloaded before import = 0 +Number of asset objects unloaded after import = 5 +======================================================================== +Received Prepare +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 29.79 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2 Unused Serialized files (Serialized files now loaded: 0) +Unloading 3 unused Assets / (126.7 KB). Loaded Objects now: 6238. +Memory consumption went from 175.8 MB to 175.7 MB. +Total: 4.509000 ms (FindLiveObjects: 0.610500 ms CreateObjectMapping: 0.127100 ms MarkObjects: 3.638100 ms DeleteObjects: 0.130900 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 26.35 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3 Unused Serialized files (Serialized files now loaded: 0) +Unloading 3 unused Assets / (128.9 KB). Loaded Objects now: 6238. +Memory consumption went from 176.1 MB to 175.9 MB. +Total: 4.364700 ms (FindLiveObjects: 0.423500 ms CreateObjectMapping: 0.220900 ms MarkObjects: 3.612200 ms DeleteObjects: 0.107000 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Import Request. + Time since last request: 216.444473 seconds. + path: Assets/HotScripts/JNGame/Runtime/JNGame.Runtime.asmdef + artifactKey: Guid(a6f7937b7f28906409a3ea3ceb2316c6) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/HotScripts/JNGame/Runtime/JNGame.Runtime.asmdef using Guid(a6f7937b7f28906409a3ea3ceb2316c6) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'b4169ed72f8284e53dd18c5027f15498') in 0.003432 seconds +Number of updated asset objects reloaded before import = 0 +Number of asset objects unloaded after import = 0 +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.777 seconds +Refreshing native plugins compatible for Editor in 22.33 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.897 seconds +Domain Reload Profiling: 2662ms + BeginReloadAssembly (218ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (45ms) + RebuildCommonClasses (27ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (60ms) + LoadAllAssembliesAndSetupDomain (451ms) + LoadAssemblies (564ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (18ms) + TypeCache.Refresh (7ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (10ms) + FinalizeReload (1897ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (366ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (27ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (64ms) + ProcessInitializeOnLoadAttributes (233ms) + ProcessInitializeOnLoadMethodAttributes (20ms) + AfterProcessingInitializeOnLoad (19ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (7ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 24.34 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5269 Unused Serialized files (Serialized files now loaded: 0) +Unloading 93 unused Assets / (184.0 KB). Loaded Objects now: 6253. +Memory consumption went from 260.1 MB to 259.9 MB. +Total: 2.580700 ms (FindLiveObjects: 0.326000 ms CreateObjectMapping: 0.174700 ms MarkObjects: 1.894000 ms DeleteObjects: 0.185200 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 24.16 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3 Unused Serialized files (Serialized files now loaded: 0) +Unloading 3 unused Assets / (128.8 KB). Loaded Objects now: 6253. +Memory consumption went from 178.4 MB to 178.3 MB. +Total: 2.765300 ms (FindLiveObjects: 0.385600 ms CreateObjectMapping: 0.194000 ms MarkObjects: 2.090500 ms DeleteObjects: 0.094200 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Import Request. + Time since last request: 45.011671 seconds. + path: Assets/HotScripts/JNGame/Runtime/Entitas + artifactKey: Guid(2dc2b025cc73430e8ca2ddb34aff461d) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/HotScripts/JNGame/Runtime/Entitas using Guid(2dc2b025cc73430e8ca2ddb34aff461d) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '45304452cbccb3bdd2cb00177afd20ef') in 0.002309 seconds +Number of updated asset objects reloaded before import = 0 +Number of asset objects unloaded after import = 0 +======================================================================== +Received Import Request. + Time since last request: 1.209324 seconds. + path: Assets/HotScripts/JNGame/Runtime/Sync + artifactKey: Guid(7fbe29c9c9f04f3fafe1225bdcaa2772) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/HotScripts/JNGame/Runtime/Sync using Guid(7fbe29c9c9f04f3fafe1225bdcaa2772) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'cb40ceb46e3b60aeb6995cde733be12e') in 0.000509 seconds +Number of updated asset objects reloaded before import = 0 +Number of asset objects unloaded after import = 0 +======================================================================== +Received Import Request. + Time since last request: 0.343196 seconds. + path: Assets/HotScripts/JNGame/Runtime/Network + artifactKey: Guid(00b12e2d4c3f4ef98e4e2a034942bdcc) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/HotScripts/JNGame/Runtime/Network using Guid(00b12e2d4c3f4ef98e4e2a034942bdcc) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '4eb8c3287b383b8da2cf111605000273') in 0.000554 seconds +Number of updated asset objects reloaded before import = 0 +Number of asset objects unloaded after import = 0 +======================================================================== +Received Import Request. + Time since last request: 1.814176 seconds. + path: Assets/HotScripts/JNGame/Runtime/Util + artifactKey: Guid(f99cf3fea1264961923336c8de0a433f) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/HotScripts/JNGame/Runtime/Util using Guid(f99cf3fea1264961923336c8de0a433f) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '7dd97794b4e387cb60a79a4ee07168bf') in 0.000523 seconds +Number of updated asset objects reloaded before import = 0 +Number of asset objects unloaded after import = 0 +======================================================================== +Received Import Request. + Time since last request: 0.349504 seconds. + path: Assets/HotScripts/JNGame/Runtime/System + artifactKey: Guid(fd6c352363304b8e8a37331c156b853a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/HotScripts/JNGame/Runtime/System using Guid(fd6c352363304b8e8a37331c156b853a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '4134fb51502fcd6cf98bc84b61043382') in 0.000542 seconds +Number of updated asset objects reloaded before import = 0 +Number of asset objects unloaded after import = 0 diff --git a/JNFrame2/Logs/AssetImportWorker1-prev.log b/JNFrame2/Logs/AssetImportWorker1-prev.log index d79cea77..bca2ec28 100644 --- a/JNFrame2/Logs/AssetImportWorker1-prev.log +++ b/JNFrame2/Logs/AssetImportWorker1-prev.log @@ -15,7 +15,7 @@ D:/myproject/JisolGame/JNFrame2 -logFile Logs/AssetImportWorker1.log -srvPort -55977 +61497 Successfully changed project path to: D:/myproject/JisolGame/JNFrame2 D:/myproject/JisolGame/JNFrame2 [UnityMemory] Configuration Parameters - Can be set up in boot.config @@ -49,11 +49,11 @@ D:/myproject/JisolGame/JNFrame2 "memorysetup-temp-allocator-size-cloud-worker=32768" "memorysetup-temp-allocator-size-gi-baking-worker=262144" "memorysetup-temp-allocator-size-gfx=262144" -Player connection [30100] Host "[IP] 192.168.1.115 [Port] 0 [Flags] 2 [Guid] 1716067313 [EditorId] 1716067313 [Version] 1048832 [Id] WindowsEditor(7,PC-20230316NUNE) [Debug] 1 [PackageName] WindowsEditor [ProjectName] Editor" joined multi-casting on [225.0.0.222:54997]... +Player connection [3588] Host "[IP] 192.168.1.115 [Port] 0 [Flags] 2 [Guid] 1171707994 [EditorId] 1171707994 [Version] 1048832 [Id] WindowsEditor(7,PC-20230316NUNE) [Debug] 1 [PackageName] WindowsEditor [ProjectName] Editor" joined multi-casting on [225.0.0.222:54997]... -Player connection [30100] Host "[IP] 192.168.1.115 [Port] 0 [Flags] 2 [Guid] 1716067313 [EditorId] 1716067313 [Version] 1048832 [Id] WindowsEditor(7,PC-20230316NUNE) [Debug] 1 [PackageName] WindowsEditor [ProjectName] Editor" joined alternative multi-casting on [225.0.0.222:34997]... +Player connection [3588] Host "[IP] 192.168.1.115 [Port] 0 [Flags] 2 [Guid] 1171707994 [EditorId] 1171707994 [Version] 1048832 [Id] WindowsEditor(7,PC-20230316NUNE) [Debug] 1 [PackageName] WindowsEditor [ProjectName] Editor" joined alternative multi-casting on [225.0.0.222:34997]... -Refreshing native plugins compatible for Editor in 294.48 ms, found 3 plugins. +Refreshing native plugins compatible for Editor in 64.56 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Initialize engine version: 2022.3.1f1 (f18e0c1b5784) [Subsystems] Discovering subsystems at path D:/Unity/2022.3.1f1/Editor/Data/Resources/UnitySubsystems @@ -69,44 +69,44 @@ Initialize mono Mono path[0] = 'D:/Unity/2022.3.1f1/Editor/Data/Managed' Mono path[1] = 'D:/Unity/2022.3.1f1/Editor/Data/MonoBleedingEdge/lib/mono/unityjit-win32' Mono config path = 'D:/Unity/2022.3.1f1/Editor/Data/MonoBleedingEdge/etc' -Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56596 +Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56768 Begin MonoManager ReloadAssembly Registering precompiled unity dll's ... Register platform support module: D:/Unity/2022.3.1f1/Editor/Data/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll -Registered in 0.015197 seconds. -- Loaded All Assemblies, in 1.004 seconds +Registered in 0.017885 seconds. +- Loaded All Assemblies, in 0.715 seconds Native extension for WindowsStandalone target not found Mono: successfully reloaded assembly -- Finished resetting the current domain, in 0.627 seconds -Domain Reload Profiling: 1625ms - BeginReloadAssembly (318ms) +- Finished resetting the current domain, in 0.411 seconds +Domain Reload Profiling: 1121ms + BeginReloadAssembly (142ms) ExecutionOrderSort (0ms) DisableScriptedObjects (0ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (2ms) - RebuildCommonClasses (85ms) - RebuildNativeTypeToScriptingClass (29ms) - initialDomainReloadingComplete (189ms) - LoadAllAssembliesAndSetupDomain (376ms) - LoadAssemblies (310ms) + CreateAndSetChildDomain (1ms) + RebuildCommonClasses (145ms) + RebuildNativeTypeToScriptingClass (30ms) + initialDomainReloadingComplete (156ms) + LoadAllAssembliesAndSetupDomain (237ms) + LoadAssemblies (139ms) RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (360ms) - TypeCache.Refresh (359ms) - TypeCache.ScanAssembly (332ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) + AnalyzeDomain (224ms) + TypeCache.Refresh (222ms) + TypeCache.ScanAssembly (197ms) + ScanForSourceGeneratedMonoScriptInfo (1ms) ResolveRequiredComponents (1ms) - FinalizeReload (629ms) + FinalizeReload (412ms) ReleaseScriptCaches (0ms) RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (504ms) + SetupLoadedEditorAssemblies (321ms) LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (20ms) - SetLoadedEditorAssemblies (18ms) + InitializePlatformSupportModulesInManaged (21ms) + SetLoadedEditorAssemblies (12ms) RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (4ms) - ProcessInitializeOnLoadAttributes (332ms) - ProcessInitializeOnLoadMethodAttributes (129ms) + BeforeProcessingInitializeOnLoad (3ms) + ProcessInitializeOnLoadAttributes (212ms) + ProcessInitializeOnLoadMethodAttributes (73ms) AfterProcessingInitializeOnLoad (0ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) @@ -114,1148 +114,58 @@ Domain Reload Profiling: 1625ms ======================================================================== Worker process is ready to serve import requests Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 2.780 seconds -Refreshing native plugins compatible for Editor in 54.01 ms, found 3 plugins. +- Loaded All Assemblies, in 6.686 seconds +Refreshing native plugins compatible for Editor in 35.98 ms, found 3 plugins. Native extension for WindowsStandalone target not found Package Manager log level set to [2] [Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument [Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). [Package Manager] Cannot connect to Unity Package Manager local server Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.604 seconds -Domain Reload Profiling: 4372ms - BeginReloadAssembly (311ms) +- Finished resetting the current domain, in 1.798 seconds +Domain Reload Profiling: 8465ms + BeginReloadAssembly (4105ms) ExecutionOrderSort (0ms) - DisableScriptedObjects (9ms) + DisableScriptedObjects (43ms) BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (44ms) - RebuildCommonClasses (59ms) - RebuildNativeTypeToScriptingClass (22ms) - initialDomainReloadingComplete (137ms) - LoadAllAssembliesAndSetupDomain (2238ms) - LoadAssemblies (1354ms) + ReleaseScriptingObjects (1ms) + CreateAndSetChildDomain (253ms) + RebuildCommonClasses (121ms) + RebuildNativeTypeToScriptingClass (27ms) + initialDomainReloadingComplete (164ms) + LoadAllAssembliesAndSetupDomain (2249ms) + LoadAssemblies (1588ms) RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (1016ms) - TypeCache.Refresh (839ms) - TypeCache.ScanAssembly (794ms) - ScanForSourceGeneratedMonoScriptInfo (155ms) - ResolveRequiredComponents (22ms) - FinalizeReload (1605ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (1256ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (9ms) - SetLoadedEditorAssemblies (9ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (209ms) - ProcessInitializeOnLoadAttributes (939ms) - ProcessInitializeOnLoadMethodAttributes (67ms) - AfterProcessingInitializeOnLoad (23ms) - EditorAssembliesLoaded (1ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (18ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Launched and connected shader compiler UnityShaderCompiler.exe after 0.14 seconds -Refreshing native plugins compatible for Editor in 29.97 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5206 Unused Serialized files (Serialized files now loaded: 0) -Unloading 135 unused Assets / (213.7 KB). Loaded Objects now: 5633. -Memory consumption went from 177.5 MB to 177.3 MB. -Total: 5.619800 ms (FindLiveObjects: 0.556900 ms CreateObjectMapping: 0.412800 ms MarkObjects: 4.252000 ms DeleteObjects: 0.396400 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Import Request. - Time since last request: 24233.430970 seconds. - path: Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef - artifactKey: Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef using Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.066040 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.000470 seconds. - path: Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef - artifactKey: Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef using Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000823 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.017793 seconds. - path: Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef - artifactKey: Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef using Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000461 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.020093 seconds. - path: Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef - artifactKey: Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef using Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000947 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.019532 seconds. - path: Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef - artifactKey: Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef using Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000453 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.020983 seconds. - path: Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef - artifactKey: Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef using Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000691 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.018586 seconds. - path: Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef - artifactKey: Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef using Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000743 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.020576 seconds. - path: Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef - artifactKey: Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef using Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000564 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.001669 seconds. - path: Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef - artifactKey: Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef using Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000522 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.018609 seconds. - path: Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef - artifactKey: Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef using Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000899 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.021321 seconds. - path: Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef - artifactKey: Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef using Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001286 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.019059 seconds. - path: Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef - artifactKey: Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef using Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000580 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.020741 seconds. - path: Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef - artifactKey: Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef using Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000495 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.022669 seconds. - path: Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef - artifactKey: Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef using Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000480 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.020561 seconds. - path: Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef - artifactKey: Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef using Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000473 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.019236 seconds. - path: Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef - artifactKey: Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef using Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000487 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.020299 seconds. - path: Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef - artifactKey: Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef using Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000443 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.022309 seconds. - path: Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef - artifactKey: Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef using Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000470 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.019670 seconds. - path: Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef - artifactKey: Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef using Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000539 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.019299 seconds. - path: Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef - artifactKey: Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef using Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000552 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.024191 seconds. - path: Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef - artifactKey: Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef using Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000456 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.026358 seconds. - path: Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef - artifactKey: Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef using Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000517 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.023141 seconds. - path: Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef - artifactKey: Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef using Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000395 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.024016 seconds. - path: Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef - artifactKey: Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef using Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000665 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.047011 seconds. - path: Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef - artifactKey: Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef using Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000586 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.022113 seconds. - path: Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef - artifactKey: Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef using Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000438 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.023282 seconds. - path: Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef - artifactKey: Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef using Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000533 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.021719 seconds. - path: Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef - artifactKey: Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef using Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000523 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.026755 seconds. - path: Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef - artifactKey: Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef using Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000674 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.024917 seconds. - path: Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef - artifactKey: Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef using Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000407 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.021499 seconds. - path: Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef - artifactKey: Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef using Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000416 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.023126 seconds. - path: Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef - artifactKey: Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef using Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000460 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.022221 seconds. - path: Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef - artifactKey: Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef using Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000454 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.022562 seconds. - path: Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef - artifactKey: Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef using Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000432 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.019981 seconds. - path: Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef - artifactKey: Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef using Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000676 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.020289 seconds. - path: Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef - artifactKey: Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef using Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000431 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.021881 seconds. - path: Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef - artifactKey: Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef using Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000803 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.023273 seconds. - path: Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef - artifactKey: Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef using Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000382 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.021012 seconds. - path: Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef - artifactKey: Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef using Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000647 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.025319 seconds. - path: Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef - artifactKey: Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef using Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000440 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.035595 seconds. - path: Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef - artifactKey: Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef using Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000513 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.021168 seconds. - path: Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef - artifactKey: Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef using Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000616 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.001911 seconds. - path: Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef - artifactKey: Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef using Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000414 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.020915 seconds. - path: Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef - artifactKey: Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef using Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000552 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.031172 seconds. - path: Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef - artifactKey: Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef using Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000626 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.028302 seconds. - path: Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef - artifactKey: Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef using Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000734 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.003277 seconds. - path: Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef - artifactKey: Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef using Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000983 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.027272 seconds. - path: Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef - artifactKey: Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef using Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000728 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.023305 seconds. - path: Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef - artifactKey: Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef using Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000660 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.021016 seconds. - path: Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef - artifactKey: Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef using Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000655 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.021861 seconds. - path: Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef - artifactKey: Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef using Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000493 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.020137 seconds. - path: Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef - artifactKey: Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef using Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000470 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.022257 seconds. - path: Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef - artifactKey: Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef using Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000532 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.019403 seconds. - path: Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef - artifactKey: Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef using Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000821 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.018931 seconds. - path: Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef - artifactKey: Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef using Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000651 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.020637 seconds. - path: Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef - artifactKey: Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef using Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000436 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.022536 seconds. - path: Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef - artifactKey: Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef using Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000668 seconds -Import Error Code:(4) -Message: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' - ERROR: Build asset version error: packages/com.code-philosophy.luban/runtime/luban.runtime.asmdef in SourceAssetDB has modification time of '2024-10-16T08:14:42.2567047Z' while content on disk has modification time of '0001-01-01T00:00:00Z' -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 2.139 seconds -Refreshing native plugins compatible for Editor in 23.83 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.449 seconds -Domain Reload Profiling: 3582ms - BeginReloadAssembly (548ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (19ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (319ms) - RebuildCommonClasses (40ms) - RebuildNativeTypeToScriptingClass (13ms) - initialDomainReloadingComplete (63ms) - LoadAllAssembliesAndSetupDomain (1469ms) - LoadAssemblies (1070ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (506ms) - TypeCache.Refresh (485ms) - TypeCache.ScanAssembly (436ms) - ScanForSourceGeneratedMonoScriptInfo (8ms) + AnalyzeDomain (873ms) + TypeCache.Refresh (816ms) + TypeCache.ScanAssembly (779ms) + ScanForSourceGeneratedMonoScriptInfo (44ms) ResolveRequiredComponents (13ms) - FinalizeReload (1449ms) + FinalizeReload (1800ms) ReleaseScriptCaches (0ms) RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (576ms) + SetupLoadedEditorAssemblies (1409ms) LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (11ms) - SetLoadedEditorAssemblies (8ms) + InitializePlatformSupportModulesInManaged (14ms) + SetLoadedEditorAssemblies (14ms) RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (142ms) - ProcessInitializeOnLoadAttributes (373ms) - ProcessInitializeOnLoadMethodAttributes (33ms) - AfterProcessingInitializeOnLoad (9ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (11ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 23.37 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5262 Unused Serialized files (Serialized files now loaded: 0) -Unloading 93 unused Assets / (185.9 KB). Loaded Objects now: 5719. -Memory consumption went from 176.7 MB to 176.5 MB. -Total: 4.539800 ms (FindLiveObjects: 0.520500 ms CreateObjectMapping: 0.321500 ms MarkObjects: 3.384900 ms DeleteObjects: 0.311400 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.599 seconds -Refreshing native plugins compatible for Editor in 28.85 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.508 seconds -Domain Reload Profiling: 3100ms - BeginReloadAssembly (271ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (8ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (100ms) - RebuildCommonClasses (43ms) - RebuildNativeTypeToScriptingClass (12ms) - initialDomainReloadingComplete (73ms) - LoadAllAssembliesAndSetupDomain (1193ms) - LoadAssemblies (872ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (418ms) - TypeCache.Refresh (399ms) - TypeCache.ScanAssembly (370ms) - ScanForSourceGeneratedMonoScriptInfo (7ms) - ResolveRequiredComponents (13ms) - FinalizeReload (1509ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (533ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (7ms) - SetLoadedEditorAssemblies (5ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (129ms) - ProcessInitializeOnLoadAttributes (354ms) - ProcessInitializeOnLoadMethodAttributes (30ms) - AfterProcessingInitializeOnLoad (9ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (12ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 21.25 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5263 Unused Serialized files (Serialized files now loaded: 0) -Unloading 93 unused Assets / (186.0 KB). Loaded Objects now: 5734. -Memory consumption went from 176.9 MB to 176.8 MB. -Total: 6.014400 ms (FindLiveObjects: 1.139000 ms CreateObjectMapping: 1.309400 ms MarkObjects: 3.378400 ms DeleteObjects: 0.185900 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.425 seconds -Refreshing native plugins compatible for Editor in 22.22 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 2.087 seconds -Domain Reload Profiling: 3504ms - BeginReloadAssembly (207ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (7ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (76ms) - RebuildCommonClasses (35ms) - RebuildNativeTypeToScriptingClass (12ms) - initialDomainReloadingComplete (67ms) - LoadAllAssembliesAndSetupDomain (1095ms) - LoadAssemblies (759ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (407ms) - TypeCache.Refresh (393ms) - TypeCache.ScanAssembly (366ms) - ScanForSourceGeneratedMonoScriptInfo (3ms) - ResolveRequiredComponents (11ms) - FinalizeReload (2088ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (779ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (8ms) - SetLoadedEditorAssemblies (6ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (189ms) - ProcessInitializeOnLoadAttributes (532ms) - ProcessInitializeOnLoadMethodAttributes (32ms) - AfterProcessingInitializeOnLoad (11ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (12ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 20.25 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5265 Unused Serialized files (Serialized files now loaded: 0) -Unloading 93 unused Assets / (186.1 KB). Loaded Objects now: 5751. -Memory consumption went from 177.0 MB to 176.9 MB. -Total: 3.939100 ms (FindLiveObjects: 0.359700 ms CreateObjectMapping: 0.206800 ms MarkObjects: 3.018000 ms DeleteObjects: 0.352400 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Import Request. - Time since last request: 898.721046 seconds. - path: Packages/com.unity.textmeshpro/Scripts/Editor/Unity.TextMeshPro.Editor.asmdef - artifactKey: Guid(6546d7765b4165b40850b3667f981c26) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.unity.textmeshpro/Scripts/Editor/Unity.TextMeshPro.Editor.asmdef using Guid(6546d7765b4165b40850b3667f981c26) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '5a9a20a185e98d1202adffbc9b3fd2e7') in 0.006540 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.795 seconds -Refreshing native plugins compatible for Editor in 22.82 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.324 seconds -Domain Reload Profiling: 3112ms - BeginReloadAssembly (302ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (7ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (119ms) - RebuildCommonClasses (64ms) - RebuildNativeTypeToScriptingClass (17ms) - initialDomainReloadingComplete (111ms) - LoadAllAssembliesAndSetupDomain (1293ms) - LoadAssemblies (981ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (432ms) - TypeCache.Refresh (414ms) - TypeCache.ScanAssembly (384ms) - ScanForSourceGeneratedMonoScriptInfo (6ms) - ResolveRequiredComponents (12ms) - FinalizeReload (1325ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (602ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (7ms) - SetLoadedEditorAssemblies (6ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (118ms) - ProcessInitializeOnLoadAttributes (414ms) - ProcessInitializeOnLoadMethodAttributes (46ms) - AfterProcessingInitializeOnLoad (10ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (14ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 27.43 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5264 Unused Serialized files (Serialized files now loaded: 0) -Unloading 93 unused Assets / (186.2 KB). Loaded Objects now: 5766. -Memory consumption went from 176.8 MB to 176.6 MB. -Total: 5.512900 ms (FindLiveObjects: 0.636500 ms CreateObjectMapping: 0.901000 ms MarkObjects: 3.648900 ms DeleteObjects: 0.323400 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.659 seconds -Refreshing native plugins compatible for Editor in 22.43 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.307 seconds -Domain Reload Profiling: 2957ms - BeginReloadAssembly (305ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (7ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (89ms) - RebuildCommonClasses (61ms) - RebuildNativeTypeToScriptingClass (20ms) - initialDomainReloadingComplete (91ms) - LoadAllAssembliesAndSetupDomain (1175ms) - LoadAssemblies (928ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (397ms) - TypeCache.Refresh (383ms) - TypeCache.ScanAssembly (358ms) - ScanForSourceGeneratedMonoScriptInfo (3ms) - ResolveRequiredComponents (11ms) - FinalizeReload (1307ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (580ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (6ms) - SetLoadedEditorAssemblies (6ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (133ms) - ProcessInitializeOnLoadAttributes (390ms) - ProcessInitializeOnLoadMethodAttributes (32ms) - AfterProcessingInitializeOnLoad (12ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (9ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 18.61 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5266 Unused Serialized files (Serialized files now loaded: 0) -Unloading 93 unused Assets / (186.0 KB). Loaded Objects now: 5782. -Memory consumption went from 177.0 MB to 176.8 MB. -Total: 3.495700 ms (FindLiveObjects: 0.374300 ms CreateObjectMapping: 0.200500 ms MarkObjects: 2.613900 ms DeleteObjects: 0.304300 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.655 seconds -Refreshing native plugins compatible for Editor in 20.79 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.413 seconds -Domain Reload Profiling: 3058ms - BeginReloadAssembly (287ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (7ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (126ms) - RebuildCommonClasses (35ms) - RebuildNativeTypeToScriptingClass (14ms) - initialDomainReloadingComplete (61ms) - LoadAllAssembliesAndSetupDomain (1247ms) - LoadAssemblies (906ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (433ms) - TypeCache.Refresh (420ms) - TypeCache.ScanAssembly (392ms) - ScanForSourceGeneratedMonoScriptInfo (4ms) - ResolveRequiredComponents (9ms) - FinalizeReload (1413ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (627ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (7ms) - SetLoadedEditorAssemblies (6ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (124ms) - ProcessInitializeOnLoadAttributes (441ms) - ProcessInitializeOnLoadMethodAttributes (39ms) - AfterProcessingInitializeOnLoad (10ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (14ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 22.97 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5266 Unused Serialized files (Serialized files now loaded: 0) -Unloading 93 unused Assets / (186.0 KB). Loaded Objects now: 5797. -Memory consumption went from 177.1 MB to 176.9 MB. -Total: 4.938100 ms (FindLiveObjects: 0.743300 ms CreateObjectMapping: 0.364400 ms MarkObjects: 3.511400 ms DeleteObjects: 0.316700 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.749 seconds -Refreshing native plugins compatible for Editor in 33.92 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.596 seconds -Domain Reload Profiling: 3338ms - BeginReloadAssembly (228ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (7ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (75ms) - RebuildCommonClasses (51ms) - RebuildNativeTypeToScriptingClass (12ms) - initialDomainReloadingComplete (66ms) - LoadAllAssembliesAndSetupDomain (1384ms) - LoadAssemblies (868ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (592ms) - TypeCache.Refresh (574ms) - TypeCache.ScanAssembly (533ms) - ScanForSourceGeneratedMonoScriptInfo (5ms) - ResolveRequiredComponents (13ms) - FinalizeReload (1597ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (720ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (7ms) - SetLoadedEditorAssemblies (6ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (135ms) - ProcessInitializeOnLoadAttributes (518ms) - ProcessInitializeOnLoadMethodAttributes (39ms) - AfterProcessingInitializeOnLoad (13ms) + BeforeProcessingInitializeOnLoad (226ms) + ProcessInitializeOnLoadAttributes (1063ms) + ProcessInitializeOnLoadMethodAttributes (74ms) + AfterProcessingInitializeOnLoad (16ms) EditorAssembliesLoaded (1ms) ExecutionOrderSort2 (0ms) AwakeInstancesAfterBackupRestoration (16ms) Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 28.17 ms, found 3 plugins. +Launched and connected shader compiler UnityShaderCompiler.exe after 0.12 seconds +Refreshing native plugins compatible for Editor in 26.01 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5266 Unused Serialized files (Serialized files now loaded: 0) -Unloading 93 unused Assets / (186.0 KB). Loaded Objects now: 5812. -Memory consumption went from 177.1 MB to 176.9 MB. -Total: 6.081800 ms (FindLiveObjects: 0.997400 ms CreateObjectMapping: 0.663200 ms MarkObjects: 4.003100 ms DeleteObjects: 0.416300 ms) +Unloading 5286 Unused Serialized files (Serialized files now loaded: 0) +Unloading 136 unused Assets / (213.8 KB). Loaded Objects now: 5713. +Memory consumption went from 179.2 MB to 179.0 MB. +Total: 4.680400 ms (FindLiveObjects: 0.675700 ms CreateObjectMapping: 0.479900 ms MarkObjects: 3.230300 ms DeleteObjects: 0.292800 ms) -Prepare: number of updated asset objects reloaded= 0 AssetImportParameters requested are different than current active one (requested -> active): custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> @@ -1270,575 +180,78 @@ AssetImportParameters requested are different than current active one (requested ======================================================================== Received Prepare Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.309 seconds -Refreshing native plugins compatible for Editor in 17.22 ms, found 3 plugins. +- Loaded All Assemblies, in 2.840 seconds +Refreshing native plugins compatible for Editor in 31.56 ms, found 3 plugins. Native extension for WindowsStandalone target not found [Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument [Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). [Package Manager] Cannot connect to Unity Package Manager local server Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.119 seconds -Domain Reload Profiling: 2422ms - BeginReloadAssembly (207ms) +- Finished resetting the current domain, in 1.826 seconds +Domain Reload Profiling: 4658ms + BeginReloadAssembly (314ms) ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) + DisableScriptedObjects (8ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (72ms) - RebuildCommonClasses (40ms) - RebuildNativeTypeToScriptingClass (18ms) - initialDomainReloadingComplete (62ms) - LoadAllAssembliesAndSetupDomain (975ms) - LoadAssemblies (694ms) + CreateAndSetChildDomain (137ms) + RebuildCommonClasses (66ms) + RebuildNativeTypeToScriptingClass (15ms) + initialDomainReloadingComplete (81ms) + LoadAllAssembliesAndSetupDomain (2356ms) + LoadAssemblies (1674ms) RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (364ms) - TypeCache.Refresh (353ms) - TypeCache.ScanAssembly (334ms) - ScanForSourceGeneratedMonoScriptInfo (3ms) - ResolveRequiredComponents (8ms) - FinalizeReload (1120ms) + AnalyzeDomain (708ms) + TypeCache.Refresh (692ms) + TypeCache.ScanAssembly (640ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (16ms) + FinalizeReload (1827ms) ReleaseScriptCaches (0ms) RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (509ms) + SetupLoadedEditorAssemblies (811ms) LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (5ms) - SetLoadedEditorAssemblies (4ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (117ms) - ProcessInitializeOnLoadAttributes (348ms) - ProcessInitializeOnLoadMethodAttributes (28ms) - AfterProcessingInitializeOnLoad (8ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (12ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 28.24 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5267 Unused Serialized files (Serialized files now loaded: 0) -Unloading 93 unused Assets / (186.1 KB). Loaded Objects now: 5828. -Memory consumption went from 177.1 MB to 176.9 MB. -Total: 3.294400 ms (FindLiveObjects: 0.376100 ms CreateObjectMapping: 0.225100 ms MarkObjects: 2.431000 ms DeleteObjects: 0.260900 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.483 seconds -Refreshing native plugins compatible for Editor in 22.89 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.184 seconds -Domain Reload Profiling: 2660ms - BeginReloadAssembly (264ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (6ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (111ms) - RebuildCommonClasses (40ms) - RebuildNativeTypeToScriptingClass (12ms) - initialDomainReloadingComplete (61ms) - LoadAllAssembliesAndSetupDomain (1098ms) - LoadAssemblies (792ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (394ms) - TypeCache.Refresh (374ms) - TypeCache.ScanAssembly (347ms) - ScanForSourceGeneratedMonoScriptInfo (6ms) - ResolveRequiredComponents (14ms) - FinalizeReload (1185ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (518ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (8ms) - SetLoadedEditorAssemblies (4ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (117ms) - ProcessInitializeOnLoadAttributes (350ms) - ProcessInitializeOnLoadMethodAttributes (30ms) - AfterProcessingInitializeOnLoad (10ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (12ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 30.89 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5268 Unused Serialized files (Serialized files now loaded: 0) -Unloading 93 unused Assets / (186.2 KB). Loaded Objects now: 5844. -Memory consumption went from 177.2 MB to 177.0 MB. -Total: 11.954200 ms (FindLiveObjects: 1.713400 ms CreateObjectMapping: 1.451400 ms MarkObjects: 8.231000 ms DeleteObjects: 0.555200 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.688 seconds -Refreshing native plugins compatible for Editor in 20.46 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.255 seconds -Domain Reload Profiling: 2935ms - BeginReloadAssembly (225ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (6ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (80ms) - RebuildCommonClasses (39ms) - RebuildNativeTypeToScriptingClass (12ms) - initialDomainReloadingComplete (65ms) - LoadAllAssembliesAndSetupDomain (1337ms) - LoadAssemblies (904ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (500ms) - TypeCache.Refresh (488ms) - TypeCache.ScanAssembly (457ms) - ScanForSourceGeneratedMonoScriptInfo (3ms) - ResolveRequiredComponents (10ms) - FinalizeReload (1256ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (557ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (11ms) + InitializePlatformSupportModulesInManaged (10ms) SetLoadedEditorAssemblies (8ms) RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (131ms) - ProcessInitializeOnLoadAttributes (363ms) - ProcessInitializeOnLoadMethodAttributes (31ms) - AfterProcessingInitializeOnLoad (13ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (11ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 18.11 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5270 Unused Serialized files (Serialized files now loaded: 0) -Unloading 93 unused Assets / (186.0 KB). Loaded Objects now: 5861. -Memory consumption went from 177.1 MB to 177.0 MB. -Total: 3.144400 ms (FindLiveObjects: 0.438800 ms CreateObjectMapping: 0.241800 ms MarkObjects: 2.289100 ms DeleteObjects: 0.173800 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.353 seconds -Refreshing native plugins compatible for Editor in 23.04 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.438 seconds -Domain Reload Profiling: 2785ms - BeginReloadAssembly (203ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (73ms) - RebuildCommonClasses (39ms) - RebuildNativeTypeToScriptingClass (15ms) - initialDomainReloadingComplete (58ms) - LoadAllAssembliesAndSetupDomain (1032ms) - LoadAssemblies (748ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (354ms) - TypeCache.Refresh (342ms) - TypeCache.ScanAssembly (321ms) - ScanForSourceGeneratedMonoScriptInfo (2ms) - ResolveRequiredComponents (10ms) - FinalizeReload (1439ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (784ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (8ms) - SetLoadedEditorAssemblies (5ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (168ms) - ProcessInitializeOnLoadAttributes (559ms) - ProcessInitializeOnLoadMethodAttributes (34ms) - AfterProcessingInitializeOnLoad (10ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (10ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 30.42 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5270 Unused Serialized files (Serialized files now loaded: 0) -Unloading 93 unused Assets / (186.3 KB). Loaded Objects now: 5876. -Memory consumption went from 177.2 MB to 177.0 MB. -Total: 3.643700 ms (FindLiveObjects: 0.619000 ms CreateObjectMapping: 0.420900 ms MarkObjects: 2.426000 ms DeleteObjects: 0.176400 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.488 seconds -Refreshing native plugins compatible for Editor in 24.54 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.495 seconds -Domain Reload Profiling: 2978ms - BeginReloadAssembly (192ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (67ms) - RebuildCommonClasses (36ms) - RebuildNativeTypeToScriptingClass (11ms) - initialDomainReloadingComplete (63ms) - LoadAllAssembliesAndSetupDomain (1179ms) - LoadAssemblies (799ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (445ms) - TypeCache.Refresh (434ms) - TypeCache.ScanAssembly (405ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (11ms) - FinalizeReload (1496ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (668ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (8ms) - SetLoadedEditorAssemblies (6ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (160ms) - ProcessInitializeOnLoadAttributes (436ms) - ProcessInitializeOnLoadMethodAttributes (42ms) - AfterProcessingInitializeOnLoad (15ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (20ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 27.51 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5270 Unused Serialized files (Serialized files now loaded: 0) -Unloading 93 unused Assets / (186.1 KB). Loaded Objects now: 5891. -Memory consumption went from 177.2 MB to 177.0 MB. -Total: 4.718900 ms (FindLiveObjects: 0.478600 ms CreateObjectMapping: 0.238800 ms MarkObjects: 3.558000 ms DeleteObjects: 0.441500 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.481 seconds -Refreshing native plugins compatible for Editor in 27.63 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.277 seconds -Domain Reload Profiling: 2750ms - BeginReloadAssembly (204ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (69ms) - RebuildCommonClasses (37ms) - RebuildNativeTypeToScriptingClass (12ms) - initialDomainReloadingComplete (63ms) - LoadAllAssembliesAndSetupDomain (1158ms) - LoadAssemblies (798ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (433ms) - TypeCache.Refresh (420ms) - TypeCache.ScanAssembly (395ms) - ScanForSourceGeneratedMonoScriptInfo (2ms) - ResolveRequiredComponents (10ms) - FinalizeReload (1277ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (564ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (7ms) - SetLoadedEditorAssemblies (7ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (133ms) - ProcessInitializeOnLoadAttributes (376ms) - ProcessInitializeOnLoadMethodAttributes (31ms) - AfterProcessingInitializeOnLoad (9ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (10ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 39.28 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5270 Unused Serialized files (Serialized files now loaded: 0) -Unloading 93 unused Assets / (186.1 KB). Loaded Objects now: 5906. -Memory consumption went from 177.2 MB to 177.1 MB. -Total: 7.315300 ms (FindLiveObjects: 1.055000 ms CreateObjectMapping: 0.653000 ms MarkObjects: 4.511500 ms DeleteObjects: 1.091200 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.561 seconds -Refreshing native plugins compatible for Editor in 23.24 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.469 seconds -Domain Reload Profiling: 3023ms - BeginReloadAssembly (203ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (70ms) - RebuildCommonClasses (36ms) - RebuildNativeTypeToScriptingClass (12ms) - initialDomainReloadingComplete (65ms) - LoadAllAssembliesAndSetupDomain (1238ms) - LoadAssemblies (889ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (426ms) - TypeCache.Refresh (415ms) - TypeCache.ScanAssembly (389ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (11ms) - FinalizeReload (1469ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (680ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (8ms) - SetLoadedEditorAssemblies (5ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (140ms) - ProcessInitializeOnLoadAttributes (468ms) - ProcessInitializeOnLoadMethodAttributes (45ms) - AfterProcessingInitializeOnLoad (13ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (14ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 27.72 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5270 Unused Serialized files (Serialized files now loaded: 0) -Unloading 93 unused Assets / (186.2 KB). Loaded Objects now: 5921. -Memory consumption went from 177.2 MB to 177.1 MB. -Total: 6.212800 ms (FindLiveObjects: 0.603700 ms CreateObjectMapping: 0.615900 ms MarkObjects: 4.679600 ms DeleteObjects: 0.311400 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.409 seconds -Refreshing native plugins compatible for Editor in 20.21 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.231 seconds -Domain Reload Profiling: 2632ms - BeginReloadAssembly (187ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (63ms) - RebuildCommonClasses (42ms) - RebuildNativeTypeToScriptingClass (16ms) - initialDomainReloadingComplete (63ms) - LoadAllAssembliesAndSetupDomain (1092ms) - LoadAssemblies (769ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (392ms) - TypeCache.Refresh (382ms) - TypeCache.ScanAssembly (353ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (10ms) - FinalizeReload (1232ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (538ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (6ms) - SetLoadedEditorAssemblies (5ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (128ms) - ProcessInitializeOnLoadAttributes (355ms) - ProcessInitializeOnLoadMethodAttributes (35ms) - AfterProcessingInitializeOnLoad (8ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (11ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 23.10 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5270 Unused Serialized files (Serialized files now loaded: 0) -Unloading 93 unused Assets / (186.1 KB). Loaded Objects now: 5936. -Memory consumption went from 177.2 MB to 177.0 MB. -Total: 3.219500 ms (FindLiveObjects: 0.397800 ms CreateObjectMapping: 0.201600 ms MarkObjects: 2.433600 ms DeleteObjects: 0.185100 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.483 seconds -Refreshing native plugins compatible for Editor in 21.44 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.408 seconds -Domain Reload Profiling: 2886ms - BeginReloadAssembly (184ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (61ms) - RebuildCommonClasses (38ms) - RebuildNativeTypeToScriptingClass (14ms) - initialDomainReloadingComplete (62ms) - LoadAllAssembliesAndSetupDomain (1179ms) - LoadAssemblies (765ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (474ms) - TypeCache.Refresh (460ms) - TypeCache.ScanAssembly (441ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (14ms) - FinalizeReload (1409ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (620ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (8ms) - SetLoadedEditorAssemblies (6ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (151ms) - ProcessInitializeOnLoadAttributes (407ms) - ProcessInitializeOnLoadMethodAttributes (38ms) - AfterProcessingInitializeOnLoad (9ms) + BeforeProcessingInitializeOnLoad (172ms) + ProcessInitializeOnLoadAttributes (537ms) + ProcessInitializeOnLoadMethodAttributes (57ms) + AfterProcessingInitializeOnLoad (26ms) EditorAssembliesLoaded (1ms) ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (14ms) + AwakeInstancesAfterBackupRestoration (27ms) Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 26.02 ms, found 3 plugins. +Refreshing native plugins compatible for Editor in 23.44 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5270 Unused Serialized files (Serialized files now loaded: 0) -Unloading 93 unused Assets / (186.2 KB). Loaded Objects now: 5951. -Memory consumption went from 177.3 MB to 177.1 MB. -Total: 3.979400 ms (FindLiveObjects: 0.453700 ms CreateObjectMapping: 0.232900 ms MarkObjects: 3.096600 ms DeleteObjects: 0.194800 ms) +Unloading 5272 Unused Serialized files (Serialized files now loaded: 0) +Unloading 94 unused Assets / (185.9 KB). Loaded Objects now: 5728. +Memory consumption went from 177.0 MB to 176.8 MB. +Total: 8.252700 ms (FindLiveObjects: 1.487100 ms CreateObjectMapping: 0.772600 ms MarkObjects: 5.530800 ms DeleteObjects: 0.457600 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 53.85 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3 Unused Serialized files (Serialized files now loaded: 0) +Unloading 3 unused Assets / (130.1 KB). Loaded Objects now: 5728. +Memory consumption went from 95.0 MB to 94.9 MB. +Total: 8.626900 ms (FindLiveObjects: 1.260700 ms CreateObjectMapping: 1.520500 ms MarkObjects: 5.535600 ms DeleteObjects: 0.306700 ms) Prepare: number of updated asset objects reloaded= 0 AssetImportParameters requested are different than current active one (requested -> active): @@ -1855,1290 +268,120 @@ AssetImportParameters requested are different than current active one (requested ======================================================================== Received Prepare Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.521 seconds -Refreshing native plugins compatible for Editor in 33.61 ms, found 3 plugins. +- Loaded All Assemblies, in 2.356 seconds +Refreshing native plugins compatible for Editor in 39.48 ms, found 3 plugins. Native extension for WindowsStandalone target not found [Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument [Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). [Package Manager] Cannot connect to Unity Package Manager local server Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.537 seconds -Domain Reload Profiling: 3052ms - BeginReloadAssembly (214ms) +- Finished resetting the current domain, in 2.099 seconds +Domain Reload Profiling: 4444ms + BeginReloadAssembly (394ms) ExecutionOrderSort (0ms) - DisableScriptedObjects (6ms) + DisableScriptedObjects (13ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (72ms) - RebuildCommonClasses (36ms) - RebuildNativeTypeToScriptingClass (14ms) - initialDomainReloadingComplete (64ms) - LoadAllAssembliesAndSetupDomain (1186ms) - LoadAssemblies (788ms) + CreateAndSetChildDomain (165ms) + RebuildCommonClasses (68ms) + RebuildNativeTypeToScriptingClass (21ms) + initialDomainReloadingComplete (162ms) + LoadAllAssembliesAndSetupDomain (1699ms) + LoadAssemblies (1256ms) RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (476ms) - TypeCache.Refresh (464ms) - TypeCache.ScanAssembly (430ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (12ms) - FinalizeReload (1538ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (684ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (7ms) - SetLoadedEditorAssemblies (5ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (161ms) - ProcessInitializeOnLoadAttributes (459ms) - ProcessInitializeOnLoadMethodAttributes (37ms) - AfterProcessingInitializeOnLoad (15ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (14ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 36.14 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5270 Unused Serialized files (Serialized files now loaded: 0) -Unloading 93 unused Assets / (186.1 KB). Loaded Objects now: 5966. -Memory consumption went from 177.3 MB to 177.1 MB. -Total: 6.143900 ms (FindLiveObjects: 0.779300 ms CreateObjectMapping: 1.097200 ms MarkObjects: 4.023600 ms DeleteObjects: 0.242100 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.286 seconds -Refreshing native plugins compatible for Editor in 21.50 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.402 seconds -Domain Reload Profiling: 2682ms - BeginReloadAssembly (180ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (63ms) - RebuildCommonClasses (32ms) - RebuildNativeTypeToScriptingClass (9ms) - initialDomainReloadingComplete (49ms) - LoadAllAssembliesAndSetupDomain (1009ms) - LoadAssemblies (685ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (391ms) - TypeCache.Refresh (382ms) - TypeCache.ScanAssembly (359ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (9ms) - FinalizeReload (1402ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (706ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (8ms) - SetLoadedEditorAssemblies (4ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (145ms) - ProcessInitializeOnLoadAttributes (504ms) - ProcessInitializeOnLoadMethodAttributes (33ms) - AfterProcessingInitializeOnLoad (12ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (11ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 19.29 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5270 Unused Serialized files (Serialized files now loaded: 0) -Unloading 93 unused Assets / (186.4 KB). Loaded Objects now: 5981. -Memory consumption went from 177.3 MB to 177.1 MB. -Total: 3.068200 ms (FindLiveObjects: 0.425400 ms CreateObjectMapping: 0.235600 ms MarkObjects: 2.203900 ms DeleteObjects: 0.202100 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.230 seconds -Refreshing native plugins compatible for Editor in 19.86 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.189 seconds -Domain Reload Profiling: 2411ms - BeginReloadAssembly (162ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (52ms) - RebuildCommonClasses (43ms) - RebuildNativeTypeToScriptingClass (15ms) - initialDomainReloadingComplete (50ms) - LoadAllAssembliesAndSetupDomain (952ms) - LoadAssemblies (640ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (374ms) - TypeCache.Refresh (360ms) - TypeCache.ScanAssembly (340ms) - ScanForSourceGeneratedMonoScriptInfo (3ms) + AnalyzeDomain (570ms) + TypeCache.Refresh (556ms) + TypeCache.ScanAssembly (523ms) + ScanForSourceGeneratedMonoScriptInfo (4ms) ResolveRequiredComponents (11ms) - FinalizeReload (1189ms) + FinalizeReload (2100ms) ReleaseScriptCaches (0ms) RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (546ms) + SetupLoadedEditorAssemblies (941ms) LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (6ms) - SetLoadedEditorAssemblies (5ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (129ms) - ProcessInitializeOnLoadAttributes (357ms) - ProcessInitializeOnLoadMethodAttributes (36ms) - AfterProcessingInitializeOnLoad (12ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (11ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 29.10 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5270 Unused Serialized files (Serialized files now loaded: 0) -Unloading 93 unused Assets / (186.2 KB). Loaded Objects now: 5996. -Memory consumption went from 177.3 MB to 177.1 MB. -Total: 5.593600 ms (FindLiveObjects: 0.598600 ms CreateObjectMapping: 0.348000 ms MarkObjects: 4.459100 ms DeleteObjects: 0.185400 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.383 seconds -Refreshing native plugins compatible for Editor in 24.97 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.212 seconds -Domain Reload Profiling: 2588ms - BeginReloadAssembly (208ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (65ms) - RebuildCommonClasses (33ms) - RebuildNativeTypeToScriptingClass (16ms) - initialDomainReloadingComplete (64ms) - LoadAllAssembliesAndSetupDomain (1055ms) - LoadAssemblies (731ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (403ms) - TypeCache.Refresh (390ms) - TypeCache.ScanAssembly (363ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (13ms) - FinalizeReload (1213ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (531ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (8ms) - SetLoadedEditorAssemblies (5ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (119ms) - ProcessInitializeOnLoadAttributes (356ms) - ProcessInitializeOnLoadMethodAttributes (32ms) - AfterProcessingInitializeOnLoad (10ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (11ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 24.13 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5270 Unused Serialized files (Serialized files now loaded: 0) -Unloading 93 unused Assets / (186.0 KB). Loaded Objects now: 6011. -Memory consumption went from 177.2 MB to 177.1 MB. -Total: 4.176700 ms (FindLiveObjects: 0.483200 ms CreateObjectMapping: 0.275000 ms MarkObjects: 2.994700 ms DeleteObjects: 0.422300 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.530 seconds -Refreshing native plugins compatible for Editor in 22.37 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.414 seconds -Domain Reload Profiling: 2937ms - BeginReloadAssembly (203ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (6ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (72ms) - RebuildCommonClasses (41ms) - RebuildNativeTypeToScriptingClass (13ms) - initialDomainReloadingComplete (59ms) - LoadAllAssembliesAndSetupDomain (1206ms) - LoadAssemblies (813ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (453ms) - TypeCache.Refresh (443ms) - TypeCache.ScanAssembly (410ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (11ms) - FinalizeReload (1414ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (616ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (9ms) - SetLoadedEditorAssemblies (6ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (138ms) - ProcessInitializeOnLoadAttributes (417ms) - ProcessInitializeOnLoadMethodAttributes (34ms) - AfterProcessingInitializeOnLoad (12ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (13ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 49.77 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5270 Unused Serialized files (Serialized files now loaded: 0) -Unloading 93 unused Assets / (186.0 KB). Loaded Objects now: 6026. -Memory consumption went from 177.3 MB to 177.1 MB. -Total: 5.807600 ms (FindLiveObjects: 0.760700 ms CreateObjectMapping: 0.672000 ms MarkObjects: 4.138100 ms DeleteObjects: 0.234500 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 2.266 seconds -Refreshing native plugins compatible for Editor in 27.68 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 3.192 seconds -Domain Reload Profiling: 5451ms - BeginReloadAssembly (320ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (10ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (132ms) - RebuildCommonClasses (46ms) - RebuildNativeTypeToScriptingClass (13ms) - initialDomainReloadingComplete (69ms) - LoadAllAssembliesAndSetupDomain (1809ms) - LoadAssemblies (1353ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (553ms) - TypeCache.Refresh (527ms) - TypeCache.ScanAssembly (495ms) - ScanForSourceGeneratedMonoScriptInfo (9ms) - ResolveRequiredComponents (17ms) - FinalizeReload (3194ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (909ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (9ms) + InitializePlatformSupportModulesInManaged (10ms) SetLoadedEditorAssemblies (9ms) RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (188ms) - ProcessInitializeOnLoadAttributes (592ms) - ProcessInitializeOnLoadMethodAttributes (82ms) - AfterProcessingInitializeOnLoad (27ms) - EditorAssembliesLoaded (2ms) + BeforeProcessingInitializeOnLoad (167ms) + ProcessInitializeOnLoadAttributes (656ms) + ProcessInitializeOnLoadMethodAttributes (79ms) + AfterProcessingInitializeOnLoad (19ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (24ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 31.89 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5272 Unused Serialized files (Serialized files now loaded: 0) +Unloading 94 unused Assets / (186.0 KB). Loaded Objects now: 5743. +Memory consumption went from 177.0 MB to 176.8 MB. +Total: 8.776500 ms (FindLiveObjects: 1.169500 ms CreateObjectMapping: 1.118900 ms MarkObjects: 6.057400 ms DeleteObjects: 0.427600 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.905 seconds +Refreshing native plugins compatible for Editor in 28.77 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.137 seconds +Domain Reload Profiling: 4032ms + BeginReloadAssembly (301ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (7ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (109ms) + RebuildCommonClasses (58ms) + RebuildNativeTypeToScriptingClass (14ms) + initialDomainReloadingComplete (76ms) + LoadAllAssembliesAndSetupDomain (1445ms) + LoadAssemblies (1045ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (514ms) + TypeCache.Refresh (499ms) + TypeCache.ScanAssembly (469ms) + ScanForSourceGeneratedMonoScriptInfo (3ms) + ResolveRequiredComponents (12ms) + FinalizeReload (2138ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (973ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (10ms) + SetLoadedEditorAssemblies (10ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (208ms) + ProcessInitializeOnLoadAttributes (694ms) + ProcessInitializeOnLoadMethodAttributes (37ms) + AfterProcessingInitializeOnLoad (14ms) + EditorAssembliesLoaded (1ms) ExecutionOrderSort2 (0ms) AwakeInstancesAfterBackupRestoration (21ms) Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 26.16 ms, found 3 plugins. +Refreshing native plugins compatible for Editor in 24.27 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Unloading 5272 Unused Serialized files (Serialized files now loaded: 0) -Unloading 93 unused Assets / (186.1 KB). Loaded Objects now: 6043. -Memory consumption went from 177.4 MB to 177.2 MB. -Total: 5.825400 ms (FindLiveObjects: 0.558900 ms CreateObjectMapping: 0.221200 ms MarkObjects: 4.550800 ms DeleteObjects: 0.492600 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 2.392 seconds -Refreshing native plugins compatible for Editor in 31.29 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 5.160 seconds -Domain Reload Profiling: 7545ms - BeginReloadAssembly (284ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (10ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (81ms) - RebuildCommonClasses (53ms) - RebuildNativeTypeToScriptingClass (22ms) - initialDomainReloadingComplete (122ms) - LoadAllAssembliesAndSetupDomain (1902ms) - LoadAssemblies (1291ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (701ms) - TypeCache.Refresh (691ms) - TypeCache.ScanAssembly (664ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (10ms) - FinalizeReload (5161ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (3408ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (11ms) - SetLoadedEditorAssemblies (7ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (1006ms) - ProcessInitializeOnLoadAttributes (2233ms) - ProcessInitializeOnLoadMethodAttributes (84ms) - AfterProcessingInitializeOnLoad (67ms) - EditorAssembliesLoaded (1ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (30ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 39.72 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5272 Unused Serialized files (Serialized files now loaded: 0) -Unloading 93 unused Assets / (186.0 KB). Loaded Objects now: 6058. -Memory consumption went from 177.4 MB to 177.2 MB. -Total: 7.827600 ms (FindLiveObjects: 0.614800 ms CreateObjectMapping: 0.324900 ms MarkObjects: 6.452100 ms DeleteObjects: 0.432600 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 2.337 seconds -Refreshing native plugins compatible for Editor in 31.08 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 4.175 seconds -Domain Reload Profiling: 6495ms - BeginReloadAssembly (320ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (9ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (109ms) - RebuildCommonClasses (97ms) - RebuildNativeTypeToScriptingClass (19ms) - initialDomainReloadingComplete (98ms) - LoadAllAssembliesAndSetupDomain (1784ms) - LoadAssemblies (1309ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (580ms) - TypeCache.Refresh (551ms) - TypeCache.ScanAssembly (523ms) - ScanForSourceGeneratedMonoScriptInfo (5ms) - ResolveRequiredComponents (24ms) - FinalizeReload (4176ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (1387ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (18ms) - SetLoadedEditorAssemblies (22ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (413ms) - ProcessInitializeOnLoadAttributes (797ms) - ProcessInitializeOnLoadMethodAttributes (122ms) - AfterProcessingInitializeOnLoad (14ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (17ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 33.25 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5272 Unused Serialized files (Serialized files now loaded: 0) -Unloading 93 unused Assets / (186.0 KB). Loaded Objects now: 6073. -Memory consumption went from 177.4 MB to 177.2 MB. -Total: 17.970700 ms (FindLiveObjects: 1.672100 ms CreateObjectMapping: 1.114500 ms MarkObjects: 14.031500 ms DeleteObjects: 1.143600 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 2.259 seconds -Refreshing native plugins compatible for Editor in 23.94 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 2.010 seconds -Domain Reload Profiling: 4257ms - BeginReloadAssembly (227ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (71ms) - RebuildCommonClasses (52ms) - RebuildNativeTypeToScriptingClass (16ms) - initialDomainReloadingComplete (104ms) - LoadAllAssembliesAndSetupDomain (1847ms) - LoadAssemblies (1144ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (774ms) - TypeCache.Refresh (764ms) - TypeCache.ScanAssembly (732ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (10ms) - FinalizeReload (2011ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (795ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (18ms) - SetLoadedEditorAssemblies (18ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (281ms) - ProcessInitializeOnLoadAttributes (431ms) - ProcessInitializeOnLoadMethodAttributes (37ms) - AfterProcessingInitializeOnLoad (10ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (15ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 20.89 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5272 Unused Serialized files (Serialized files now loaded: 0) -Unloading 93 unused Assets / (186.1 KB). Loaded Objects now: 6088. -Memory consumption went from 177.3 MB to 177.2 MB. -Total: 3.697700 ms (FindLiveObjects: 0.402300 ms CreateObjectMapping: 0.233100 ms MarkObjects: 2.808600 ms DeleteObjects: 0.251900 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 3.718 seconds -Refreshing native plugins compatible for Editor in 35.65 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.833 seconds -Domain Reload Profiling: 5531ms - BeginReloadAssembly (702ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (261ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (230ms) - RebuildCommonClasses (55ms) - RebuildNativeTypeToScriptingClass (23ms) - initialDomainReloadingComplete (128ms) - LoadAllAssembliesAndSetupDomain (2789ms) - LoadAssemblies (1517ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (1338ms) - TypeCache.Refresh (1322ms) - TypeCache.ScanAssembly (1288ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (16ms) - FinalizeReload (1833ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (778ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (10ms) - SetLoadedEditorAssemblies (16ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (240ms) - ProcessInitializeOnLoadAttributes (454ms) - ProcessInitializeOnLoadMethodAttributes (41ms) - AfterProcessingInitializeOnLoad (16ms) - EditorAssembliesLoaded (1ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (14ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 33.13 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5272 Unused Serialized files (Serialized files now loaded: 0) -Unloading 93 unused Assets / (186.2 KB). Loaded Objects now: 6103. -Memory consumption went from 177.4 MB to 177.2 MB. -Total: 13.854900 ms (FindLiveObjects: 0.779200 ms CreateObjectMapping: 0.414300 ms MarkObjects: 11.455700 ms DeleteObjects: 1.201700 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 3.033 seconds -Refreshing native plugins compatible for Editor in 44.58 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 2.103 seconds -Domain Reload Profiling: 5126ms - BeginReloadAssembly (220ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (1ms) - CreateAndSetChildDomain (62ms) - RebuildCommonClasses (48ms) - RebuildNativeTypeToScriptingClass (14ms) - initialDomainReloadingComplete (83ms) - LoadAllAssembliesAndSetupDomain (2657ms) - LoadAssemblies (1428ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (1307ms) - TypeCache.Refresh (1285ms) - TypeCache.ScanAssembly (1230ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (22ms) - FinalizeReload (2103ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (802ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (9ms) - SetLoadedEditorAssemblies (5ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (172ms) - ProcessInitializeOnLoadAttributes (568ms) - ProcessInitializeOnLoadMethodAttributes (38ms) - AfterProcessingInitializeOnLoad (9ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (13ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 89.07 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5272 Unused Serialized files (Serialized files now loaded: 0) -Unloading 93 unused Assets / (186.3 KB). Loaded Objects now: 6118. -Memory consumption went from 177.4 MB to 177.2 MB. -Total: 4.559400 ms (FindLiveObjects: 0.732900 ms CreateObjectMapping: 0.455500 ms MarkObjects: 3.043200 ms DeleteObjects: 0.325400 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 5.255 seconds -Refreshing native plugins compatible for Editor in 51.72 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.758 seconds -Domain Reload Profiling: 7006ms - BeginReloadAssembly (237ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (9ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (70ms) - RebuildCommonClasses (58ms) - RebuildNativeTypeToScriptingClass (14ms) - initialDomainReloadingComplete (87ms) - LoadAllAssembliesAndSetupDomain (4850ms) - LoadAssemblies (2259ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (2634ms) - TypeCache.Refresh (2612ms) - TypeCache.ScanAssembly (2555ms) - ScanForSourceGeneratedMonoScriptInfo (6ms) - ResolveRequiredComponents (17ms) - FinalizeReload (1759ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (801ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (10ms) - SetLoadedEditorAssemblies (7ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (177ms) - ProcessInitializeOnLoadAttributes (560ms) - ProcessInitializeOnLoadMethodAttributes (35ms) - AfterProcessingInitializeOnLoad (12ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (13ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 24.59 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5272 Unused Serialized files (Serialized files now loaded: 0) -Unloading 93 unused Assets / (186.2 KB). Loaded Objects now: 6133. -Memory consumption went from 177.4 MB to 177.3 MB. -Total: 4.609200 ms (FindLiveObjects: 0.504000 ms CreateObjectMapping: 0.253400 ms MarkObjects: 3.608800 ms DeleteObjects: 0.241600 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 3.114 seconds -Refreshing native plugins compatible for Editor in 30.74 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 2.040 seconds -Domain Reload Profiling: 5145ms - BeginReloadAssembly (267ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (85ms) - RebuildCommonClasses (71ms) - RebuildNativeTypeToScriptingClass (24ms) - initialDomainReloadingComplete (85ms) - LoadAllAssembliesAndSetupDomain (2657ms) - LoadAssemblies (1761ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (999ms) - TypeCache.Refresh (981ms) - TypeCache.ScanAssembly (934ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (19ms) - FinalizeReload (2041ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (825ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (9ms) - SetLoadedEditorAssemblies (5ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (146ms) - ProcessInitializeOnLoadAttributes (613ms) - ProcessInitializeOnLoadMethodAttributes (37ms) - AfterProcessingInitializeOnLoad (13ms) - EditorAssembliesLoaded (1ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (28ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 25.78 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5272 Unused Serialized files (Serialized files now loaded: 0) -Unloading 93 unused Assets / (186.2 KB). Loaded Objects now: 6148. -Memory consumption went from 177.4 MB to 177.3 MB. -Total: 6.722000 ms (FindLiveObjects: 1.303600 ms CreateObjectMapping: 0.636500 ms MarkObjects: 4.427200 ms DeleteObjects: 0.352800 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.661 seconds -Refreshing native plugins compatible for Editor in 27.14 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.361 seconds -Domain Reload Profiling: 3018ms - BeginReloadAssembly (229ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (6ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (83ms) - RebuildCommonClasses (39ms) - RebuildNativeTypeToScriptingClass (12ms) - initialDomainReloadingComplete (56ms) - LoadAllAssembliesAndSetupDomain (1319ms) - LoadAssemblies (827ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (564ms) - TypeCache.Refresh (547ms) - TypeCache.ScanAssembly (507ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (17ms) - FinalizeReload (1362ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (677ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (11ms) - SetLoadedEditorAssemblies (7ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (156ms) - ProcessInitializeOnLoadAttributes (462ms) - ProcessInitializeOnLoadMethodAttributes (29ms) - AfterProcessingInitializeOnLoad (10ms) - EditorAssembliesLoaded (1ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (11ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 21.28 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5272 Unused Serialized files (Serialized files now loaded: 0) -Unloading 93 unused Assets / (186.1 KB). Loaded Objects now: 6163. -Memory consumption went from 177.4 MB to 177.2 MB. -Total: 5.262200 ms (FindLiveObjects: 0.710300 ms CreateObjectMapping: 0.451200 ms MarkObjects: 3.887300 ms DeleteObjects: 0.211700 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.989 seconds -Refreshing native plugins compatible for Editor in 25.01 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.930 seconds -Domain Reload Profiling: 3909ms - BeginReloadAssembly (260ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (104ms) - RebuildCommonClasses (52ms) - RebuildNativeTypeToScriptingClass (19ms) - initialDomainReloadingComplete (111ms) - LoadAllAssembliesAndSetupDomain (1535ms) - LoadAssemblies (1053ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (562ms) - TypeCache.Refresh (548ms) - TypeCache.ScanAssembly (513ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (14ms) - FinalizeReload (1931ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (869ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (9ms) - SetLoadedEditorAssemblies (7ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (157ms) - ProcessInitializeOnLoadAttributes (632ms) - ProcessInitializeOnLoadMethodAttributes (51ms) - AfterProcessingInitializeOnLoad (12ms) - EditorAssembliesLoaded (1ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (14ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 37.72 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5272 Unused Serialized files (Serialized files now loaded: 0) -Unloading 93 unused Assets / (186.3 KB). Loaded Objects now: 6178. -Memory consumption went from 177.4 MB to 177.2 MB. -Total: 6.082300 ms (FindLiveObjects: 0.735900 ms CreateObjectMapping: 0.575300 ms MarkObjects: 4.342000 ms DeleteObjects: 0.426000 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 2.201 seconds -Refreshing native plugins compatible for Editor in 53.83 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 2.171 seconds -Domain Reload Profiling: 4363ms - BeginReloadAssembly (240ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (85ms) - RebuildCommonClasses (49ms) - RebuildNativeTypeToScriptingClass (14ms) - initialDomainReloadingComplete (73ms) - LoadAllAssembliesAndSetupDomain (1815ms) - LoadAssemblies (1073ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (819ms) - TypeCache.Refresh (800ms) - TypeCache.ScanAssembly (740ms) - ScanForSourceGeneratedMonoScriptInfo (4ms) - ResolveRequiredComponents (14ms) - FinalizeReload (2172ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (1013ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (8ms) - SetLoadedEditorAssemblies (7ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (200ms) - ProcessInitializeOnLoadAttributes (747ms) - ProcessInitializeOnLoadMethodAttributes (40ms) - AfterProcessingInitializeOnLoad (10ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (15ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 29.17 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5272 Unused Serialized files (Serialized files now loaded: 0) -Unloading 93 unused Assets / (186.2 KB). Loaded Objects now: 6193. -Memory consumption went from 177.4 MB to 177.2 MB. -Total: 6.218000 ms (FindLiveObjects: 0.602700 ms CreateObjectMapping: 0.248500 ms MarkObjects: 4.709100 ms DeleteObjects: 0.654200 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.877 seconds -Refreshing native plugins compatible for Editor in 34.04 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.877 seconds -Domain Reload Profiling: 3747ms - BeginReloadAssembly (256ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (7ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (99ms) - RebuildCommonClasses (53ms) - RebuildNativeTypeToScriptingClass (16ms) - initialDomainReloadingComplete (79ms) - LoadAllAssembliesAndSetupDomain (1466ms) - LoadAssemblies (996ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (554ms) - TypeCache.Refresh (538ms) - TypeCache.ScanAssembly (508ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (15ms) - FinalizeReload (1878ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (907ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (12ms) - SetLoadedEditorAssemblies (8ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (194ms) - ProcessInitializeOnLoadAttributes (611ms) - ProcessInitializeOnLoadMethodAttributes (63ms) - AfterProcessingInitializeOnLoad (18ms) - EditorAssembliesLoaded (1ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (29ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 37.89 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5272 Unused Serialized files (Serialized files now loaded: 0) -Unloading 93 unused Assets / (186.4 KB). Loaded Objects now: 6208. -Memory consumption went from 177.5 MB to 177.3 MB. -Total: 6.133200 ms (FindLiveObjects: 1.057600 ms CreateObjectMapping: 0.597800 ms MarkObjects: 4.136400 ms DeleteObjects: 0.339400 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.936 seconds -Refreshing native plugins compatible for Editor in 28.29 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.527 seconds -Domain Reload Profiling: 3453ms - BeginReloadAssembly (317ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (8ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (103ms) - RebuildCommonClasses (59ms) - RebuildNativeTypeToScriptingClass (20ms) - initialDomainReloadingComplete (109ms) - LoadAllAssembliesAndSetupDomain (1420ms) - LoadAssemblies (1085ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (472ms) - TypeCache.Refresh (457ms) - TypeCache.ScanAssembly (431ms) - ScanForSourceGeneratedMonoScriptInfo (3ms) - ResolveRequiredComponents (13ms) - FinalizeReload (1528ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (704ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (9ms) - SetLoadedEditorAssemblies (6ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (154ms) - ProcessInitializeOnLoadAttributes (480ms) - ProcessInitializeOnLoadMethodAttributes (42ms) - AfterProcessingInitializeOnLoad (12ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (15ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 27.11 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5272 Unused Serialized files (Serialized files now loaded: 0) -Unloading 93 unused Assets / (186.4 KB). Loaded Objects now: 6223. -Memory consumption went from 177.5 MB to 177.3 MB. -Total: 4.503500 ms (FindLiveObjects: 0.652700 ms CreateObjectMapping: 0.295000 ms MarkObjects: 3.318300 ms DeleteObjects: 0.235900 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.888 seconds -Refreshing native plugins compatible for Editor in 30.95 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.827 seconds -Domain Reload Profiling: 3708ms - BeginReloadAssembly (251ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (7ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (95ms) - RebuildCommonClasses (58ms) - RebuildNativeTypeToScriptingClass (16ms) - initialDomainReloadingComplete (72ms) - LoadAllAssembliesAndSetupDomain (1482ms) - LoadAssemblies (1002ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (554ms) - TypeCache.Refresh (543ms) - TypeCache.ScanAssembly (503ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (11ms) - FinalizeReload (1828ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (921ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (14ms) - SetLoadedEditorAssemblies (11ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (266ms) - ProcessInitializeOnLoadAttributes (571ms) - ProcessInitializeOnLoadMethodAttributes (47ms) - AfterProcessingInitializeOnLoad (12ms) - EditorAssembliesLoaded (1ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (16ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 42.50 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5272 Unused Serialized files (Serialized files now loaded: 0) -Unloading 93 unused Assets / (186.3 KB). Loaded Objects now: 6238. -Memory consumption went from 177.5 MB to 177.3 MB. -Total: 7.086100 ms (FindLiveObjects: 0.894800 ms CreateObjectMapping: 0.533400 ms MarkObjects: 5.121200 ms DeleteObjects: 0.533400 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.739 seconds -Refreshing native plugins compatible for Editor in 30.73 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.651 seconds -Domain Reload Profiling: 3382ms - BeginReloadAssembly (241ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (7ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (83ms) - RebuildCommonClasses (52ms) - RebuildNativeTypeToScriptingClass (17ms) - initialDomainReloadingComplete (77ms) - LoadAllAssembliesAndSetupDomain (1343ms) - LoadAssemblies (916ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (513ms) - TypeCache.Refresh (495ms) - TypeCache.ScanAssembly (466ms) - ScanForSourceGeneratedMonoScriptInfo (3ms) - ResolveRequiredComponents (15ms) - FinalizeReload (1652ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (750ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (16ms) - SetLoadedEditorAssemblies (7ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (189ms) - ProcessInitializeOnLoadAttributes (472ms) - ProcessInitializeOnLoadMethodAttributes (55ms) - AfterProcessingInitializeOnLoad (12ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (12ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 28.51 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5272 Unused Serialized files (Serialized files now loaded: 0) -Unloading 93 unused Assets / (186.3 KB). Loaded Objects now: 6253. -Memory consumption went from 177.5 MB to 177.3 MB. -Total: 6.135200 ms (FindLiveObjects: 0.807300 ms CreateObjectMapping: 0.556300 ms MarkObjects: 4.255300 ms DeleteObjects: 0.514800 ms) +Unloading 94 unused Assets / (185.8 KB). Loaded Objects now: 5758. +Memory consumption went from 177.0 MB to 176.9 MB. +Total: 4.612300 ms (FindLiveObjects: 0.455900 ms CreateObjectMapping: 0.339900 ms MarkObjects: 3.475200 ms DeleteObjects: 0.339300 ms) Prepare: number of updated asset objects reloaded= 0 AssetImportParameters requested are different than current active one (requested -> active): @@ -3156,77 +399,12 @@ AssetImportParameters requested are different than current active one (requested Received Prepare Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 31.66 ms, found 3 plugins. +Refreshing native plugins compatible for Editor in 39.45 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Unloading 3 Unused Serialized files (Serialized files now loaded: 0) -Unloading 3 unused Assets / (130.2 KB). Loaded Objects now: 6253. -Memory consumption went from 95.5 MB to 95.4 MB. -Total: 10.232700 ms (FindLiveObjects: 0.654500 ms CreateObjectMapping: 0.362100 ms MarkObjects: 7.956100 ms DeleteObjects: 1.258100 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 2.264 seconds -Refreshing native plugins compatible for Editor in 70.84 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.762 seconds -Domain Reload Profiling: 4020ms - BeginReloadAssembly (350ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (162ms) - RebuildCommonClasses (52ms) - RebuildNativeTypeToScriptingClass (17ms) - initialDomainReloadingComplete (85ms) - LoadAllAssembliesAndSetupDomain (1753ms) - LoadAssemblies (1226ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (634ms) - TypeCache.Refresh (604ms) - TypeCache.ScanAssembly (552ms) - ScanForSourceGeneratedMonoScriptInfo (10ms) - ResolveRequiredComponents (20ms) - FinalizeReload (1763ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (783ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (8ms) - SetLoadedEditorAssemblies (9ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (204ms) - ProcessInitializeOnLoadAttributes (503ms) - ProcessInitializeOnLoadMethodAttributes (42ms) - AfterProcessingInitializeOnLoad (15ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (14ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 32.71 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5272 Unused Serialized files (Serialized files now loaded: 0) -Unloading 93 unused Assets / (186.1 KB). Loaded Objects now: 6268. -Memory consumption went from 177.5 MB to 177.3 MB. -Total: 6.485400 ms (FindLiveObjects: 1.028200 ms CreateObjectMapping: 0.807400 ms MarkObjects: 4.342200 ms DeleteObjects: 0.304500 ms) +Unloading 3 unused Assets / (130.0 KB). Loaded Objects now: 5758. +Memory consumption went from 95.1 MB to 94.9 MB. +Total: 8.841200 ms (FindLiveObjects: 0.872500 ms CreateObjectMapping: 2.540000 ms MarkObjects: 5.180200 ms DeleteObjects: 0.246800 ms) Prepare: number of updated asset objects reloaded= 0 AssetImportParameters requested are different than current active one (requested -> active): @@ -3244,345 +422,12 @@ AssetImportParameters requested are different than current active one (requested Received Prepare Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 38.49 ms, found 3 plugins. +Refreshing native plugins compatible for Editor in 149.31 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Unloading 3 Unused Serialized files (Serialized files now loaded: 0) -Unloading 3 unused Assets / (130.1 KB). Loaded Objects now: 6268. -Memory consumption went from 95.5 MB to 95.4 MB. -Total: 7.341500 ms (FindLiveObjects: 1.041900 ms CreateObjectMapping: 0.504100 ms MarkObjects: 5.402500 ms DeleteObjects: 0.390400 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 35.46 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 3 Unused Serialized files (Serialized files now loaded: 0) -Unloading 3 unused Assets / (130.1 KB). Loaded Objects now: 6268. -Memory consumption went from 95.1 MB to 95.0 MB. -Total: 6.860200 ms (FindLiveObjects: 0.718100 ms CreateObjectMapping: 0.450800 ms MarkObjects: 5.434900 ms DeleteObjects: 0.254100 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 34.70 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 3 Unused Serialized files (Serialized files now loaded: 0) -Unloading 3 unused Assets / (130.2 KB). Loaded Objects now: 6268. -Memory consumption went from 95.1 MB to 95.0 MB. -Total: 7.747800 ms (FindLiveObjects: 1.077700 ms CreateObjectMapping: 1.275000 ms MarkObjects: 5.131700 ms DeleteObjects: 0.260900 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 3.686 seconds -Refreshing native plugins compatible for Editor in 36.87 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 2.996 seconds -Domain Reload Profiling: 6664ms - BeginReloadAssembly (624ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (14ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (194ms) - RebuildCommonClasses (122ms) - RebuildNativeTypeToScriptingClass (35ms) - initialDomainReloadingComplete (264ms) - LoadAllAssembliesAndSetupDomain (2623ms) - LoadAssemblies (1881ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (1026ms) - TypeCache.Refresh (1005ms) - TypeCache.ScanAssembly (959ms) - ScanForSourceGeneratedMonoScriptInfo (6ms) - ResolveRequiredComponents (15ms) - FinalizeReload (2997ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (1426ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (16ms) - SetLoadedEditorAssemblies (10ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (333ms) - ProcessInitializeOnLoadAttributes (968ms) - ProcessInitializeOnLoadMethodAttributes (79ms) - AfterProcessingInitializeOnLoad (18ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (20ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 74.84 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5272 Unused Serialized files (Serialized files now loaded: 0) -Unloading 93 unused Assets / (186.0 KB). Loaded Objects now: 6283. -Memory consumption went from 177.6 MB to 177.4 MB. -Total: 18.591200 ms (FindLiveObjects: 10.379900 ms CreateObjectMapping: 1.029800 ms MarkObjects: 6.568400 ms DeleteObjects: 0.609500 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 52.74 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 3 Unused Serialized files (Serialized files now loaded: 0) -Unloading 3 unused Assets / (130.1 KB). Loaded Objects now: 6283. -Memory consumption went from 95.6 MB to 95.5 MB. -Total: 8.060200 ms (FindLiveObjects: 0.779200 ms CreateObjectMapping: 0.412100 ms MarkObjects: 6.582600 ms DeleteObjects: 0.283900 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.921 seconds -Refreshing native plugins compatible for Editor in 29.77 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.940 seconds -Domain Reload Profiling: 3853ms - BeginReloadAssembly (299ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (7ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (131ms) - RebuildCommonClasses (50ms) - RebuildNativeTypeToScriptingClass (14ms) - initialDomainReloadingComplete (85ms) - LoadAllAssembliesAndSetupDomain (1464ms) - LoadAssemblies (1054ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (499ms) - TypeCache.Refresh (484ms) - TypeCache.ScanAssembly (459ms) - ScanForSourceGeneratedMonoScriptInfo (4ms) - ResolveRequiredComponents (11ms) - FinalizeReload (1941ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (816ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (10ms) - SetLoadedEditorAssemblies (7ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (169ms) - ProcessInitializeOnLoadAttributes (571ms) - ProcessInitializeOnLoadMethodAttributes (46ms) - AfterProcessingInitializeOnLoad (12ms) - EditorAssembliesLoaded (1ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (13ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 40.94 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5272 Unused Serialized files (Serialized files now loaded: 0) -Unloading 93 unused Assets / (185.9 KB). Loaded Objects now: 6298. -Memory consumption went from 177.6 MB to 177.4 MB. -Total: 4.970200 ms (FindLiveObjects: 0.712400 ms CreateObjectMapping: 0.280500 ms MarkObjects: 3.617600 ms DeleteObjects: 0.358100 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 34.87 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 3 Unused Serialized files (Serialized files now loaded: 0) -Unloading 3 unused Assets / (129.6 KB). Loaded Objects now: 6298. -Memory consumption went from 95.6 MB to 95.5 MB. -Total: 4.976900 ms (FindLiveObjects: 0.496100 ms CreateObjectMapping: 0.229200 ms MarkObjects: 4.140000 ms DeleteObjects: 0.110400 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 35.79 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 3 Unused Serialized files (Serialized files now loaded: 0) -Unloading 3 unused Assets / (129.5 KB). Loaded Objects now: 6298. -Memory consumption went from 95.2 MB to 95.1 MB. -Total: 7.858500 ms (FindLiveObjects: 0.774200 ms CreateObjectMapping: 0.532100 ms MarkObjects: 6.237400 ms DeleteObjects: 0.312100 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 2.038 seconds -Refreshing native plugins compatible for Editor in 36.36 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 3.213 seconds -Domain Reload Profiling: 5240ms - BeginReloadAssembly (283ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (8ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (100ms) - RebuildCommonClasses (74ms) - RebuildNativeTypeToScriptingClass (17ms) - initialDomainReloadingComplete (111ms) - LoadAllAssembliesAndSetupDomain (1541ms) - LoadAssemblies (1078ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (563ms) - TypeCache.Refresh (545ms) - TypeCache.ScanAssembly (509ms) - ScanForSourceGeneratedMonoScriptInfo (4ms) - ResolveRequiredComponents (13ms) - FinalizeReload (3214ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (878ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (15ms) - SetLoadedEditorAssemblies (11ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (207ms) - ProcessInitializeOnLoadAttributes (596ms) - ProcessInitializeOnLoadMethodAttributes (35ms) - AfterProcessingInitializeOnLoad (13ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (14ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 42.71 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5272 Unused Serialized files (Serialized files now loaded: 0) -Unloading 94 unused Assets / (185.5 KB). Loaded Objects now: 6313. -Memory consumption went from 177.6 MB to 177.4 MB. -Total: 7.059000 ms (FindLiveObjects: 0.850800 ms CreateObjectMapping: 0.717300 ms MarkObjects: 4.926300 ms DeleteObjects: 0.561400 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 56.11 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 3 Unused Serialized files (Serialized files now loaded: 0) -Unloading 3 unused Assets / (129.6 KB). Loaded Objects now: 6313. -Memory consumption went from 95.6 MB to 95.5 MB. -Total: 10.690700 ms (FindLiveObjects: 2.837800 ms CreateObjectMapping: 1.411900 ms MarkObjects: 6.121500 ms DeleteObjects: 0.315800 ms) +Unloading 3 unused Assets / (130.0 KB). Loaded Objects now: 5758. +Memory consumption went from 94.7 MB to 94.6 MB. +Total: 19.907700 ms (FindLiveObjects: 1.183700 ms CreateObjectMapping: 3.301500 ms MarkObjects: 15.077500 ms DeleteObjects: 0.341600 ms) Prepare: number of updated asset objects reloaded= 0 AssetImportParameters requested are different than current active one (requested -> active): diff --git a/JNFrame2/Logs/AssetImportWorker1.log b/JNFrame2/Logs/AssetImportWorker1.log index bca2ec28..b47dd1f3 100644 --- a/JNFrame2/Logs/AssetImportWorker1.log +++ b/JNFrame2/Logs/AssetImportWorker1.log @@ -1,23 +1,23 @@ Using pre-set license -Built from '2022.3/staging' branch; Version is '2022.3.1f1 (f18e0c1b5784) revision 15830540'; Using compiler version '192829333'; Build Type 'Release' -OS: 'Windows 11 (10.0.22631) 64bit Professional' Language: 'zh' Physical Memory: 32651 MB +Built from '2022.3/china_unity/release' branch; Version is '2022.3.16f1c1 (2f3f1b3bde89) revision 3096347'; Using compiler version '192829333'; Build Type 'Release' +OS: 'Windows 11 (10.0.22631) 64bit Core' Language: 'zh' Physical Memory: 16088 MB BatchMode: 1, IsHumanControllingUs: 0, StartBugReporterOnCrash: 0, Is64bit: 1, IsPro: 1 COMMAND LINE ARGUMENTS: -D:\Unity\2022.3.1f1\Editor\Unity.exe +C:\APP\UnityEdit\2022.3.16f1c1\Editor\Unity.exe -adb2 -batchMode -noUpm -name AssetImportWorker1 -projectPath -D:/myproject/JisolGame/JNFrame2 +D:/Jisol/JisolGame/JNFrame2 -logFile Logs/AssetImportWorker1.log -srvPort -61497 -Successfully changed project path to: D:/myproject/JisolGame/JNFrame2 -D:/myproject/JisolGame/JNFrame2 +60453 +Successfully changed project path to: D:/Jisol/JisolGame/JNFrame2 +D:/Jisol/JisolGame/JNFrame2 [UnityMemory] Configuration Parameters - Can be set up in boot.config "memorysetup-bucket-allocator-granularity=16" "memorysetup-bucket-allocator-bucket-count=8" @@ -49,64 +49,68 @@ D:/myproject/JisolGame/JNFrame2 "memorysetup-temp-allocator-size-cloud-worker=32768" "memorysetup-temp-allocator-size-gi-baking-worker=262144" "memorysetup-temp-allocator-size-gfx=262144" -Player connection [3588] Host "[IP] 192.168.1.115 [Port] 0 [Flags] 2 [Guid] 1171707994 [EditorId] 1171707994 [Version] 1048832 [Id] WindowsEditor(7,PC-20230316NUNE) [Debug] 1 [PackageName] WindowsEditor [ProjectName] Editor" joined multi-casting on [225.0.0.222:54997]... +Player connection [10048] Host "[IP] 192.168.31.185 [Port] 0 [Flags] 2 [Guid] 2681684426 [EditorId] 2681684426 [Version] 1048832 [Id] WindowsEditor(7,DESKTOP-5RP3AKU) [Debug] 1 [PackageName] WindowsEditor [ProjectName] Editor" joined multi-casting on [225.0.0.222:54997]... -Player connection [3588] Host "[IP] 192.168.1.115 [Port] 0 [Flags] 2 [Guid] 1171707994 [EditorId] 1171707994 [Version] 1048832 [Id] WindowsEditor(7,PC-20230316NUNE) [Debug] 1 [PackageName] WindowsEditor [ProjectName] Editor" joined alternative multi-casting on [225.0.0.222:34997]... +Player connection [10048] Host "[IP] 192.168.31.185 [Port] 0 [Flags] 2 [Guid] 2681684426 [EditorId] 2681684426 [Version] 1048832 [Id] WindowsEditor(7,DESKTOP-5RP3AKU) [Debug] 1 [PackageName] WindowsEditor [ProjectName] Editor" joined alternative multi-casting on [225.0.0.222:34997]... -Refreshing native plugins compatible for Editor in 64.56 ms, found 3 plugins. +[Physics::Module] Initialized MultithreadedJobDispatcher with 19 workers. +Refreshing native plugins compatible for Editor in 62.35 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Initialize engine version: 2022.3.1f1 (f18e0c1b5784) -[Subsystems] Discovering subsystems at path D:/Unity/2022.3.1f1/Editor/Data/Resources/UnitySubsystems -[Subsystems] Discovering subsystems at path D:/myproject/JisolGame/JNFrame2/Assets +Initialize engine version: 2022.3.16f1c1 (2f3f1b3bde89) +[Subsystems] Discovering subsystems at path C:/APP/UnityEdit/2022.3.16f1c1/Editor/Data/Resources/UnitySubsystems +[Subsystems] Discovering subsystems at path D:/Jisol/JisolGame/JNFrame2/Assets GfxDevice: creating device client; threaded=0; jobified=0 Direct3D: Version: Direct3D 11.0 [level 11.1] - Renderer: NVIDIA GeForce GTX 1660 SUPER (ID=0x21c4) + Renderer: NVIDIA GeForce RTX 3060 Laptop GPU (ID=0x2520) Vendor: NVIDIA - VRAM: 5966 MB - Driver: 32.0.15.6094 + VRAM: 5996 MB + Driver: 31.0.15.5176 Initialize mono -Mono path[0] = 'D:/Unity/2022.3.1f1/Editor/Data/Managed' -Mono path[1] = 'D:/Unity/2022.3.1f1/Editor/Data/MonoBleedingEdge/lib/mono/unityjit-win32' -Mono config path = 'D:/Unity/2022.3.1f1/Editor/Data/MonoBleedingEdge/etc' -Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56768 +Mono path[0] = 'C:/APP/UnityEdit/2022.3.16f1c1/Editor/Data/Managed' +Mono path[1] = 'C:/APP/UnityEdit/2022.3.16f1c1/Editor/Data/MonoBleedingEdge/lib/mono/unityjit-win32' +Mono config path = 'C:/APP/UnityEdit/2022.3.16f1c1/Editor/Data/MonoBleedingEdge/etc' +Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56480 Begin MonoManager ReloadAssembly Registering precompiled unity dll's ... -Register platform support module: D:/Unity/2022.3.1f1/Editor/Data/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll -Registered in 0.017885 seconds. -- Loaded All Assemblies, in 0.715 seconds +Register platform support module: C:/APP/UnityEdit/2022.3.16f1c1/Editor/Data/PlaybackEngines/AndroidPlayer/UnityEditor.Android.Extensions.dll +Register platform support module: C:/APP/UnityEdit/2022.3.16f1c1/Editor/Data/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll +Registered in 0.015367 seconds. +- Loaded All Assemblies, in 0.357 seconds Native extension for WindowsStandalone target not found +Native extension for Android target not found +Android Extension - Scanning For ADB Devices 319 ms Mono: successfully reloaded assembly -- Finished resetting the current domain, in 0.411 seconds -Domain Reload Profiling: 1121ms - BeginReloadAssembly (142ms) +- Finished resetting the current domain, in 0.581 seconds +Domain Reload Profiling: 931ms + BeginReloadAssembly (123ms) ExecutionOrderSort (0ms) DisableScriptedObjects (0ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) CreateAndSetChildDomain (1ms) - RebuildCommonClasses (145ms) - RebuildNativeTypeToScriptingClass (30ms) - initialDomainReloadingComplete (156ms) - LoadAllAssembliesAndSetupDomain (237ms) - LoadAssemblies (139ms) + RebuildCommonClasses (29ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (70ms) + LoadAllAssembliesAndSetupDomain (120ms) + LoadAssemblies (117ms) RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (224ms) - TypeCache.Refresh (222ms) - TypeCache.ScanAssembly (197ms) - ScanForSourceGeneratedMonoScriptInfo (1ms) - ResolveRequiredComponents (1ms) - FinalizeReload (412ms) + AnalyzeDomain (117ms) + TypeCache.Refresh (115ms) + TypeCache.ScanAssembly (104ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (0ms) + FinalizeReload (581ms) ReleaseScriptCaches (0ms) RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (321ms) + SetupLoadedEditorAssemblies (534ms) LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (21ms) - SetLoadedEditorAssemblies (12ms) + InitializePlatformSupportModulesInManaged (412ms) + SetLoadedEditorAssemblies (2ms) RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (3ms) - ProcessInitializeOnLoadAttributes (212ms) - ProcessInitializeOnLoadMethodAttributes (73ms) + BeforeProcessingInitializeOnLoad (1ms) + ProcessInitializeOnLoadAttributes (78ms) + ProcessInitializeOnLoadMethodAttributes (40ms) AfterProcessingInitializeOnLoad (0ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) @@ -114,65 +118,69 @@ Domain Reload Profiling: 1121ms ======================================================================== Worker process is ready to serve import requests Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 6.686 seconds -Refreshing native plugins compatible for Editor in 35.98 ms, found 3 plugins. +- Loaded All Assemblies, in 0.853 seconds +Refreshing native plugins compatible for Editor in 23.74 ms, found 3 plugins. Native extension for WindowsStandalone target not found +Native extension for Android target not found Package Manager log level set to [2] [Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument [Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). [Package Manager] Cannot connect to Unity Package Manager local server Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.798 seconds -Domain Reload Profiling: 8465ms - BeginReloadAssembly (4105ms) +- Finished resetting the current domain, in 0.608 seconds +Domain Reload Profiling: 1448ms + BeginReloadAssembly (155ms) ExecutionOrderSort (0ms) - DisableScriptedObjects (43ms) + DisableScriptedObjects (3ms) BackupInstance (0ms) - ReleaseScriptingObjects (1ms) - CreateAndSetChildDomain (253ms) - RebuildCommonClasses (121ms) - RebuildNativeTypeToScriptingClass (27ms) - initialDomainReloadingComplete (164ms) - LoadAllAssembliesAndSetupDomain (2249ms) - LoadAssemblies (1588ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (18ms) + RebuildCommonClasses (26ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (58ms) + LoadAllAssembliesAndSetupDomain (594ms) + LoadAssemblies (449ms) RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (873ms) - TypeCache.Refresh (816ms) - TypeCache.ScanAssembly (779ms) - ScanForSourceGeneratedMonoScriptInfo (44ms) - ResolveRequiredComponents (13ms) - FinalizeReload (1800ms) + AnalyzeDomain (238ms) + TypeCache.Refresh (212ms) + TypeCache.ScanAssembly (193ms) + ScanForSourceGeneratedMonoScriptInfo (18ms) + ResolveRequiredComponents (7ms) + FinalizeReload (608ms) ReleaseScriptCaches (0ms) RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (1409ms) + SetupLoadedEditorAssemblies (477ms) LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (14ms) - SetLoadedEditorAssemblies (14ms) + InitializePlatformSupportModulesInManaged (26ms) + SetLoadedEditorAssemblies (3ms) RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (226ms) - ProcessInitializeOnLoadAttributes (1063ms) - ProcessInitializeOnLoadMethodAttributes (74ms) - AfterProcessingInitializeOnLoad (16ms) - EditorAssembliesLoaded (1ms) + BeforeProcessingInitializeOnLoad (66ms) + ProcessInitializeOnLoadAttributes (342ms) + ProcessInitializeOnLoadMethodAttributes (22ms) + AfterProcessingInitializeOnLoad (19ms) + EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (16ms) + AwakeInstancesAfterBackupRestoration (7ms) Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Launched and connected shader compiler UnityShaderCompiler.exe after 0.12 seconds -Refreshing native plugins compatible for Editor in 26.01 ms, found 3 plugins. +Launched and connected shader compiler UnityShaderCompiler.exe after 0.03 seconds +Refreshing native plugins compatible for Editor in 21.85 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5286 Unused Serialized files (Serialized files now loaded: 0) -Unloading 136 unused Assets / (213.8 KB). Loaded Objects now: 5713. -Memory consumption went from 179.2 MB to 179.0 MB. -Total: 4.680400 ms (FindLiveObjects: 0.675700 ms CreateObjectMapping: 0.479900 ms MarkObjects: 3.230300 ms DeleteObjects: 0.292800 ms) +Unloading 5293 Unused Serialized files (Serialized files now loaded: 0) +Unloading 137 unused Assets / (214.5 KB). Loaded Objects now: 5714. +Memory consumption went from 193.5 MB to 193.3 MB. +Total: 3.183500 ms (FindLiveObjects: 0.327500 ms CreateObjectMapping: 0.151900 ms MarkObjects: 2.501000 ms DeleteObjects: 0.202400 ms) AssetImportParameters requested are different than current active one (requested -> active): custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> @@ -180,64 +188,137 @@ AssetImportParameters requested are different than current active one (requested ======================================================================== Received Prepare Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 2.840 seconds -Refreshing native plugins compatible for Editor in 31.56 ms, found 3 plugins. +- Loaded All Assemblies, in 1.107 seconds +Refreshing native plugins compatible for Editor in 43.21 ms, found 3 plugins. Native extension for WindowsStandalone target not found +Native extension for Android target not found [Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument [Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). [Package Manager] Cannot connect to Unity Package Manager local server Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.826 seconds -Domain Reload Profiling: 4658ms - BeginReloadAssembly (314ms) +- Finished resetting the current domain, in 1.147 seconds +Domain Reload Profiling: 2219ms + BeginReloadAssembly (362ms) ExecutionOrderSort (0ms) - DisableScriptedObjects (8ms) + DisableScriptedObjects (6ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (137ms) - RebuildCommonClasses (66ms) - RebuildNativeTypeToScriptingClass (15ms) - initialDomainReloadingComplete (81ms) - LoadAllAssembliesAndSetupDomain (2356ms) - LoadAssemblies (1674ms) + CreateAndSetChildDomain (71ms) + RebuildCommonClasses (40ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (121ms) + LoadAllAssembliesAndSetupDomain (537ms) + LoadAssemblies (721ms) RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (708ms) - TypeCache.Refresh (692ms) - TypeCache.ScanAssembly (640ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (16ms) - FinalizeReload (1827ms) + AnalyzeDomain (30ms) + TypeCache.Refresh (11ms) + TypeCache.ScanAssembly (1ms) + ScanForSourceGeneratedMonoScriptInfo (6ms) + ResolveRequiredComponents (13ms) + FinalizeReload (1147ms) ReleaseScriptCaches (0ms) RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (811ms) + SetupLoadedEditorAssemblies (361ms) LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (10ms) - SetLoadedEditorAssemblies (8ms) + InitializePlatformSupportModulesInManaged (25ms) + SetLoadedEditorAssemblies (3ms) RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (172ms) - ProcessInitializeOnLoadAttributes (537ms) - ProcessInitializeOnLoadMethodAttributes (57ms) - AfterProcessingInitializeOnLoad (26ms) - EditorAssembliesLoaded (1ms) + BeforeProcessingInitializeOnLoad (69ms) + ProcessInitializeOnLoadAttributes (226ms) + ProcessInitializeOnLoadMethodAttributes (19ms) + AfterProcessingInitializeOnLoad (19ms) + EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (27ms) + AwakeInstancesAfterBackupRestoration (8ms) Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 23.44 ms, found 3 plugins. +Refreshing native plugins compatible for Editor in 23.47 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5272 Unused Serialized files (Serialized files now loaded: 0) -Unloading 94 unused Assets / (185.9 KB). Loaded Objects now: 5728. -Memory consumption went from 177.0 MB to 176.8 MB. -Total: 8.252700 ms (FindLiveObjects: 1.487100 ms CreateObjectMapping: 0.772600 ms MarkObjects: 5.530800 ms DeleteObjects: 0.457600 ms) +Unloading 5274 Unused Serialized files (Serialized files now loaded: 0) +Unloading 100 unused Assets / (188.2 KB). Loaded Objects now: 5725. +Memory consumption went from 192.6 MB to 192.4 MB. +Total: 2.712100 ms (FindLiveObjects: 0.289100 ms CreateObjectMapping: 0.164000 ms MarkObjects: 2.074100 ms DeleteObjects: 0.183900 ms) Prepare: number of updated asset objects reloaded= 0 AssetImportParameters requested are different than current active one (requested -> active): custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.655 seconds +Refreshing native plugins compatible for Editor in 27.17 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 0.911 seconds +Domain Reload Profiling: 1551ms + BeginReloadAssembly (163ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (32ms) + RebuildCommonClasses (31ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (75ms) + LoadAllAssembliesAndSetupDomain (362ms) + LoadAssemblies (432ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (22ms) + TypeCache.Refresh (9ms) + TypeCache.ScanAssembly (1ms) + ScanForSourceGeneratedMonoScriptInfo (5ms) + ResolveRequiredComponents (7ms) + FinalizeReload (911ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (323ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (24ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (60ms) + ProcessInitializeOnLoadAttributes (198ms) + ProcessInitializeOnLoadMethodAttributes (17ms) + AfterProcessingInitializeOnLoad (20ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (7ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 26.46 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5274 Unused Serialized files (Serialized files now loaded: 0) +Unloading 96 unused Assets / (186.1 KB). Loaded Objects now: 5740. +Memory consumption went from 194.5 MB to 194.4 MB. +Total: 2.663800 ms (FindLiveObjects: 0.299500 ms CreateObjectMapping: 0.147500 ms MarkObjects: 2.059100 ms DeleteObjects: 0.156800 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> @@ -246,21 +327,24 @@ AssetImportParameters requested are different than current active one (requested Received Prepare Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 53.85 ms, found 3 plugins. +Refreshing native plugins compatible for Editor in 37.43 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Unloading 3 Unused Serialized files (Serialized files now loaded: 0) -Unloading 3 unused Assets / (130.1 KB). Loaded Objects now: 5728. -Memory consumption went from 95.0 MB to 94.9 MB. -Total: 8.626900 ms (FindLiveObjects: 1.260700 ms CreateObjectMapping: 1.520500 ms MarkObjects: 5.535600 ms DeleteObjects: 0.306700 ms) +Unloading 3 unused Assets / (129.5 KB). Loaded Objects now: 5740. +Memory consumption went from 112.5 MB to 112.4 MB. +Total: 3.099300 ms (FindLiveObjects: 0.389600 ms CreateObjectMapping: 0.224200 ms MarkObjects: 2.351800 ms DeleteObjects: 0.132300 ms) Prepare: number of updated asset objects reloaded= 0 AssetImportParameters requested are different than current active one (requested -> active): custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> @@ -268,64 +352,120 @@ AssetImportParameters requested are different than current active one (requested ======================================================================== Received Prepare Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 2.356 seconds -Refreshing native plugins compatible for Editor in 39.48 ms, found 3 plugins. +- Loaded All Assemblies, in 0.715 seconds +Refreshing native plugins compatible for Editor in 26.67 ms, found 3 plugins. Native extension for WindowsStandalone target not found +Native extension for Android target not found [Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument [Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). [Package Manager] Cannot connect to Unity Package Manager local server Mono: successfully reloaded assembly -- Finished resetting the current domain, in 2.099 seconds -Domain Reload Profiling: 4444ms - BeginReloadAssembly (394ms) +- Finished resetting the current domain, in 1.599 seconds +Domain Reload Profiling: 2299ms + BeginReloadAssembly (166ms) ExecutionOrderSort (0ms) - DisableScriptedObjects (13ms) + DisableScriptedObjects (3ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (165ms) - RebuildCommonClasses (68ms) - RebuildNativeTypeToScriptingClass (21ms) - initialDomainReloadingComplete (162ms) - LoadAllAssembliesAndSetupDomain (1699ms) - LoadAssemblies (1256ms) + CreateAndSetChildDomain (35ms) + RebuildCommonClasses (24ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (60ms) + LoadAllAssembliesAndSetupDomain (442ms) + LoadAssemblies (512ms) RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (570ms) - TypeCache.Refresh (556ms) - TypeCache.ScanAssembly (523ms) - ScanForSourceGeneratedMonoScriptInfo (4ms) - ResolveRequiredComponents (11ms) - FinalizeReload (2100ms) + AnalyzeDomain (23ms) + TypeCache.Refresh (9ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (5ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1599ms) ReleaseScriptCaches (0ms) RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (941ms) + SetupLoadedEditorAssemblies (331ms) LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (10ms) - SetLoadedEditorAssemblies (9ms) + InitializePlatformSupportModulesInManaged (25ms) + SetLoadedEditorAssemblies (2ms) RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (167ms) - ProcessInitializeOnLoadAttributes (656ms) - ProcessInitializeOnLoadMethodAttributes (79ms) + BeforeProcessingInitializeOnLoad (59ms) + ProcessInitializeOnLoadAttributes (206ms) + ProcessInitializeOnLoadMethodAttributes (18ms) AfterProcessingInitializeOnLoad (19ms) - EditorAssembliesLoaded (1ms) + EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (24ms) + AwakeInstancesAfterBackupRestoration (7ms) Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 31.89 ms, found 3 plugins. +Refreshing native plugins compatible for Editor in 26.46 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5272 Unused Serialized files (Serialized files now loaded: 0) -Unloading 94 unused Assets / (186.0 KB). Loaded Objects now: 5743. -Memory consumption went from 177.0 MB to 176.8 MB. -Total: 8.776500 ms (FindLiveObjects: 1.169500 ms CreateObjectMapping: 1.118900 ms MarkObjects: 6.057400 ms DeleteObjects: 0.427600 ms) +Unloading 5274 Unused Serialized files (Serialized files now loaded: 0) +Unloading 96 unused Assets / (186.1 KB). Loaded Objects now: 5755. +Memory consumption went from 196.5 MB to 196.4 MB. +Total: 2.906400 ms (FindLiveObjects: 0.296600 ms CreateObjectMapping: 0.205400 ms MarkObjects: 2.251400 ms DeleteObjects: 0.152000 ms) Prepare: number of updated asset objects reloaded= 0 AssetImportParameters requested are different than current active one (requested -> active): custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 25.06 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3 Unused Serialized files (Serialized files now loaded: 0) +Unloading 3 unused Assets / (129.5 KB). Loaded Objects now: 5755. +Memory consumption went from 114.5 MB to 114.4 MB. +Total: 2.946100 ms (FindLiveObjects: 0.320700 ms CreateObjectMapping: 0.173700 ms MarkObjects: 2.365700 ms DeleteObjects: 0.084800 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 26.06 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3 Unused Serialized files (Serialized files now loaded: 0) +Unloading 3 unused Assets / (129.4 KB). Loaded Objects now: 5755. +Memory consumption went from 114.2 MB to 114.0 MB. +Total: 2.697200 ms (FindLiveObjects: 0.384500 ms CreateObjectMapping: 0.197300 ms MarkObjects: 1.990900 ms DeleteObjects: 0.123700 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> @@ -333,64 +473,516 @@ AssetImportParameters requested are different than current active one (requested ======================================================================== Received Prepare Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.905 seconds -Refreshing native plugins compatible for Editor in 28.77 ms, found 3 plugins. +- Loaded All Assemblies, in 1.219 seconds +Refreshing native plugins compatible for Editor in 63.80 ms, found 3 plugins. Native extension for WindowsStandalone target not found +Native extension for Android target not found [Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument [Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). [Package Manager] Cannot connect to Unity Package Manager local server Mono: successfully reloaded assembly -- Finished resetting the current domain, in 2.137 seconds -Domain Reload Profiling: 4032ms - BeginReloadAssembly (301ms) +- Finished resetting the current domain, in 2.209 seconds +Domain Reload Profiling: 3400ms + BeginReloadAssembly (316ms) ExecutionOrderSort (0ms) DisableScriptedObjects (7ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (109ms) - RebuildCommonClasses (58ms) + CreateAndSetChildDomain (59ms) + RebuildCommonClasses (41ms) RebuildNativeTypeToScriptingClass (14ms) - initialDomainReloadingComplete (76ms) - LoadAllAssembliesAndSetupDomain (1445ms) - LoadAssemblies (1045ms) + initialDomainReloadingComplete (123ms) + LoadAllAssembliesAndSetupDomain (696ms) + LoadAssemblies (850ms) RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (514ms) - TypeCache.Refresh (499ms) - TypeCache.ScanAssembly (469ms) - ScanForSourceGeneratedMonoScriptInfo (3ms) - ResolveRequiredComponents (12ms) - FinalizeReload (2138ms) + AnalyzeDomain (34ms) + TypeCache.Refresh (14ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (8ms) + ResolveRequiredComponents (11ms) + FinalizeReload (2210ms) ReleaseScriptCaches (0ms) RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (973ms) + SetupLoadedEditorAssemblies (654ms) LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (10ms) - SetLoadedEditorAssemblies (10ms) + InitializePlatformSupportModulesInManaged (103ms) + SetLoadedEditorAssemblies (4ms) RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (208ms) - ProcessInitializeOnLoadAttributes (694ms) - ProcessInitializeOnLoadMethodAttributes (37ms) - AfterProcessingInitializeOnLoad (14ms) - EditorAssembliesLoaded (1ms) + BeforeProcessingInitializeOnLoad (147ms) + ProcessInitializeOnLoadAttributes (326ms) + ProcessInitializeOnLoadMethodAttributes (27ms) + AfterProcessingInitializeOnLoad (47ms) + EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (21ms) + AwakeInstancesAfterBackupRestoration (10ms) Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 24.27 ms, found 3 plugins. +Refreshing native plugins compatible for Editor in 58.35 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Unloading 5272 Unused Serialized files (Serialized files now loaded: 0) -Unloading 94 unused Assets / (185.8 KB). Loaded Objects now: 5758. -Memory consumption went from 177.0 MB to 176.9 MB. -Total: 4.612300 ms (FindLiveObjects: 0.455900 ms CreateObjectMapping: 0.339900 ms MarkObjects: 3.475200 ms DeleteObjects: 0.339300 ms) +Unloading 93 unused Assets / (184.5 KB). Loaded Objects now: 5771. +Memory consumption went from 198.5 MB to 198.3 MB. +Total: 3.539200 ms (FindLiveObjects: 0.391600 ms CreateObjectMapping: 0.161200 ms MarkObjects: 2.822900 ms DeleteObjects: 0.162200 ms) Prepare: number of updated asset objects reloaded= 0 AssetImportParameters requested are different than current active one (requested -> active): custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.742 seconds +Refreshing native plugins compatible for Editor in 21.52 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.643 seconds +Domain Reload Profiling: 2372ms + BeginReloadAssembly (179ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (37ms) + RebuildCommonClasses (25ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (64ms) + LoadAllAssembliesAndSetupDomain (453ms) + LoadAssemblies (530ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (24ms) + TypeCache.Refresh (11ms) + TypeCache.ScanAssembly (2ms) + ScanForSourceGeneratedMonoScriptInfo (5ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1644ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (355ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (24ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (63ms) + ProcessInitializeOnLoadAttributes (227ms) + ProcessInitializeOnLoadMethodAttributes (19ms) + AfterProcessingInitializeOnLoad (20ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (7ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 24.98 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5272 Unused Serialized files (Serialized files now loaded: 0) +Unloading 93 unused Assets / (184.5 KB). Loaded Objects now: 5786. +Memory consumption went from 200.4 MB to 200.2 MB. +Total: 2.741300 ms (FindLiveObjects: 0.307700 ms CreateObjectMapping: 0.281200 ms MarkObjects: 1.989300 ms DeleteObjects: 0.162400 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.105 seconds +Refreshing native plugins compatible for Editor in 45.08 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.268 seconds +Domain Reload Profiling: 2349ms + BeginReloadAssembly (282ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (48ms) + RebuildCommonClasses (44ms) + RebuildNativeTypeToScriptingClass (13ms) + initialDomainReloadingComplete (116ms) + LoadAllAssembliesAndSetupDomain (626ms) + LoadAssemblies (757ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (35ms) + TypeCache.Refresh (14ms) + TypeCache.ScanAssembly (2ms) + ScanForSourceGeneratedMonoScriptInfo (8ms) + ResolveRequiredComponents (12ms) + FinalizeReload (1268ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (356ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (31ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (70ms) + ProcessInitializeOnLoadAttributes (214ms) + ProcessInitializeOnLoadMethodAttributes (20ms) + AfterProcessingInitializeOnLoad (18ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (6ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 23.84 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5272 Unused Serialized files (Serialized files now loaded: 0) +Unloading 93 unused Assets / (184.5 KB). Loaded Objects now: 5801. +Memory consumption went from 202.3 MB to 202.2 MB. +Total: 2.880700 ms (FindLiveObjects: 0.411000 ms CreateObjectMapping: 0.166400 ms MarkObjects: 2.145800 ms DeleteObjects: 0.156700 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.661 seconds +Refreshing native plugins compatible for Editor in 23.95 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 0.907 seconds +Domain Reload Profiling: 1550ms + BeginReloadAssembly (163ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (34ms) + RebuildCommonClasses (27ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (67ms) + LoadAllAssembliesAndSetupDomain (377ms) + LoadAssemblies (445ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (23ms) + TypeCache.Refresh (10ms) + TypeCache.ScanAssembly (1ms) + ScanForSourceGeneratedMonoScriptInfo (5ms) + ResolveRequiredComponents (7ms) + FinalizeReload (908ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (321ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (23ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (60ms) + ProcessInitializeOnLoadAttributes (198ms) + ProcessInitializeOnLoadMethodAttributes (18ms) + AfterProcessingInitializeOnLoad (20ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (8ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 24.82 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5272 Unused Serialized files (Serialized files now loaded: 0) +Unloading 93 unused Assets / (184.6 KB). Loaded Objects now: 5816. +Memory consumption went from 204.2 MB to 204.0 MB. +Total: 2.848100 ms (FindLiveObjects: 0.297900 ms CreateObjectMapping: 0.273200 ms MarkObjects: 2.114900 ms DeleteObjects: 0.161100 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Import Request. + Time since last request: 259633.682818 seconds. + path: Assets/HotMain/HotMain.unity + artifactKey: Guid(f7ad21e5080633342835fcd9ae35443e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/HotMain/HotMain.unity using Guid(f7ad21e5080633342835fcd9ae35443e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '010752afcf2f8cd60030e9242bbd6bf5') in 0.022313 seconds +Number of updated asset objects reloaded before import = 0 +Number of asset objects unloaded after import = 0 +======================================================================== +Received Prepare +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 33.85 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2 Unused Serialized files (Serialized files now loaded: 0) +Unloading 3 unused Assets / (127.2 KB). Loaded Objects now: 5816. +Memory consumption went from 121.6 MB to 121.5 MB. +Total: 3.084300 ms (FindLiveObjects: 0.551300 ms CreateObjectMapping: 0.187900 ms MarkObjects: 2.248000 ms DeleteObjects: 0.094300 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.154 seconds +Refreshing native plugins compatible for Editor in 44.20 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.238 seconds +Domain Reload Profiling: 3366ms + BeginReloadAssembly (277ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (7ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (46ms) + RebuildCommonClasses (35ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (177ms) + LoadAllAssembliesAndSetupDomain (625ms) + LoadAssemblies (753ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (33ms) + TypeCache.Refresh (14ms) + TypeCache.ScanAssembly (2ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (11ms) + FinalizeReload (2239ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (586ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (42ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (119ms) + ProcessInitializeOnLoadAttributes (346ms) + ProcessInitializeOnLoadMethodAttributes (32ms) + AfterProcessingInitializeOnLoad (45ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (14ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 45.96 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5272 Unused Serialized files (Serialized files now loaded: 0) +Unloading 93 unused Assets / (184.5 KB). Loaded Objects now: 5831. +Memory consumption went from 206.1 MB to 206.0 MB. +Total: 4.343600 ms (FindLiveObjects: 0.434300 ms CreateObjectMapping: 0.153600 ms MarkObjects: 3.334900 ms DeleteObjects: 0.419700 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.029 seconds +Refreshing native plugins compatible for Editor in 49.36 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.614 seconds +Domain Reload Profiling: 2605ms + BeginReloadAssembly (279ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (49ms) + RebuildCommonClasses (38ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (107ms) + LoadAllAssembliesAndSetupDomain (556ms) + LoadAssemblies (687ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (34ms) + TypeCache.Refresh (13ms) + TypeCache.ScanAssembly (2ms) + ScanForSourceGeneratedMonoScriptInfo (8ms) + ResolveRequiredComponents (11ms) + FinalizeReload (1614ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (528ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (30ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (115ms) + ProcessInitializeOnLoadAttributes (310ms) + ProcessInitializeOnLoadMethodAttributes (28ms) + AfterProcessingInitializeOnLoad (42ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (9ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 45.07 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5272 Unused Serialized files (Serialized files now loaded: 0) +Unloading 93 unused Assets / (184.7 KB). Loaded Objects now: 5846. +Memory consumption went from 208.1 MB to 207.9 MB. +Total: 3.742700 ms (FindLiveObjects: 0.412200 ms CreateObjectMapping: 0.152400 ms MarkObjects: 2.972100 ms DeleteObjects: 0.205000 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.640 seconds +Refreshing native plugins compatible for Editor in 25.83 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 0.935 seconds +Domain Reload Profiling: 1560ms + BeginReloadAssembly (165ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (2ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (36ms) + RebuildCommonClasses (26ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (58ms) + LoadAllAssembliesAndSetupDomain (366ms) + LoadAssemblies (443ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (15ms) + TypeCache.Refresh (6ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (7ms) + FinalizeReload (936ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (325ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (25ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (57ms) + ProcessInitializeOnLoadAttributes (200ms) + ProcessInitializeOnLoadMethodAttributes (19ms) + AfterProcessingInitializeOnLoad (21ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (8ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 27.08 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5272 Unused Serialized files (Serialized files now loaded: 0) +Unloading 93 unused Assets / (184.6 KB). Loaded Objects now: 5861. +Memory consumption went from 210.1 MB to 209.9 MB. +Total: 2.703700 ms (FindLiveObjects: 0.306600 ms CreateObjectMapping: 0.172400 ms MarkObjects: 2.071100 ms DeleteObjects: 0.152900 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> @@ -399,21 +991,93 @@ AssetImportParameters requested are different than current active one (requested Received Prepare Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 39.45 ms, found 3 plugins. +Refreshing native plugins compatible for Editor in 27.11 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Unloading 3 Unused Serialized files (Serialized files now loaded: 0) -Unloading 3 unused Assets / (130.0 KB). Loaded Objects now: 5758. -Memory consumption went from 95.1 MB to 94.9 MB. -Total: 8.841200 ms (FindLiveObjects: 0.872500 ms CreateObjectMapping: 2.540000 ms MarkObjects: 5.180200 ms DeleteObjects: 0.246800 ms) +Unloading 3 unused Assets / (129.5 KB). Loaded Objects now: 5861. +Memory consumption went from 128.1 MB to 128.0 MB. +Total: 3.058500 ms (FindLiveObjects: 0.303500 ms CreateObjectMapping: 0.167500 ms MarkObjects: 2.470400 ms DeleteObjects: 0.115600 ms) Prepare: number of updated asset objects reloaded= 0 AssetImportParameters requested are different than current active one (requested -> active): custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.869 seconds +Refreshing native plugins compatible for Editor in 25.87 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.928 seconds +Domain Reload Profiling: 2782ms + BeginReloadAssembly (168ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (38ms) + RebuildCommonClasses (26ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (76ms) + LoadAllAssembliesAndSetupDomain (575ms) + LoadAssemblies (644ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (22ms) + TypeCache.Refresh (9ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (5ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1928ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (472ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (24ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (58ms) + ProcessInitializeOnLoadAttributes (296ms) + ProcessInitializeOnLoadMethodAttributes (30ms) + AfterProcessingInitializeOnLoad (61ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (16ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 36.98 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5272 Unused Serialized files (Serialized files now loaded: 0) +Unloading 93 unused Assets / (184.5 KB). Loaded Objects now: 5876. +Memory consumption went from 212.0 MB to 211.8 MB. +Total: 3.252200 ms (FindLiveObjects: 0.473500 ms CreateObjectMapping: 0.161100 ms MarkObjects: 2.445400 ms DeleteObjects: 0.171000 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> @@ -422,21 +1086,2442 @@ AssetImportParameters requested are different than current active one (requested Received Prepare Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 149.31 ms, found 3 plugins. +Refreshing native plugins compatible for Editor in 46.17 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Unloading 3 Unused Serialized files (Serialized files now loaded: 0) -Unloading 3 unused Assets / (130.0 KB). Loaded Objects now: 5758. -Memory consumption went from 94.7 MB to 94.6 MB. -Total: 19.907700 ms (FindLiveObjects: 1.183700 ms CreateObjectMapping: 3.301500 ms MarkObjects: 15.077500 ms DeleteObjects: 0.341600 ms) +Unloading 3 unused Assets / (129.5 KB). Loaded Objects now: 5876. +Memory consumption went from 130.0 MB to 129.9 MB. +Total: 3.675200 ms (FindLiveObjects: 0.457100 ms CreateObjectMapping: 0.148200 ms MarkObjects: 2.975400 ms DeleteObjects: 0.093700 ms) Prepare: number of updated asset objects reloaded= 0 AssetImportParameters requested are different than current active one (requested -> active): custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.708 seconds +Refreshing native plugins compatible for Editor in 25.88 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.585 seconds +Domain Reload Profiling: 2278ms + BeginReloadAssembly (163ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (2ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (34ms) + RebuildCommonClasses (25ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (70ms) + LoadAllAssembliesAndSetupDomain (427ms) + LoadAssemblies (493ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (24ms) + TypeCache.Refresh (11ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (5ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1586ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (331ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (25ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (202ms) + ProcessInitializeOnLoadMethodAttributes (19ms) + AfterProcessingInitializeOnLoad (21ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (8ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 26.46 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5272 Unused Serialized files (Serialized files now loaded: 0) +Unloading 93 unused Assets / (184.4 KB). Loaded Objects now: 5891. +Memory consumption went from 213.9 MB to 213.8 MB. +Total: 2.638800 ms (FindLiveObjects: 0.367600 ms CreateObjectMapping: 0.192600 ms MarkObjects: 1.928300 ms DeleteObjects: 0.149400 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 26.68 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3 Unused Serialized files (Serialized files now loaded: 0) +Unloading 3 unused Assets / (129.5 KB). Loaded Objects now: 5891. +Memory consumption went from 132.0 MB to 131.8 MB. +Total: 2.923400 ms (FindLiveObjects: 0.315000 ms CreateObjectMapping: 0.184600 ms MarkObjects: 2.335800 ms DeleteObjects: 0.087100 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.140 seconds +Refreshing native plugins compatible for Editor in 42.90 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.786 seconds +Domain Reload Profiling: 2887ms + BeginReloadAssembly (260ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (44ms) + RebuildCommonClasses (34ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (103ms) + LoadAllAssembliesAndSetupDomain (691ms) + LoadAssemblies (815ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (31ms) + TypeCache.Refresh (12ms) + TypeCache.ScanAssembly (1ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (11ms) + FinalizeReload (1787ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (324ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (27ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (57ms) + ProcessInitializeOnLoadAttributes (201ms) + ProcessInitializeOnLoadMethodAttributes (17ms) + AfterProcessingInitializeOnLoad (19ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (6ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 22.18 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5272 Unused Serialized files (Serialized files now loaded: 0) +Unloading 93 unused Assets / (184.6 KB). Loaded Objects now: 5906. +Memory consumption went from 215.9 MB to 215.7 MB. +Total: 2.669800 ms (FindLiveObjects: 0.288200 ms CreateObjectMapping: 0.158900 ms MarkObjects: 2.082100 ms DeleteObjects: 0.139900 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Import Request. + Time since last request: 950.888314 seconds. + path: Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef + artifactKey: Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Packages/com.code-philosophy.luban/Runtime/Luban.Runtime.asmdef using Guid(2a81c6962524d424a8ef5072bd3b0fa0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '89fbae39477284b75e25574088e869a8') in 0.010404 seconds +Number of updated asset objects reloaded before import = 0 +Number of asset objects unloaded after import = 0 +======================================================================== +Received Prepare +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 26.69 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2 Unused Serialized files (Serialized files now loaded: 0) +Unloading 3 unused Assets / (127.3 KB). Loaded Objects now: 5906. +Memory consumption went from 133.3 MB to 133.1 MB. +Total: 2.710500 ms (FindLiveObjects: 0.322100 ms CreateObjectMapping: 0.178200 ms MarkObjects: 2.117300 ms DeleteObjects: 0.092300 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 27.18 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3 Unused Serialized files (Serialized files now loaded: 0) +Unloading 3 unused Assets / (129.5 KB). Loaded Objects now: 5906. +Memory consumption went from 133.5 MB to 133.4 MB. +Total: 2.793600 ms (FindLiveObjects: 0.324400 ms CreateObjectMapping: 0.175300 ms MarkObjects: 2.189600 ms DeleteObjects: 0.103200 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.691 seconds +Refreshing native plugins compatible for Editor in 22.77 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 0.906 seconds +Domain Reload Profiling: 1583ms + BeginReloadAssembly (168ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (36ms) + RebuildCommonClasses (29ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (79ms) + LoadAllAssembliesAndSetupDomain (391ms) + LoadAssemblies (460ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (24ms) + TypeCache.Refresh (11ms) + TypeCache.ScanAssembly (1ms) + ScanForSourceGeneratedMonoScriptInfo (6ms) + ResolveRequiredComponents (7ms) + FinalizeReload (906ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (318ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (22ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (56ms) + ProcessInitializeOnLoadAttributes (201ms) + ProcessInitializeOnLoadMethodAttributes (18ms) + AfterProcessingInitializeOnLoad (18ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (7ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 23.91 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5272 Unused Serialized files (Serialized files now loaded: 0) +Unloading 93 unused Assets / (184.5 KB). Loaded Objects now: 5921. +Memory consumption went from 217.7 MB to 217.6 MB. +Total: 2.843900 ms (FindLiveObjects: 0.319700 ms CreateObjectMapping: 0.156500 ms MarkObjects: 2.211100 ms DeleteObjects: 0.155900 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 25.39 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3 Unused Serialized files (Serialized files now loaded: 0) +Unloading 3 unused Assets / (129.4 KB). Loaded Objects now: 5921. +Memory consumption went from 135.8 MB to 135.6 MB. +Total: 2.801500 ms (FindLiveObjects: 0.338000 ms CreateObjectMapping: 0.204300 ms MarkObjects: 2.166500 ms DeleteObjects: 0.091700 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 24.36 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3 Unused Serialized files (Serialized files now loaded: 0) +Unloading 3 unused Assets / (129.5 KB). Loaded Objects now: 5921. +Memory consumption went from 135.4 MB to 135.3 MB. +Total: 3.058000 ms (FindLiveObjects: 0.328100 ms CreateObjectMapping: 0.167600 ms MarkObjects: 2.461400 ms DeleteObjects: 0.099300 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.678 seconds +Refreshing native plugins compatible for Editor in 22.42 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.689 seconds +Domain Reload Profiling: 2354ms + BeginReloadAssembly (168ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (38ms) + RebuildCommonClasses (24ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (59ms) + LoadAllAssembliesAndSetupDomain (406ms) + LoadAssemblies (477ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (22ms) + TypeCache.Refresh (10ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (5ms) + ResolveRequiredComponents (6ms) + FinalizeReload (1689ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (331ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (23ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (204ms) + ProcessInitializeOnLoadMethodAttributes (20ms) + AfterProcessingInitializeOnLoad (19ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (7ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 23.32 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5272 Unused Serialized files (Serialized files now loaded: 0) +Unloading 93 unused Assets / (184.6 KB). Loaded Objects now: 5936. +Memory consumption went from 219.7 MB to 219.6 MB. +Total: 2.780500 ms (FindLiveObjects: 0.311100 ms CreateObjectMapping: 0.182100 ms MarkObjects: 2.130500 ms DeleteObjects: 0.156200 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 23.85 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3 Unused Serialized files (Serialized files now loaded: 0) +Unloading 3 unused Assets / (129.4 KB). Loaded Objects now: 5936. +Memory consumption went from 137.8 MB to 137.6 MB. +Total: 4.205500 ms (FindLiveObjects: 0.366100 ms CreateObjectMapping: 0.216000 ms MarkObjects: 3.496200 ms DeleteObjects: 0.125600 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 29.34 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3 Unused Serialized files (Serialized files now loaded: 0) +Unloading 3 unused Assets / (129.5 KB). Loaded Objects now: 5936. +Memory consumption went from 137.4 MB to 137.3 MB. +Total: 3.496200 ms (FindLiveObjects: 0.378100 ms CreateObjectMapping: 0.181300 ms MarkObjects: 2.833600 ms DeleteObjects: 0.101300 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.296 seconds +Refreshing native plugins compatible for Editor in 60.42 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 3.125 seconds +Domain Reload Profiling: 4392ms + BeginReloadAssembly (295ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (7ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (47ms) + RebuildCommonClasses (43ms) + RebuildNativeTypeToScriptingClass (14ms) + initialDomainReloadingComplete (145ms) + LoadAllAssembliesAndSetupDomain (768ms) + LoadAssemblies (891ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (59ms) + TypeCache.Refresh (30ms) + TypeCache.ScanAssembly (13ms) + ScanForSourceGeneratedMonoScriptInfo (10ms) + ResolveRequiredComponents (16ms) + FinalizeReload (3126ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (669ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (53ms) + SetLoadedEditorAssemblies (4ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (125ms) + ProcessInitializeOnLoadAttributes (404ms) + ProcessInitializeOnLoadMethodAttributes (36ms) + AfterProcessingInitializeOnLoad (46ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (14ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 55.08 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5272 Unused Serialized files (Serialized files now loaded: 0) +Unloading 93 unused Assets / (184.5 KB). Loaded Objects now: 5951. +Memory consumption went from 221.7 MB to 221.5 MB. +Total: 3.655400 ms (FindLiveObjects: 0.475900 ms CreateObjectMapping: 0.166700 ms MarkObjects: 2.828700 ms DeleteObjects: 0.182900 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Import Request. + Time since last request: 592.605925 seconds. + path: Assets/HotScripts/JNGame/Runtime/JNetGame.cs + artifactKey: Guid(251a7edbf0764857b9a7c6d80ce1cdd3) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/HotScripts/JNGame/Runtime/JNetGame.cs using Guid(251a7edbf0764857b9a7c6d80ce1cdd3) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'c6d78bc4563ac5c2ce548129d5bdfa4a') in 0.002174 seconds +Number of updated asset objects reloaded before import = 0 +Number of asset objects unloaded after import = 0 +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.060 seconds +Refreshing native plugins compatible for Editor in 42.18 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.628 seconds +Domain Reload Profiling: 2647ms + BeginReloadAssembly (268ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (45ms) + RebuildCommonClasses (44ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (135ms) + LoadAllAssembliesAndSetupDomain (559ms) + LoadAssemblies (672ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (45ms) + TypeCache.Refresh (23ms) + TypeCache.ScanAssembly (11ms) + ScanForSourceGeneratedMonoScriptInfo (9ms) + ResolveRequiredComponents (12ms) + FinalizeReload (1629ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (556ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (45ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (117ms) + ProcessInitializeOnLoadAttributes (317ms) + ProcessInitializeOnLoadMethodAttributes (30ms) + AfterProcessingInitializeOnLoad (43ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (11ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 49.55 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5269 Unused Serialized files (Serialized files now loaded: 0) +Unloading 95 unused Assets / (185.5 KB). Loaded Objects now: 5964. +Memory consumption went from 223.3 MB to 223.1 MB. +Total: 3.643100 ms (FindLiveObjects: 0.423500 ms CreateObjectMapping: 0.151300 ms MarkObjects: 2.859800 ms DeleteObjects: 0.206800 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.113 seconds +Refreshing native plugins compatible for Editor in 41.00 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.373 seconds +Domain Reload Profiling: 2446ms + BeginReloadAssembly (280ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (44ms) + RebuildCommonClasses (37ms) + RebuildNativeTypeToScriptingClass (13ms) + initialDomainReloadingComplete (123ms) + LoadAllAssembliesAndSetupDomain (620ms) + LoadAssemblies (746ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (45ms) + TypeCache.Refresh (26ms) + TypeCache.ScanAssembly (11ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (11ms) + FinalizeReload (1373ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (339ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (35ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (59ms) + ProcessInitializeOnLoadAttributes (203ms) + ProcessInitializeOnLoadMethodAttributes (19ms) + AfterProcessingInitializeOnLoad (20ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (7ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 22.07 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5270 Unused Serialized files (Serialized files now loaded: 0) +Unloading 93 unused Assets / (184.6 KB). Loaded Objects now: 5979. +Memory consumption went from 225.5 MB to 225.3 MB. +Total: 2.879000 ms (FindLiveObjects: 0.424000 ms CreateObjectMapping: 0.189400 ms MarkObjects: 2.091700 ms DeleteObjects: 0.172900 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.653 seconds +Refreshing native plugins compatible for Editor in 27.92 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 0.915 seconds +Domain Reload Profiling: 1551ms + BeginReloadAssembly (167ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (31ms) + RebuildCommonClasses (24ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (62ms) + LoadAllAssembliesAndSetupDomain (376ms) + LoadAssemblies (457ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (15ms) + TypeCache.Refresh (6ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (7ms) + FinalizeReload (915ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (328ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (24ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (60ms) + ProcessInitializeOnLoadAttributes (204ms) + ProcessInitializeOnLoadMethodAttributes (19ms) + AfterProcessingInitializeOnLoad (19ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (7ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 23.55 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5270 Unused Serialized files (Serialized files now loaded: 0) +Unloading 93 unused Assets / (184.7 KB). Loaded Objects now: 5994. +Memory consumption went from 227.3 MB to 227.2 MB. +Total: 2.666100 ms (FindLiveObjects: 0.314600 ms CreateObjectMapping: 0.174400 ms MarkObjects: 2.020600 ms DeleteObjects: 0.155700 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 23.50 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3 Unused Serialized files (Serialized files now loaded: 0) +Unloading 3 unused Assets / (129.5 KB). Loaded Objects now: 5994. +Memory consumption went from 145.4 MB to 145.3 MB. +Total: 3.160300 ms (FindLiveObjects: 0.463400 ms CreateObjectMapping: 0.192600 ms MarkObjects: 2.404200 ms DeleteObjects: 0.099000 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.695 seconds +Refreshing native plugins compatible for Editor in 23.41 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.534 seconds +Domain Reload Profiling: 2214ms + BeginReloadAssembly (164ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (35ms) + RebuildCommonClasses (25ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (66ms) + LoadAllAssembliesAndSetupDomain (416ms) + LoadAssemblies (484ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (22ms) + TypeCache.Refresh (9ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (5ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1535ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (314ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (23ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (57ms) + ProcessInitializeOnLoadAttributes (194ms) + ProcessInitializeOnLoadMethodAttributes (17ms) + AfterProcessingInitializeOnLoad (20ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (7ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 23.77 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5270 Unused Serialized files (Serialized files now loaded: 0) +Unloading 93 unused Assets / (184.4 KB). Loaded Objects now: 6009. +Memory consumption went from 229.3 MB to 229.2 MB. +Total: 3.078400 ms (FindLiveObjects: 0.408900 ms CreateObjectMapping: 0.191600 ms MarkObjects: 2.329000 ms DeleteObjects: 0.148100 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 54.91 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3 Unused Serialized files (Serialized files now loaded: 0) +Unloading 3 unused Assets / (129.5 KB). Loaded Objects now: 6009. +Memory consumption went from 147.4 MB to 147.3 MB. +Total: 4.650200 ms (FindLiveObjects: 0.574000 ms CreateObjectMapping: 0.245900 ms MarkObjects: 3.690300 ms DeleteObjects: 0.138000 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 24.76 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3 Unused Serialized files (Serialized files now loaded: 0) +Unloading 3 unused Assets / (129.5 KB). Loaded Objects now: 6009. +Memory consumption went from 147.0 MB to 146.9 MB. +Total: 2.987400 ms (FindLiveObjects: 0.361100 ms CreateObjectMapping: 0.206600 ms MarkObjects: 2.310200 ms DeleteObjects: 0.108500 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.132 seconds +Refreshing native plugins compatible for Editor in 46.73 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.333 seconds +Domain Reload Profiling: 2441ms + BeginReloadAssembly (321ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (41ms) + RebuildCommonClasses (33ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (119ms) + LoadAllAssembliesAndSetupDomain (622ms) + LoadAssemblies (801ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (37ms) + TypeCache.Refresh (14ms) + TypeCache.ScanAssembly (1ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (14ms) + FinalizeReload (1333ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (330ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (25ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (61ms) + ProcessInitializeOnLoadAttributes (202ms) + ProcessInitializeOnLoadMethodAttributes (19ms) + AfterProcessingInitializeOnLoad (20ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (6ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 25.41 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5270 Unused Serialized files (Serialized files now loaded: 0) +Unloading 93 unused Assets / (184.4 KB). Loaded Objects now: 6024. +Memory consumption went from 231.3 MB to 231.1 MB. +Total: 3.080300 ms (FindLiveObjects: 0.357100 ms CreateObjectMapping: 0.160000 ms MarkObjects: 2.235200 ms DeleteObjects: 0.326800 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.071 seconds +Refreshing native plugins compatible for Editor in 42.98 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.249 seconds +Domain Reload Profiling: 2293ms + BeginReloadAssembly (266ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (42ms) + RebuildCommonClasses (34ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (113ms) + LoadAllAssembliesAndSetupDomain (623ms) + LoadAssemblies (761ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (20ms) + TypeCache.Refresh (8ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (11ms) + FinalizeReload (1249ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (336ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (23ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (64ms) + ProcessInitializeOnLoadAttributes (209ms) + ProcessInitializeOnLoadMethodAttributes (18ms) + AfterProcessingInitializeOnLoad (19ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 22.23 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5270 Unused Serialized files (Serialized files now loaded: 0) +Unloading 93 unused Assets / (184.4 KB). Loaded Objects now: 6039. +Memory consumption went from 233.2 MB to 233.0 MB. +Total: 2.565200 ms (FindLiveObjects: 0.309300 ms CreateObjectMapping: 0.157000 ms MarkObjects: 1.947300 ms DeleteObjects: 0.150700 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.011 seconds +Refreshing native plugins compatible for Editor in 44.35 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.730 seconds +Domain Reload Profiling: 2684ms + BeginReloadAssembly (270ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (45ms) + RebuildCommonClasses (37ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (105ms) + LoadAllAssembliesAndSetupDomain (529ms) + LoadAssemblies (657ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (34ms) + TypeCache.Refresh (13ms) + TypeCache.ScanAssembly (1ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (12ms) + FinalizeReload (1731ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (533ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (38ms) + SetLoadedEditorAssemblies (4ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (103ms) + ProcessInitializeOnLoadAttributes (320ms) + ProcessInitializeOnLoadMethodAttributes (27ms) + AfterProcessingInitializeOnLoad (40ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (9ms) +Script is not up to date after domain reload: guid(0f0dc1f485ca487e8a69893724fdd2bd) path("Assets/HotScripts/GameLauncher/FGui/Scripts/Launcher/LauncherUI.cs") state(2) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 45.77 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5269 Unused Serialized files (Serialized files now loaded: 0) +Unloading 93 unused Assets / (184.6 KB). Loaded Objects now: 6053. +Memory consumption went from 235.1 MB to 234.9 MB. +Total: 3.608400 ms (FindLiveObjects: 0.428700 ms CreateObjectMapping: 0.185600 ms MarkObjects: 2.817600 ms DeleteObjects: 0.175300 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.074 seconds +Refreshing native plugins compatible for Editor in 39.62 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.308 seconds +Domain Reload Profiling: 2355ms + BeginReloadAssembly (331ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (40ms) + RebuildCommonClasses (24ms) + RebuildNativeTypeToScriptingClass (7ms) + initialDomainReloadingComplete (134ms) + LoadAllAssembliesAndSetupDomain (550ms) + LoadAssemblies (756ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (30ms) + TypeCache.Refresh (12ms) + TypeCache.ScanAssembly (1ms) + ScanForSourceGeneratedMonoScriptInfo (6ms) + ResolveRequiredComponents (10ms) + FinalizeReload (1308ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (319ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (27ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (56ms) + ProcessInitializeOnLoadAttributes (198ms) + ProcessInitializeOnLoadMethodAttributes (18ms) + AfterProcessingInitializeOnLoad (17ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (7ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 22.89 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5270 Unused Serialized files (Serialized files now loaded: 0) +Unloading 93 unused Assets / (184.7 KB). Loaded Objects now: 6069. +Memory consumption went from 237.0 MB to 236.8 MB. +Total: 2.581800 ms (FindLiveObjects: 0.311200 ms CreateObjectMapping: 0.176700 ms MarkObjects: 1.949100 ms DeleteObjects: 0.143700 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 26.98 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3 Unused Serialized files (Serialized files now loaded: 0) +Unloading 3 unused Assets / (129.5 KB). Loaded Objects now: 6069. +Memory consumption went from 155.0 MB to 154.9 MB. +Total: 2.904300 ms (FindLiveObjects: 0.344300 ms CreateObjectMapping: 0.227000 ms MarkObjects: 2.235300 ms DeleteObjects: 0.097100 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 31.34 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3 Unused Serialized files (Serialized files now loaded: 0) +Unloading 3 unused Assets / (129.4 KB). Loaded Objects now: 6069. +Memory consumption went from 154.7 MB to 154.5 MB. +Total: 3.483900 ms (FindLiveObjects: 0.369500 ms CreateObjectMapping: 0.197500 ms MarkObjects: 2.811000 ms DeleteObjects: 0.104900 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 23.88 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3 Unused Serialized files (Serialized files now loaded: 0) +Unloading 3 unused Assets / (129.5 KB). Loaded Objects now: 6069. +Memory consumption went from 154.7 MB to 154.5 MB. +Total: 3.287900 ms (FindLiveObjects: 0.363800 ms CreateObjectMapping: 0.199900 ms MarkObjects: 2.632000 ms DeleteObjects: 0.091100 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 24.96 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3 Unused Serialized files (Serialized files now loaded: 0) +Unloading 3 unused Assets / (129.5 KB). Loaded Objects now: 6069. +Memory consumption went from 154.7 MB to 154.5 MB. +Total: 3.140500 ms (FindLiveObjects: 0.313800 ms CreateObjectMapping: 0.185300 ms MarkObjects: 2.556300 ms DeleteObjects: 0.084400 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 27.50 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3 Unused Serialized files (Serialized files now loaded: 0) +Unloading 3 unused Assets / (129.4 KB). Loaded Objects now: 6069. +Memory consumption went from 154.6 MB to 154.5 MB. +Total: 3.127200 ms (FindLiveObjects: 0.367900 ms CreateObjectMapping: 0.179700 ms MarkObjects: 2.481900 ms DeleteObjects: 0.096400 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.829 seconds +Refreshing native plugins compatible for Editor in 22.82 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.635 seconds +Domain Reload Profiling: 2449ms + BeginReloadAssembly (189ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (50ms) + RebuildCommonClasses (26ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (65ms) + LoadAllAssembliesAndSetupDomain (524ms) + LoadAssemblies (505ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (115ms) + TypeCache.Refresh (92ms) + TypeCache.ScanAssembly (72ms) + ScanForSourceGeneratedMonoScriptInfo (16ms) + ResolveRequiredComponents (6ms) + FinalizeReload (1636ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (351ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (26ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (63ms) + ProcessInitializeOnLoadAttributes (219ms) + ProcessInitializeOnLoadMethodAttributes (19ms) + AfterProcessingInitializeOnLoad (20ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (7ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 24.13 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5270 Unused Serialized files (Serialized files now loaded: 0) +Unloading 93 unused Assets / (184.5 KB). Loaded Objects now: 6084. +Memory consumption went from 239.0 MB to 238.8 MB. +Total: 3.153500 ms (FindLiveObjects: 0.440800 ms CreateObjectMapping: 0.247300 ms MarkObjects: 2.302300 ms DeleteObjects: 0.162400 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.011 seconds +Refreshing native plugins compatible for Editor in 49.13 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.071 seconds +Domain Reload Profiling: 2059ms + BeginReloadAssembly (263ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (44ms) + RebuildCommonClasses (39ms) + RebuildNativeTypeToScriptingClass (13ms) + initialDomainReloadingComplete (114ms) + LoadAllAssembliesAndSetupDomain (558ms) + LoadAssemblies (678ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (38ms) + TypeCache.Refresh (15ms) + TypeCache.ScanAssembly (2ms) + ScanForSourceGeneratedMonoScriptInfo (9ms) + ResolveRequiredComponents (14ms) + FinalizeReload (1072ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (336ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (23ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (60ms) + ProcessInitializeOnLoadAttributes (213ms) + ProcessInitializeOnLoadMethodAttributes (18ms) + AfterProcessingInitializeOnLoad (19ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (7ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 23.52 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5265 Unused Serialized files (Serialized files now loaded: 0) +Unloading 98 unused Assets / (187.0 KB). Loaded Objects now: 6094. +Memory consumption went from 240.9 MB to 240.7 MB. +Total: 2.765100 ms (FindLiveObjects: 0.307900 ms CreateObjectMapping: 0.156700 ms MarkObjects: 2.139700 ms DeleteObjects: 0.160100 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 24.58 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3 Unused Serialized files (Serialized files now loaded: 0) +Unloading 3 unused Assets / (129.5 KB). Loaded Objects now: 6094. +Memory consumption went from 159.0 MB to 158.9 MB. +Total: 2.650600 ms (FindLiveObjects: 0.320500 ms CreateObjectMapping: 0.160200 ms MarkObjects: 2.090500 ms DeleteObjects: 0.078600 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.067 seconds +Refreshing native plugins compatible for Editor in 41.90 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.824 seconds +Domain Reload Profiling: 2865ms + BeginReloadAssembly (279ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (46ms) + RebuildCommonClasses (37ms) + RebuildNativeTypeToScriptingClass (14ms) + initialDomainReloadingComplete (101ms) + LoadAllAssembliesAndSetupDomain (610ms) + LoadAssemblies (741ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (35ms) + TypeCache.Refresh (15ms) + TypeCache.ScanAssembly (2ms) + ScanForSourceGeneratedMonoScriptInfo (8ms) + ResolveRequiredComponents (11ms) + FinalizeReload (1825ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (337ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (24ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (59ms) + ProcessInitializeOnLoadAttributes (213ms) + ProcessInitializeOnLoadMethodAttributes (19ms) + AfterProcessingInitializeOnLoad (20ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (7ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 26.01 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5270 Unused Serialized files (Serialized files now loaded: 0) +Unloading 93 unused Assets / (184.6 KB). Loaded Objects now: 6114. +Memory consumption went from 242.9 MB to 242.7 MB. +Total: 2.703800 ms (FindLiveObjects: 0.326700 ms CreateObjectMapping: 0.171600 ms MarkObjects: 2.041500 ms DeleteObjects: 0.163100 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.634 seconds +Refreshing native plugins compatible for Editor in 23.97 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 0.958 seconds +Domain Reload Profiling: 1578ms + BeginReloadAssembly (190ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (33ms) + RebuildCommonClasses (30ms) + RebuildNativeTypeToScriptingClass (14ms) + initialDomainReloadingComplete (73ms) + LoadAllAssembliesAndSetupDomain (312ms) + LoadAssemblies (413ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (15ms) + TypeCache.Refresh (6ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (7ms) + FinalizeReload (958ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (331ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (23ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (59ms) + ProcessInitializeOnLoadAttributes (209ms) + ProcessInitializeOnLoadMethodAttributes (19ms) + AfterProcessingInitializeOnLoad (19ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (7ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 23.35 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5270 Unused Serialized files (Serialized files now loaded: 0) +Unloading 93 unused Assets / (184.5 KB). Loaded Objects now: 6129. +Memory consumption went from 244.8 MB to 244.6 MB. +Total: 2.909300 ms (FindLiveObjects: 0.303000 ms CreateObjectMapping: 0.167300 ms MarkObjects: 2.283400 ms DeleteObjects: 0.154900 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 24.41 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3 Unused Serialized files (Serialized files now loaded: 0) +Unloading 3 unused Assets / (129.5 KB). Loaded Objects now: 6129. +Memory consumption went from 162.9 MB to 162.7 MB. +Total: 3.075700 ms (FindLiveObjects: 0.472400 ms CreateObjectMapping: 0.168300 ms MarkObjects: 2.343400 ms DeleteObjects: 0.090600 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.050 seconds +Refreshing native plugins compatible for Editor in 21.92 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 7.053 seconds +Domain Reload Profiling: 8091ms + BeginReloadAssembly (183ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (37ms) + RebuildCommonClasses (26ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (58ms) + LoadAllAssembliesAndSetupDomain (763ms) + LoadAssemblies (840ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (22ms) + TypeCache.Refresh (9ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (5ms) + ResolveRequiredComponents (7ms) + FinalizeReload (7053ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (326ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (24ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (63ms) + ProcessInitializeOnLoadAttributes (200ms) + ProcessInitializeOnLoadMethodAttributes (17ms) + AfterProcessingInitializeOnLoad (18ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (6ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 22.86 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5270 Unused Serialized files (Serialized files now loaded: 0) +Unloading 93 unused Assets / (184.5 KB). Loaded Objects now: 6144. +Memory consumption went from 246.7 MB to 246.5 MB. +Total: 2.865700 ms (FindLiveObjects: 0.304500 ms CreateObjectMapping: 0.165100 ms MarkObjects: 2.248000 ms DeleteObjects: 0.147300 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 29.70 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3 Unused Serialized files (Serialized files now loaded: 0) +Unloading 3 unused Assets / (129.5 KB). Loaded Objects now: 6144. +Memory consumption went from 164.7 MB to 164.6 MB. +Total: 2.982900 ms (FindLiveObjects: 0.354600 ms CreateObjectMapping: 0.190400 ms MarkObjects: 2.299200 ms DeleteObjects: 0.137700 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.746 seconds +Refreshing native plugins compatible for Editor in 23.32 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.604 seconds +Domain Reload Profiling: 2337ms + BeginReloadAssembly (207ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (46ms) + RebuildCommonClasses (29ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (63ms) + LoadAllAssembliesAndSetupDomain (425ms) + LoadAssemblies (514ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (24ms) + TypeCache.Refresh (11ms) + TypeCache.ScanAssembly (1ms) + ScanForSourceGeneratedMonoScriptInfo (5ms) + ResolveRequiredComponents (6ms) + FinalizeReload (1605ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (335ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (24ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (60ms) + ProcessInitializeOnLoadAttributes (207ms) + ProcessInitializeOnLoadMethodAttributes (21ms) + AfterProcessingInitializeOnLoad (21ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (9ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 35.75 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5270 Unused Serialized files (Serialized files now loaded: 0) +Unloading 93 unused Assets / (184.7 KB). Loaded Objects now: 6159. +Memory consumption went from 248.7 MB to 248.5 MB. +Total: 3.419500 ms (FindLiveObjects: 0.421500 ms CreateObjectMapping: 0.166900 ms MarkObjects: 2.653600 ms DeleteObjects: 0.176500 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.096 seconds +Refreshing native plugins compatible for Editor in 45.97 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.418 seconds +Domain Reload Profiling: 2487ms + BeginReloadAssembly (327ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (48ms) + RebuildCommonClasses (41ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (98ms) + LoadAllAssembliesAndSetupDomain (591ms) + LoadAssemblies (763ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (34ms) + TypeCache.Refresh (14ms) + TypeCache.ScanAssembly (2ms) + ScanForSourceGeneratedMonoScriptInfo (8ms) + ResolveRequiredComponents (11ms) + FinalizeReload (1419ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (341ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (23ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (64ms) + ProcessInitializeOnLoadAttributes (213ms) + ProcessInitializeOnLoadMethodAttributes (18ms) + AfterProcessingInitializeOnLoad (21ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (7ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 22.96 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5270 Unused Serialized files (Serialized files now loaded: 0) +Unloading 93 unused Assets / (184.6 KB). Loaded Objects now: 6174. +Memory consumption went from 250.6 MB to 250.4 MB. +Total: 2.739300 ms (FindLiveObjects: 0.327100 ms CreateObjectMapping: 0.177100 ms MarkObjects: 2.081300 ms DeleteObjects: 0.153000 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 24.82 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3 Unused Serialized files (Serialized files now loaded: 0) +Unloading 3 unused Assets / (129.5 KB). Loaded Objects now: 6174. +Memory consumption went from 168.7 MB to 168.6 MB. +Total: 2.808200 ms (FindLiveObjects: 0.388000 ms CreateObjectMapping: 0.184700 ms MarkObjects: 2.132000 ms DeleteObjects: 0.102600 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.693 seconds +Refreshing native plugins compatible for Editor in 25.22 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.608 seconds +Domain Reload Profiling: 2286ms + BeginReloadAssembly (166ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (35ms) + RebuildCommonClasses (25ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (63ms) + LoadAllAssembliesAndSetupDomain (417ms) + LoadAssemblies (486ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (22ms) + TypeCache.Refresh (9ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (5ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1608ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (329ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (22ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (61ms) + ProcessInitializeOnLoadAttributes (207ms) + ProcessInitializeOnLoadMethodAttributes (18ms) + AfterProcessingInitializeOnLoad (19ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (7ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 23.48 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5270 Unused Serialized files (Serialized files now loaded: 0) +Unloading 93 unused Assets / (184.5 KB). Loaded Objects now: 6189. +Memory consumption went from 252.6 MB to 252.4 MB. +Total: 2.557200 ms (FindLiveObjects: 0.307200 ms CreateObjectMapping: 0.170600 ms MarkObjects: 1.919600 ms DeleteObjects: 0.159000 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 27.74 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3 Unused Serialized files (Serialized files now loaded: 0) +Unloading 3 unused Assets / (129.5 KB). Loaded Objects now: 6189. +Memory consumption went from 170.6 MB to 170.5 MB. +Total: 2.745100 ms (FindLiveObjects: 0.380900 ms CreateObjectMapping: 0.206100 ms MarkObjects: 2.059200 ms DeleteObjects: 0.098300 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 23.50 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3 Unused Serialized files (Serialized files now loaded: 0) +Unloading 3 unused Assets / (129.4 KB). Loaded Objects now: 6189. +Memory consumption went from 170.3 MB to 170.1 MB. +Total: 3.231300 ms (FindLiveObjects: 0.331800 ms CreateObjectMapping: 0.207700 ms MarkObjects: 2.597000 ms DeleteObjects: 0.094100 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.269 seconds +Refreshing native plugins compatible for Editor in 54.55 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.385 seconds +Domain Reload Profiling: 3603ms + BeginReloadAssembly (297ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (41ms) + RebuildCommonClasses (48ms) + RebuildNativeTypeToScriptingClass (13ms) + initialDomainReloadingComplete (144ms) + LoadAllAssembliesAndSetupDomain (715ms) + LoadAssemblies (837ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (51ms) + TypeCache.Refresh (28ms) + TypeCache.ScanAssembly (13ms) + ScanForSourceGeneratedMonoScriptInfo (10ms) + ResolveRequiredComponents (12ms) + FinalizeReload (2386ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (585ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (70ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (109ms) + ProcessInitializeOnLoadAttributes (333ms) + ProcessInitializeOnLoadMethodAttributes (32ms) + AfterProcessingInitializeOnLoad (37ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (10ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 49.14 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5270 Unused Serialized files (Serialized files now loaded: 0) +Unloading 93 unused Assets / (184.7 KB). Loaded Objects now: 6204. +Memory consumption went from 254.5 MB to 254.3 MB. +Total: 3.683900 ms (FindLiveObjects: 0.715100 ms CreateObjectMapping: 0.177900 ms MarkObjects: 2.611300 ms DeleteObjects: 0.178800 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.151 seconds +Refreshing native plugins compatible for Editor in 44.87 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.310 seconds +Domain Reload Profiling: 2434ms + BeginReloadAssembly (320ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (57ms) + RebuildCommonClasses (50ms) + RebuildNativeTypeToScriptingClass (15ms) + initialDomainReloadingComplete (117ms) + LoadAllAssembliesAndSetupDomain (622ms) + LoadAssemblies (779ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (36ms) + TypeCache.Refresh (14ms) + TypeCache.ScanAssembly (2ms) + ScanForSourceGeneratedMonoScriptInfo (9ms) + ResolveRequiredComponents (12ms) + FinalizeReload (1311ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (333ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (23ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (60ms) + ProcessInitializeOnLoadAttributes (209ms) + ProcessInitializeOnLoadMethodAttributes (19ms) + AfterProcessingInitializeOnLoad (19ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (7ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 25.70 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5270 Unused Serialized files (Serialized files now loaded: 0) +Unloading 93 unused Assets / (184.7 KB). Loaded Objects now: 6219. +Memory consumption went from 256.4 MB to 256.2 MB. +Total: 2.971500 ms (FindLiveObjects: 0.521000 ms CreateObjectMapping: 0.249000 ms MarkObjects: 2.019100 ms DeleteObjects: 0.181700 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.715 seconds +Refreshing native plugins compatible for Editor in 27.45 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 0.993 seconds +Domain Reload Profiling: 1695ms + BeginReloadAssembly (211ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (44ms) + RebuildCommonClasses (29ms) + RebuildNativeTypeToScriptingClass (10ms) + initialDomainReloadingComplete (61ms) + LoadAllAssembliesAndSetupDomain (391ms) + LoadAssemblies (482ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (27ms) + TypeCache.Refresh (13ms) + TypeCache.ScanAssembly (1ms) + ScanForSourceGeneratedMonoScriptInfo (6ms) + ResolveRequiredComponents (7ms) + FinalizeReload (994ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (340ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (27ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (60ms) + ProcessInitializeOnLoadAttributes (211ms) + ProcessInitializeOnLoadMethodAttributes (19ms) + AfterProcessingInitializeOnLoad (19ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 22.39 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5270 Unused Serialized files (Serialized files now loaded: 0) +Unloading 93 unused Assets / (184.7 KB). Loaded Objects now: 6234. +Memory consumption went from 258.4 MB to 258.2 MB. +Total: 3.165800 ms (FindLiveObjects: 0.309400 ms CreateObjectMapping: 0.160600 ms MarkObjects: 2.434400 ms DeleteObjects: 0.260200 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 28.61 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3 Unused Serialized files (Serialized files now loaded: 0) +Unloading 3 unused Assets / (129.6 KB). Loaded Objects now: 6234. +Memory consumption went from 176.4 MB to 176.3 MB. +Total: 3.574200 ms (FindLiveObjects: 0.463200 ms CreateObjectMapping: 0.200200 ms MarkObjects: 2.805000 ms DeleteObjects: 0.104300 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 27.48 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3 Unused Serialized files (Serialized files now loaded: 0) +Unloading 3 unused Assets / (129.5 KB). Loaded Objects now: 6234. +Memory consumption went from 176.0 MB to 175.9 MB. +Total: 3.927500 ms (FindLiveObjects: 0.468700 ms CreateObjectMapping: 0.242400 ms MarkObjects: 3.115300 ms DeleteObjects: 0.099800 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 28.31 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3 Unused Serialized files (Serialized files now loaded: 0) +Unloading 3 unused Assets / (129.4 KB). Loaded Objects now: 6234. +Memory consumption went from 176.1 MB to 175.9 MB. +Total: 3.602900 ms (FindLiveObjects: 0.528500 ms CreateObjectMapping: 0.286100 ms MarkObjects: 2.647600 ms DeleteObjects: 0.139600 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 26.47 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3 Unused Serialized files (Serialized files now loaded: 0) +Unloading 3 unused Assets / (129.4 KB). Loaded Objects now: 6234. +Memory consumption went from 176.1 MB to 175.9 MB. +Total: 3.976400 ms (FindLiveObjects: 0.537500 ms CreateObjectMapping: 0.256000 ms MarkObjects: 3.039100 ms DeleteObjects: 0.142300 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.781 seconds +Refreshing native plugins compatible for Editor in 24.83 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.843 seconds +Domain Reload Profiling: 2612ms + BeginReloadAssembly (223ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (70ms) + RebuildCommonClasses (26ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (63ms) + LoadAllAssembliesAndSetupDomain (450ms) + LoadAssemblies (533ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (21ms) + TypeCache.Refresh (10ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (1ms) + ResolveRequiredComponents (9ms) + FinalizeReload (1843ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (368ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (26ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (67ms) + ProcessInitializeOnLoadAttributes (232ms) + ProcessInitializeOnLoadMethodAttributes (20ms) + AfterProcessingInitializeOnLoad (19ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (7ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 24.18 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5270 Unused Serialized files (Serialized files now loaded: 0) +Unloading 93 unused Assets / (184.5 KB). Loaded Objects now: 6249. +Memory consumption went from 260.3 MB to 260.1 MB. +Total: 2.678600 ms (FindLiveObjects: 0.331600 ms CreateObjectMapping: 0.176100 ms MarkObjects: 2.028300 ms DeleteObjects: 0.141800 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 24.83 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3 Unused Serialized files (Serialized files now loaded: 0) +Unloading 3 unused Assets / (129.5 KB). Loaded Objects now: 6249. +Memory consumption went from 178.4 MB to 178.2 MB. +Total: 2.842000 ms (FindLiveObjects: 0.439100 ms CreateObjectMapping: 0.210100 ms MarkObjects: 2.098300 ms DeleteObjects: 0.094000 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> diff --git a/JNFrame2/Logs/shadercompiler-AssetImportWorker0.log b/JNFrame2/Logs/shadercompiler-AssetImportWorker0.log index e6016388..9f0a0d82 100644 --- a/JNFrame2/Logs/shadercompiler-AssetImportWorker0.log +++ b/JNFrame2/Logs/shadercompiler-AssetImportWorker0.log @@ -1,3 +1,3 @@ -Base path: 'D:/Unity/2022.3.1f1/Editor/Data', plugins path 'D:/Unity/2022.3.1f1/Editor/Data/PlaybackEngines' +Base path: 'C:/APP/UnityEdit/2022.3.16f1c1/Editor/Data', plugins path 'C:/APP/UnityEdit/2022.3.16f1c1/Editor/Data/PlaybackEngines' Cmd: initializeCompiler diff --git a/JNFrame2/Logs/shadercompiler-UnityShaderCompiler.exe0.log b/JNFrame2/Logs/shadercompiler-UnityShaderCompiler.exe0.log index e6016388..9f0a0d82 100644 --- a/JNFrame2/Logs/shadercompiler-UnityShaderCompiler.exe0.log +++ b/JNFrame2/Logs/shadercompiler-UnityShaderCompiler.exe0.log @@ -1,3 +1,3 @@ -Base path: 'D:/Unity/2022.3.1f1/Editor/Data', plugins path 'D:/Unity/2022.3.1f1/Editor/Data/PlaybackEngines' +Base path: 'C:/APP/UnityEdit/2022.3.16f1c1/Editor/Data', plugins path 'C:/APP/UnityEdit/2022.3.16f1c1/Editor/Data/PlaybackEngines' Cmd: initializeCompiler diff --git a/JNFrame2/Packages/packages-lock.json b/JNFrame2/Packages/packages-lock.json index 0f61c74d..764674ff 100644 --- a/JNFrame2/Packages/packages-lock.json +++ b/JNFrame2/Packages/packages-lock.json @@ -33,7 +33,7 @@ "dependencies": { "com.unity.modules.ai": "1.0.0" }, - "url": "https://packages.unity.com" + "url": "https://packages.unity.cn" }, "com.unity.cinemachine": { "version": "2.10.1", @@ -42,41 +42,41 @@ "dependencies": { "com.unity.test-framework": "1.1.31" }, - "url": "https://packages.unity.com" + "url": "https://packages.unity.cn" }, "com.unity.collab-proxy": { "version": "2.2.0", "depth": 0, "source": "registry", "dependencies": {}, - "url": "https://packages.unity.com" + "url": "https://packages.unity.cn" }, "com.unity.editorcoroutines": { "version": "1.0.0", "depth": 1, "source": "registry", "dependencies": {}, - "url": "https://packages.unity.com" + "url": "https://packages.unity.cn" }, "com.unity.ext.nunit": { "version": "1.0.6", "depth": 1, "source": "registry", "dependencies": {}, - "url": "https://packages.unity.com" + "url": "https://packages.unity.cn" }, "com.unity.feature.development": { "version": "1.0.1", "depth": 0, "source": "builtin", "dependencies": { - "com.unity.ide.visualstudio": "2.0.18", - "com.unity.ide.rider": "3.0.21", + "com.unity.ide.visualstudio": "2.0.22", + "com.unity.ide.rider": "3.0.27", "com.unity.ide.vscode": "1.2.5", "com.unity.editorcoroutines": "1.0.0", "com.unity.performance.profile-analyzer": "1.2.2", "com.unity.test-framework": "1.1.33", - "com.unity.testtools.codecoverage": "1.2.3" + "com.unity.testtools.codecoverage": "1.2.4" } }, "com.unity.ide.rider": { @@ -86,7 +86,7 @@ "dependencies": { "com.unity.ext.nunit": "1.0.6" }, - "url": "https://packages.unity.com" + "url": "https://packages.unity.cn" }, "com.unity.ide.visualstudio": { "version": "2.0.22", @@ -95,35 +95,35 @@ "dependencies": { "com.unity.test-framework": "1.1.9" }, - "url": "https://packages.unity.com" + "url": "https://packages.unity.cn" }, "com.unity.ide.vscode": { "version": "1.2.5", "depth": 0, "source": "registry", "dependencies": {}, - "url": "https://packages.unity.com" + "url": "https://packages.unity.cn" }, "com.unity.performance.profile-analyzer": { "version": "1.2.2", "depth": 1, "source": "registry", "dependencies": {}, - "url": "https://packages.unity.com" + "url": "https://packages.unity.cn" }, "com.unity.scriptablebuildpipeline": { "version": "2.1.3", "depth": 1, "source": "registry", "dependencies": {}, - "url": "https://packages.unity.com" + "url": "https://packages.unity.cn" }, "com.unity.settings-manager": { "version": "2.0.1", "depth": 2, "source": "registry", "dependencies": {}, - "url": "https://packages.unity.com" + "url": "https://packages.unity.cn" }, "com.unity.test-framework": { "version": "1.1.33", @@ -134,17 +134,17 @@ "com.unity.modules.imgui": "1.0.0", "com.unity.modules.jsonserialize": "1.0.0" }, - "url": "https://packages.unity.com" + "url": "https://packages.unity.cn" }, "com.unity.testtools.codecoverage": { - "version": "1.2.3", + "version": "1.2.4", "depth": 1, "source": "registry", "dependencies": { "com.unity.test-framework": "1.0.16", "com.unity.settings-manager": "1.0.1" }, - "url": "https://packages.unity.com" + "url": "https://packages.unity.cn" }, "com.unity.textmeshpro": { "version": "3.0.6", @@ -153,19 +153,19 @@ "dependencies": { "com.unity.ugui": "1.0.0" }, - "url": "https://packages.unity.com" + "url": "https://packages.unity.cn" }, "com.unity.timeline": { "version": "1.7.6", "depth": 0, "source": "registry", "dependencies": { - "com.unity.modules.audio": "1.0.0", "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" + "url": "https://packages.unity.cn" }, "com.unity.ugui": { "version": "1.0.0", @@ -184,7 +184,7 @@ "com.unity.ugui": "1.0.0", "com.unity.modules.jsonserialize": "1.0.0" }, - "url": "https://packages.unity.com" + "url": "https://packages.unity.cn" }, "com.unity.modules.ai": { "version": "1.0.0", diff --git a/JNFrame2/ProjectSettings/HybridCLRSettings.asset b/JNFrame2/ProjectSettings/HybridCLRSettings.asset index 8b58d5e6..10321266 100644 --- a/JNFrame2/ProjectSettings/HybridCLRSettings.asset +++ b/JNFrame2/ProjectSettings/HybridCLRSettings.asset @@ -19,16 +19,21 @@ MonoBehaviour: hotUpdateAssemblyDefinitions: - {fileID: 5897886265953266890, guid: 0c294b92570ce7d4f9b683484d608158, type: 3} - {fileID: 5897886265953266890, guid: b12e2c634b4214e4bab66a9cac501248, type: 3} - - {fileID: 5897886265953266890, guid: 30cdc49ab6f9ba240b6b000711d4e038, type: 3} + - {fileID: 5897886265953266890, guid: a6f7937b7f28906409a3ea3ceb2316c6, type: 3} hotUpdateAssemblies: [] preserveHotUpdateAssemblies: [] hotUpdateDllCompileOutputRootDir: HybridCLRData/HotUpdateDlls - externalHotUpdateAssembliyDirs: [] + externalHotUpdateAssembliyDirs: + - Plugins strippedAOTDllOutputRootDir: HybridCLRData/AssembliesPostIl2CppStrip patchAOTAssemblies: - System - System.Core - mscorlib + - UniTask + - SHFrame.Runtime + - Google.Protobuf + - System.Runtime.CompilerServices.Unsafe outputLinkFile: HybridCLRGenerate/link.xml outputAOTGenericReferenceFile: HybridCLRGenerate/AOTGenericReferences.cs maxGenericReferenceIteration: 10 diff --git a/JNFrame2/ProjectSettings/PackageManagerSettings.asset b/JNFrame2/ProjectSettings/PackageManagerSettings.asset index 0810ca60..3da449d0 100644 --- a/JNFrame2/ProjectSettings/PackageManagerSettings.asset +++ b/JNFrame2/ProjectSettings/PackageManagerSettings.asset @@ -21,7 +21,7 @@ MonoBehaviour: m_Registries: - m_Id: main m_Name: - m_Url: https://packages.unity.com + m_Url: https://packages.unity.cn m_Scopes: [] m_IsDefault: 1 m_Capabilities: 7 @@ -39,6 +39,6 @@ MonoBehaviour: m_RegistryInfoDraft: m_Modified: 0 m_ErrorMessage: - m_UserModificationsInstanceId: -834 - m_OriginalInstanceId: -838 + m_UserModificationsInstanceId: -838 + m_OriginalInstanceId: -842 m_LoadAssets: 0 diff --git a/JNFrame2/ProjectSettings/ProjectSettings.asset b/JNFrame2/ProjectSettings/ProjectSettings.asset index a5de05ed..afa179f7 100644 --- a/JNFrame2/ProjectSettings/ProjectSettings.asset +++ b/JNFrame2/ProjectSettings/ProjectSettings.asset @@ -42,8 +42,8 @@ PlayerSettings: m_SplashScreenLogos: [] m_VirtualRealitySplashScreen: {fileID: 0} m_HolographicTrackingLossScreen: {fileID: 0} - defaultScreenWidth: 400 - defaultScreenHeight: 300 + defaultScreenWidth: 800 + defaultScreenHeight: 500 defaultScreenWidthWeb: 960 defaultScreenHeightWeb: 600 m_StereoRenderingPath: 0 diff --git a/JNFrame2/ProjectSettings/ProjectVersion.txt b/JNFrame2/ProjectSettings/ProjectVersion.txt index 8fcd9947..32a9a2e5 100644 --- a/JNFrame2/ProjectSettings/ProjectVersion.txt +++ b/JNFrame2/ProjectSettings/ProjectVersion.txt @@ -1,2 +1,2 @@ -m_EditorVersion: 2022.3.1f1 -m_EditorVersionWithRevision: 2022.3.1f1 (f18e0c1b5784) +m_EditorVersion: 2022.3.16f1c1 +m_EditorVersionWithRevision: 2022.3.16f1c1 (2f3f1b3bde89) diff --git a/JNFrame2/SHFrame.Editor.csproj b/JNFrame2/SHFrame.Editor.csproj index e0e0668e..ce412faf 100644 --- a/JNFrame2/SHFrame.Editor.csproj +++ b/JNFrame2/SHFrame.Editor.csproj @@ -26,7 +26,7 @@ full false Temp\Bin\Debug\SHFrame.Editor\ - UNITY_2022_3_1;UNITY_2022_3;UNITY_2022;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;UNITY_2022_1_OR_NEWER;UNITY_2022_2_OR_NEWER;UNITY_2022_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;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_BUILD;ENABLE_EDITOR_GAME_SERVICES;ENABLE_UNITY_GAME_SERVICES_ANALYTICS_SUPPORT;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_GENERATE_NATIVE_PLUGINS_FOR_ASSEMBLIES_API;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;ENABLE_NAVIGATION_PACKAGE_DEBUG_VISUALIZATION;ENABLE_NAVIGATION_HEIGHTMESH_RUNTIME_SUPPORT;ENABLE_NAVIGATION_UI_REQUIRES_PACKAGE;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;PLATFORM_INITIALIZES_MEMORY_MANAGER_EXPLICITLY;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;TEXTCORE_FONT_ENGINE_1_5_OR_NEWER;DOTWEEN;ENABLE_LOG;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER;UNITY_EDITOR_ONLY_COMPILATION + UNITY_2022_3_16;UNITY_2022_3;UNITY_2022;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;UNITY_2022_1_OR_NEWER;UNITY_2022_2_OR_NEWER;UNITY_2022_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;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_BUILD;ENABLE_EDITOR_GAME_SERVICES;ENABLE_UNITY_GAME_SERVICES_ANALYTICS_SUPPORT;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_GENERATE_NATIVE_PLUGINS_FOR_ASSEMBLIES_API;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;ENABLE_NAVIGATION_PACKAGE_DEBUG_VISUALIZATION;ENABLE_NAVIGATION_HEIGHTMESH_RUNTIME_SUPPORT;ENABLE_NAVIGATION_UI_REQUIRES_PACKAGE;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;UNITY_UGP_API;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;PLATFORM_INITIALIZES_MEMORY_MANAGER_EXPLICITLY;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;TEXTCORE_FONT_ENGINE_1_5_OR_NEWER;DOTWEEN;ENABLE_LOG;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER;UNITY_EDITOR_ONLY_COMPILATION prompt 4 0169,0649 @@ -41,37 +41,37 @@ false - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -93,778 +93,790 @@ - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ContentLoadModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ContentLoadModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.NVIDIAModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.NVIDIAModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.PropertiesModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PropertiesModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsCommonModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsCommonModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.EditorToolbarModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.EditorToolbarModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.PresetsUIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.PresetsUIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneViewModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneViewModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEditor.Graphs.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.Unity.Editor.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.Unity.Editor.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Threading.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Threading.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\TCPeasy\TCPeasy.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\TCPeasy\TCPeasy.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\Newtonsoft.Json.13.0.3\lib\netstandard2.0\Newtonsoft.Json.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\Newtonsoft.Json.13.0.3\lib\netstandard2.0\Newtonsoft.Json.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Caching.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Caching.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.testtools.codecoverage@1.2.3\lib\ReportGenerator\ReportGeneratorMerged.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.testtools.codecoverage@1.2.4\lib\ReportGenerator\ReportGeneratorMerged.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Text.Encodings.Web.6.0.0\lib\netstandard2.0\System.Text.Encodings.Web.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Text.Encodings.Web.6.0.0\lib\netstandard2.0\System.Text.Encodings.Web.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Serialization.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Serialization.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\unityplastic.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\unityplastic.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.Unity.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.Unity.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\Editor\DOTweenEditor.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\Editor\DOTweenEditor.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\TouchSocket.2.0.16\lib\netstandard2.1\TouchSocket.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\TouchSocket.2.0.16\lib\netstandard2.1\TouchSocket.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\log4netPlastic.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\log4netPlastic.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Formatters.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Formatters.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\lib\netstandard2.0\System.Text.Json.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\lib\netstandard2.0\System.Text.Json.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\DOTween.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\DOTween.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Extensions.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Extensions.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Http.2.0.16\lib\netstandard2.1\TouchSocket.Http.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Http.2.0.16\lib\netstandard2.1\TouchSocket.Http.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\dnlib.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\dnlib.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\LZ4.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\LZ4.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\Microsoft.Bcl.AsyncInterfaces.6.0.0\lib\netstandard2.1\Microsoft.Bcl.AsyncInterfaces.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\Microsoft.Bcl.AsyncInterfaces.6.0.0\lib\netstandard2.1\Microsoft.Bcl.AsyncInterfaces.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Reflection.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Reflection.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\NuGet\Editor\NugetForUnity.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\NuGet\Editor\NugetForUnity.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\Editor\DesperateDevs.Unity.Editor.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\Editor\DesperateDevs.Unity.Editor.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Appenders.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Appenders.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Core.2.0.16\lib\netstandard2.1\TouchSocket.Core.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Core.2.0.16\lib\netstandard2.1\TouchSocket.Core.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Unity.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Unity.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\Google.Protobuf.3.18.3\lib\netstandard2.0\Google.Protobuf.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\Google.Protobuf.3.18.3\lib\netstandard2.0\Google.Protobuf.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.ext.nunit@1.0.6\net35\unity-custom\nunit.framework.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.ext.nunit@1.0.6\net35\unity-custom\nunit.framework.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.GradleProject.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\YooAsset.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\YooAsset.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\YooAsset.Editor.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\YooAsset.Editor.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\HybridCLR.Editor.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\HybridCLR.Editor.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEditor.UI.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEditor.UI.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEngine.UI.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEngine.UI.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEditor.TestRunner.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEditor.TestRunner.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEngine.TestRunner.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEngine.TestRunner.dll diff --git a/JNFrame2/SHFrame.csproj b/JNFrame2/SHFrame.csproj index 48540cc2..5fc13a0c 100644 --- a/JNFrame2/SHFrame.csproj +++ b/JNFrame2/SHFrame.csproj @@ -26,7 +26,7 @@ full false Temp\Bin\Debug\SHFrame\ - UNITY_2022_3_1;UNITY_2022_3;UNITY_2022;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;UNITY_2022_1_OR_NEWER;UNITY_2022_2_OR_NEWER;UNITY_2022_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;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_BUILD;ENABLE_EDITOR_GAME_SERVICES;ENABLE_UNITY_GAME_SERVICES_ANALYTICS_SUPPORT;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_GENERATE_NATIVE_PLUGINS_FOR_ASSEMBLIES_API;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;ENABLE_NAVIGATION_PACKAGE_DEBUG_VISUALIZATION;ENABLE_NAVIGATION_HEIGHTMESH_RUNTIME_SUPPORT;ENABLE_NAVIGATION_UI_REQUIRES_PACKAGE;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;PLATFORM_INITIALIZES_MEMORY_MANAGER_EXPLICITLY;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;TEXTCORE_FONT_ENGINE_1_5_OR_NEWER;DOTWEEN;ENABLE_LOG;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER + UNITY_2022_3_16;UNITY_2022_3;UNITY_2022;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;UNITY_2022_1_OR_NEWER;UNITY_2022_2_OR_NEWER;UNITY_2022_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;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_BUILD;ENABLE_EDITOR_GAME_SERVICES;ENABLE_UNITY_GAME_SERVICES_ANALYTICS_SUPPORT;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_GENERATE_NATIVE_PLUGINS_FOR_ASSEMBLIES_API;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;ENABLE_NAVIGATION_PACKAGE_DEBUG_VISUALIZATION;ENABLE_NAVIGATION_HEIGHTMESH_RUNTIME_SUPPORT;ENABLE_NAVIGATION_UI_REQUIRES_PACKAGE;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;UNITY_UGP_API;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;PLATFORM_INITIALIZES_MEMORY_MANAGER_EXPLICITLY;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;TEXTCORE_FONT_ENGINE_1_5_OR_NEWER;DOTWEEN;ENABLE_LOG;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER prompt 4 0169,0649 @@ -41,37 +41,37 @@ false - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -204,760 +204,772 @@ - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ContentLoadModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ContentLoadModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.PropertiesModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PropertiesModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsCommonModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsCommonModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.EditorToolbarModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.EditorToolbarModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.PresetsUIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.PresetsUIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneViewModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneViewModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEditor.Graphs.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.Unity.Editor.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.Unity.Editor.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Threading.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Threading.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\TCPeasy\TCPeasy.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\TCPeasy\TCPeasy.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\Newtonsoft.Json.13.0.3\lib\netstandard2.0\Newtonsoft.Json.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\Newtonsoft.Json.13.0.3\lib\netstandard2.0\Newtonsoft.Json.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Caching.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Caching.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.testtools.codecoverage@1.2.3\lib\ReportGenerator\ReportGeneratorMerged.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.testtools.codecoverage@1.2.4\lib\ReportGenerator\ReportGeneratorMerged.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Text.Encodings.Web.6.0.0\lib\netstandard2.0\System.Text.Encodings.Web.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Text.Encodings.Web.6.0.0\lib\netstandard2.0\System.Text.Encodings.Web.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Serialization.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Serialization.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\unityplastic.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\unityplastic.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.Unity.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.Unity.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\Editor\DOTweenEditor.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\Editor\DOTweenEditor.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\TouchSocket.2.0.16\lib\netstandard2.1\TouchSocket.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\TouchSocket.2.0.16\lib\netstandard2.1\TouchSocket.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\log4netPlastic.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\log4netPlastic.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Formatters.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Formatters.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\lib\netstandard2.0\System.Text.Json.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\lib\netstandard2.0\System.Text.Json.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\DOTween.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\DOTween.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Extensions.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Extensions.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Http.2.0.16\lib\netstandard2.1\TouchSocket.Http.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Http.2.0.16\lib\netstandard2.1\TouchSocket.Http.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\dnlib.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\dnlib.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\LZ4.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\LZ4.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\Microsoft.Bcl.AsyncInterfaces.6.0.0\lib\netstandard2.1\Microsoft.Bcl.AsyncInterfaces.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\Microsoft.Bcl.AsyncInterfaces.6.0.0\lib\netstandard2.1\Microsoft.Bcl.AsyncInterfaces.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Reflection.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Reflection.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\NuGet\Editor\NugetForUnity.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\NuGet\Editor\NugetForUnity.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\Editor\DesperateDevs.Unity.Editor.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\Editor\DesperateDevs.Unity.Editor.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Appenders.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Appenders.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Core.2.0.16\lib\netstandard2.1\TouchSocket.Core.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Core.2.0.16\lib\netstandard2.1\TouchSocket.Core.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Unity.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Unity.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\Google.Protobuf.3.18.3\lib\netstandard2.0\Google.Protobuf.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\Google.Protobuf.3.18.3\lib\netstandard2.0\Google.Protobuf.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.GradleProject.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\YooAsset.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\YooAsset.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEditor.UI.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEditor.UI.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEngine.UI.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEngine.UI.dll diff --git a/JNFrame2/Samples.csproj b/JNFrame2/Samples.csproj index e89c534c..256faafd 100644 --- a/JNFrame2/Samples.csproj +++ b/JNFrame2/Samples.csproj @@ -26,7 +26,7 @@ full false Temp\Bin\Debug\Samples\ - UNITY_2022_3_1;UNITY_2022_3;UNITY_2022;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;UNITY_2022_1_OR_NEWER;UNITY_2022_2_OR_NEWER;UNITY_2022_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;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_BUILD;ENABLE_EDITOR_GAME_SERVICES;ENABLE_UNITY_GAME_SERVICES_ANALYTICS_SUPPORT;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_GENERATE_NATIVE_PLUGINS_FOR_ASSEMBLIES_API;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;ENABLE_NAVIGATION_PACKAGE_DEBUG_VISUALIZATION;ENABLE_NAVIGATION_HEIGHTMESH_RUNTIME_SUPPORT;ENABLE_NAVIGATION_UI_REQUIRES_PACKAGE;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;PLATFORM_INITIALIZES_MEMORY_MANAGER_EXPLICITLY;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;TEXTCORE_FONT_ENGINE_1_5_OR_NEWER;DOTWEEN;ENABLE_LOG;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER;UNITY_EDITOR_ONLY_COMPILATION + UNITY_2022_3_16;UNITY_2022_3;UNITY_2022;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;UNITY_2022_1_OR_NEWER;UNITY_2022_2_OR_NEWER;UNITY_2022_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;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_BUILD;ENABLE_EDITOR_GAME_SERVICES;ENABLE_UNITY_GAME_SERVICES_ANALYTICS_SUPPORT;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_GENERATE_NATIVE_PLUGINS_FOR_ASSEMBLIES_API;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;ENABLE_NAVIGATION_PACKAGE_DEBUG_VISUALIZATION;ENABLE_NAVIGATION_HEIGHTMESH_RUNTIME_SUPPORT;ENABLE_NAVIGATION_UI_REQUIRES_PACKAGE;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;UNITY_UGP_API;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;PLATFORM_INITIALIZES_MEMORY_MANAGER_EXPLICITLY;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;TEXTCORE_FONT_ENGINE_1_5_OR_NEWER;DOTWEEN;ENABLE_LOG;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER;UNITY_EDITOR_ONLY_COMPILATION prompt 4 0169,0649 @@ -41,37 +41,37 @@ false - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -136,772 +136,784 @@ - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ContentLoadModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ContentLoadModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.NVIDIAModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.NVIDIAModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.PropertiesModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PropertiesModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsCommonModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsCommonModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.EditorToolbarModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.EditorToolbarModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.PresetsUIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.PresetsUIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneViewModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneViewModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEditor.Graphs.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.Unity.Editor.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.Unity.Editor.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Threading.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Threading.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\TCPeasy\TCPeasy.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\TCPeasy\TCPeasy.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\Newtonsoft.Json.13.0.3\lib\netstandard2.0\Newtonsoft.Json.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\Newtonsoft.Json.13.0.3\lib\netstandard2.0\Newtonsoft.Json.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Caching.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Caching.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.testtools.codecoverage@1.2.3\lib\ReportGenerator\ReportGeneratorMerged.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.testtools.codecoverage@1.2.4\lib\ReportGenerator\ReportGeneratorMerged.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Text.Encodings.Web.6.0.0\lib\netstandard2.0\System.Text.Encodings.Web.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Text.Encodings.Web.6.0.0\lib\netstandard2.0\System.Text.Encodings.Web.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Serialization.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Serialization.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\unityplastic.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\unityplastic.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.Unity.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.Unity.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\Editor\DOTweenEditor.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\Editor\DOTweenEditor.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\TouchSocket.2.0.16\lib\netstandard2.1\TouchSocket.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\TouchSocket.2.0.16\lib\netstandard2.1\TouchSocket.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\log4netPlastic.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\log4netPlastic.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Formatters.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Formatters.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\lib\netstandard2.0\System.Text.Json.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\lib\netstandard2.0\System.Text.Json.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\DOTween.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\DOTween.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Extensions.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Extensions.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Http.2.0.16\lib\netstandard2.1\TouchSocket.Http.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Http.2.0.16\lib\netstandard2.1\TouchSocket.Http.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\dnlib.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\dnlib.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\LZ4.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\LZ4.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\Microsoft.Bcl.AsyncInterfaces.6.0.0\lib\netstandard2.1\Microsoft.Bcl.AsyncInterfaces.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\Microsoft.Bcl.AsyncInterfaces.6.0.0\lib\netstandard2.1\Microsoft.Bcl.AsyncInterfaces.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Reflection.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Reflection.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\NuGet\Editor\NugetForUnity.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\NuGet\Editor\NugetForUnity.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\Editor\DesperateDevs.Unity.Editor.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\Editor\DesperateDevs.Unity.Editor.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Appenders.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Appenders.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Core.2.0.16\lib\netstandard2.1\TouchSocket.Core.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Core.2.0.16\lib\netstandard2.1\TouchSocket.Core.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Unity.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Unity.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\Google.Protobuf.3.18.3\lib\netstandard2.0\Google.Protobuf.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\Google.Protobuf.3.18.3\lib\netstandard2.0\Google.Protobuf.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.ext.nunit@1.0.6\net35\unity-custom\nunit.framework.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.ext.nunit@1.0.6\net35\unity-custom\nunit.framework.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.GradleProject.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\Cinemachine.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Cinemachine.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEditor.UI.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEditor.UI.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEngine.UI.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEngine.UI.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEditor.TestRunner.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEditor.TestRunner.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEngine.TestRunner.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEngine.TestRunner.dll diff --git a/JNFrame2/StompyRobot.SRDebugger.Editor.csproj b/JNFrame2/StompyRobot.SRDebugger.Editor.csproj index efc9b399..dca3a927 100644 --- a/JNFrame2/StompyRobot.SRDebugger.Editor.csproj +++ b/JNFrame2/StompyRobot.SRDebugger.Editor.csproj @@ -26,7 +26,7 @@ full false Temp\Bin\Debug\StompyRobot.SRDebugger.Editor\ - UNITY_2022_3_1;UNITY_2022_3;UNITY_2022;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;UNITY_2022_1_OR_NEWER;UNITY_2022_2_OR_NEWER;UNITY_2022_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;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_BUILD;ENABLE_EDITOR_GAME_SERVICES;ENABLE_UNITY_GAME_SERVICES_ANALYTICS_SUPPORT;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_GENERATE_NATIVE_PLUGINS_FOR_ASSEMBLIES_API;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;ENABLE_NAVIGATION_PACKAGE_DEBUG_VISUALIZATION;ENABLE_NAVIGATION_HEIGHTMESH_RUNTIME_SUPPORT;ENABLE_NAVIGATION_UI_REQUIRES_PACKAGE;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;PLATFORM_INITIALIZES_MEMORY_MANAGER_EXPLICITLY;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;TEXTCORE_FONT_ENGINE_1_5_OR_NEWER;DOTWEEN;ENABLE_LOG;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER;UNITY_EDITOR_ONLY_COMPILATION + UNITY_2022_3_16;UNITY_2022_3;UNITY_2022;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;UNITY_2022_1_OR_NEWER;UNITY_2022_2_OR_NEWER;UNITY_2022_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;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_BUILD;ENABLE_EDITOR_GAME_SERVICES;ENABLE_UNITY_GAME_SERVICES_ANALYTICS_SUPPORT;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_GENERATE_NATIVE_PLUGINS_FOR_ASSEMBLIES_API;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;ENABLE_NAVIGATION_PACKAGE_DEBUG_VISUALIZATION;ENABLE_NAVIGATION_HEIGHTMESH_RUNTIME_SUPPORT;ENABLE_NAVIGATION_UI_REQUIRES_PACKAGE;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;UNITY_UGP_API;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;PLATFORM_INITIALIZES_MEMORY_MANAGER_EXPLICITLY;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;TEXTCORE_FONT_ENGINE_1_5_OR_NEWER;DOTWEEN;ENABLE_LOG;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER;UNITY_EDITOR_ONLY_COMPILATION prompt 4 0169,0649 @@ -41,37 +41,37 @@ false - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -92,769 +92,781 @@ - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ContentLoadModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ContentLoadModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.NVIDIAModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.NVIDIAModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.PropertiesModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PropertiesModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsCommonModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsCommonModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.EditorToolbarModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.EditorToolbarModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.PresetsUIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.PresetsUIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneViewModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneViewModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEditor.Graphs.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.Unity.Editor.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.Unity.Editor.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Threading.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Threading.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\TCPeasy\TCPeasy.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\TCPeasy\TCPeasy.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\Newtonsoft.Json.13.0.3\lib\netstandard2.0\Newtonsoft.Json.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\Newtonsoft.Json.13.0.3\lib\netstandard2.0\Newtonsoft.Json.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Caching.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Caching.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.testtools.codecoverage@1.2.3\lib\ReportGenerator\ReportGeneratorMerged.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.testtools.codecoverage@1.2.4\lib\ReportGenerator\ReportGeneratorMerged.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Text.Encodings.Web.6.0.0\lib\netstandard2.0\System.Text.Encodings.Web.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Text.Encodings.Web.6.0.0\lib\netstandard2.0\System.Text.Encodings.Web.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Serialization.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Serialization.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\unityplastic.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\unityplastic.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.Unity.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.Unity.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\Editor\DOTweenEditor.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\Editor\DOTweenEditor.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\TouchSocket.2.0.16\lib\netstandard2.1\TouchSocket.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\TouchSocket.2.0.16\lib\netstandard2.1\TouchSocket.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\log4netPlastic.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\log4netPlastic.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Formatters.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Formatters.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\lib\netstandard2.0\System.Text.Json.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\lib\netstandard2.0\System.Text.Json.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\DOTween.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\DOTween.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Extensions.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Extensions.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Http.2.0.16\lib\netstandard2.1\TouchSocket.Http.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Http.2.0.16\lib\netstandard2.1\TouchSocket.Http.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\dnlib.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\dnlib.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\LZ4.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\LZ4.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\Microsoft.Bcl.AsyncInterfaces.6.0.0\lib\netstandard2.1\Microsoft.Bcl.AsyncInterfaces.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\Microsoft.Bcl.AsyncInterfaces.6.0.0\lib\netstandard2.1\Microsoft.Bcl.AsyncInterfaces.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Reflection.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Reflection.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\NuGet\Editor\NugetForUnity.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\NuGet\Editor\NugetForUnity.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\Editor\DesperateDevs.Unity.Editor.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\Editor\DesperateDevs.Unity.Editor.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Appenders.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Appenders.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Core.2.0.16\lib\netstandard2.1\TouchSocket.Core.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Core.2.0.16\lib\netstandard2.1\TouchSocket.Core.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Unity.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Unity.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\Google.Protobuf.3.18.3\lib\netstandard2.0\Google.Protobuf.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\Google.Protobuf.3.18.3\lib\netstandard2.0\Google.Protobuf.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.ext.nunit@1.0.6\net35\unity-custom\nunit.framework.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.ext.nunit@1.0.6\net35\unity-custom\nunit.framework.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.GradleProject.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEditor.UI.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEditor.UI.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEngine.UI.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEngine.UI.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEditor.TestRunner.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEditor.TestRunner.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEngine.TestRunner.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEngine.TestRunner.dll diff --git a/JNFrame2/StompyRobot.SRDebugger.csproj b/JNFrame2/StompyRobot.SRDebugger.csproj index 525fd09c..10ae4412 100644 --- a/JNFrame2/StompyRobot.SRDebugger.csproj +++ b/JNFrame2/StompyRobot.SRDebugger.csproj @@ -26,7 +26,7 @@ full false Temp\Bin\Debug\StompyRobot.SRDebugger\ - UNITY_2022_3_1;UNITY_2022_3;UNITY_2022;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;UNITY_2022_1_OR_NEWER;UNITY_2022_2_OR_NEWER;UNITY_2022_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;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_BUILD;ENABLE_EDITOR_GAME_SERVICES;ENABLE_UNITY_GAME_SERVICES_ANALYTICS_SUPPORT;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_GENERATE_NATIVE_PLUGINS_FOR_ASSEMBLIES_API;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;ENABLE_NAVIGATION_PACKAGE_DEBUG_VISUALIZATION;ENABLE_NAVIGATION_HEIGHTMESH_RUNTIME_SUPPORT;ENABLE_NAVIGATION_UI_REQUIRES_PACKAGE;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;PLATFORM_INITIALIZES_MEMORY_MANAGER_EXPLICITLY;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;TEXTCORE_FONT_ENGINE_1_5_OR_NEWER;DOTWEEN;ENABLE_LOG;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER + UNITY_2022_3_16;UNITY_2022_3;UNITY_2022;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;UNITY_2022_1_OR_NEWER;UNITY_2022_2_OR_NEWER;UNITY_2022_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;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_BUILD;ENABLE_EDITOR_GAME_SERVICES;ENABLE_UNITY_GAME_SERVICES_ANALYTICS_SUPPORT;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_GENERATE_NATIVE_PLUGINS_FOR_ASSEMBLIES_API;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;ENABLE_NAVIGATION_PACKAGE_DEBUG_VISUALIZATION;ENABLE_NAVIGATION_HEIGHTMESH_RUNTIME_SUPPORT;ENABLE_NAVIGATION_UI_REQUIRES_PACKAGE;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;UNITY_UGP_API;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;PLATFORM_INITIALIZES_MEMORY_MANAGER_EXPLICITLY;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;TEXTCORE_FONT_ENGINE_1_5_OR_NEWER;DOTWEEN;ENABLE_LOG;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER prompt 4 0169,0649 @@ -41,37 +41,37 @@ false - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -187,757 +187,769 @@ - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ContentLoadModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ContentLoadModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.PropertiesModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PropertiesModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsCommonModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsCommonModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.EditorToolbarModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.EditorToolbarModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.PresetsUIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.PresetsUIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneViewModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneViewModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEditor.Graphs.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.Unity.Editor.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.Unity.Editor.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Threading.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Threading.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\TCPeasy\TCPeasy.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\TCPeasy\TCPeasy.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\Newtonsoft.Json.13.0.3\lib\netstandard2.0\Newtonsoft.Json.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\Newtonsoft.Json.13.0.3\lib\netstandard2.0\Newtonsoft.Json.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Caching.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Caching.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.testtools.codecoverage@1.2.3\lib\ReportGenerator\ReportGeneratorMerged.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.testtools.codecoverage@1.2.4\lib\ReportGenerator\ReportGeneratorMerged.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Text.Encodings.Web.6.0.0\lib\netstandard2.0\System.Text.Encodings.Web.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Text.Encodings.Web.6.0.0\lib\netstandard2.0\System.Text.Encodings.Web.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Serialization.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Serialization.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\unityplastic.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\unityplastic.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.Unity.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.Unity.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\Editor\DOTweenEditor.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\Editor\DOTweenEditor.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\TouchSocket.2.0.16\lib\netstandard2.1\TouchSocket.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\TouchSocket.2.0.16\lib\netstandard2.1\TouchSocket.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\log4netPlastic.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\log4netPlastic.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Formatters.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Formatters.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\lib\netstandard2.0\System.Text.Json.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\lib\netstandard2.0\System.Text.Json.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\DOTween.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\DOTween.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Extensions.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Extensions.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Http.2.0.16\lib\netstandard2.1\TouchSocket.Http.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Http.2.0.16\lib\netstandard2.1\TouchSocket.Http.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\dnlib.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\dnlib.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\LZ4.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\LZ4.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\Microsoft.Bcl.AsyncInterfaces.6.0.0\lib\netstandard2.1\Microsoft.Bcl.AsyncInterfaces.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\Microsoft.Bcl.AsyncInterfaces.6.0.0\lib\netstandard2.1\Microsoft.Bcl.AsyncInterfaces.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Reflection.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Reflection.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\NuGet\Editor\NugetForUnity.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\NuGet\Editor\NugetForUnity.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\Editor\DesperateDevs.Unity.Editor.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\Editor\DesperateDevs.Unity.Editor.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Appenders.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Appenders.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Core.2.0.16\lib\netstandard2.1\TouchSocket.Core.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Core.2.0.16\lib\netstandard2.1\TouchSocket.Core.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Unity.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Unity.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\Google.Protobuf.3.18.3\lib\netstandard2.0\Google.Protobuf.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\Google.Protobuf.3.18.3\lib\netstandard2.0\Google.Protobuf.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.GradleProject.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEditor.UI.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEditor.UI.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEngine.UI.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEngine.UI.dll diff --git a/JNFrame2/StompyRobot.SRF.Editor.csproj b/JNFrame2/StompyRobot.SRF.Editor.csproj index f6d0adb2..ae79ddd1 100644 --- a/JNFrame2/StompyRobot.SRF.Editor.csproj +++ b/JNFrame2/StompyRobot.SRF.Editor.csproj @@ -26,7 +26,7 @@ full false Temp\Bin\Debug\StompyRobot.SRF.Editor\ - UNITY_2022_3_1;UNITY_2022_3;UNITY_2022;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;UNITY_2022_1_OR_NEWER;UNITY_2022_2_OR_NEWER;UNITY_2022_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;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_BUILD;ENABLE_EDITOR_GAME_SERVICES;ENABLE_UNITY_GAME_SERVICES_ANALYTICS_SUPPORT;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_GENERATE_NATIVE_PLUGINS_FOR_ASSEMBLIES_API;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;ENABLE_NAVIGATION_PACKAGE_DEBUG_VISUALIZATION;ENABLE_NAVIGATION_HEIGHTMESH_RUNTIME_SUPPORT;ENABLE_NAVIGATION_UI_REQUIRES_PACKAGE;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;PLATFORM_INITIALIZES_MEMORY_MANAGER_EXPLICITLY;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;TEXTCORE_FONT_ENGINE_1_5_OR_NEWER;DOTWEEN;ENABLE_LOG;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER;UNITY_EDITOR_ONLY_COMPILATION + UNITY_2022_3_16;UNITY_2022_3;UNITY_2022;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;UNITY_2022_1_OR_NEWER;UNITY_2022_2_OR_NEWER;UNITY_2022_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;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_BUILD;ENABLE_EDITOR_GAME_SERVICES;ENABLE_UNITY_GAME_SERVICES_ANALYTICS_SUPPORT;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_GENERATE_NATIVE_PLUGINS_FOR_ASSEMBLIES_API;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;ENABLE_NAVIGATION_PACKAGE_DEBUG_VISUALIZATION;ENABLE_NAVIGATION_HEIGHTMESH_RUNTIME_SUPPORT;ENABLE_NAVIGATION_UI_REQUIRES_PACKAGE;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;UNITY_UGP_API;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;PLATFORM_INITIALIZES_MEMORY_MANAGER_EXPLICITLY;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;TEXTCORE_FONT_ENGINE_1_5_OR_NEWER;DOTWEEN;ENABLE_LOG;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER;UNITY_EDITOR_ONLY_COMPILATION prompt 4 0169,0649 @@ -41,37 +41,37 @@ false - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -83,769 +83,781 @@ - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ContentLoadModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ContentLoadModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.NVIDIAModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.NVIDIAModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.PropertiesModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PropertiesModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsCommonModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsCommonModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.EditorToolbarModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.EditorToolbarModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.PresetsUIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.PresetsUIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneViewModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneViewModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEditor.Graphs.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.Unity.Editor.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.Unity.Editor.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Threading.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Threading.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\TCPeasy\TCPeasy.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\TCPeasy\TCPeasy.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\Newtonsoft.Json.13.0.3\lib\netstandard2.0\Newtonsoft.Json.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\Newtonsoft.Json.13.0.3\lib\netstandard2.0\Newtonsoft.Json.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Caching.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Caching.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.testtools.codecoverage@1.2.3\lib\ReportGenerator\ReportGeneratorMerged.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.testtools.codecoverage@1.2.4\lib\ReportGenerator\ReportGeneratorMerged.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Text.Encodings.Web.6.0.0\lib\netstandard2.0\System.Text.Encodings.Web.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Text.Encodings.Web.6.0.0\lib\netstandard2.0\System.Text.Encodings.Web.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Serialization.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Serialization.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\unityplastic.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\unityplastic.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.Unity.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.Unity.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\Editor\DOTweenEditor.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\Editor\DOTweenEditor.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\TouchSocket.2.0.16\lib\netstandard2.1\TouchSocket.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\TouchSocket.2.0.16\lib\netstandard2.1\TouchSocket.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\log4netPlastic.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\log4netPlastic.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Formatters.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Formatters.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\lib\netstandard2.0\System.Text.Json.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\lib\netstandard2.0\System.Text.Json.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\DOTween.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\DOTween.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Extensions.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Extensions.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Http.2.0.16\lib\netstandard2.1\TouchSocket.Http.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Http.2.0.16\lib\netstandard2.1\TouchSocket.Http.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\dnlib.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\dnlib.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\LZ4.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\LZ4.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\Microsoft.Bcl.AsyncInterfaces.6.0.0\lib\netstandard2.1\Microsoft.Bcl.AsyncInterfaces.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\Microsoft.Bcl.AsyncInterfaces.6.0.0\lib\netstandard2.1\Microsoft.Bcl.AsyncInterfaces.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Reflection.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Reflection.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\NuGet\Editor\NugetForUnity.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\NuGet\Editor\NugetForUnity.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\Editor\DesperateDevs.Unity.Editor.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\Editor\DesperateDevs.Unity.Editor.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Appenders.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Appenders.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Core.2.0.16\lib\netstandard2.1\TouchSocket.Core.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Core.2.0.16\lib\netstandard2.1\TouchSocket.Core.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Unity.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Unity.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\Google.Protobuf.3.18.3\lib\netstandard2.0\Google.Protobuf.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\Google.Protobuf.3.18.3\lib\netstandard2.0\Google.Protobuf.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.ext.nunit@1.0.6\net35\unity-custom\nunit.framework.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.ext.nunit@1.0.6\net35\unity-custom\nunit.framework.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.GradleProject.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEditor.UI.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEditor.UI.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEngine.UI.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEngine.UI.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEditor.TestRunner.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEditor.TestRunner.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEngine.TestRunner.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEngine.TestRunner.dll diff --git a/JNFrame2/StompyRobot.SRF.csproj b/JNFrame2/StompyRobot.SRF.csproj index 95e51fde..e7b32747 100644 --- a/JNFrame2/StompyRobot.SRF.csproj +++ b/JNFrame2/StompyRobot.SRF.csproj @@ -26,7 +26,7 @@ full false Temp\Bin\Debug\StompyRobot.SRF\ - UNITY_2022_3_1;UNITY_2022_3;UNITY_2022;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;UNITY_2022_1_OR_NEWER;UNITY_2022_2_OR_NEWER;UNITY_2022_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;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_BUILD;ENABLE_EDITOR_GAME_SERVICES;ENABLE_UNITY_GAME_SERVICES_ANALYTICS_SUPPORT;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_GENERATE_NATIVE_PLUGINS_FOR_ASSEMBLIES_API;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;ENABLE_NAVIGATION_PACKAGE_DEBUG_VISUALIZATION;ENABLE_NAVIGATION_HEIGHTMESH_RUNTIME_SUPPORT;ENABLE_NAVIGATION_UI_REQUIRES_PACKAGE;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;PLATFORM_INITIALIZES_MEMORY_MANAGER_EXPLICITLY;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;TEXTCORE_FONT_ENGINE_1_5_OR_NEWER;DOTWEEN;ENABLE_LOG;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER + UNITY_2022_3_16;UNITY_2022_3;UNITY_2022;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;UNITY_2022_1_OR_NEWER;UNITY_2022_2_OR_NEWER;UNITY_2022_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;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_BUILD;ENABLE_EDITOR_GAME_SERVICES;ENABLE_UNITY_GAME_SERVICES_ANALYTICS_SUPPORT;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_GENERATE_NATIVE_PLUGINS_FOR_ASSEMBLIES_API;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;ENABLE_NAVIGATION_PACKAGE_DEBUG_VISUALIZATION;ENABLE_NAVIGATION_HEIGHTMESH_RUNTIME_SUPPORT;ENABLE_NAVIGATION_UI_REQUIRES_PACKAGE;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;UNITY_UGP_API;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;PLATFORM_INITIALIZES_MEMORY_MANAGER_EXPLICITLY;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;TEXTCORE_FONT_ENGINE_1_5_OR_NEWER;DOTWEEN;ENABLE_LOG;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER prompt 4 0169,0649 @@ -41,37 +41,37 @@ false - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -132,757 +132,769 @@ - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ContentLoadModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ContentLoadModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.PropertiesModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PropertiesModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsCommonModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsCommonModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.EditorToolbarModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.EditorToolbarModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.PresetsUIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.PresetsUIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneViewModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneViewModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEditor.Graphs.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.Unity.Editor.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.Unity.Editor.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Threading.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Threading.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\TCPeasy\TCPeasy.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\TCPeasy\TCPeasy.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\Newtonsoft.Json.13.0.3\lib\netstandard2.0\Newtonsoft.Json.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\Newtonsoft.Json.13.0.3\lib\netstandard2.0\Newtonsoft.Json.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Caching.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Caching.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.testtools.codecoverage@1.2.3\lib\ReportGenerator\ReportGeneratorMerged.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.testtools.codecoverage@1.2.4\lib\ReportGenerator\ReportGeneratorMerged.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Text.Encodings.Web.6.0.0\lib\netstandard2.0\System.Text.Encodings.Web.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Text.Encodings.Web.6.0.0\lib\netstandard2.0\System.Text.Encodings.Web.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Serialization.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Serialization.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\unityplastic.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\unityplastic.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.Unity.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.Unity.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\Editor\DOTweenEditor.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\Editor\DOTweenEditor.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\TouchSocket.2.0.16\lib\netstandard2.1\TouchSocket.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\TouchSocket.2.0.16\lib\netstandard2.1\TouchSocket.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\log4netPlastic.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\log4netPlastic.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Formatters.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Formatters.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\lib\netstandard2.0\System.Text.Json.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\lib\netstandard2.0\System.Text.Json.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\DOTween.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\DOTween.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Extensions.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Extensions.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Http.2.0.16\lib\netstandard2.1\TouchSocket.Http.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Http.2.0.16\lib\netstandard2.1\TouchSocket.Http.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\dnlib.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\dnlib.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\LZ4.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\LZ4.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\Microsoft.Bcl.AsyncInterfaces.6.0.0\lib\netstandard2.1\Microsoft.Bcl.AsyncInterfaces.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\Microsoft.Bcl.AsyncInterfaces.6.0.0\lib\netstandard2.1\Microsoft.Bcl.AsyncInterfaces.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Reflection.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Reflection.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\NuGet\Editor\NugetForUnity.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\NuGet\Editor\NugetForUnity.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\Editor\DesperateDevs.Unity.Editor.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\Editor\DesperateDevs.Unity.Editor.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Appenders.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Appenders.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Core.2.0.16\lib\netstandard2.1\TouchSocket.Core.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Core.2.0.16\lib\netstandard2.1\TouchSocket.Core.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Unity.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Unity.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\Google.Protobuf.3.18.3\lib\netstandard2.0\Google.Protobuf.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\Google.Protobuf.3.18.3\lib\netstandard2.0\Google.Protobuf.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.GradleProject.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEditor.UI.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEditor.UI.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEngine.UI.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEngine.UI.dll diff --git a/JNFrame2/UniTask.Addressables.csproj b/JNFrame2/UniTask.Addressables.csproj index f7a3de58..8b27d443 100644 --- a/JNFrame2/UniTask.Addressables.csproj +++ b/JNFrame2/UniTask.Addressables.csproj @@ -26,7 +26,7 @@ full false Temp\Bin\Debug\UniTask.Addressables\ - UNITY_2022_3_1;UNITY_2022_3;UNITY_2022;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;UNITY_2022_1_OR_NEWER;UNITY_2022_2_OR_NEWER;UNITY_2022_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;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_BUILD;ENABLE_EDITOR_GAME_SERVICES;ENABLE_UNITY_GAME_SERVICES_ANALYTICS_SUPPORT;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_GENERATE_NATIVE_PLUGINS_FOR_ASSEMBLIES_API;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;ENABLE_NAVIGATION_PACKAGE_DEBUG_VISUALIZATION;ENABLE_NAVIGATION_HEIGHTMESH_RUNTIME_SUPPORT;ENABLE_NAVIGATION_UI_REQUIRES_PACKAGE;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;PLATFORM_INITIALIZES_MEMORY_MANAGER_EXPLICITLY;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;TEXTCORE_FONT_ENGINE_1_5_OR_NEWER;DOTWEEN;ENABLE_LOG;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER + UNITY_2022_3_16;UNITY_2022_3;UNITY_2022;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;UNITY_2022_1_OR_NEWER;UNITY_2022_2_OR_NEWER;UNITY_2022_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;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_BUILD;ENABLE_EDITOR_GAME_SERVICES;ENABLE_UNITY_GAME_SERVICES_ANALYTICS_SUPPORT;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_GENERATE_NATIVE_PLUGINS_FOR_ASSEMBLIES_API;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;ENABLE_NAVIGATION_PACKAGE_DEBUG_VISUALIZATION;ENABLE_NAVIGATION_HEIGHTMESH_RUNTIME_SUPPORT;ENABLE_NAVIGATION_UI_REQUIRES_PACKAGE;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;UNITY_UGP_API;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;PLATFORM_INITIALIZES_MEMORY_MANAGER_EXPLICITLY;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;TEXTCORE_FONT_ENGINE_1_5_OR_NEWER;DOTWEEN;ENABLE_LOG;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER prompt 4 0169,0649 @@ -41,793 +41,805 @@ false - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ContentLoadModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ContentLoadModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.PropertiesModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PropertiesModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsCommonModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsCommonModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.EditorToolbarModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.EditorToolbarModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.PresetsUIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.PresetsUIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneViewModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneViewModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEditor.Graphs.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.Unity.Editor.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.Unity.Editor.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Threading.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Threading.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\TCPeasy\TCPeasy.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\TCPeasy\TCPeasy.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\Newtonsoft.Json.13.0.3\lib\netstandard2.0\Newtonsoft.Json.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\Newtonsoft.Json.13.0.3\lib\netstandard2.0\Newtonsoft.Json.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Caching.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Caching.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.testtools.codecoverage@1.2.3\lib\ReportGenerator\ReportGeneratorMerged.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.testtools.codecoverage@1.2.4\lib\ReportGenerator\ReportGeneratorMerged.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Text.Encodings.Web.6.0.0\lib\netstandard2.0\System.Text.Encodings.Web.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Text.Encodings.Web.6.0.0\lib\netstandard2.0\System.Text.Encodings.Web.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Serialization.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Serialization.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\unityplastic.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\unityplastic.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.Unity.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.Unity.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\Editor\DOTweenEditor.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\Editor\DOTweenEditor.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\TouchSocket.2.0.16\lib\netstandard2.1\TouchSocket.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\TouchSocket.2.0.16\lib\netstandard2.1\TouchSocket.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\log4netPlastic.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\log4netPlastic.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Formatters.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Formatters.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\lib\netstandard2.0\System.Text.Json.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\lib\netstandard2.0\System.Text.Json.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\DOTween.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\DOTween.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Extensions.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Extensions.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Http.2.0.16\lib\netstandard2.1\TouchSocket.Http.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Http.2.0.16\lib\netstandard2.1\TouchSocket.Http.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\dnlib.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\dnlib.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\LZ4.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\LZ4.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\Microsoft.Bcl.AsyncInterfaces.6.0.0\lib\netstandard2.1\Microsoft.Bcl.AsyncInterfaces.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\Microsoft.Bcl.AsyncInterfaces.6.0.0\lib\netstandard2.1\Microsoft.Bcl.AsyncInterfaces.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Reflection.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Reflection.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\NuGet\Editor\NugetForUnity.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\NuGet\Editor\NugetForUnity.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\Editor\DesperateDevs.Unity.Editor.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\Editor\DesperateDevs.Unity.Editor.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Appenders.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Appenders.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Core.2.0.16\lib\netstandard2.1\TouchSocket.Core.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Core.2.0.16\lib\netstandard2.1\TouchSocket.Core.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Unity.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Unity.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\Google.Protobuf.3.18.3\lib\netstandard2.0\Google.Protobuf.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\Google.Protobuf.3.18.3\lib\netstandard2.0\Google.Protobuf.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.GradleProject.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEditor.UI.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEditor.UI.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEngine.UI.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEngine.UI.dll diff --git a/JNFrame2/UniTask.DOTween.csproj b/JNFrame2/UniTask.DOTween.csproj index 6a6d8dfe..e2205517 100644 --- a/JNFrame2/UniTask.DOTween.csproj +++ b/JNFrame2/UniTask.DOTween.csproj @@ -26,7 +26,7 @@ full false Temp\Bin\Debug\UniTask.DOTween\ - UNITY_2022_3_1;UNITY_2022_3;UNITY_2022;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;UNITY_2022_1_OR_NEWER;UNITY_2022_2_OR_NEWER;UNITY_2022_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;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_BUILD;ENABLE_EDITOR_GAME_SERVICES;ENABLE_UNITY_GAME_SERVICES_ANALYTICS_SUPPORT;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_GENERATE_NATIVE_PLUGINS_FOR_ASSEMBLIES_API;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;ENABLE_NAVIGATION_PACKAGE_DEBUG_VISUALIZATION;ENABLE_NAVIGATION_HEIGHTMESH_RUNTIME_SUPPORT;ENABLE_NAVIGATION_UI_REQUIRES_PACKAGE;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;PLATFORM_INITIALIZES_MEMORY_MANAGER_EXPLICITLY;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;TEXTCORE_FONT_ENGINE_1_5_OR_NEWER;DOTWEEN;ENABLE_LOG;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER + UNITY_2022_3_16;UNITY_2022_3;UNITY_2022;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;UNITY_2022_1_OR_NEWER;UNITY_2022_2_OR_NEWER;UNITY_2022_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;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_BUILD;ENABLE_EDITOR_GAME_SERVICES;ENABLE_UNITY_GAME_SERVICES_ANALYTICS_SUPPORT;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_GENERATE_NATIVE_PLUGINS_FOR_ASSEMBLIES_API;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;ENABLE_NAVIGATION_PACKAGE_DEBUG_VISUALIZATION;ENABLE_NAVIGATION_HEIGHTMESH_RUNTIME_SUPPORT;ENABLE_NAVIGATION_UI_REQUIRES_PACKAGE;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;UNITY_UGP_API;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;PLATFORM_INITIALIZES_MEMORY_MANAGER_EXPLICITLY;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;TEXTCORE_FONT_ENGINE_1_5_OR_NEWER;DOTWEEN;ENABLE_LOG;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER prompt 4 0169,0649 @@ -41,793 +41,805 @@ false - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ContentLoadModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ContentLoadModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.PropertiesModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PropertiesModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsCommonModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsCommonModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.EditorToolbarModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.EditorToolbarModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.PresetsUIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.PresetsUIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneViewModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneViewModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEditor.Graphs.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.Unity.Editor.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.Unity.Editor.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Threading.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Threading.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\TCPeasy\TCPeasy.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\TCPeasy\TCPeasy.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\Newtonsoft.Json.13.0.3\lib\netstandard2.0\Newtonsoft.Json.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\Newtonsoft.Json.13.0.3\lib\netstandard2.0\Newtonsoft.Json.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Caching.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Caching.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.testtools.codecoverage@1.2.3\lib\ReportGenerator\ReportGeneratorMerged.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.testtools.codecoverage@1.2.4\lib\ReportGenerator\ReportGeneratorMerged.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Text.Encodings.Web.6.0.0\lib\netstandard2.0\System.Text.Encodings.Web.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Text.Encodings.Web.6.0.0\lib\netstandard2.0\System.Text.Encodings.Web.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Serialization.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Serialization.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\unityplastic.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\unityplastic.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.Unity.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.Unity.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\Editor\DOTweenEditor.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\Editor\DOTweenEditor.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\TouchSocket.2.0.16\lib\netstandard2.1\TouchSocket.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\TouchSocket.2.0.16\lib\netstandard2.1\TouchSocket.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\log4netPlastic.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\log4netPlastic.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Formatters.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Formatters.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\lib\netstandard2.0\System.Text.Json.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\lib\netstandard2.0\System.Text.Json.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\DOTween.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\DOTween.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Extensions.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Extensions.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Http.2.0.16\lib\netstandard2.1\TouchSocket.Http.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Http.2.0.16\lib\netstandard2.1\TouchSocket.Http.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\dnlib.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\dnlib.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\LZ4.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\LZ4.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\Microsoft.Bcl.AsyncInterfaces.6.0.0\lib\netstandard2.1\Microsoft.Bcl.AsyncInterfaces.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\Microsoft.Bcl.AsyncInterfaces.6.0.0\lib\netstandard2.1\Microsoft.Bcl.AsyncInterfaces.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Reflection.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Reflection.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\NuGet\Editor\NugetForUnity.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\NuGet\Editor\NugetForUnity.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\Editor\DesperateDevs.Unity.Editor.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\Editor\DesperateDevs.Unity.Editor.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Appenders.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Appenders.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Core.2.0.16\lib\netstandard2.1\TouchSocket.Core.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Core.2.0.16\lib\netstandard2.1\TouchSocket.Core.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Unity.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Unity.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\Google.Protobuf.3.18.3\lib\netstandard2.0\Google.Protobuf.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\Google.Protobuf.3.18.3\lib\netstandard2.0\Google.Protobuf.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.GradleProject.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEditor.UI.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEditor.UI.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEngine.UI.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEngine.UI.dll diff --git a/JNFrame2/UniTask.Editor.csproj b/JNFrame2/UniTask.Editor.csproj index 6d1e4de2..af9fd207 100644 --- a/JNFrame2/UniTask.Editor.csproj +++ b/JNFrame2/UniTask.Editor.csproj @@ -26,7 +26,7 @@ full false Temp\Bin\Debug\UniTask.Editor\ - UNITY_2022_3_1;UNITY_2022_3;UNITY_2022;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;UNITY_2022_1_OR_NEWER;UNITY_2022_2_OR_NEWER;UNITY_2022_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;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_BUILD;ENABLE_EDITOR_GAME_SERVICES;ENABLE_UNITY_GAME_SERVICES_ANALYTICS_SUPPORT;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_GENERATE_NATIVE_PLUGINS_FOR_ASSEMBLIES_API;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;ENABLE_NAVIGATION_PACKAGE_DEBUG_VISUALIZATION;ENABLE_NAVIGATION_HEIGHTMESH_RUNTIME_SUPPORT;ENABLE_NAVIGATION_UI_REQUIRES_PACKAGE;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;PLATFORM_INITIALIZES_MEMORY_MANAGER_EXPLICITLY;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;TEXTCORE_FONT_ENGINE_1_5_OR_NEWER;DOTWEEN;ENABLE_LOG;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER;UNITY_EDITOR_ONLY_COMPILATION + UNITY_2022_3_16;UNITY_2022_3;UNITY_2022;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;UNITY_2022_1_OR_NEWER;UNITY_2022_2_OR_NEWER;UNITY_2022_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;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_BUILD;ENABLE_EDITOR_GAME_SERVICES;ENABLE_UNITY_GAME_SERVICES_ANALYTICS_SUPPORT;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_GENERATE_NATIVE_PLUGINS_FOR_ASSEMBLIES_API;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;ENABLE_NAVIGATION_PACKAGE_DEBUG_VISUALIZATION;ENABLE_NAVIGATION_HEIGHTMESH_RUNTIME_SUPPORT;ENABLE_NAVIGATION_UI_REQUIRES_PACKAGE;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;UNITY_UGP_API;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;PLATFORM_INITIALIZES_MEMORY_MANAGER_EXPLICITLY;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;TEXTCORE_FONT_ENGINE_1_5_OR_NEWER;DOTWEEN;ENABLE_LOG;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER;UNITY_EDITOR_ONLY_COMPILATION prompt 4 0169,0649 @@ -41,37 +41,37 @@ false - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -79,769 +79,781 @@ - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ContentLoadModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ContentLoadModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.NVIDIAModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.NVIDIAModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.PropertiesModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PropertiesModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsCommonModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsCommonModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.EditorToolbarModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.EditorToolbarModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.PresetsUIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.PresetsUIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneViewModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneViewModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEditor.Graphs.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.Unity.Editor.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.Unity.Editor.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Threading.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Threading.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\TCPeasy\TCPeasy.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\TCPeasy\TCPeasy.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\Newtonsoft.Json.13.0.3\lib\netstandard2.0\Newtonsoft.Json.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\Newtonsoft.Json.13.0.3\lib\netstandard2.0\Newtonsoft.Json.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Caching.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Caching.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.testtools.codecoverage@1.2.3\lib\ReportGenerator\ReportGeneratorMerged.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.testtools.codecoverage@1.2.4\lib\ReportGenerator\ReportGeneratorMerged.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Text.Encodings.Web.6.0.0\lib\netstandard2.0\System.Text.Encodings.Web.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Text.Encodings.Web.6.0.0\lib\netstandard2.0\System.Text.Encodings.Web.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Serialization.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Serialization.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\unityplastic.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\unityplastic.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.Unity.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.Unity.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\Editor\DOTweenEditor.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\Editor\DOTweenEditor.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\TouchSocket.2.0.16\lib\netstandard2.1\TouchSocket.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\TouchSocket.2.0.16\lib\netstandard2.1\TouchSocket.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\log4netPlastic.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\log4netPlastic.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Formatters.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Formatters.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\lib\netstandard2.0\System.Text.Json.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\lib\netstandard2.0\System.Text.Json.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\DOTween.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\DOTween.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Extensions.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Extensions.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Http.2.0.16\lib\netstandard2.1\TouchSocket.Http.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Http.2.0.16\lib\netstandard2.1\TouchSocket.Http.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\dnlib.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\dnlib.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\LZ4.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\LZ4.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\Microsoft.Bcl.AsyncInterfaces.6.0.0\lib\netstandard2.1\Microsoft.Bcl.AsyncInterfaces.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\Microsoft.Bcl.AsyncInterfaces.6.0.0\lib\netstandard2.1\Microsoft.Bcl.AsyncInterfaces.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Reflection.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Reflection.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\NuGet\Editor\NugetForUnity.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\NuGet\Editor\NugetForUnity.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\Editor\DesperateDevs.Unity.Editor.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\Editor\DesperateDevs.Unity.Editor.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Appenders.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Appenders.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Core.2.0.16\lib\netstandard2.1\TouchSocket.Core.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Core.2.0.16\lib\netstandard2.1\TouchSocket.Core.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Unity.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Unity.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\Google.Protobuf.3.18.3\lib\netstandard2.0\Google.Protobuf.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\Google.Protobuf.3.18.3\lib\netstandard2.0\Google.Protobuf.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.ext.nunit@1.0.6\net35\unity-custom\nunit.framework.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.ext.nunit@1.0.6\net35\unity-custom\nunit.framework.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.GradleProject.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEditor.UI.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEditor.UI.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEngine.UI.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEngine.UI.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEditor.TestRunner.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEditor.TestRunner.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEngine.TestRunner.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEngine.TestRunner.dll diff --git a/JNFrame2/UniTask.Linq.csproj b/JNFrame2/UniTask.Linq.csproj index 237c2b32..e57a22c9 100644 --- a/JNFrame2/UniTask.Linq.csproj +++ b/JNFrame2/UniTask.Linq.csproj @@ -26,7 +26,7 @@ full false Temp\Bin\Debug\UniTask.Linq\ - UNITY_2022_3_1;UNITY_2022_3;UNITY_2022;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;UNITY_2022_1_OR_NEWER;UNITY_2022_2_OR_NEWER;UNITY_2022_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;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_BUILD;ENABLE_EDITOR_GAME_SERVICES;ENABLE_UNITY_GAME_SERVICES_ANALYTICS_SUPPORT;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_GENERATE_NATIVE_PLUGINS_FOR_ASSEMBLIES_API;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;ENABLE_NAVIGATION_PACKAGE_DEBUG_VISUALIZATION;ENABLE_NAVIGATION_HEIGHTMESH_RUNTIME_SUPPORT;ENABLE_NAVIGATION_UI_REQUIRES_PACKAGE;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;PLATFORM_INITIALIZES_MEMORY_MANAGER_EXPLICITLY;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;TEXTCORE_FONT_ENGINE_1_5_OR_NEWER;DOTWEEN;ENABLE_LOG;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER + UNITY_2022_3_16;UNITY_2022_3;UNITY_2022;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;UNITY_2022_1_OR_NEWER;UNITY_2022_2_OR_NEWER;UNITY_2022_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;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_BUILD;ENABLE_EDITOR_GAME_SERVICES;ENABLE_UNITY_GAME_SERVICES_ANALYTICS_SUPPORT;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_GENERATE_NATIVE_PLUGINS_FOR_ASSEMBLIES_API;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;ENABLE_NAVIGATION_PACKAGE_DEBUG_VISUALIZATION;ENABLE_NAVIGATION_HEIGHTMESH_RUNTIME_SUPPORT;ENABLE_NAVIGATION_UI_REQUIRES_PACKAGE;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;UNITY_UGP_API;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;PLATFORM_INITIALIZES_MEMORY_MANAGER_EXPLICITLY;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;TEXTCORE_FONT_ENGINE_1_5_OR_NEWER;DOTWEEN;ENABLE_LOG;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER prompt 4 0169,0649 @@ -41,37 +41,37 @@ false - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -149,757 +149,769 @@ - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ContentLoadModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ContentLoadModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.PropertiesModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PropertiesModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsCommonModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsCommonModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.EditorToolbarModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.EditorToolbarModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.PresetsUIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.PresetsUIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneViewModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneViewModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEditor.Graphs.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.Unity.Editor.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.Unity.Editor.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Threading.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Threading.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\TCPeasy\TCPeasy.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\TCPeasy\TCPeasy.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\Newtonsoft.Json.13.0.3\lib\netstandard2.0\Newtonsoft.Json.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\Newtonsoft.Json.13.0.3\lib\netstandard2.0\Newtonsoft.Json.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Caching.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Caching.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.testtools.codecoverage@1.2.3\lib\ReportGenerator\ReportGeneratorMerged.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.testtools.codecoverage@1.2.4\lib\ReportGenerator\ReportGeneratorMerged.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Text.Encodings.Web.6.0.0\lib\netstandard2.0\System.Text.Encodings.Web.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Text.Encodings.Web.6.0.0\lib\netstandard2.0\System.Text.Encodings.Web.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Serialization.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Serialization.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\unityplastic.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\unityplastic.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.Unity.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.Unity.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\Editor\DOTweenEditor.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\Editor\DOTweenEditor.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\TouchSocket.2.0.16\lib\netstandard2.1\TouchSocket.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\TouchSocket.2.0.16\lib\netstandard2.1\TouchSocket.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\log4netPlastic.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\log4netPlastic.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Formatters.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Formatters.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\lib\netstandard2.0\System.Text.Json.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\lib\netstandard2.0\System.Text.Json.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\DOTween.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\DOTween.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Extensions.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Extensions.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Http.2.0.16\lib\netstandard2.1\TouchSocket.Http.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Http.2.0.16\lib\netstandard2.1\TouchSocket.Http.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\dnlib.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\dnlib.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\LZ4.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\LZ4.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\Microsoft.Bcl.AsyncInterfaces.6.0.0\lib\netstandard2.1\Microsoft.Bcl.AsyncInterfaces.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\Microsoft.Bcl.AsyncInterfaces.6.0.0\lib\netstandard2.1\Microsoft.Bcl.AsyncInterfaces.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Reflection.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Reflection.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\NuGet\Editor\NugetForUnity.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\NuGet\Editor\NugetForUnity.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\Editor\DesperateDevs.Unity.Editor.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\Editor\DesperateDevs.Unity.Editor.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Appenders.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Appenders.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Core.2.0.16\lib\netstandard2.1\TouchSocket.Core.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Core.2.0.16\lib\netstandard2.1\TouchSocket.Core.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Unity.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Unity.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\Google.Protobuf.3.18.3\lib\netstandard2.0\Google.Protobuf.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\Google.Protobuf.3.18.3\lib\netstandard2.0\Google.Protobuf.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.GradleProject.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEditor.UI.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEditor.UI.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEngine.UI.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEngine.UI.dll diff --git a/JNFrame2/UniTask.TextMeshPro.csproj b/JNFrame2/UniTask.TextMeshPro.csproj index 452a61e3..fe358f31 100644 --- a/JNFrame2/UniTask.TextMeshPro.csproj +++ b/JNFrame2/UniTask.TextMeshPro.csproj @@ -26,7 +26,7 @@ full false Temp\Bin\Debug\UniTask.TextMeshPro\ - UNITY_2022_3_1;UNITY_2022_3;UNITY_2022;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;UNITY_2022_1_OR_NEWER;UNITY_2022_2_OR_NEWER;UNITY_2022_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;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_BUILD;ENABLE_EDITOR_GAME_SERVICES;ENABLE_UNITY_GAME_SERVICES_ANALYTICS_SUPPORT;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_GENERATE_NATIVE_PLUGINS_FOR_ASSEMBLIES_API;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;ENABLE_NAVIGATION_PACKAGE_DEBUG_VISUALIZATION;ENABLE_NAVIGATION_HEIGHTMESH_RUNTIME_SUPPORT;ENABLE_NAVIGATION_UI_REQUIRES_PACKAGE;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;PLATFORM_INITIALIZES_MEMORY_MANAGER_EXPLICITLY;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;TEXTCORE_FONT_ENGINE_1_5_OR_NEWER;DOTWEEN;ENABLE_LOG;UNITASK_TEXTMESHPRO_SUPPORT;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER + UNITY_2022_3_16;UNITY_2022_3;UNITY_2022;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;UNITY_2022_1_OR_NEWER;UNITY_2022_2_OR_NEWER;UNITY_2022_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;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_BUILD;ENABLE_EDITOR_GAME_SERVICES;ENABLE_UNITY_GAME_SERVICES_ANALYTICS_SUPPORT;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_GENERATE_NATIVE_PLUGINS_FOR_ASSEMBLIES_API;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;ENABLE_NAVIGATION_PACKAGE_DEBUG_VISUALIZATION;ENABLE_NAVIGATION_HEIGHTMESH_RUNTIME_SUPPORT;ENABLE_NAVIGATION_UI_REQUIRES_PACKAGE;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;UNITY_UGP_API;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;PLATFORM_INITIALIZES_MEMORY_MANAGER_EXPLICITLY;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;TEXTCORE_FONT_ENGINE_1_5_OR_NEWER;DOTWEEN;ENABLE_LOG;UNITASK_TEXTMESHPRO_SUPPORT;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER prompt 4 0169,0649 @@ -41,797 +41,809 @@ false - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ContentLoadModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ContentLoadModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.PropertiesModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PropertiesModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsCommonModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsCommonModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.EditorToolbarModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.EditorToolbarModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.PresetsUIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.PresetsUIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneViewModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneViewModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEditor.Graphs.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.Unity.Editor.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.Unity.Editor.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Threading.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Threading.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\TCPeasy\TCPeasy.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\TCPeasy\TCPeasy.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\Newtonsoft.Json.13.0.3\lib\netstandard2.0\Newtonsoft.Json.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\Newtonsoft.Json.13.0.3\lib\netstandard2.0\Newtonsoft.Json.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Caching.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Caching.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.testtools.codecoverage@1.2.3\lib\ReportGenerator\ReportGeneratorMerged.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.testtools.codecoverage@1.2.4\lib\ReportGenerator\ReportGeneratorMerged.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Text.Encodings.Web.6.0.0\lib\netstandard2.0\System.Text.Encodings.Web.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Text.Encodings.Web.6.0.0\lib\netstandard2.0\System.Text.Encodings.Web.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Serialization.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Serialization.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\unityplastic.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\unityplastic.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.Unity.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.Unity.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\Editor\DOTweenEditor.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\Editor\DOTweenEditor.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\TouchSocket.2.0.16\lib\netstandard2.1\TouchSocket.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\TouchSocket.2.0.16\lib\netstandard2.1\TouchSocket.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\log4netPlastic.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\log4netPlastic.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Formatters.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Formatters.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\lib\netstandard2.0\System.Text.Json.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\lib\netstandard2.0\System.Text.Json.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\DOTween.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\DOTween.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Extensions.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Extensions.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Http.2.0.16\lib\netstandard2.1\TouchSocket.Http.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Http.2.0.16\lib\netstandard2.1\TouchSocket.Http.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\dnlib.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\dnlib.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\LZ4.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\LZ4.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\Microsoft.Bcl.AsyncInterfaces.6.0.0\lib\netstandard2.1\Microsoft.Bcl.AsyncInterfaces.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\Microsoft.Bcl.AsyncInterfaces.6.0.0\lib\netstandard2.1\Microsoft.Bcl.AsyncInterfaces.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Reflection.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Reflection.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\NuGet\Editor\NugetForUnity.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\NuGet\Editor\NugetForUnity.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\Editor\DesperateDevs.Unity.Editor.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\Editor\DesperateDevs.Unity.Editor.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Appenders.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Appenders.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Core.2.0.16\lib\netstandard2.1\TouchSocket.Core.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Core.2.0.16\lib\netstandard2.1\TouchSocket.Core.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Unity.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Unity.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\Google.Protobuf.3.18.3\lib\netstandard2.0\Google.Protobuf.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\Google.Protobuf.3.18.3\lib\netstandard2.0\Google.Protobuf.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.GradleProject.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.TextMeshPro.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.TextMeshPro.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEditor.UI.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEditor.UI.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEngine.UI.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEngine.UI.dll diff --git a/JNFrame2/UniTask.csproj b/JNFrame2/UniTask.csproj index d49c2975..a3828d20 100644 --- a/JNFrame2/UniTask.csproj +++ b/JNFrame2/UniTask.csproj @@ -26,7 +26,7 @@ full false Temp\Bin\Debug\UniTask\ - UNITY_2022_3_1;UNITY_2022_3;UNITY_2022;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;UNITY_2022_1_OR_NEWER;UNITY_2022_2_OR_NEWER;UNITY_2022_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;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_BUILD;ENABLE_EDITOR_GAME_SERVICES;ENABLE_UNITY_GAME_SERVICES_ANALYTICS_SUPPORT;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_GENERATE_NATIVE_PLUGINS_FOR_ASSEMBLIES_API;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;ENABLE_NAVIGATION_PACKAGE_DEBUG_VISUALIZATION;ENABLE_NAVIGATION_HEIGHTMESH_RUNTIME_SUPPORT;ENABLE_NAVIGATION_UI_REQUIRES_PACKAGE;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;PLATFORM_INITIALIZES_MEMORY_MANAGER_EXPLICITLY;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;TEXTCORE_FONT_ENGINE_1_5_OR_NEWER;DOTWEEN;ENABLE_LOG;UNITASK_ASSETBUNDLE_SUPPORT;UNITASK_PHYSICS_SUPPORT;UNITASK_PHYSICS2D_SUPPORT;UNITASK_PARTICLESYSTEM_SUPPORT;UNITASK_UGUI_SUPPORT;UNITASK_WEBREQUEST_SUPPORT;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER + UNITY_2022_3_16;UNITY_2022_3;UNITY_2022;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;UNITY_2022_1_OR_NEWER;UNITY_2022_2_OR_NEWER;UNITY_2022_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;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_BUILD;ENABLE_EDITOR_GAME_SERVICES;ENABLE_UNITY_GAME_SERVICES_ANALYTICS_SUPPORT;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_GENERATE_NATIVE_PLUGINS_FOR_ASSEMBLIES_API;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;ENABLE_NAVIGATION_PACKAGE_DEBUG_VISUALIZATION;ENABLE_NAVIGATION_HEIGHTMESH_RUNTIME_SUPPORT;ENABLE_NAVIGATION_UI_REQUIRES_PACKAGE;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;UNITY_UGP_API;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;PLATFORM_INITIALIZES_MEMORY_MANAGER_EXPLICITLY;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;TEXTCORE_FONT_ENGINE_1_5_OR_NEWER;DOTWEEN;ENABLE_LOG;UNITASK_ASSETBUNDLE_SUPPORT;UNITASK_PHYSICS_SUPPORT;UNITASK_PHYSICS2D_SUPPORT;UNITASK_PARTICLESYSTEM_SUPPORT;UNITASK_UGUI_SUPPORT;UNITASK_WEBREQUEST_SUPPORT;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER prompt 4 0169,0649 @@ -41,37 +41,37 @@ false - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -149,757 +149,769 @@ - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ContentLoadModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ContentLoadModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.PropertiesModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PropertiesModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsCommonModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsCommonModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.EditorToolbarModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.EditorToolbarModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.PresetsUIModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.PresetsUIModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneViewModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneViewModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll - D:\Unity\2022.3.1f1\Editor\Data\Managed\UnityEditor.Graphs.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.Unity.Editor.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.Unity.Editor.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Threading.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Threading.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\TCPeasy\TCPeasy.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\TCPeasy\TCPeasy.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\Newtonsoft.Json.13.0.3\lib\netstandard2.0\Newtonsoft.Json.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\Newtonsoft.Json.13.0.3\lib\netstandard2.0\Newtonsoft.Json.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Caching.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Caching.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.testtools.codecoverage@1.2.3\lib\ReportGenerator\ReportGeneratorMerged.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.testtools.codecoverage@1.2.4\lib\ReportGenerator\ReportGeneratorMerged.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Text.Encodings.Web.6.0.0\lib\netstandard2.0\System.Text.Encodings.Web.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Text.Encodings.Web.6.0.0\lib\netstandard2.0\System.Text.Encodings.Web.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Serialization.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Serialization.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\unityplastic.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\unityplastic.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.Unity.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.Unity.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\Editor\DOTweenEditor.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\Editor\DOTweenEditor.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\TouchSocket.2.0.16\lib\netstandard2.1\TouchSocket.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\TouchSocket.2.0.16\lib\netstandard2.1\TouchSocket.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\log4netPlastic.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\log4netPlastic.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Formatters.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Formatters.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\lib\netstandard2.0\System.Text.Json.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\lib\netstandard2.0\System.Text.Json.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\DOTween.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Demigiant\DOTween\DOTween.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Extensions.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Extensions.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Http.2.0.16\lib\netstandard2.1\TouchSocket.Http.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Http.2.0.16\lib\netstandard2.1\TouchSocket.Http.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\dnlib.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\dnlib.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\LZ4.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.code-philosophy.hybridclr@64a6d26fa3\Plugins\LZ4.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny\Jenny.Plugins.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\Microsoft.Bcl.AsyncInterfaces.6.0.0\lib\netstandard2.1\Microsoft.Bcl.AsyncInterfaces.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\Microsoft.Bcl.AsyncInterfaces.6.0.0\lib\netstandard2.1\Microsoft.Bcl.AsyncInterfaces.dll - D:\myproject\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Reflection.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Reflection.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\NuGet\Editor\NugetForUnity.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\NuGet\Editor\NugetForUnity.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\Editor\DesperateDevs.Unity.Editor.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\Editor\DesperateDevs.Unity.Editor.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Appenders.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Sherlog\Sherlog.Appenders.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Core.2.0.16\lib\netstandard2.1\TouchSocket.Core.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Core.2.0.16\lib\netstandard2.1\TouchSocket.Core.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\Jenny\Editor\Jenny.Generator.dll - D:\myproject\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Unity.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\DLL\DesperateDevs\DesperateDevs.Unity.dll - D:\myproject\JisolGame\JNFrame2\Assets\Packages\Google.Protobuf.3.18.3\lib\netstandard2.0\Google.Protobuf.dll + D:\Jisol\JisolGame\JNFrame2\Assets\Packages\Google.Protobuf.3.18.3\lib\netstandard2.0\Google.Protobuf.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll + + + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.GradleProject.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll - D:\Unity\2022.3.1f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll + C:\APP\UnityEdit\2022.3.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEditor.UI.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEditor.UI.dll - D:\myproject\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEngine.UI.dll + D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEngine.UI.dll diff --git a/JNFrame2/obj/Debug/Assembly-CSharp-firstpass.csproj.AssemblyReference.cache b/JNFrame2/obj/Debug/Assembly-CSharp-firstpass.csproj.AssemblyReference.cache index e914ad21107fbe6cc93822d074f189ecb974e3a7..f5e894aea93a73e58fa9d4feab241bc197ee1a40 100644 GIT binary patch literal 11 QcmeZu3JP{+WMlvW01Ze1dH?_b literal 129031 zcmdsg33wdEwXO!+7;J+#92+p$ECCGmj8@CC4Mdi_$VjrRk>mw=Y0b2xv1g-a#fBrgk>eT6~BSXi8%F03wjq|%Z(~0~*cV&5HWwTSAM|eTlSA{yiK|CPUyCm6c7t_{cMQetT3X6dG&(LQB^C2!2d{ z!5@aUgFi;@0Dl4BLl^WWlKT8eB+@uPVz!Pr>O?GcB2b-(t&SyRJ%ao@RLA^{WuZlc z7PDt|=|(P*NuOIDHvgMFv!Rg87YzN}v|h*?T5|Txwn9%b5xYPi=*Vo=)90oO;5V6H zp)p&kL943rs*1X@P_tja>YG|J@j_B}ko)tpQ8seN5juyFpdf@DvLHmyC9u4Jr`KTx zYP%??w&1XXN+@U(lm^xQTq3Bed^0r`({s5*Pa+BYgFC)6C~_3H5rle!H2xN=Kv21> zgtih5(Bazv>9~(05CNo_Rijd(=x$iJ(XQgPurfc`#SFGyX)n zFO<9>y@ucn!`AJk~*cO7IuagEks{jFeho`0z zfnVVp_(D99aff^=)e%Ql5bRabz;+%@z})Jh-QfgqLo$=^7X+A)9d3Y$N4o(`h)4vu z%P)f)l7(DeH=5GfLf#$clS!%+HxYz;y(~T#Ye1mh>8-0o@YhHJzgzT*pr)FmB=NCK24#zQHxLTz|Ws%^3May3d{1GpVj{ z8VLfvQ5xVJ9SG=GmC{$D5!(G4p)uOF)X=gXLCgtccW7}z;Md9mo_;z3`AT;k4=b<} zh8_cnS9h+{U{m754mS04SFkB5iD3Iq!!Gs6sZeQHBq#{5v@|SwE&(l-F+`tB1l4!K zYN?je8$c-H6%A4eE4G0k$kGy4?DGk*se~0PClPetQOHsw;Su*yQHUcd2(+{)#Cb9S zF%^Y45)#4noef-;$+zoC&&Zm}1~T%3FiXn@GLI*)rm}&Im_)#RC#9NNmUeo$W-2K~ z$O-~2Eh$AjngE$fN)aLw0rtIYZ%TpvT(GR#V(o~!2OHF~o!d$fbZN_Wt`Y?N)Uur` zEYT4DneLsnqM7c<3W6?=>CU4GsA;Ar1By~Ed;@qmKP~f zfPkFJixde;1m5??@$%@3)~IeIv}EF9j|2&|am;BW2)?w9V~z?0{M5!VM^vH#eCNfR zGckyLiET_OFJ9b45PoTS@nQ`K^r^gfv7|)seJ8HkG?1~1CH3e4*qcbX&#zSCiq}Zc z0MZgyJRJxVP>Cy^tVAQM_nWwC(~aJYki>(+RYxd^s&85p3VtMxa?%2Xn3N z;Yp}$Bild_aB0~__W1{ze%jMnY5o$5VX(MPjX^T0I z3WRZ}#T-Xeq5*s-?4tdep~suxu1Z=Pz9nDd9 zeorA|W-KWPbEmABA3vDDx0$P%L|}a<)jD*;&=MYREm27|N?H(LX-PHe;RMK3QjHRl z2(<6~zO9&@g>ok|mEY$z5`qHoJLfXe12p!VH*4cy%j zr&D9srJ!Ga5PE>=-ZHt!Z!T8jKbUUh?1NjDM{gjZTgH+n9CELGBtK9>lp??qB)(_%nhP}42CNMaiZf-G&3#6F(@ zn_48XauPxJT^iV#>M=BThe4GF60(9&ODhc|9!;Q3l?DYaduaO|+(qed?4g~g849}C5XawIiI<$TbnN-T_&<(0a$GxebL8R5_xNAa~g{skU zZz0h*zDo#AEkT)h8oZL`?un=p!r~@^#*kJ*SgZkI1geCvSW+VRzH{%Eb_FBpjy#nL zX5tUAksg;Zlf1NAE!Nt7;xi8hGpFVRT8_ZLi^ z9V)F_waR@8qV^Zu8VVXm+Wvx@9)w}2{RKC9iAM3gcigpPwYwFly<;pX2)nesWBgzO zXKL>l3rGakcjmOK-5pmdbBY87VU?CSMb9Nrr81}JbBUn(eixui?}x8}d1RNU<6LNQ zL4c*b3qU`efSGz1fR>U7w(pE-S0b*9o@GhM3c@TcV@f=lz?jOI5+V`-Uh6k%=}H*+ zf|j%Cr^0kkmK_?m0Ny*+q|5f{;tdE_x_Ipl@dvJ%lA1!pGYkwt@+*FP+KpHenqj z*l%~Zv=B6agtt3f6d=I2-|lb`lnA_!sxV7A>rS1HOeWc*6}_tIKyO!txwa7mUqV%w zs|p1Cc2$_Gs6+$!*y6L)Gmlm6O6XhNoxHup$CVcZUcwe1_wfYi_7)#k>~I3S&CtO; z6FF341$$scBo5mtz!~}B2Ap}k8{mwXM8JLf_LYT1Y;#oCj9Ag}!4Bkn##;}<7WQt9 zxBTH~6lfg&+aM*3!Z!T8jKbvPwTSa)quuCAS?+ti&^HdjE%Vk*?BI7@yLFjv& z$$$v!9KkwAkj@cH=ZLLy1n3;0o=pFX*4fV7w^9up5eNDTzn4AV8WP1`i){wSs^_|` zLtn$~)+uRW@KQq-ye?;e(~x1tIR^@cb6T$+o(nbWP9}P~(;z1SPW^~$M!XXINU%Mg zL?&O?X56$FTJ8+7rlBLT`K-T~Ml3Sq_d~?qtB@sa1R`Q;SO`P_0udSk(e@C5LD+-S zt!u>p1^o5MBdmY7N9!xfM#8JbLuI31IJj!heS1IrLHLS$#^3kJG4H)w~&c=F9#Uz|Jnlq0SmYb^Z7j+?gc`Tf=j*F80Q>xxVb;T%}*Y6{7p|@KkKo+l{e;Fcio;_{F6J4)%&NuFzLC+fBN9}FJE@q zbMJk8`_6lA9A7!%{M{$bnz-n~f6IUAh+mpRvHac@e}3@J``!;lnQjoofo22$l^%3e znA7g$LsOrJ%yeTZArmlNfz5+eI-oY zgueDrZRV;;;4cb)x{yrrAiuigwB4KlFW4Fb-E9{8p^kcYERzZsV4xb#gI7-SU~eoJ zj%DI{ECcRJ0kiv;D#DfaaJJ4AUkdW9AjrxX-ORsRbfZs?V_#YJ&yyG08~0PVlA%%d zs0Nc3{wj{Hz9l><+x?4>{fmh8&m8fLmJ#OPPXCZexdM(!Yk*0sMMjjHNq3YqDT;!T zGqz`1n2ZT8P6IoFL6ZxElJ1hh7pDpK&pUs4wH&&#Zl)Onm;Q_b#~W*iY|z{0FBdH(gshrun52A04-BbNaDU*Iaq$yrn0n|8~(c zH{78uEc?kp{gvs@{qE^M{UuiZtHBxdJ3GI7;s>WcGi&Nodndp3!}_ZECym;>`^9tS zJ#BjLXD*ri*|T%rTp2=va&d2r*wh3+g_mELuJP-zT>i?gt5_n-AHEo zy6x{6@Fy;G!dUw=L2&(qvG$W9gf=LQwSOcLE?tzl$a8jN3bFoZCbn76g9)!ZTrsye zgstc%rLcQ^xp3gwpP7k-vBc*gxGsZV6RdA$UyG-=)KEiL;!(E3#bIkjgp?8uS)bi; z>$ZXLZOiBO-Lb7X-4LC8RNs;V`(JzY_Ki~?J!enXZNER_lFQ?n`8U=)cf!>dOpJZ9 zaKaN4e}3@!$ESX8)Z!@%#$EMl=-t?XNAKK!@65+vJo<^6>wnO<_pF(}J}ngL6@*j%m7vIgzv;BiOTR|xt!o3nUuErB<$<@whVPxvdxLkdx3?VW)Sg(lvO!S=?mgm_Y zIdBebEJ9CNQ(jwHTNYY3BnaJ;>WjDK^>i))vOgHlC;M?MH;oRA9AQC#bzcAzS~F>N zM-c+;6>iG!BI~E!o)T3C1Z{e-USR`+r9!{dL#>3AbH+Lu2lvKmP1{yT88qeLTA*X(ZFvwd7g%a;8=xp{GA z_1pXQjk)%=FD!Xz$s?)Qq{Vk1A8lKIpz<5nO}c&8e|_th4{k57{nm+}=%K`v=1P13lm_?O4+I(%fooZoG1CuU3V()#7QeS%C-lRqyTp^_t(A z&T^FbNeHHHMwseZfAG_@!US^7;D{)V_thMw2ccFaX47+yIH$Si`Lic3tbKUI{d>1I zU-Rt6oC#iwmtwCm&J&wujQ`7?V8=Pk?a{`YA!es<>bm(2dvfBhnve<{_vW^m8u z3qD)(&kxVK^zqit*S_`o-D7Xt_v}YYAD!IZ)Bo9%4}3Q6+0h5?A9?@LmsVEQ?W$@# z`@pE%KYa0$(^h@=4|mr{H24>(lU(WM(VahRy2fxSo!I8>_lo8?feL_{I6 z7tGe_5+#suNK_TB05qzstgWjlO(eHuWXX*oSMG=mUhHw2*H&YHbHuyvA%8Oh{2a#( zcdg6$8? zZ^iyz)ndX?#CN)T#43u886 zg`Z8JyR1ktiLjQ8t66VL2K=xZUvQ0Piejhw%hvaJYcwb{oNF{f|5CYRtp6Y!a3#Fu z@n8Ac*~|a6VMhP6`ZF^gKmJ!E&)E9Z^qDTuDx$NCzPb~ZHYw;KAZhqmV`dvTy_KYh|yR+`XKTY{;))klEUf)zdcyja6 zp`FqD#va^z$H9H;PaBb6IQyN47VW#^{fKerZ42KT9Q(bSleNcvW!}WhV`hl`%AP6T z|JyfTH|RAQ?1w`i@ikg}ZmhbZMyu?tnWx9K+Dg;yFqKE}z-FAW70fDAX$Yo<(Fzg~ zY3?3*CaOi6OtrGk=M)^QlF=e>m?y zr<^dO`ThTK|IS^{-aKja$Qds``1*pTolE}t&%I3(UXFY*dg=0p=g!|f^^MCK{`~ZB zTdte5=#57nzirKtyYsJKd(UOYj(=QK{+DUrOOAf@z_gvWP3gJijw?_7$H70;PXD(4 zZ}*NeLT=$=Pff}4hX z(6NT4k#8lGRs??^hz3mkyB$V#Ta4<4jIuuDFpAG~RBT^VmSRo(4*#dyUE?+oG*E`v z0gyNuhG>`C60B-v6#}Cr4^zdnM zR8|Ci$)o(-y5RZHab9`Cyo%wUE*ca3_tI zIgrffYYwD^pqE1CK+P1Hqet%Cg0u~HfrMO!NDmRy{8XE0tgN7UHmR9WSZz!*4Z;AW zM2h0@dShy>3%Em}kH9NZlAUWSD51oA_{`*noGX$s>4GXHp`A>5_B!Uj+{{n05%y4`~oAiUv8LYb`Jg#)$?>w zBbx&_$@WA17J??qstMWnIte=1jh-D-WX6&w@wz!L{#vxr(6*BAwh}@1v8a2Nh@hb~ zMTR2u94rH0feNWt(ohbC8UhY>v)mER1RYDjsTy`SIEn6=_D8Ob1nHAgLmyYQ1c!R8 zRQHBrQURx(lxtFWI7%k1r{V2>deV%9Gr0s+_Ch#-Q|wN=w-PjJUX4-R^%AsdykrLz znYH9~bBE@{I}8mRa$}Y+akE&H?S7JSf~FI`Th2{mCT8YnB515GPE$qZfgAc}e|+wi zEYV_G9Bj}!0XDdQqpA{Y{3lXi)NKJ3ksMcgg1b028o9R*XG1z+LGJCF{qVVuX!nCC zU*z^<5NZ;rd3l{X)HJm~9en93T9I^ytdWnXMI7bCC zJcK5urh`z05^OoVDqUNNE;#h41oiDg*)EYY4@zDh>*i*e=pNC-_L-oP5gY}W*TKOY z9EUTpNXqmxkRB*G%BPC(4Y6)oGm`_NN|8RoggLx2=^aHKacENwXamxua=eNrdBU>w zUR3A>)kef5^_uaqT}gx%hqefwm|}2LgD*%J^M5Lno{$^}GK3-Z9fVp0%Dte3y4?$s zD&^t2IuWjjxR|UOt~6wlb_IP7tSi#7f&t3Zxb6n!gZM2llg2^=f-k=7*`}6BeBA=- zhBSLP^E*ZJtO87Ca(ogz1Vv^L&FKVZE}K*=CderAEEJhRbFo4Jr4d?y5j0Z8oni1% zt(mlWm|P;p3yF9>%4vZa<-H6WMjz$q7Ep4bTslFnu+u4;XVMm97pZqq(X1XzXvxII zQ1nmynToSrO zD@?dCR`BH#eO;=WaGt#ygu0ao?GLYoAlf)#GS&p}H0>&c5(*;uCRw|_OhSR_2qzFj zWi+%T<`<6Y5znY~qU_yXW}Qgu6i`2g%6sU}Fg%hK%x@bO_qBKnSTZisa(cWT9vr|6 z%)W>xOv*(tEiui!7m+*2_y3i|{9Z~1ly~SreVTV+#sUlvrL8J+!$L&w4H~r9%^=`3 zGU*3BoOk;4l3|@i9rXfAJhTVz3OmU;iOJP1!$P@^fvgVlX5id&aEd3-^PR@`d{jF@ z;(d8oiAQM|Q10~#fUk&tigNpaYv5WVoyRnk+qXsVWa{nB6zBFyeFtIC7^npRDgd*4 zK~kk$-Zqe;l&e`J3A}EKUoekSu7sFL8AKOoEFA7rVZP#&E1^(8-AJLLHX`CvkcUwz9-E$YHf&j0JHKltqynyLc4!f9Um}h8K#IB5*5ie64 znUi*56bz^%Lzz{Np3&TsR&yh}NR-1Na6l9|HIqAEp5QKSQmu6MK~<5cyJ7*Q*gE$f zk<^lyaZt4VO^%Uh9-Na7>cL~&6(HLF=C{BEgYy&o;`=hi+uwZM0?IM8{mt(bO*3hG zLzk(aJmK{ytBeFlX_;JWPUOI)4gCDp*_>hK(p+#dy;5;{pEQ<>rU9j6O57GCHzlSr zhGDVLVO}@M*}CK{7EEExJM8c*|HrIDhjFps^kERH5~#((g*=i$o6wY!wpLJ7?L&D1 zIH5)}1%p4WqG}(PCYWB{YXrsBJ}$}y)RUoVAD3RyRFk$gkoDRoo9eJ%f@ZezOmE~= z`Jii3(W~8#v>?G`zplw9JNUf_o&&?#j-n1JqE$jsz&4Q9QlJhNoruVp62E|aH7$w> z<()mdNO4w!Rw|&L3LU%ENcV=OlDzVKMYG}3WTpp}yIPm*f*W_h{W}`@3X$Wd&}`_^ z1ar%~$XfAi=%QReIfiCKmtN6alU8Oe>+o4-Hl#bjaazaOPKy%6wDNXYvJahQ=0HlN zfRYInAX0syDJ0Kb8EU3JO82n$IYu*hbRycA%t9+exEe!$r*|nYRy!Gb_9%EUR!<4g zNxp%VqO842MHyJ;7@D<-EZl`L$3GLqqYNy+1$JWIbED!6EMGUXH>FQJLm5y0FCone zt}qoctH5zO-DlRHnv6xA~vni?!rF*eT%g6f3ePM@ds4|q>029sIt0}Gw<*F7?mZ8c}Zl7q1 zN%Lrmwo5=4n!q~_T3(Mw!A%lcAFWhgc^%;b)P&AhotAUlA5*7Ep4n_W)ZFy=2{c!=$yr@Mue9 z`IJHzm>?NJ8p*!zhDl~4Z30RibnY7Jh9bJC3)?%>DJ>0Vx41Q!qj^KuQl>G?q@v@I zh_Id82Gi;D4%@lf1(aSy*v{=1O*d&_yX=EzZU2gIgJY5+Th_i`i5nN8%iCC4)BBXBjiELsVzmmW*Fn`JYkab2l1qoE8sC5Wdn(?A|tdNgi4fnFW~SxW*?oEVReG0iM(U5d({L$ zt?2sE_B?TZnZp)z6$>ecIRi}vzxeZ2T5aG%Y7|gMgH9+WyF&9vT7i(Flr_}6RZHpZ zI!Ig>=!=;g5}}lJu{5TV_tHyo%DPyufD#I&tcyED(@NS-h@!ePQ-3|bHDhdsf>KgW;jk-n}ckkR0ZZcO*0n{6QK8lt1K}4RwX)kF?-g(eap&`O!>lv(EQE=y*&*%p?yYj{AaN z@$s01LILFtIv$hg2}vD59HAFS1d1RPm3KqMSLr>=bZ||q;aq*gb3&-R+ocKiM>ux` zc?G`cm(LWJce^MTPRFk+5qNv{1?gVmF4ao#`J)bk%p?X_x157jIy)fOV z^tR%9TdryWB^j!><@SlDn6!yd;d%~uGej{?c8OfiIg)~;8iw_pqfc~q4D5{2R*L&?-Xv2+( zTo%4n0uE8##$DE-YDl*>m{nvoB%JT)kV^4OOm5l*lwznF(yd!G-=tMTD!Nyl=mlrC zL-(pXQYNJ!g}lQj#rLW^`UI3j=w5ZFBP4Ak?vp4waLds|skbH_SO7KuHpxi^p zka+Y=5%m-$w8)NZ1E-3^3p%*(8=!<1w*jUbo=B~El?n0{C$zY#1(awgp~dYJO)+Ul zJFBOd_jwo`ia8AqJBm4~{r^KTr%#F~rs#z!Sm+6l3(tYgbGQk_n>Eo3Q>-i|miKB> z@e5O|RsrP{dSQy~4oxR%DR@Qq7?avt#A-2L4d(I+-DB+92oubEa#Vbev8#FkWg5E2 z*tK6Y<)lrL$~~BM(TkV|vt%*B4igVX^k5LifhFFX8U4b+ReSE+`{575SKKrHzE6&M z_nl8R?Z578ACK6Q+}V7~4JSXi;O$%YzWm0MZ{GUi+{vdLas60h;XiiVw0+O-w@$e3 zsnJ_k%zCHt*c;v(wf~RrobtpEKX~Uryt{eajZf~n<*ao*v+vPopLFn*bMxymbN+PT z%j@qSzvtWMo-zIFlN$7CGgD98SlzPr#T!FM0UaMWf5Y~PFOQiYD)wMjcW63E^I#XN zd4UEULJx2G1}Cc+QQg>*fb(NlB3ICo4Lo|CiI$axbUu;N!A+z5wt{r~isE~Ngt{0! z{%sPpf+9XDx+fbMi<93+_hj25CcEHF>FvxE-;+)18$1r7cmM2OkW`VF)>riM7J{C4 zjJT5nLoaU?OA8W6@ylDqdIdDjLN9L>cSsSfRP7eov)VE(9d|iu4DS}vqIkaZj^9=9 z7ST!tludZIi0%zZC5c6Vit0_#P-sen8yPcM99wZFH&k!x(nQc#DXuqlQ7)hqL-nRE zy&|b5aWcFjq&ARexn}pS#Cxa}OfXscw_s=I9e!OiOu>C=g#*gc{2^P0B(B7_5_b$U zaaSeM@yym78l4=UIj00P^l!j~1xp6=3(wM2E%jBO6Jcp(14`EHAz6ebsurOCKD+Js@~Ce zQ!k**!#nzJ{URw>A$Xmkz+35x63*xthHyhtOQg7gA4)hgqIiz=rkCP`Gow^MNre*5 zOm9dkNxZ*K(W1gp-WbT{Gku1Z?H>r&C;Kwsu$6v3x6o`_s;x;jM6}OuHZ7%QKM%Vx~dmY=AqftwO=IVB<7R1 zsaePJyRkSO%fwxdO8la|r1EYlNWLA4)5qRQ29$#RLKaZO!(p9@on;Zv1A0%zPFq1P zs$SUgx#*}FP&Rr`#ZLDW@ln-28{b;1Ys%{ybR!SSLy5rL6exe1hMyxu}#Osg?Aukh4JZA0XSkyf}5!6TJ3 zBND>|_J^iag)~kLhr0qN7u|a&q94Iy7S~-_J)*fKjarHd z->DhISuyiwLsaJ(@vpl;n##WzI}nAweXy|0kej1m{bqX^8UiODv& zV8n|?JKCr7sfr^o7v%yYqNCpcXKA@)QzzIt2`nV&yf&-N zMPPLTN+5J3GwugT8IX*Z#+kHg&aBv?8%Zsj)#Iiqm|W?JEPcX`Ja$ap*@rE|#Uw|w zfRbvx2iPRPBxd3jmDJ*45$@1(o4K3XsHBz=6?9LEOKKUV0?H@!q8`&5l1egNm7*7; z80|~M?&!rR_f{suP;CTsT`0Dq<0-{2M!D-JOtuTYy65R_9k*3K`p5|jrj`9+!KV-Z zXn$Q;s9ooXOpB&U*nf~1Gp8nHcV&%UYoKe5C^SdX0 zaQZW|rarZI@>@TwubO|-sJ**iJZIk1=5cJ#Tr&ByXXm`RGK5}?a_<<)JHZ!GVzJtu zimKk;SiCYGkJnUKGfimBmTItLR8?M8QCAjHbhQfGk2cNFl1cs@J$S*0BQeYEp*Gm5 zd57?-7mP022@~${I{yz{t>R`Vl5P^qBNV;ePV~YwlW7zt7(;Kjv$B|8$g5$RQQM1( z-)?8M3Mj2Olcs49noiQ*CRQHbTV`p?WVmHq#qqr(k7+f|4)FQ38n*b}(JY|ULMeH6 zq(I})^s11?FZBUFIDwRV+%hM?hoYEOm`#XXl(QPX03Yi=2o(ubc@27Jjvy554Z|f_ zr8SB!735&6^EmMiR}(aCy7aPMSILp`_+w^7&u%i z&ArPB?J-k=*cW}Sd(4zd0c8=|W2X8-Qb=Z|N>NZ`>Yhq^u?Pi4j40+2dcPYxrr`{V z7^MQrBoq`ey`i}z?WR>l^~SdHphC<%oQxk~qk7{aVN54)x1_kDK6+@ukj&ENtX{hi)zQCy#}_-cE10{QK3-iB+nLzIgmy83;vL%QV&sYfc1`Gy(38Ph^=>o)jQ&; z1=QOjaj3&n&@qSkdXq>NCS3r(+x()pxLSv7f@K3eMk3zO+#W_JF`~-sYahB8!9KA_ zN)YNU-%uAlnSgg$(T5TtT{C1zW0_RAU@|)f=$z7G{oq?zH(8EJefGxN5xUd88VCZd z`3Blc2?Fz|mz+fS+lCCkHRkG@!mZktL?3j`v#lyYy#uuoR1|! z+u;-1wxpKJCt}ft7S>b0zVF)z-lL?v?~`(enwITU}I?2=(G2L%k-GffJ>Z zY1;KfJ;L@V^r0Y_Exy4-4l;|^(+PB&xdINvW)$ov z@bVk`TA`)ZlhhX#63KX5B5NUzg0MHwn}eXXV_%mRJjAWSH7Y?UEB1BKf`HzReO&|{ z6ZnpOH~M6`b&sZ{C#;c=_G<>Hb!Iq!<^Jy=L!4%j%CnuIIr=4y08d>AqpTHBU7~5a zTSC5E5A|M zX0N`FH9LSs1igGz4!HQS1fq*+g&Y`t`}I}+V6-pib({*wZaCEol@EOtQTGIj6J~w{ z`XDGS$lVQc;C0p5PGzigSJZ*sw=Z9>0(Qoek9uVUBJ?TlowD7HAjf-E8o|-uw#Dj_ zYC9(JJrY*N znXN2Yk9g@f2w4}0L9`MCTb08gG$HVJaTtWKM3cy#I!!H6G%|l$4%xzG>V)E-^VEqn z_MSSSlmol(sne%J3FE~+g1RX;fS|S<3KkLMxFm;yA4?G0awzx{2S(ox1s*nyH-(0< znbo1^@*SXDI|pL8xZaQfFVAXyID@hxtEbJMg&HL)F!vWtz2^OScD2Bj+qSd&b2OFDxxi%xSg%=Gi z{Kn7FNSk9}Aov>uZA_M_;(iUm#DZE8CXF9bcO;sy*QW{FbfXvE^q7w6VPG~GY0jxn zYsrC&J%ia+cZIVXVA?Ze#a?=pH zCegI3eVUfuXYb6$!5sz8+g?BZk9W~%JJISVS6(@b`Mo0LchT$^hMKg z9$?QdUO)Zg@}~ALo=?OUEzrf0xWA|f~Nw3wY@RHladH~=a3m(G_F`G|L=+ajy&`< zH(^1@*ZJnOn*s#jE8Jux!tFOI;ZH2c8}I#1FGAdoO1ScZpv#I%xH=HH+ffNuOd|CC zKAFxNh#(i128pm7NOak+J0Mf+xw#5?oO3K*3AGnAO;*x)5YmY-RnH-GMWX4J4cT-J zM4>V=&Fn4n(I^>9d@cxmn{VieXA;mZB7Q6pI&H|%S*CU=b7Fmc?9!7F-A@;3CYmE)vMwzAo#MX!Kr5x zjJK=7sgET>yL`yZZ!Yv`>7v(0ex85e)<>^?x3VD5z{AsGx`|3NQNxxIn@Z2qBP!MT2YDK6P zw;Jn$#h*)Uwbq47rCLR_;14S`u_i=LC` zH~t$nydo7&rsDcJQ9YH6YvEDDYg0|(P+*$gQ6F2RN6(3-z+W;xzTWLcpjBaBVSagz zuR2?Wjjx&>3#P)lt+`!OdRm%0hTz$c2nAJGFH42!y@W2O@%TEVlsZdPsTN_EE0ti- z0w}Fi>$yaw&dD07fq=`0XXo}GbPi3X_8+5pjD zJQfO0t#NS~Ln(Qf27;<@l%{&-{e<4@-1wBJ^t$Yo9*Ss5FjhDt{sdYUie6CV7s^vP z^?E|%vs}28sPKlY6`n}w$qA`wFswVPd>ADR+d@$3^Q9@BWq?q7y(^~@6+a_u#ixRy zn6t_UQ-avEg36vFP1*LV2{qR^aCayvxFQ@&whAhkpzUe}6R&nsFhL?w!LzePa78$k zNb2#bXj>}jtmhL+sH8U$RQE-)@SM&8q4frLUL`7jo+RbZ(xX8=uE(AAe=rUjjiKn&dhX*-t*LjBaV zol7jy5ZNQ$J!?fH-KG^(x;&)YuO?JYBi$yEsNk&gB1T%UT5r(;E~}SRUL>uBpt7aq zMba1`R8HkZ(g-CgKI?_!sdY1I>hyR>3x}4vBuJ=*V@?}E+E2y2GW9ouwK^z7Jwqo%BHe|yhegbmzEvm@jxh_$`0~q zB^u$PY>{58$D3pEh!zd#0*TtwNnANM6*Ne*tX|;E31OD`V!TT<&djWh)7p^;1rp9( z<2Xttl3LIN^Q4)8d^w@@T1O5gDmv>FL9NMsL8Y^*sT2W2FQ{y3DFWv8gu1B|0YfHH z;aM+A)W%~Fd7^o8np{xb(iSD?w-ef?7A0sZiOSA8r3*M~)4^D)yLb{RrOP%DRJgR1 zF8h8$yq-`wHFsdh4k?AFni5HvuyFP+w8ClnE>}4H zdPjxRWD*sgy*~%6896$aF_re`Oanoc%k$^V`w5-X{+ywcsPyUC&L8Tl>zwgDh>V#r zrJ$M{WX1gW#e{yVxtvKEk=1yRPVWGvIxfhj zVt8I7L6u93;dwj|x~F1z9<4+pWL={}^H&jzMBGj`p=xxTn+h64T8)k~Cxlt38Xe~r z5{;8}ouNL|SB`QDb+`GwLDjs&$Je3M& z=mpg-E%(m6p3pg!duPZbD*VE1(+LJ^^?D)+N-vVJK+Hw)rx>*6^w#gtPS5}WS;+(k zHV8vpAi%XmgJiwvZLm8>Z^P5lpz(_MO^-Xpn1Yl`-%%cgrx!pB8Nny$%(888R=uHSaYRER@|n7 zhLRguaXBGOlpa}eTSzp{#gcmz%wD-xR-NgBLaMQ#fm#*yB#IZpL<>aumuRG{*B1<) zZ79u|Gsk%dqShCj8VVXm+WLYMAB173^#vz-iAKqK?RfU2xz1Lg){ZfypxULa9pe`h zdZyNnF@Z$IW}P{mJB3aV9F<`lh`&?=QVMb9NFHS4_qv-MWE4a_CGM4g#K zlM5>Y@jR610M9mXG6+Rb)1?FYuS)wtrK38W>C@Olcj!i14bZO`6 z*l#8jO`WS_Q%F>9)`Q_((ZLWA3My9GV2IvJsFfNF(Q}DP&EhT&59z#&bax zO1O&yvqRs-Vf%!`ZaW3h0PmbO*XR=rgf=GaD1 z`4Xza99baLZ&igkl1el{7E634d&b$dvqSn~XD4qh@p0(|6)$0lkNbK;>DCe-m+Vkd zcx_wQwnG3yISGQ>zx$NkV#Z{*1mmaDil~$r)%**+8NEZ$|>KT z)p0*%Ap4U)kqY{MVQC@deDjKb1OG)mU4siA5@Dij8{;s}PF485QU zq`4;M^@Qdr*Tj%XRCpHk^JY(F%gmt&Y}{#WGUhiBRJnxudH(weom=(ud^(9r&!U`< z<*iNwVNm)Sob7q6az58~f+mnq&gaSoVF|08&y`%FL9(bOwpfJsI6G7m+qST(iJh7V znn6M}u@eV`1*~dfCrXLRKli|v?o5u1^g@E?YzCN1T_l;HVkaHkavb?4LV;E3d`MJU zDwEP`!&*m^7Fc9PCW%J478P5Zr~@Z(1hsH1s@J93-~~^OB%5hO{)tP#{bum`ZbH`+ zo^KdsUN>%)ZkZZzYbC+< zS-9;tv!J+_>^P-7v2V{i@S^ykZVk-w+q{Au{|ik>-yBaC+F|B%G4r{I`COCvT#NZ! zzfGpTW8`Oh&-_EaOxCClf&FXoj>cNh!Qhn+TA)>L48$V-6dVWq z?V$uHB}fF~p*DDd+WGnZa(_Ou)NJD+IFrqM=!f&V#!9^n-sKn#fWsae=V_5}Wh_~v zTb*DmAOCiaVOn!fmrEmG4`@nkSo527^FHn)dZVj-Ep_CQ>d4KY4rF^) zHmHtVQXRRrv}SL1k&FO~xl_!A)&@+G-+;`h;T5ScELA-xs;821Ej(&?ZK^383QW^G z>SK%a=sD3;IBaRFcY6_lSz%sbetC`$&hN2;1bc6#o&bk?f&>;=s{{R+{K;S63XY}< z0_0%x-u3S3sOJuLpcU-2K}a%xUa zkCiz&KLy_&)(!jvex6k~K0gPzAs_g!*S7t0Hb1=c%X|D+Z0P&&w?}=l``d+kZ@l`O z?(N}K)wixW@v*TV-?nqdJDc9UZF|YUle?|%6Cd}Vl{c^0{P)HEZhWEF;u#}%7aYCj z)1G@j+K z1UHs9IM@1>t-7pxe?(MWsPot8i<2OhjWs9zQxmbMKfe%qab7oPDRF;Z`gK3;q_<&z z?#s~ljxtS(|24)`XyX;&pB^hA+`<2;1Jy3-x6JD-=6OAor4;Ro|I+?;#--stRm+=J z7yPE**4NIA)?M0j@~K~c-+64s#IMdiH#mIcUmiH}`I$Fe+fZ=*)OW7yam^`TtbX*h zvQL*k`j?R}|KAgZ&p);C@JI7~>oy&J+|8R-k9?+O=GtV!Du z4g8n6(-r1v!J=lpq^UqF(R4is3;=CFbvjr(iibi8!#4~E$-(>C@p$kaM30CTrC_%t z%SAE25{7PqU#qKDbJ-;HFRFg0i0Rsl!*+%cI|(*TCP8&a!XJnQ^*{_ zg#xmFu%xoCV!D~V^jp91kB=t9@j^Ve!#<(c73W*Y5pyZZp@FYE02OldaHhf!;8qK} zg$zzUUCLb00%b;QDXqMRiw!d8Xmw*O$Hh z-#>3F`|9kuKf3z1qZ;0RVe&_Fe{%MFyZ?9NBRBjhzD>WT*IVbTzWdVD+r6ItqQ_02 z9CiJk1;4nX$2+@zdCj1myPCUwaLc+ghp)|F{M5~x+TUJ!#{a zTh_nx?+Neidu2+;hm*fw`OxJ@ocg=pJ-Khx;?j|CE?;`g#G+wZ?s=1*t3P>pLA
6iubz~_MpZuaaQP+vvVy##%+S*E^GXBdffBv2C{R{b%7xbaOwdBXk81+o z%;|$pVPyHOBtG(D+n>YP`+;UAoT3vPar6V7eG+r~^rXF+$4_V28g8a?_#~{5?JVM8 zlwPSvLMqlnEWaV}Dzm`1B$g3YkQFMX2F{`=Oo6*QXF+z;) zmDGc56%7Vme{o)EL1~UJ>*-qhNGCL&GYJ5mD>Vyj@i@Y?5KPHPo3^FPDKw%pTnjtf zEpP4^d*|{G`kpjk$yX(NCyn~gAL?%%aMP~n(}R{?GrR1*!Pm4GKDq9dXTIF=$M2Wz zzF^_TpSREN{o>Zb7jF2UmXCK$%-cQUWM99#22K6d)SnKm>b#!MHI`=uU&pm|M-{Zwfy<#@7~+v$?GoecHUuUeLSp>zq0JN)tiRBWDM!QyZf3y ztvR{$1)tVntbU;|g%OH?qj2`7sa(r1D+`pB7Zl_dmIiFkOJMV0Ql@pSdORF!X|%p# zTs?Q8oieqa3HI}BQl{3MatUrM|9P(UD?)eK`b=GPph79r`dBK^S{Dl}(vvU_2g7E1 zx-`F$q(TE$&W_Z+t-m*XXCLCZ4@TDT1LGa|;YZn#10AT)+?#ln#c+CxG(VT5f(&;; zPBKiex30WxNr(UTsUQ$JuN%W9RBht zN#E%?9qos$fBv#Jo7Nt&{pXKfRQkk-B`+L*OrPMm`WyO88GS@q&*F#X^!~Ha-4>Mp z<*jvZz3@xl3_=7OAf|~#5;?`qh2_E0pjKWM)B+`1IaB}}F)z)87FiK9=#52SnF;w0 z3?Vya?q!h}9TGyQufeYqd@k?uaG4`QCuA`Ls75Y-`K80(zv|kO?zeVZcJ#elugrZq z`S;Im-gWbRPc>}W_UF{z;aeZyAN%9l*LPepYuWII8)D^u|L2a^-s`yH%s*cHeE(Z! zRX%pa^VfCT@W4xNjg6mwVeGTde=~Aa(VS1(Z%^);xap2Z!)JfI;IVBZF1zo_Z$AC~ zvTZlNamxvJ4?HvW{QFn^<>@z8pZe-s2B?~Ue$?Ok{A$BlzG;>eHlSciH6KjEGRMg! zCFOcvFxZ^e)ReDj1)6Cekfb5J^@eOS16kHqm~|Bwgxajk0b71h6^n)f;4vN&h{6i9 zd@rq}05vgyc?1v|`ZKtu$oFfH$pR)<6DUMvlpw%!ht@)_IL67-98* zq$2SRigWyBnc=MmoAhFkT_`Uq(7;M=0K=Q81c8U?vQkBjcsb;|yJE!%9s)JCiG5tgn zJaaCJMwYME;n{RglI+ z*D-5ToU-gqt$1N-2))W<6ALOhn;aqaYGzf+W`yv2GpH6s!FjgoCx+#iD1wnIB&JsW zDamA;;LO(`#lG;`F<)8J-+t`h6PyDtK2W41U&y{sa3YNP7jcGn{yTTTKOg+7zxLWS zm5HxE{Qcbgq~A<>A`%!d@qy#&YA@PX@Z%c? z-1*?=H@*1SioDXBPWV>$rIy_=q4=y{G?$){`i&9q?frCQuO8pr@UE|(71@T5_>@== z=vqN}UTI!Yb5j{uXof=qJ0;GDCC4c-tW+7@)*1@O60x?{4u5M$Q#=$5gyZLz6lo>F zf|6#f5LfsIqv22!c9z$Cy7%RI?-{9-p2ibj55O2)u0$XHWJ4H07Srh^+#*cl%6^;a zPRLh=(e&(YXID49c2@s!rH^-iWar}Q>vw!rzT?=Xr(8VY!EcT`Z_~@kGn!K8PDyP1 z(~y&Xf5vOeM!od;^Wo&{k(zm(n-@*{e%^n-JoD0LYZ~6X>8%I)+`eb)*OQ+bIIF4k z`%RC2f8^F)`yT1>$Pt$o6qY|&Sb5gIo_Bt^ec35IptQU=GmxBSJ{hZA<#?Rx3yQG6 z>GsK|$lr7azsGR{%(=}s49hdEaAm6;Z(}iRMQ!82kGA5C1>RzRdEo)7o#?ahoDw`w z7M#ncPdJ$+T@)O=xeHG}k1{8w)?zMJwWVd_i{ad+T8A+Hd0gV1YL~cf!dTh zZJag|)jW+jjMS85gy%9(5O7z74WUDBfL(`n2a|WNNlgYjY^{!2lWNhEAggVbFd&uZ-PM7%P#r~47}GE4P~pgo zKIx-$HYs<5Jv2&FFDGhsP( zT0Y*H9H&f>y5ZM!l}8UWWkMwfiHsXky)#FI9cDUH*+zk}WmZAc!6ahY)ur)m#uSKH zT>9Um@ZwT`w1R`F1RY8?DOq-H3BQ}r@02vgY_%So?z zmYf%BKILTxArXeUdxeZ}a)*sE9r({wCWHC!gk3K~D0$rFSD!WYcNHhKZq;8o>Dl96 z>T&ww7l!^}%w_cpCLMmoKRfU2GdS}2s^QCCZ(l$1iw{;D`SjI0cjbI?^a(k4y&2qA zzHZy=;~#wTmXoeH<^J*uKN|G?$SW?pb9~kK&J(MT@U5zQxX=Eb_wL_w(J9@N<3{cN z&4fMoewG`*|MqboboRM>UAXj^%gg%5o-vX;Z)_g)i+}y(tvH<>gmT#M5zh_=O9Dmt z#acmgahV>}N(-PCfD5Ab62b$_@Oa8YXW+#=Ht@n0hO- zZi0EW)I60UHd&OY>Wuj&)*nue#ahC;-?&?}Db)-zUioGGUDYflLU+#Wk1zY~=C_Pp z)eMc1RvZ928p?JXV?OM7R6;~J_ry9w=5-eH>Ao;8m!*WvcLGK-xx&*{_I>8Rfx9nl z{&n{ayZdy%f8&P1i=No{?^PQsVrLEN`0ULi-#_)svg*OD>jw1dang>* z-WprAYSMrIyR)j_j@;AgE}dHO>UkRnzq7nz*Os@Z-#B2xJ5M}&`@F+8Cf~YY!}9pb z|6G#yk0E!5dp)&p$g0~1HQjpel_UPM|NYXTx9ER-_>LzGSGaz=u0OT;jUK)_MhqJ` zrrAWIMy(XARuq>Mg9E0Df+cxHPzkIjgeO$tPQdH1j#FN)Tl z_sQbUTSkmJ`k4QGbocVv*XA`wRtz}ofeY$3U*Fm9@LspR@%b0pOV>R+qhv!gT-4edcA=J z6am85_OSRcH2>SBjkAv{dhc4_G(>N!9LBanDsL(+)rtc^L{Tg58alnU!5-QY%t*#$za*5X7L{5(&ra z(7zD???XHnRJ!n)lTI8m7$-Oogn13oM3MSie`> zNbD6{mIN)fz)dVgCd_!LgA+daJ!ozuYzWJApx%~b;IW{2gl}+g;*Z~d5Pz8+*L0g@ zMXJwu1EZ5@&Z@5tMK9s$zppKfAJPaKfjmD)VjqDw(h~|ei2jW7|OCfWhW{S+wBzJ5<-1=vOMWPsy%q7e+*a8|$D`=jDYDN^68^cVU zFhI#L-#N673B15Txd#IufpY;RJJ%YpmlM}|GJ_lL%@&OT7qn#)+R31YU#VG;BIinR z+6iCpDVSjIVkwh^hp`-#d4*2o*hqNvkujplnWI(BFpfn97mC4?zj-6@APfF9r65$u zLyshm!!$2~?td;5QP--)iOq`kq@o{7WEcl_AoSt)W8q64 zoOop-RhA8p`ujRo4iX}w*%kpuFF6HJ2@*8C{)BQ=DB|J3P8dh-jL0~lucA$|)%6Sb)c+4wvOI@pU{1yf|kj29?7IWPWPv@)(O zCJ%Hag6yM_cqWOUp)^H?BKYitZr)R|(o9;F2LlZO2fIja4`+goN#H1XOAJn;d${$; zv5_Er5^CV%$d+JN4`dSWU`#6Dw8L^u3U34e_v1v9;0ifCY(&DbM2ITIBpkrWme9_v z1dWGc{>|m7CaF&)W?ps{9igivH2 zSS4Z%qgl>5CuspK2o`AV02^H9R9FD2NkS3O>)OHQ4vs55-kBU5jVu^}qamHJAPYte zIkH@~wd5dnVsPc?gq(P4T%PZ&Y8qN#zoeXWhOC~CparTf&N?MW(-Y* zzNf(>yT>E&5S$pCc0v|1pyklov{OTfV8a6(AthFkAac-mP_pN-d?u(n1~)h+VcikO z;q*_VGW-mL2TG3ep%RunI3TE`@goeFLo1VBpC*V68+bDpNR!I(Dw-PDOh`3@Y9nHh zdNclwRY`;PmolMKq9#gEBR)yFvLNehZ8wbaXi1^(;|~BtCB*bwirvhWJ9!ID^NB z%kfF@G*+2GG)D-|ST-P?Ob}7zp{z24=5&TU3L`WDBVeQoJ6+(TYGP4imq{qV3yF9> z%5H%Xs@zH23XuqGsH)feTPu)m@##0kVu84WEm#uvsF zv?ch^IVjnyy-Z?(=EJ79-J2=S?UVd^Z_q>qV3rglRKOLW zvZ6FaDOaON5_sJRzhEAvTnRD*G6*g(!olG_wH%~4+w8hg@$E!jn)91MX|$G~~X-0|{wXL18-nX?b7ibS0m^C-mTJ4-}DOJc@B z(egLhN9vN`@Oe;$9pKIY(egLH1qK)#pWuh@%M>qv^Lg_q#?bONUnm-8($jQW989kyuOn4FnmTamQ8-4#Z9!sFVk)BxCJXhk zSeQGu@+J!gF~%Ksc&7hj=Am6US+Hg3gsgaKvTz{}WY8uwq@>Li6jl3>F57T&b;dOp zM$b2JV%J}wY9EIt7+&sk1jW@p4$OJflc8!K2dQYNNt+wU+P2B2I;>65%u*hMvg1&{ zN~0D8nC$JEY_cPbFOOmiXFJjaQUt4zqJXU_can zF_2=(qhLY>h?FcegygxaxSFAl;+?pl+b{_eSDnOz6Vb*%7MdBt*%Yl3Sp<@0hNE3#WrH#3#xKY+#*Who5Qmg3xMLJ|j%y%%kAC$VJ(T;3ezc z8z!v{x<_rOjSnewfeE4!gpus~ZkS{?;>M%ULFcX^F%-c?UD)0bjc8FYx&_V7T$haN zTEsAhk%6{75)rm@+h92T&|y25JCDMP2-~@0(QuO%w#zUB^x2`i2wI4R1Y8{F4waSfa;N?ccJk7y`^P7&f^%-k~*-ORYAB&`DJ^r67nDpHxNjQed?t+Wu4BKM*)RW*69M#u#&bCqNwi7;9pNJ zj>Q+j@_~57EYIeYq@cPpehUL$&^x)qOL5&9pEr*}4AsH$g(6`larUn$bq!^xrEZh7 zeHKbxBN{Q0f|qLBd7iW?V&6GlOf+RcJP7(A12k#L#gs;a5C0qj~Zu zfaY0~7g`t^M)HdI6~^4N^h;8Df;?NyMiCivBRWA0bwSLHIPxfhP>Kj52#MlB{M6~- z#-dQN!?1!e|Kj5Z(P8|!M?zhIAHm+^uZsm1ftwh4=t0M0 z5@ZH=5OAC){ECmqBpC82cF^&dgd`+%0C0phjtCS%Dk|@WjL*@Vrs&|B*tmW54G%`B zyxXA(_D48(1aSpE^yV|g<=qa7T0$U4RS^zR*Ynw<9jdqG zHo!1L-V4KxN^dK!x8<_tQIMf}Tdqtr#H0;`3g>gcn<0pCvPqe&5r6vb0BnihhKM5o7s{3U-BPZ4AoK<)_v#qkuukVnyjVsSze8anb)0g9?2 zXX(w>Ewuj1P@)a)DglS6F5yn=P&K4e8;mNl8WN6obV#Lm6O$8n9)%dHhIA5(#+$Ti zNJaOm6H;(SJ9MwQO=Um|LdZRQQhcwv&5uVxgzi6(HQm@6%*7SD$JntE2AKQcsQ4aZ zNA^65G<1)#qg*uPqz#hFJ(zjXiS-X306ee0SN9~=AeZ98|ov+3R2wwDY%x!dYK@p1oIdGm_R ze_!11#us`mo-uNF!O?3z?YZ~E-6ubH-xs_01ski6T)XMPThE-|G-`uBYS{ia&PmRX zjs9rgk1l$o@8(<1IeqAL11j_(!z0hFEt-D8_O-sl0gsQKw_rv89lgi+(mj|d4h<)1 z9&D+a4K(NwdU(q>I9VlLr^nkvaD1E{N~E-K1rJ_lplM|)nhZsBzf)U5xLvOJ-XI|n zy@$Vrf>uz3M@9E!BV%#$`{P=BssEUFc8DniYw&DzKsNU3}iJ-4iTyN^YoJS#s>P;P_ zBB3U6FucO2HjrnrW=WS}A8I}mOlJNo*x9*ljAc-XHX6O7cgMKl)?DmQJSiyzUBu4EX}M(!P<5}7NLPEt@J}x;?0Ug zYEltB9tv>RKJn54LyNJ8F^4cnVNdna0mGF?L534=j5su$q~&oHC*D9%7_x8hn`9go z0is1Nyx7E>Q(Fu-_p!OF5^qjydK7}4s8jsQv!AZ68BQ4F;L@a8U$#7hDWzoru zqfc*zG3f5{E>(NV5{e$u`SU3Ff*BQ0!_J#-&@M0FfzRCy+HDO8A{Ph;Tnt5O)cs-H zpv|U7k?8IQZShDv0w*Y|z*p6Zz7NLqVFUZ3Aud1>kI{Ur7KD}qhlES6=5wD;Rb#v;mnZYG1eVkiWANZQyv8sN;osp zkWi9%f1RR9h0T1tqb(V0iEC}G9scp*mKZo}rIn8@G@52=Yk&;_?S~spGqLGW_@U7> zlXxT^!FIhvd^F`tQ;}#hti;SI&}iz|2)jEJ)A8du#iOYsdmcp|8ciMLA|WR+pS(oP zJeDuU#AqNEbT}&UG;2!b-ck^JD;1}Y-I??#1Y3nHpa_RuIuzT}BAy3yAByd^f>=~N zvE^gYX49i+bRUXs@f6`v)jAvBT62r@$}9AE5|qgWz|D=^*#}x@6Z;DWIN`|bK1!=z zXA@)AqYy>wY+^!^K$Td@ps1`5%LIB_G!SajxTzOZ)|XC=ogn7s3k5;5|^;BO=jF zpgc6B@}*&_E8G=0!LUBSMHSawndBH(7OWf=Si90)5psABSzLEzN*yR9IgYjG(;3@P_haur{TOR?lpD4|o9DOqR;9r7pTQoQ@! zx2&R*a-G@;B1`c}xlY`96l7=_)JZH=cvBRC8Dh-RTT)>yp5cOc6oEN3G0+AljCj&$ zMf-FRaRBEG>s@YCkI{fr$j2*CMsK2+WR0 z0fdfZ#&VF50m*o2n2D;!%#3zD9@g60^q^r1CRcg_3m?Btj~$bH_MyG2kYsb_QBYmv zqHGdh5;O6NN@{Vp@YidJMchSgR8q^33c4r7CAADw9>o*dsK-b{LP@5pQnWFO;XXs` zjy6U)w=xihY9pZQLa`McPbuCQ<;wZTr!J%m?1VRYb5 z7;uNy`G4qY6(>WHaFbXbp=ftIA%$Tk!zfHJhIY5Jv>0B285A*0c@#+~C}O0c zu_W!LRYmp27W1G&%s8BkA7P_<<1}InCwI4`xZXI8Esp{U)f=bDLqkg5nxCR|VuSx$ zE!k?=feDq+Ix!}~7;<+>ir0xTJ08VOowcNg<)ASm%?&9kQO9h%$400`okMQG2#scN zf{nhXS6dX9sB;+eD4dwonfw8>fa6vG8OqqBl;hnG^?K z3mU6KO>r&W(O4IVhuV_k6A3-i6b|W$#)fDp*)cH~O2*>;hAQlJuKaO9?W)h-Io#*- z9Zi$?5I7)E&DNNeOkDaV(obxa8VVK3q(oET zj~O3&nJQZ~Mq5Hrom6Az&|x!ZH6oHORwH_Cx*E|FiE6Bqg2sA1kpxFmMv1uU`yr!{ zI*%nmV3P`}^+KuWv|mrCcRHWJLrBf0B72OEkgjU)9}JUDZ?FQ_xi_{a-(_u=8sB z9p8TS-m6ztNBO?Z%F6PUm7m{G9}Okj8}f4U^8ES!+@{=y3Bgb@7H=q5l1jrgC8{*5 zL7iwqv^f-2$-n!9;jqsKep6Qe#Ydgh`1a90pRbqp3w2uUBlt1-1%K#U2L9-_9Q*}* z_f2gIh1K)3v$M<3&(=m~o9txk>|{fBvJG~0BK;BM-yu8NZ_M(IC%70nY^EAdgksSP za{StVBZrlx!pT%zy&$Tll5r(Ga#(e$F&qj^Rom-g3)JWZ(G>Vi+Ly0qTLBoApOc?k zn&qo>tFUnu(_+C?ST!}bcXD?_b0-iy`w=0h3hP9v5IvXB6oofR` zgYj4>IHk(LWeld|u?*l;eSC=JISG@LX}|=A*X_cm0{6y3Dr^+L-e^orMfOy zO;RFi83;w3qCu))WgWn&WMKs>>+=a^Qw1w4oj|3#jzT8ILk@8t6@{3joQf6}g_ut! zR7^!7CWS!dx~>LJjwNfNn!adTRt5!79OSiPj`B55Nyl`X6; zlEwg`a;h$pMkrA6t{0A{)K0IeRpTKg99ry9AfXnH8Dlt=FKpqM!2+RvYT=kcD$oF~ z>*AHM0MvbkWlX9ro<4+A{legi`5eg*iUyYL~nMi6*6U-520`lR6)~jtf6sTy|*=x1VeO|e}s;TVN zLeHseVcDzY@r1gm?A1ahP~ooY<<;>RL>_MmmnP>_x3GFS{d7XxRK1+05~ys~)keTs zs|w~?)xncc)kf<8PK67rHd>!gsGO=cTImETJ>k}O*QBD!P(-Z&J>z8r4_cz+s`9ZGRGLh zX*glY9D@bII8-vnAQfl;*9E)U7A39*E8wb1R0%uyI;vpD9K~q_VFf!T6NDM4f*q4s zpdnn(H?^(tP*R1BBkGB3>GyK*hVx9cq(tRf#yZ-cY%Ng`QLC!g2@8;|Y~hxr2r5h*Ef} zF_DA?3w!TEE1ah9bcNH8w^cYzCQ#w-{W)MwtI;{kskA@04B%9`IDc+=KB05kpIhhz zDt(&U{GqP0)*jyj$e0;Za;mvrRLqYbOz5|g$(caKx-P2KsqwfHa@e&*71bzeP6Z1q zs!a8nY8O`DXYoL2pQ`V(XayRf!L=Jv7bVL; zXY)kR`>t;Tw>QKY)Vpglkkc4JVNS+|55gdq@bG;k8l?`%c34KS4*aoNgA)2rE$a8wROB1Gt}lSBd)?YgDgsc(>K=|+T{>J`?~jh;(rmTKunp9@r~>m;eZVgi6K=;`K7 zlB@$bl`JetvOb?sHkBk<=>#g>b!%XKq%p48I}EBdkf7yMwXoJe;?abbsn$S(M4*CQ z$M9NYH4c>1+d-?21G1?Yo;8S5<-%fk77v8(sTiI`E6@n8dvs|2%3_g-)1ezwkBB=LYU40VFap$Fr8AM z@?F>7b?#E}u)XG~Qm}=dQ|-cP@0Q0CI;U#y7BYbfzr<}hL1V2>O(a3g zjaE-@{Wjw`4G<7jOt4{tFvP_iTnjXa>qT#k-C1g5je2S59Zv*z1+5oFYO_wF;}8qURD?r7EZBbAd{A zy%%7n+5)$MIaHUZ<6LNRP6Z3w3qU`eP&2g`fTj|tY}XajnW3P{dzK|Z%c*8z6;tBT zgpR3-DM2Do!56!YT4sjg$&?b-Cwa$}#NpahVnqM!VVr7j6cwqkxgabsCo|6ijp6#p zmsz1G?~yMiDW}qf9r#;HzLQcg7r zc*U(xCa`F{;#LZQ%5_m))VV5G+d=`gHWW#P6~=*krk;)JqQfXol?$jYIxs5D+ z5DPSfi`^XtgCV6k8cVPiVND|#yE|+~a2i0s?hYFU2<02QJ8TFAD&9p`n9iJjr%qig z7H(A1wrZNHH@d=X$8aiNKv$S83xxWOt}t6tfd+7~#HX{T9jiJsq%O2~^2QP$lb%!Y z0+#rgk0+FFEb%ePjwFRw$5n98L<03#K?(GT#6&x#a0`8BE8OyUJB3@w1S;IMZ=aD0 z1s2q*N<5Hue6Xo<%D1PD;8eOW-=4+*p?1o*rx6NNyldZH8&IQaof>Hc!Hq){3|0jo96d=R!UR%@K;k3^$Do6xXh) zzG8eT6b2WzaE6^0dQKAvb4`}V6Pl-7lZ8y6!d>*w>u;*H%^ZqgjXRA^#_R!{Di_c{ z&wf6kbEAKrO(#(4F53C5ywxfo3`$>vGd+*d&gVFe(*y$A`5f6GEMc_sIg$%Bh>LDw zgGG47uuV6yX$zy9*lq}?83c3_+i^fx!00BnqZFw83lDASPUlD~FC0hKM5qpaai%!8@K&>6%@ZEyH77o9Qf=Vc!&95rvdu>t=|rg|AZ!_FEu9{ z?J)D%nE7nPe74Sfw!wThU_M)WJi7VZi5J2!wN7-VF>>8rf&QQ`lQk+sVE!MtLsUP1uKU4b- zcpDw zMAcL>u7pPpt4=kBLxHJkdtGdS8oeNz3Wp7C^=vBuFw4)$&n?aJ!TcU8i1Y0&R}NBCTMdAy+}hi z)YuRORdsFFj0f|;k2uHUG^qd0)$z4^pwB&vZ>aAm)~gAAMtk31alf9({Tdp`=3_(G zKsL}oHmw2P@lXRDP?R&WvbrtL%KAC@>rq|6AK>3Lwc~QLfE)6G|9b2^IBVNOd%nEK zfAz-R4}EvsC;PsezyIdzzUkT)UQv15>Qf&b{qgO4cE7Xr-P?B+^*^o4s$TIi|6RUz z*|xte>~r&TJr+(Mu`loV)t`3X|Mz{TZMpA@eFuUKmB+5xy6Lua<~EMpsE!$|(>`MwaJc1#Fs zK=J2f_8yHn`AvmQ#Z9@n!NMFRUja`AUp~r{Ogs!vQdd^3Dv9<6<2&{lzrX5y%kLN%8$x*T+=(R&)CgFM)Vzj$)A%Kb$MQU z6>}b(zW34lANt%^YY~G04m2D1FY`;6pQ8i|n$)7kJf%oc)gUkcv;pinUrVxG6!R-!>L&O#Ue!t_n}q&()o&LuU7vB<&JbcJ!KTS1 z=M(re3>k`=Yw_1y4SH%IK4_J{bM|W53;Bnw9J}plHK~+xIM+*X@fISW6ey<)WP*-6b_xWF8*}rUngYSRU@%yi3zPxAXg7X1H5AIvS+X#6 z!M3n4DKDA zP!LucM}dOaqV|jOfK$(D03%Sb3snDLOJ!}@G`)K1H-6wB7fpua`8c=3KB33e7a7G7 zeJRRjfUhe66>{`2Q(*^itGL}l1}C2`Wi}XrDkG+pM%}|f$_~J6CigI6{8gJS^v#|g z+Bbh~`7h>{-u6FF*I)M9lDEHob!W*}=gt1fb+;c^|Mqi}KAQcr^WNY0zndSv=`Zn} z>dGE(U9jrzD^hRwchj^O>&_XrCU@bJYqz$& zz4+{Bb`JYz^DS-f|K`jmJ{+F6?6dnW{l_ou9Ilw!}3Wuov{ zlEBwX=QXPj_W4AO7&ffsqS~N4&Xo z@d*~QGf5h zWY$l+_8C0;t1}0Wcu!9u?(Xrzb01c&Z1dHTGMK2!g&r=q$X}9|Q;->2N^VYZpfpgV z<`)D?N{X4#nwtq)DEM(K;OjMg@KR`1exrzwyx6WSxO(4TuY^-{oHLGksM#lx+ou=p z^*Vk!!^U(og~2Cb1-Dtm;V8Xajf9#*N;KI}KD}-sxcLQ5D#kx8OD4;2xc`;pnOa@_ zIEtbZ)QwrqHlB=T28t14b}y$saI0uA>G}(Eit~!Ie6G{A^qG!pKDQJASgurWu*LI; zWdvtQMp)XGE+^NFZsD5S*=~Px_vky9e%O0xzeQga?VmXEzkjN`t=}zsqfZT3ymDsA zeFImv+NTRFL5g$Vr9-d&lzI7q$D>Pbq4?cTr`uthWEr%@YsofAftyFB|ye zdD~{L|67+OR|aF}uPJ=_le6H&BaG4=O2V^k=s75S(@r9#5 zxc2&@uD5kra{RqJuE~BX`M1y4?p=G|ll9wozM9%UY{z2H{Ly2cy`js-2VQt>U zKJVjskM10P<$c$D^XVU#>|Fc$t%L6Fe@^V#53YUVsn=JX@$y?5sG5Fx+1B8bD46Z4%{o13VfXUPZ3K6YxrMFdJP1tl* zAhEcEk=I&&{oAhxR{Z3N&0F$)U+)?8m)`eZ{ny)eT~e?if9)OXlKhkQ|A%+Jnfk+a-+3>-SG07=_*ZvT z6b@Ry{?sk~7A9^#pr*ow{d(QCZscG0b&P)X=QH;Gb@h@J<^CsrJ+J57r|-V~HyV&X z-#p{NpPxIn0R$d^m)M5v^3Dvqq|! zbH&bXeWBtoRI8<*D8bWnQ8crBwGL;~-L+3RwK(HY!xG2*nb6)CjSGPai}ETAMSA3- zg|<4LsRu?Y?Q4`st6864_nEQ!(#QJiI2T>o4pqS@?z29RZ>a^d-vQs}40H97wZc+s zmDmK2(1n$1ULX;*EnK_6Wfr40VNR@7tvij%N)O{R&R1~up(2EM1u=>^Zzj713X3S({?CWp8c43sWc2t2`z#r-I$o2&qR~R;5fv2){R-8bLIi zyH!6iEys8fj9ej+TKOj@ldYVYuSSY};q~W#Wu(7-tiO*l2VQunNJqZV`aI4=81v8L z4Db9;cE5jZ`m4YC`qkx$umAqXyEosk;G4B$N9F8E-8gGe;p&M?w|#i;+1H*QdU*Qx zUH)|0lyRp9n;)9;Xw79St{wPg{hZC!+m;<$H?3{|6YD1A6@2{JXFYFPf8xa7O?*5O z=r`eklWVIlJ&^a)oBQ3l=^wW||LC%u;#&rNr}|P$ZW>>B?ys7P&rbbLi}&__I-*Cn zZ*F?mS7#O3gb#m8tOisiuQaDPr=Y2^1S~YeDZ!c&XT*|iN(?(yMzywt!m&iGwWZzP z(%u*k1q0#uMMVWlQ82HlNy*0@{=sNC)QFws%1`&dIOlz>l+s=M#Mccl2A3<*7dzSD z29UvYdJ8uX)3~$WWV!?Lm0>nLugiIrjjx>BcTDkPT_4`Fu=2*;UzP4Yaq;PwjoZa1=D(aY^p9u1vSj27|9Cc>d@WKnr(@fKsXxs5_RDjwc&4iU&0F4j zpx64(c6>eQ$^JEsEkA61Tvw}+3pA}_ymQ-1lm2fE++<*p^C&${b_4fnSF zYw6&R&+WgU>(4th09AhySoHYE?YH?RYs{OdDe!A$%FKB|VUAi_lwVxZSfmygmzJ7! z6vF>Y+EQRNF*jJVoQdJsLV8a@RhbeF*yOx+tLEmG0)0<;TINd+)KzhwG;0wJf{Tb$(*@-dctX0(nZ0+n|pEkd7Pe@8jHDD)rOX}Z<=$b-Xii;63irL zGOs-k6^itKP%IE|FQ-1B)yvg?YlrE~9YScq9ED`lLV-A#I6>$3_(0e{F3}zhR763Q zq)CChHf&PW+y>`i$Q)UNzbsGayEKM4j^IpU`CEjnor8`~w@Ybrvz>=QF*_iVGR(+F zR(^Y#qfjOog(ka_W@^2yAZ?=7Hvj3LX+Wq^6R}hr0NQ4%h7}jELrn(__SQs=THo%U zHd9mMI9-h7iCULBZJyQ&)hvzJ%+!=*gy+&v5O7w6385n{!LL!9!eA?K2<%ZoKI*o%xPL#3BJh)VF^ouZ_>C`Kat=cPTjpKH3{snHD1iBRI{1{Rc*b60jWIau6DGA z>Ntu*OTVB)g)=kyN}r|Ol-xD;&@4?ooX~AK^?|8Ss2YIjLkxZhg*F{V@Iw`HkYcGH z8XaxA&M~l8jXfJ_`4oF{TrxrGhTqdw9zE2O2~`{TJM9Wva-9czqf!+)kW8O(nNeDyMfk|$qv-MLf# zP&Tw>hx*dcXHI^h+gS^r8~ms9udJIl@#w4n)p2L9fsw~n3|sPA+lCQee7Nk`r>@(x zH|vw*2W8#$W^iZex}C3$+w{b(L$5yl{?bc68t}u2tFOFsT*bJKQ!9`0t*Cvd*TFsa z9{lXm)4L|ejNJFT@t@uMd3OB%^(`^((A|%|HM(NO#BaadQ_*L4_L;R;OeuSL?B;>*EG^r+{q1Qt_Z$DtQ)jvOU$K#qS+^|bk zpWOC(H(#wq3==rI*?6Kxr5LPM6c!bN1EvasML7jf2`o>j0kGjPh4 zq@riIARAEQ;M^N6rHz2oRzT{Tf^Ed33j8Ibl-5u~BoT7|f4&@f5nXcRlQ zAa4CLK|Mc4)ZGZP3^agdrR6lwd^t0Ul^e}W9Wb)ZQ2RNuPISB2M!AOrAC4p31Upx7 z3aH+J$cV=A+icKia6!B4pq;eI5Pqk!AW6=Z;rh|z#L|NS5XN74mlk4bG)G~VjZa_9Q>nJP15@mtTlikh96>& z;51RIoRE#plLo8IM!U>WFiB?2c-O6+^J3?s<#A;pdG;m|WFL>j(@8iDrARUq!Dk0_ z^PY;8X3(lU9B6Pj*ac$Wa7)lJ5uEyMh`|W0hZ!H)4&sDQLJoXv+2VZF1DV7-9FuZ5 z?XXyr!o%CaRVL9Sxa~^~Ymsm)5u&>02nTSQA+-G{PNOE}7}cIHPOAnp3Mk2}mx?uO zU0eZ&@N3Qu))1M z`FUXBKNJCPT^s1bXSmW+?8&jw$hCbq8`1>}a&2Fe!{xHAAqUYk&y=GBa^k6Zd9J;x zX=s71ZDPt9qTYN2E#j&P7M6MupKD!mC^LqpLVu^hBl?X;;2}8CIPHKeWI)T2wZEc@ z5W$28IPHh8BZ22k=AdBDWB5$aA_^|sOM=Z1ERgg~qtg5gga;~)vY`?dJUJk!r18TI zm?Nu_UY90_2^)Bc5-5|3@hXZO*o;p#fo>yWl6o`#jnPSjl0$<8PfP*$R)a4H80~+m zk{*%^7?R%($c3le3o57^Qjk!|@t2nJV1>uUw93Is890Gl-++?uyvdMY&Z9_U&4z?jlAxB91vRRm zJ1!cHCAIr^h@jm>n@vHN7=;1X6Nb;=iyeJkAscXxQguMaGKBU=Rw9TNPAnB`Lh&^0 za{0D6aI6W5TJ=TsChV^$3o!yQ)J8*#jPZqW1#Jnw=o*yh)m}?sf#%7hehjtu(85@7 zBr2GPHvvfr<|!CWXagzZcqO3*$HC)jSb^D@YyetDVwgE6k<=AIQeys$;&njqd&-xg z3x8?c`7IW(;80jrndlTCIxoh38o&%GNT`6@8bw8El1i>xlO*uE5q85oD!CG58e|Y$ zV1$FieQG&Ka>M%jB$q@p6>rFd1xml3#JSm zkQGlQ3zx7!25mw^N?5KSsoRHi*_xB9)ovuv-h2%wX8#51_OTg);pLnoNbdHrVa}tT z40Ze1NJT?USZ*L{+orYDVQhl7Eah2Hb~1Xe(x^EBCVIQ3wb+rymq)RMs~u?qNrF{K zQoz<8RU)7d7M+O5SQ0uBVTvZjfO4*$T`sw*K{Mr1G@)a+%4un6D2Z#&moytr3db5@ zyQ|iO=m(eRsnMW9ZXrsa4Q+;CY&kbsOP&pFnDZ#c&}?WU6^%7vZPua=pS8?}v=9uZ zb%NovC_)S?XO|`V&{@kINU`KmFrfxSN){SI;@nkS&eTWoPTZxenZy!T4Q0WJ7^5Kz zWri>tLw~1NDHqF~3>_uvfNXgxNo>rZbP{hMQxw%nA*ljuIfmxqP%B)8VSx=*VA&(E z6LX#$C0AhCylK+#AD+ejC8Sw%z+DJDdlEU0(`k_7MSu*9>E{>&x)sy0XK+sJgK|BC z!KL?nKqXcr2@8SiEs_Ehpm6wl8{A`rn49QPfI<;+zT1)m6pAGc-QL5^EQ}k%4kUzl zJqyP^8%gODZHDqVI5UWDLNLLEiixQqfQoR$P=63e!Tc zN{lAfP$+CS27}ExK9L*>+i~Ynw4qSgPAnR3d@&P;XOq+!N=q?INd{WTbzu{0s56u~ z00Yh0t4Zz*WwPc`l%dX0rc5-%gn2Yc%OyaB3b4mPNvgqGaFc}6Ok`RnzR+?>IyEP_ zBrlhw^W{-wq2-cvfh55yDlOZarbc4%_Gt>Z8#o9rO1lAxk{7j?ggjSpMj4+Ke zkAmw`2W3lwm#BMhEM;x*dQ^v6*^ojPm>?QX7>T~`#!}2i+;|i^=-f3Vh9tPi3)}0X z5hV&{x1jzq*Cykt648vIRiI6eM1<|kF&IuicG%A3&ZF=m!gi)uG~9%R?V=BwHT)~S z4bB2Bbn6Dbvkrdl9F)sCXx7T9_X=0&HV~*x5*`9ep7Z6zMjAXOENV6GS7OFR=<+rz zt>%3)!zL~_CbDwnQLlr#Nvz^Xf|H~Qy2gFA5?8?4qQrHj=8T3a=oBHI#xx%V{1E<5 z?X{9zL8n;qD2h-8osxxwkihMsl1{49Sf7znD>RZ2vyQ9 zhLy0D5J`P!8vkl?VJyA?whzQ3dV4mbB?a}Ju}5g|g5Jp)UXuIH*t~fZVrb_tTPPA{ z0<(WfrE4fdHFcY$>9bJj8qsiiD#@j5#EnP6gG$#(3=%E^H{(i5%`~nVSD~4pL8%!{ ziJ{}%!Y?^Bqj~ZufaVy<3oQ%{BXLdq5@YTf_41UOAkP*vQAEbvh>jCOoe*;)jy#GW zR3d^1LZWyOKeZ~ju_%;m*Q}uBUu^s!I*cFZNT?I=gE;aie#o2+i9+K?Sa2=rcua`= z+E`$L%Jx3!cuay!0}ld@eZnvKcuayJk75TMk4Z>ELI(hcYvTw<6Qrc}Zpip7wQ;fv zu8EDCSKqLl5NhwX8G`*0t{p*KfiHUVndJ6v8|FL;FVx;`BNYiXf$JcW`fUv%kfSOK zhp6lM%-Ih0+cF1Wm?7_l;YO9WCHLDhS@S5!P`@oxCK_VGCPIn%9PnlcVvOn%na`P& zoS^E2e9q*_qi8})Z8VxB!AMd(HN9~@xJYzbEXZE+NAVOvh5_VU5Re>C5e#`0Jt!6@ zB%z@rt`s1t8?r`iGH#*umxmIqa90U9M0F7}twY_Ac4IKA$ZkkD-_aqJJ4nC;NL>L!&2DF`9w@JaH$>Lx!P1rfSe-4uj`jlgvhNe6D3 zeETOvLc}H6W)zMN+_I2jp9E7o_{EODB_FtDValT@LbY#;G$fQj{XkR&LDDT!7UumG zmD;Vww(Gm-7AdE3oFJ2YiMLj^6SOfSHZ>Go2 zgR{0hwCBrv{8w-6{m^&EeX{Sn`TK9a?whV{;T4s)tv>b9(I4NwXZJf>-@ScTQUBAr ztm+jX^WWubmu>so!ag@Y*JI)I5&QCvU;SzK{eRzg+Lrsi*moeKlVJ~DRRvc9`} zp6^TdV7fRooP>F>#d0>#phM{4E#Kf|m3XZhZwtZsab_ryQo>~{c%6;X%2YHNil~0O zv7B(bO7guyTq1f8fAcx5APJ9>?#V{RV$}E1J=q3{hAuc$Iy*DT_hgg&dJjWr@1G$B z2^E25eMy_Qkm@HmmLt&St#oQm07>4wmClz(<1Dm!D_tN-u#&Y}WXx)lm1xlBs4=`+ zM3dtA&N+UUy;?*wbQ~% zZy+cPnK$@N)DDXP(IOLG*20_JSPVDkxw*3nZ+2{Y6o1yjo1J(x9)%TxlXBxnTAC?| zSX48U=D5txqSGvnK7AC%ptH-nLhdO`D0)ce&!gZAW>h>4J8!x{v%P=?K4&**j@2ND zTp*lqF%+p;_s4OACYv5bqO%(`#Ut?uoS>)%Us)^qMo>XJjM)+9aj1Aj-)@kGK!`eW zPm6{`3W2g$^zGR5DDv=%zMWho$5=sK^ualHin9Rr9Ta&ToxYF9v?jIL!j)B8gTG-e^vuUQW8rTrf ze!ST<6Pq4|ADT@wiAUlQY}Y%&XH&K`WrLSf3mOS?q9POr&W8dWruaw+H zGf?}6dqC3U=zv^#YLCubdsUOr0>Baltp%L`t;xwGvw(6EOIk>bVb#;X6`mTYWr##4 z!V1gaJy4l5BJr9)d1y%G3d2-qxGQjiVO@ZUDyF;A$uX`BSlKMFcBZ=`ko4iYk;7%vPnQQ4T8-loRGN^7ec)J$Qil@7AP$8XYO$K+gn zXzMH_nVfkPRF^s^o5YvEO1z|&TKro0>y*R-=At%gskM-Dx+lpkwHBs4iYK&D&ms*8 zC6TU5(#9wY_Zeb$v@yzll!h?W8v$Jximm8)O7g}id;Yk=Huc(V+ZWZXFL?6tQ%0YZ z^}*=xAN%e8(yU~+0Yw`=+`eboyl$`bzUK1!2Uh=V-)-6502h&{P!E4xo3EI z{!PU_D_`sS^$C*~M4ui$=bHOVCY>7n_vJ6GzE>HO^~6E-^}#Q{zx|{C3*@}eF?8ID z`nv{wamGs{20pi^|A+UD%Rhfe_dT0;omaA5JC5z8CH;TcG3wnJKD05)UN91OoEuRB zf#Sy8{HCTrFfSMk7Ut?Rjjv~00a!80&&kg%&GJdQTE!|ywGvmtVfGz8IAO$*nC|w_ z80^%XLwMNG8d8mg-oH*~XO~-<$LpR>v9vJ{wk@7T=qkc@$cx zByW9FpmAt;`~V-EK*~IBnGxVaQj98$CWJ1^S#@53kNNL_jCiWO2JM+600pJ7 zU`bSKjigJ(W-8&7S_iweSaTk_RLrEp0CJw~Bws3K^26|hC%&^j?D!WeRPNs`xzF*_c`POY(|hvlF#Bg_p+YEj2* zJI6+-MV&#e!3fP}Fu_KDr&n7fx2Q81^C+NDi#kIh5?TV6h$ny!gh+d9JT_kqBparL z60z_kC89P=shSuE-}4$OLyd7I-ri6fh=*E};}Quq(ije@iH13`82pzRPH);WZu*MP z-#Oan^Bs*oM0kMMz+do(G(e^iT?Ck$Y|KqI;wIbRCfmwQHhLg5ypBTOSoAYfb=p=W zo{C8{1%8e8MK4E9J#2N=M?=Z>3Bgb@7WdazU?+XePxGn`r5#U`_*lA2S6!`Z)zOb7 s6gYwY#8jh(zaLYL(dJN8CDqt5cnHFtp+-c~$!bK8O;;oOM4TG`A3gl0q5uE@ diff --git a/JNFrame2/obj/Debug/GameScripts.csproj.AssemblyReference.cache b/JNFrame2/obj/Debug/GameScripts.csproj.AssemblyReference.cache index d456f902413634843e6bd2a24e93cdce15d4bad7..f5e894aea93a73e58fa9d4feab241bc197ee1a40 100644 GIT binary patch literal 11 QcmeZu3JP{+WMlvW01Ze1dH?_b literal 130991 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 Gas5A+8n8hC diff --git a/JNFrame2/obj/Debug/JNGame.Editor.csproj.AssemblyReference.cache b/JNFrame2/obj/Debug/JNGame.Editor.csproj.AssemblyReference.cache index 45c5693954d4e71a28a5440bece30656372e6982..f5e894aea93a73e58fa9d4feab241bc197ee1a40 100644 GIT binary patch literal 11 QcmeZu3JP{+WMlvW01Ze1dH?_b literal 126225 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 diff --git a/JNFrame2/obj/Debug/SHFrame.Editor.csproj.AssemblyReference.cache b/JNFrame2/obj/Debug/SHFrame.Editor.csproj.AssemblyReference.cache index f209bd5b927f11df93525524464425b616c66a36..f5e894aea93a73e58fa9d4feab241bc197ee1a40 100644 GIT binary patch literal 11 QcmeZu3JP{+WMlvW01Ze1dH?_b literal 133006 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 diff --git a/JNFrame2/obj/Debug/Samples.csproj.AssemblyReference.cache b/JNFrame2/obj/Debug/Samples.csproj.AssemblyReference.cache index 7fe8c6cc514feac72e0604eb2a5805edc402f4b2..f5e894aea93a73e58fa9d4feab241bc197ee1a40 100644 GIT binary patch literal 11 QcmeZu3JP{+WMlvW01Ze1dH?_b literal 125818 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 diff --git a/JNFrame2/obj/Debug/UniTask.TextMeshPro.csproj.AssemblyReference.cache b/JNFrame2/obj/Debug/UniTask.TextMeshPro.csproj.AssemblyReference.cache index dc95c01dd41fc210e7275ec685e68aa1c1652354..f5e894aea93a73e58fa9d4feab241bc197ee1a40 100644 GIT binary patch literal 11 QcmeZu3JP{+WMlvW01Ze1dH?_b literal 130704 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