From f04299219c6f8535d2d4a4c732f2f24ab6e429c6 Mon Sep 17 00:00:00 2001 From: "PC-20230316NUNE\\Administrator" <2858626794@qq.com> Date: Fri, 2 Feb 2024 18:26:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- JNFrame/Assets/Game/Plugins/App/App.cs | 2 +- JNFrame/Assets/Game/Plugins/App/JNGSocket.cs | 2 +- .../AstarPathfindingProject/Core/AstarPath.cs | 2 +- .../Plugins/JNGame/Sync/Frame/JNSyncFrame.cs | 6 +- .../WorldSync01.unity | 4 +- JNFrame/Assets/StreamingAssets/build_info | 2 +- JNFrame/Logs/AssetImportWorker0-prev.log | 7182 +--------------- JNFrame/Logs/AssetImportWorker0.log | 73 + JNFrame/Logs/AssetImportWorker1-prev.log | 7321 +---------------- JNFrame/Logs/AssetImportWorker1.log | 73 + ...hadercompiler-UnityShaderCompiler.exe0.log | 1 + JNFrame/UserSettings/EditorUserSettings.asset | 22 +- .../UserSettings/Layouts/default-2022.dwlt | 1116 +-- .../Debug/App.csproj.AssemblyReference.cache | Bin 121709 -> 121709 bytes ...harp-Editor.csproj.AssemblyReference.cache | Bin 152822 -> 152822 bytes ...mbly-CSharp.csproj.AssemblyReference.cache | Bin 676228 -> 676228 bytes ...dingProject.csproj.AssemblyReference.cache | Bin 121709 -> 121709 bytes ...ojectEditor.csproj.AssemblyReference.cache | Bin 126384 -> 126384 bytes .../BestHTTP.csproj.AssemblyReference.cache | Bin 115175 -> 115175 bytes .../JNGame.csproj.AssemblyReference.cache | Bin 115175 -> 115175 bytes ...ToolsEditor.csproj.AssemblyReference.cache | Bin 119850 -> 119850 bytes ...ddressables.csproj.AssemblyReference.cache | Bin 638821 -> 638821 bytes ...ask.DOTween.csproj.AssemblyReference.cache | Bin 638821 -> 638821 bytes ...Task.Editor.csproj.AssemblyReference.cache | Bin 669553 -> 669553 bytes ...niTask.Linq.csproj.AssemblyReference.cache | Bin 638821 -> 638821 bytes ...TextMeshPro.csproj.AssemblyReference.cache | Bin 639816 -> 639816 bytes .../UniTask.csproj.AssemblyReference.cache | Bin 638821 -> 638821 bytes 27 files changed, 1488 insertions(+), 14318 deletions(-) create mode 100644 JNFrame/Logs/AssetImportWorker0.log create mode 100644 JNFrame/Logs/AssetImportWorker1.log diff --git a/JNFrame/Assets/Game/Plugins/App/App.cs b/JNFrame/Assets/Game/Plugins/App/App.cs index 0f30a2b6..24694189 100644 --- a/JNFrame/Assets/Game/Plugins/App/App.cs +++ b/JNFrame/Assets/Game/Plugins/App/App.cs @@ -8,7 +8,7 @@ namespace Game.Plugins.App public static readonly JNGSocket Socket = new JNGSocket(); public static readonly JNGSyncFrame Sync = new JNGSyncFrame(); - public static readonly JAPI Api = new(new JAPIConfig(){BaseURL = "http://192.168.0.118:8080"}); + public static readonly JAPI Api = new(new JAPIConfig(){BaseURL = "http://192.168.0.120:8080"}); public static readonly EventDispatcher Event = EventDispatcher.Event; public static SystemBase[] System() diff --git a/JNFrame/Assets/Game/Plugins/App/JNGSocket.cs b/JNFrame/Assets/Game/Plugins/App/JNGSocket.cs index 2a781496..a0c9e81d 100644 --- a/JNFrame/Assets/Game/Plugins/App/JNGSocket.cs +++ b/JNFrame/Assets/Game/Plugins/App/JNGSocket.cs @@ -8,7 +8,7 @@ namespace Game.Plugins.App protected override async UniTask GetUrl() { await UniTask.NextFrame(); - return "ws://192.168.0.118:8080/websocket"; + return "ws://192.168.0.120:8080/websocket"; } } } \ No newline at end of file diff --git a/JNFrame/Assets/Game/Plugins/AstarPathfindingProject/Core/AstarPath.cs b/JNFrame/Assets/Game/Plugins/AstarPathfindingProject/Core/AstarPath.cs index 86be1308..629029ad 100644 --- a/JNFrame/Assets/Game/Plugins/AstarPathfindingProject/Core/AstarPath.cs +++ b/JNFrame/Assets/Game/Plugins/AstarPathfindingProject/Core/AstarPath.cs @@ -988,7 +988,7 @@ public class AstarPath : VersionedMonoBehaviour { // and then processes the graph updates AddWorkItem(new AstarWorkItem(() => { graphUpdatesWorkItemAdded = false; - lastGraphUpdate = GetSync().Time.realtimeSinceStartup; + lastGraphUpdate = Time.realtimeSinceStartup; workItem.init(); }, workItem.update)); diff --git a/JNFrame/Assets/Game/Plugins/JNGame/Sync/Frame/JNSyncFrame.cs b/JNFrame/Assets/Game/Plugins/JNGame/Sync/Frame/JNSyncFrame.cs index 19344271..52c46218 100644 --- a/JNFrame/Assets/Game/Plugins/JNGame/Sync/Frame/JNSyncFrame.cs +++ b/JNFrame/Assets/Game/Plugins/JNGame/Sync/Frame/JNSyncFrame.cs @@ -243,9 +243,9 @@ namespace Plugins.JNGame.Sync.Frame } }); - // //执行下一帧物理 - // Physics.Simulate((float)dt / 1000); - // Physics.SyncTransforms(); + //执行下一帧物理 + Physics.Simulate((float)dt / 1000); + Physics.SyncTransforms(); } diff --git a/JNFrame/Assets/Game/Scenes/Mode/Example3_Recast_Navmesh1/WorldSync01.unity b/JNFrame/Assets/Game/Scenes/Mode/Example3_Recast_Navmesh1/WorldSync01.unity index e33ab863..3c6ac013 100644 --- a/JNFrame/Assets/Game/Scenes/Mode/Example3_Recast_Navmesh1/WorldSync01.unity +++ b/JNFrame/Assets/Game/Scenes/Mode/Example3_Recast_Navmesh1/WorldSync01.unity @@ -8686,7 +8686,7 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 78396926cbbfc4ac3b48fc5fc34a87d1, type: 3} m_Name: m_EditorClassIdentifier: - _nId: 18 + _nId: 5 isSyncInitSuccess: 0 version: 1 data: @@ -8761,7 +8761,7 @@ MonoBehaviour: seed: 0 pivotPointRoot: {fileID: 0} spreadOutCount: 10 - showGraphs: 1 + showGraphs: 0 --- !u!114 &534 MonoBehaviour: m_ObjectHideFlags: 0 diff --git a/JNFrame/Assets/StreamingAssets/build_info b/JNFrame/Assets/StreamingAssets/build_info index d18d1d3b..665338b8 100644 --- a/JNFrame/Assets/StreamingAssets/build_info +++ b/JNFrame/Assets/StreamingAssets/build_info @@ -1 +1 @@ -Build from PC-20230316NUNE at 2024/2/2 15:34:44 \ No newline at end of file +Build from PC-20230316NUNE at 2024/2/2 18:06:59 \ No newline at end of file diff --git a/JNFrame/Logs/AssetImportWorker0-prev.log b/JNFrame/Logs/AssetImportWorker0-prev.log index 92229d10..0c1c3e82 100644 --- a/JNFrame/Logs/AssetImportWorker0-prev.log +++ b/JNFrame/Logs/AssetImportWorker0-prev.log @@ -15,7 +15,7 @@ D:/myproject/JisolGame/JNFrame -logFile Logs/AssetImportWorker0.log -srvPort -53355 +54515 Successfully changed project path to: D:/myproject/JisolGame/JNFrame D:/myproject/JisolGame/JNFrame [UnityMemory] Configuration Parameters - Can be set up in boot.config @@ -49,12 +49,12 @@ D:/myproject/JisolGame/JNFrame "memorysetup-temp-allocator-size-cloud-worker=32768" "memorysetup-temp-allocator-size-gi-baking-worker=262144" "memorysetup-temp-allocator-size-gfx=262144" -Player connection [14984] Host "[IP] 192.168.0.118 [Port] 0 [Flags] 2 [Guid] 4046101466 [EditorId] 4046101466 [Version] 1048832 [Id] WindowsEditor(7,PC-20230316NUNE) [Debug] 1 [PackageName] WindowsEditor [ProjectName] Editor" joined multi-casting on [225.0.0.222:54997]... +Player connection [35360] Host "[IP] 192.168.0.118 [Port] 0 [Flags] 2 [Guid] 120727545 [EditorId] 120727545 [Version] 1048832 [Id] WindowsEditor(7,PC-20230316NUNE) [Debug] 1 [PackageName] WindowsEditor [ProjectName] Editor" joined multi-casting on [225.0.0.222:54997]... -Player connection [14984] Host "[IP] 192.168.0.118 [Port] 0 [Flags] 2 [Guid] 4046101466 [EditorId] 4046101466 [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 [35360] Host "[IP] 192.168.0.118 [Port] 0 [Flags] 2 [Guid] 120727545 [EditorId] 120727545 [Version] 1048832 [Id] WindowsEditor(7,PC-20230316NUNE) [Debug] 1 [PackageName] WindowsEditor [ProjectName] Editor" joined alternative multi-casting on [225.0.0.222:34997]... [Physics::Module] Initialized MultithreadedJobDispatcher with 11 workers. -Refreshing native plugins compatible for Editor in 37.24 ms, found 3 plugins. +Refreshing native plugins compatible for Editor in 37.91 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Initialize engine version: 2022.3.16f1c1 (2f3f1b3bde89) [Subsystems] Discovering subsystems at path D:/Unity/2022.3.16f1c1/Editor/Data/Resources/UnitySubsystems @@ -70,47 +70,47 @@ Initialize mono Mono path[0] = 'D:/Unity/2022.3.16f1c1/Editor/Data/Managed' Mono path[1] = 'D:/Unity/2022.3.16f1c1/Editor/Data/MonoBleedingEdge/lib/mono/unityjit-win32' Mono config path = 'D:/Unity/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:56288 +Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56072 Begin MonoManager ReloadAssembly Registering precompiled unity dll's ... Register platform support module: D:/Unity/2022.3.16f1c1/Editor/Data/PlaybackEngines/AndroidPlayer/UnityEditor.Android.Extensions.dll Register platform support module: D:/Unity/2022.3.16f1c1/Editor/Data/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll -Registered in 0.014656 seconds. -- Loaded All Assemblies, in 0.438 seconds +Registered in 0.015599 seconds. +- Loaded All Assemblies, in 0.365 seconds Native extension for WindowsStandalone target not found Native extension for Android target not found -Android Extension - Scanning For ADB Devices 512 ms +Android Extension - Scanning For ADB Devices 353 ms Mono: successfully reloaded assembly -- Finished resetting the current domain, in 0.882 seconds -Domain Reload Profiling: 1315ms - BeginReloadAssembly (137ms) +- Finished resetting the current domain, in 0.663 seconds +Domain Reload Profiling: 1025ms + BeginReloadAssembly (114ms) ExecutionOrderSort (0ms) DisableScriptedObjects (0ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (2ms) - RebuildCommonClasses (37ms) - RebuildNativeTypeToScriptingClass (12ms) - initialDomainReloadingComplete (83ms) - LoadAllAssembliesAndSetupDomain (164ms) - LoadAssemblies (130ms) + CreateAndSetChildDomain (1ms) + RebuildCommonClasses (30ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (68ms) + LoadAllAssembliesAndSetupDomain (141ms) + LoadAssemblies (109ms) RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (162ms) - TypeCache.Refresh (160ms) - TypeCache.ScanAssembly (145ms) + AnalyzeDomain (139ms) + TypeCache.Refresh (137ms) + TypeCache.ScanAssembly (125ms) ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (1ms) - FinalizeReload (882ms) + ResolveRequiredComponents (0ms) + FinalizeReload (663ms) ReleaseScriptCaches (0ms) RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (817ms) + SetupLoadedEditorAssemblies (612ms) LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (637ms) + InitializePlatformSupportModulesInManaged (460ms) SetLoadedEditorAssemblies (3ms) RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (3ms) - ProcessInitializeOnLoadAttributes (122ms) - ProcessInitializeOnLoadMethodAttributes (52ms) + BeforeProcessingInitializeOnLoad (2ms) + ProcessInitializeOnLoadAttributes (102ms) + ProcessInitializeOnLoadMethodAttributes (45ms) AfterProcessingInitializeOnLoad (0ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) @@ -118,8 +118,8 @@ Domain Reload Profiling: 1315ms ======================================================================== Worker process is ready to serve import requests Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.189 seconds -Refreshing native plugins compatible for Editor in 14.45 ms, found 3 plugins. +- Loaded All Assemblies, in 1.102 seconds +Refreshing native plugins compatible for Editor in 13.13 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] @@ -127,642 +127,48 @@ Package Manager log level set to [2] [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.596 seconds -Domain Reload Profiling: 1776ms - BeginReloadAssembly (203ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (37ms) - RebuildCommonClasses (37ms) - RebuildNativeTypeToScriptingClass (12ms) - initialDomainReloadingComplete (62ms) - LoadAllAssembliesAndSetupDomain (866ms) - LoadAssemblies (697ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (287ms) - TypeCache.Refresh (256ms) - TypeCache.ScanAssembly (230ms) - ScanForSourceGeneratedMonoScriptInfo (22ms) - ResolveRequiredComponents (6ms) - FinalizeReload (597ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (451ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (26ms) - SetLoadedEditorAssemblies (4ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (72ms) - ProcessInitializeOnLoadAttributes (313ms) - ProcessInitializeOnLoadMethodAttributes (25ms) - AfterProcessingInitializeOnLoad (12ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (9ms) -Launched and connected shader compiler UnityShaderCompiler.exe after 0.10 seconds -Refreshing native plugins compatible for Editor in 14.93 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5939 Unused Serialized files (Serialized files now loaded: 0) -Unloading 61 unused Assets / (370.8 KB). Loaded Objects now: 6402. -Memory consumption went from 203.4 MB to 203.1 MB. -Total: 3.934500 ms (FindLiveObjects: 0.543100 ms CreateObjectMapping: 0.276100 ms MarkObjects: 2.869700 ms DeleteObjects: 0.243700 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.668 seconds -Refreshing native plugins compatible for Editor in 11.07 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.059 seconds -Domain Reload Profiling: 1718ms - BeginReloadAssembly (207ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (50ms) - RebuildCommonClasses (31ms) - RebuildNativeTypeToScriptingClass (11ms) - initialDomainReloadingComplete (40ms) - LoadAllAssembliesAndSetupDomain (370ms) - LoadAssemblies (463ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (21ms) - TypeCache.Refresh (8ms) - TypeCache.ScanAssembly (0ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (11ms) - FinalizeReload (1060ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (419ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (26ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (82ms) - ProcessInitializeOnLoadAttributes (266ms) - ProcessInitializeOnLoadMethodAttributes (27ms) - AfterProcessingInitializeOnLoad (14ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (11ms) -Refreshing native plugins compatible for Editor in 11.25 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (342.9 KB). Loaded Objects now: 6405. -Memory consumption went from 203.1 MB to 202.8 MB. -Total: 8.455700 ms (FindLiveObjects: 0.661800 ms CreateObjectMapping: 0.645300 ms MarkObjects: 6.507000 ms DeleteObjects: 0.639100 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.966 seconds -Refreshing native plugins compatible for Editor in 15.44 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.259 seconds -Domain Reload Profiling: 3211ms - BeginReloadAssembly (823ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (8ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (258ms) - RebuildCommonClasses (84ms) - RebuildNativeTypeToScriptingClass (38ms) - initialDomainReloadingComplete (99ms) - LoadAllAssembliesAndSetupDomain (907ms) - LoadAssemblies (1135ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (261ms) - TypeCache.Refresh (229ms) - TypeCache.ScanAssembly (203ms) - ScanForSourceGeneratedMonoScriptInfo (24ms) - ResolveRequiredComponents (6ms) - FinalizeReload (1260ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (556ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (33ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (116ms) - ProcessInitializeOnLoadAttributes (335ms) - ProcessInitializeOnLoadMethodAttributes (43ms) - AfterProcessingInitializeOnLoad (26ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (28ms) -Refreshing native plugins compatible for Editor in 52.23 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (343.1 KB). Loaded Objects now: 6408. -Memory consumption went from 205.1 MB to 204.8 MB. -Total: 16.435600 ms (FindLiveObjects: 1.377900 ms CreateObjectMapping: 1.495500 ms MarkObjects: 12.892200 ms DeleteObjects: 0.664000 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.986 seconds -Refreshing native plugins compatible for Editor in 39.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 2.000 seconds -Domain Reload Profiling: 2973ms - BeginReloadAssembly (257ms) - ExecutionOrderSort (1ms) - DisableScriptedObjects (22ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (71ms) - RebuildCommonClasses (40ms) - RebuildNativeTypeToScriptingClass (14ms) - initialDomainReloadingComplete (63ms) - LoadAllAssembliesAndSetupDomain (598ms) - LoadAssemblies (675ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (33ms) - TypeCache.Refresh (13ms) - TypeCache.ScanAssembly (0ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (18ms) - FinalizeReload (2001ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (752ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (41ms) - SetLoadedEditorAssemblies (5ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (110ms) - ProcessInitializeOnLoadAttributes (518ms) - ProcessInitializeOnLoadMethodAttributes (60ms) - AfterProcessingInitializeOnLoad (17ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (13ms) -Refreshing native plugins compatible for Editor in 18.23 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (343.3 KB). Loaded Objects now: 6411. -Memory consumption went from 207.1 MB to 206.7 MB. -Total: 3.407900 ms (FindLiveObjects: 0.505200 ms CreateObjectMapping: 0.252000 ms MarkObjects: 2.405100 ms DeleteObjects: 0.243800 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.938 seconds -Refreshing native plugins compatible for Editor in 20.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.932 seconds -Domain Reload Profiling: 2858ms - BeginReloadAssembly (249ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (8ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (60ms) - RebuildCommonClasses (46ms) - RebuildNativeTypeToScriptingClass (23ms) - initialDomainReloadingComplete (59ms) - LoadAllAssembliesAndSetupDomain (548ms) - LoadAssemblies (654ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (29ms) - TypeCache.Refresh (18ms) - TypeCache.ScanAssembly (0ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (9ms) - FinalizeReload (1933ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (780ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (71ms) - SetLoadedEditorAssemblies (4ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (115ms) - ProcessInitializeOnLoadAttributes (509ms) - ProcessInitializeOnLoadMethodAttributes (61ms) - AfterProcessingInitializeOnLoad (20ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (12ms) -Refreshing native plugins compatible for Editor in 20.81 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (344.5 KB). Loaded Objects now: 6414. -Memory consumption went from 209.0 MB to 208.7 MB. -Total: 7.773700 ms (FindLiveObjects: 1.145400 ms CreateObjectMapping: 2.122600 ms MarkObjects: 4.178400 ms DeleteObjects: 0.303700 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.274 seconds -Refreshing native plugins compatible for Editor in 12.44 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.461 seconds -Domain Reload Profiling: 2721ms - BeginReloadAssembly (265ms) +- Finished resetting the current domain, in 0.763 seconds +Domain Reload Profiling: 1849ms + BeginReloadAssembly (190ms) ExecutionOrderSort (0ms) DisableScriptedObjects (6ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (83ms) - RebuildCommonClasses (58ms) - RebuildNativeTypeToScriptingClass (16ms) - initialDomainReloadingComplete (49ms) - LoadAllAssembliesAndSetupDomain (871ms) - LoadAssemblies (959ms) + CreateAndSetChildDomain (38ms) + RebuildCommonClasses (33ms) + RebuildNativeTypeToScriptingClass (10ms) + initialDomainReloadingComplete (73ms) + LoadAllAssembliesAndSetupDomain (781ms) + LoadAssemblies (578ms) RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (43ms) - TypeCache.Refresh (15ms) - TypeCache.ScanAssembly (2ms) - ScanForSourceGeneratedMonoScriptInfo (14ms) - ResolveRequiredComponents (12ms) - FinalizeReload (1461ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (473ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (27ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (85ms) - ProcessInitializeOnLoadAttributes (300ms) - ProcessInitializeOnLoadMethodAttributes (38ms) - AfterProcessingInitializeOnLoad (19ms) - EditorAssembliesLoaded (1ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (17ms) -Refreshing native plugins compatible for Editor in 18.65 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (343.3 KB). Loaded Objects now: 6417. -Memory consumption went from 210.9 MB to 210.6 MB. -Total: 4.401700 ms (FindLiveObjects: 0.431800 ms CreateObjectMapping: 0.217600 ms MarkObjects: 3.470500 ms DeleteObjects: 0.279500 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.940 seconds -Refreshing native plugins compatible for Editor in 17.26 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.698 seconds -Domain Reload Profiling: 2627ms - BeginReloadAssembly (271ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (6ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (101ms) - RebuildCommonClasses (57ms) - RebuildNativeTypeToScriptingClass (19ms) - initialDomainReloadingComplete (71ms) - LoadAllAssembliesAndSetupDomain (508ms) - LoadAssemblies (603ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (27ms) - TypeCache.Refresh (13ms) - TypeCache.ScanAssembly (0ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (12ms) - FinalizeReload (1702ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (696ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (45ms) - SetLoadedEditorAssemblies (4ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (115ms) - ProcessInitializeOnLoadAttributes (446ms) - ProcessInitializeOnLoadMethodAttributes (68ms) - AfterProcessingInitializeOnLoad (18ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (25ms) -Refreshing native plugins compatible for Editor in 17.95 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (343.3 KB). Loaded Objects now: 6420. -Memory consumption went from 212.9 MB to 212.5 MB. -Total: 4.674800 ms (FindLiveObjects: 0.612100 ms CreateObjectMapping: 0.510900 ms MarkObjects: 3.137800 ms DeleteObjects: 0.411600 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.320 seconds -Refreshing native plugins compatible for Editor in 25.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 2.267 seconds -Domain Reload Profiling: 3571ms - BeginReloadAssembly (290ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (69ms) - RebuildCommonClasses (60ms) - RebuildNativeTypeToScriptingClass (27ms) - initialDomainReloadingComplete (172ms) - LoadAllAssembliesAndSetupDomain (754ms) - LoadAssemblies (882ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (34ms) - TypeCache.Refresh (14ms) - TypeCache.ScanAssembly (0ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (16ms) - FinalizeReload (2267ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (791ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (77ms) - SetLoadedEditorAssemblies (5ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (172ms) - ProcessInitializeOnLoadAttributes (439ms) - ProcessInitializeOnLoadMethodAttributes (72ms) - AfterProcessingInitializeOnLoad (24ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (53ms) -Refreshing native plugins compatible for Editor in 24.23 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (344.3 KB). Loaded Objects now: 6423. -Memory consumption went from 214.8 MB to 214.5 MB. -Total: 6.194000 ms (FindLiveObjects: 0.640500 ms CreateObjectMapping: 0.341000 ms MarkObjects: 4.772200 ms DeleteObjects: 0.437200 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.107 seconds -Refreshing native plugins compatible for Editor in 12.74 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.941 seconds -Domain Reload Profiling: 2033ms - BeginReloadAssembly (377ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (6ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (69ms) - RebuildCommonClasses (97ms) - RebuildNativeTypeToScriptingClass (11ms) - initialDomainReloadingComplete (85ms) - LoadAllAssembliesAndSetupDomain (521ms) - LoadAssemblies (732ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (39ms) - TypeCache.Refresh (18ms) - TypeCache.ScanAssembly (2ms) - ScanForSourceGeneratedMonoScriptInfo (12ms) + AnalyzeDomain (310ms) + TypeCache.Refresh (272ms) + TypeCache.ScanAssembly (245ms) + ScanForSourceGeneratedMonoScriptInfo (28ms) ResolveRequiredComponents (7ms) - FinalizeReload (942ms) + FinalizeReload (763ms) ReleaseScriptCaches (0ms) RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (397ms) + SetupLoadedEditorAssemblies (563ms) LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (27ms) - SetLoadedEditorAssemblies (3ms) + InitializePlatformSupportModulesInManaged (30ms) + SetLoadedEditorAssemblies (5ms) RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (72ms) - ProcessInitializeOnLoadAttributes (240ms) - ProcessInitializeOnLoadMethodAttributes (39ms) - AfterProcessingInitializeOnLoad (16ms) + BeforeProcessingInitializeOnLoad (101ms) + ProcessInitializeOnLoadAttributes (377ms) + ProcessInitializeOnLoadMethodAttributes (36ms) + AfterProcessingInitializeOnLoad (14ms) EditorAssembliesLoaded (1ms) ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (11ms) -Refreshing native plugins compatible for Editor in 14.98 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (343.4 KB). Loaded Objects now: 6426. -Memory consumption went from 216.7 MB to 216.4 MB. -Total: 4.193300 ms (FindLiveObjects: 0.416300 ms CreateObjectMapping: 0.250100 ms MarkObjects: 2.916000 ms DeleteObjects: 0.609600 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.716 seconds -Refreshing native plugins compatible for Editor in 13.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.129 seconds -Domain Reload Profiling: 1836ms - BeginReloadAssembly (171ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (45ms) - RebuildCommonClasses (36ms) - RebuildNativeTypeToScriptingClass (9ms) - initialDomainReloadingComplete (52ms) - LoadAllAssembliesAndSetupDomain (438ms) - LoadAssemblies (499ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (24ms) - TypeCache.Refresh (9ms) - TypeCache.ScanAssembly (0ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (12ms) - FinalizeReload (1129ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (467ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (28ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (98ms) - ProcessInitializeOnLoadAttributes (295ms) - ProcessInitializeOnLoadMethodAttributes (28ms) - AfterProcessingInitializeOnLoad (16ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) AwakeInstancesAfterBackupRestoration (12ms) -Refreshing native plugins compatible for Editor in 14.32 ms, found 3 plugins. +Launched and connected shader compiler UnityShaderCompiler.exe after 0.07 seconds +Refreshing native plugins compatible for Editor in 17.47 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (343.3 KB). Loaded Objects now: 6429. -Memory consumption went from 218.7 MB to 218.3 MB. -Total: 3.873600 ms (FindLiveObjects: 0.605900 ms CreateObjectMapping: 0.252200 ms MarkObjects: 2.536200 ms DeleteObjects: 0.476800 ms) +Unloading 5948 Unused Serialized files (Serialized files now loaded: 0) +Unloading 61 unused Assets / (370.9 KB). Loaded Objects now: 6411. +Memory consumption went from 203.6 MB to 203.2 MB. +Total: 4.533800 ms (FindLiveObjects: 0.433700 ms CreateObjectMapping: 0.246400 ms MarkObjects: 3.547700 ms DeleteObjects: 0.304400 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> @@ -778,1402 +184,16 @@ AssetImportParameters requested are different than current active one (requested custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> ======================================================================== Received Import Request. - Time since last request: 152609.837523 seconds. - path: Assets/Game/Scenes/Mode/Example3_Recast_Navmesh1/WorldSync01.unity - artifactKey: Guid(3db087e06073e834f99488917ceb5e74) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Game/Scenes/Mode/Example3_Recast_Navmesh1/WorldSync01.unity using Guid(3db087e06073e834f99488917ceb5e74) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '4c6cbcd0c90d5e3a04974089e426edde') in 0.003071 seconds + Time since last request: 169159.215771 seconds. + path: Assets/Game/Scenes/Main.unity + artifactKey: Guid(9fc0d4010bbf28b4594072e72b8655ab) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Game/Scenes/Main.unity using Guid(9fc0d4010bbf28b4594072e72b8655ab) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'e630f4c774be57077f932819c8a1c67f') in 0.002677 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.072 seconds -Refreshing native plugins compatible for Editor in 12.02 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.984 seconds -Domain Reload Profiling: 2044ms - BeginReloadAssembly (404ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (7ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (91ms) - RebuildCommonClasses (50ms) - RebuildNativeTypeToScriptingClass (18ms) - initialDomainReloadingComplete (70ms) - LoadAllAssembliesAndSetupDomain (518ms) - LoadAssemblies (626ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (26ms) - TypeCache.Refresh (10ms) - TypeCache.ScanAssembly (1ms) - ScanForSourceGeneratedMonoScriptInfo (8ms) - ResolveRequiredComponents (7ms) - FinalizeReload (984ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (374ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (29ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (73ms) - ProcessInitializeOnLoadAttributes (232ms) - ProcessInitializeOnLoadMethodAttributes (24ms) - AfterProcessingInitializeOnLoad (13ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (10ms) -Refreshing native plugins compatible for Editor in 12.37 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5928 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (343.4 KB). Loaded Objects now: 6432. -Memory consumption went from 220.4 MB to 220.0 MB. -Total: 3.440200 ms (FindLiveObjects: 0.416800 ms CreateObjectMapping: 0.211900 ms MarkObjects: 2.508800 ms DeleteObjects: 0.301800 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.916 seconds -Refreshing native plugins compatible for Editor in 15.57 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.967 seconds -Domain Reload Profiling: 1836ms - BeginReloadAssembly (195ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (46ms) - RebuildCommonClasses (37ms) - RebuildNativeTypeToScriptingClass (12ms) - initialDomainReloadingComplete (108ms) - LoadAllAssembliesAndSetupDomain (518ms) - LoadAssemblies (580ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (39ms) - TypeCache.Refresh (16ms) - TypeCache.ScanAssembly (1ms) - ScanForSourceGeneratedMonoScriptInfo (11ms) - ResolveRequiredComponents (10ms) - FinalizeReload (967ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (394ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (23ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (70ms) - ProcessInitializeOnLoadAttributes (252ms) - ProcessInitializeOnLoadMethodAttributes (31ms) - AfterProcessingInitializeOnLoad (15ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (10ms) -Refreshing native plugins compatible for Editor in 12.96 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (344.6 KB). Loaded Objects now: 6435. -Memory consumption went from 222.5 MB to 222.2 MB. -Total: 4.259900 ms (FindLiveObjects: 0.699800 ms CreateObjectMapping: 0.362100 ms MarkObjects: 2.899400 ms DeleteObjects: 0.296500 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.681 seconds -Refreshing native plugins compatible for Editor in 18.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.167 seconds -Domain Reload Profiling: 1841ms - BeginReloadAssembly (191ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (49ms) - RebuildCommonClasses (37ms) - RebuildNativeTypeToScriptingClass (10ms) - initialDomainReloadingComplete (40ms) - LoadAllAssembliesAndSetupDomain (396ms) - LoadAssemblies (468ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (23ms) - TypeCache.Refresh (9ms) - TypeCache.ScanAssembly (0ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (9ms) - FinalizeReload (1167ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (472ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (30ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (93ms) - ProcessInitializeOnLoadAttributes (299ms) - ProcessInitializeOnLoadMethodAttributes (32ms) - AfterProcessingInitializeOnLoad (15ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (10ms) -Refreshing native plugins compatible for Editor in 14.35 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (343.3 KB). Loaded Objects now: 6438. -Memory consumption went from 224.5 MB to 224.1 MB. -Total: 3.994300 ms (FindLiveObjects: 0.514500 ms CreateObjectMapping: 0.325700 ms MarkObjects: 2.843300 ms DeleteObjects: 0.309900 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.939 seconds -Refreshing native plugins compatible for Editor in 17.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 1.065 seconds -Domain Reload Profiling: 1997ms - BeginReloadAssembly (295ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (6ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (63ms) - RebuildCommonClasses (44ms) - RebuildNativeTypeToScriptingClass (10ms) - initialDomainReloadingComplete (48ms) - LoadAllAssembliesAndSetupDomain (536ms) - LoadAssemblies (643ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (48ms) - TypeCache.Refresh (26ms) - TypeCache.ScanAssembly (13ms) - ScanForSourceGeneratedMonoScriptInfo (11ms) - ResolveRequiredComponents (8ms) - FinalizeReload (1065ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (459ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (30ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (83ms) - ProcessInitializeOnLoadAttributes (295ms) - ProcessInitializeOnLoadMethodAttributes (33ms) - AfterProcessingInitializeOnLoad (15ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (9ms) -Refreshing native plugins compatible for Editor in 11.69 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (343.4 KB). Loaded Objects now: 6441. -Memory consumption went from 226.4 MB to 226.0 MB. -Total: 3.364400 ms (FindLiveObjects: 0.362300 ms CreateObjectMapping: 0.261100 ms MarkObjects: 2.513900 ms DeleteObjects: 0.226000 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.695 seconds -Refreshing native plugins compatible for Editor in 13.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.155 seconds -Domain Reload Profiling: 1840ms - BeginReloadAssembly (181ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (7ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (43ms) - RebuildCommonClasses (32ms) - RebuildNativeTypeToScriptingClass (16ms) - initialDomainReloadingComplete (44ms) - LoadAllAssembliesAndSetupDomain (411ms) - LoadAssemblies (484ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (20ms) - TypeCache.Refresh (10ms) - TypeCache.ScanAssembly (0ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (8ms) - FinalizeReload (1156ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (493ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (33ms) - SetLoadedEditorAssemblies (4ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (89ms) - ProcessInitializeOnLoadAttributes (313ms) - ProcessInitializeOnLoadMethodAttributes (38ms) - AfterProcessingInitializeOnLoad (17ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (15ms) -Refreshing native plugins compatible for Editor in 12.69 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (344.6 KB). Loaded Objects now: 6444. -Memory consumption went from 228.3 MB to 228.0 MB. -Total: 6.156400 ms (FindLiveObjects: 0.973100 ms CreateObjectMapping: 0.673600 ms MarkObjects: 4.153700 ms DeleteObjects: 0.353100 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.759 seconds -Refreshing native plugins compatible for Editor in 14.85 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.971 seconds -Domain Reload Profiling: 1721ms - BeginReloadAssembly (175ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (40ms) - RebuildCommonClasses (38ms) - RebuildNativeTypeToScriptingClass (24ms) - initialDomainReloadingComplete (64ms) - LoadAllAssembliesAndSetupDomain (449ms) - LoadAssemblies (479ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (58ms) - TypeCache.Refresh (35ms) - TypeCache.ScanAssembly (19ms) - ScanForSourceGeneratedMonoScriptInfo (13ms) - ResolveRequiredComponents (8ms) - FinalizeReload (971ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (395ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (24ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (74ms) - ProcessInitializeOnLoadAttributes (255ms) - ProcessInitializeOnLoadMethodAttributes (27ms) - AfterProcessingInitializeOnLoad (13ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (10ms) -Refreshing native plugins compatible for Editor in 15.83 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (343.6 KB). Loaded Objects now: 6447. -Memory consumption went from 230.2 MB to 229.9 MB. -Total: 7.033200 ms (FindLiveObjects: 1.426000 ms CreateObjectMapping: 0.756200 ms MarkObjects: 4.544100 ms DeleteObjects: 0.302700 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.799 seconds -Refreshing native plugins compatible for Editor in 21.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.330 seconds -Domain Reload Profiling: 2120ms - BeginReloadAssembly (174ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (47ms) - RebuildCommonClasses (41ms) - RebuildNativeTypeToScriptingClass (14ms) - initialDomainReloadingComplete (53ms) - LoadAllAssembliesAndSetupDomain (508ms) - LoadAssemblies (562ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (27ms) - TypeCache.Refresh (15ms) - TypeCache.ScanAssembly (0ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (10ms) - FinalizeReload (1331ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (495ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (41ms) - SetLoadedEditorAssemblies (5ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (97ms) - ProcessInitializeOnLoadAttributes (301ms) - ProcessInitializeOnLoadMethodAttributes (34ms) - AfterProcessingInitializeOnLoad (17ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (15ms) -Refreshing native plugins compatible for Editor in 13.01 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (343.7 KB). Loaded Objects now: 6450. -Memory consumption went from 232.2 MB to 231.8 MB. -Total: 3.177700 ms (FindLiveObjects: 0.401700 ms CreateObjectMapping: 0.204700 ms MarkObjects: 2.349600 ms DeleteObjects: 0.220500 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.841 seconds -Refreshing native plugins compatible for Editor in 16.76 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.279 seconds -Domain Reload Profiling: 2108ms - BeginReloadAssembly (210ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (55ms) - RebuildCommonClasses (40ms) - RebuildNativeTypeToScriptingClass (11ms) - initialDomainReloadingComplete (62ms) - LoadAllAssembliesAndSetupDomain (507ms) - LoadAssemblies (595ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (20ms) - TypeCache.Refresh (11ms) - TypeCache.ScanAssembly (0ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (8ms) - FinalizeReload (1280ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (521ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (27ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (81ms) - ProcessInitializeOnLoadAttributes (352ms) - ProcessInitializeOnLoadMethodAttributes (44ms) - AfterProcessingInitializeOnLoad (16ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (11ms) -Refreshing native plugins compatible for Editor in 13.84 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (344.6 KB). Loaded Objects now: 6453. -Memory consumption went from 234.1 MB to 233.8 MB. -Total: 4.897100 ms (FindLiveObjects: 0.692800 ms CreateObjectMapping: 0.430300 ms MarkObjects: 3.429500 ms DeleteObjects: 0.342000 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 4.546 seconds -Refreshing native plugins compatible for Editor in 17.48 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 9.344 seconds -Domain Reload Profiling: 13881ms - BeginReloadAssembly (173ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (38ms) - RebuildCommonClasses (30ms) - RebuildNativeTypeToScriptingClass (11ms) - initialDomainReloadingComplete (42ms) - LoadAllAssembliesAndSetupDomain (4280ms) - LoadAssemblies (4336ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (33ms) - TypeCache.Refresh (18ms) - TypeCache.ScanAssembly (0ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (13ms) - FinalizeReload (9345ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (393ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (27ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (77ms) - ProcessInitializeOnLoadAttributes (248ms) - ProcessInitializeOnLoadMethodAttributes (24ms) - AfterProcessingInitializeOnLoad (13ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (10ms) -Refreshing native plugins compatible for Editor in 12.34 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (343.4 KB). Loaded Objects now: 6456. -Memory consumption went from 236.0 MB to 235.7 MB. -Total: 4.166300 ms (FindLiveObjects: 0.620700 ms CreateObjectMapping: 0.382700 ms MarkObjects: 2.880600 ms DeleteObjects: 0.280600 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly - Loaded All Assemblies, in 0.692 seconds -Refreshing native plugins compatible for Editor in 11.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 0.965 seconds -Domain Reload Profiling: 1648ms - BeginReloadAssembly (212ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (7ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (59ms) - RebuildCommonClasses (27ms) - RebuildNativeTypeToScriptingClass (9ms) - initialDomainReloadingComplete (43ms) - LoadAllAssembliesAndSetupDomain (392ms) - LoadAssemblies (470ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (20ms) - TypeCache.Refresh (11ms) - TypeCache.ScanAssembly (0ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (7ms) - FinalizeReload (965ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (401ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (29ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (84ms) - ProcessInitializeOnLoadAttributes (243ms) - ProcessInitializeOnLoadMethodAttributes (29ms) - AfterProcessingInitializeOnLoad (12ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (10ms) -Refreshing native plugins compatible for Editor in 11.46 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (343.5 KB). Loaded Objects now: 6459. -Memory consumption went from 237.9 MB to 237.6 MB. -Total: 3.811600 ms (FindLiveObjects: 0.974200 ms CreateObjectMapping: 0.393500 ms MarkObjects: 2.221500 ms DeleteObjects: 0.220900 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.863 seconds -Refreshing native plugins compatible for Editor in 12.05 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.145 seconds -Domain Reload Profiling: 1999ms - BeginReloadAssembly (232ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (6ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (51ms) - RebuildCommonClasses (34ms) - RebuildNativeTypeToScriptingClass (11ms) - initialDomainReloadingComplete (48ms) - LoadAllAssembliesAndSetupDomain (527ms) - LoadAssemblies (594ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (54ms) - TypeCache.Refresh (27ms) - TypeCache.ScanAssembly (12ms) - ScanForSourceGeneratedMonoScriptInfo (12ms) - ResolveRequiredComponents (12ms) - FinalizeReload (1146ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (525ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (28ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (95ms) - ProcessInitializeOnLoadAttributes (340ms) - ProcessInitializeOnLoadMethodAttributes (42ms) - AfterProcessingInitializeOnLoad (17ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (11ms) -Refreshing native plugins compatible for Editor in 11.93 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (344.5 KB). Loaded Objects now: 6462. -Memory consumption went from 239.9 MB to 239.5 MB. -Total: 4.256700 ms (FindLiveObjects: 0.616400 ms CreateObjectMapping: 0.348300 ms MarkObjects: 2.950900 ms DeleteObjects: 0.338000 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.767 seconds -Refreshing native plugins compatible for Editor in 11.81 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.196 seconds -Domain Reload Profiling: 1955ms - BeginReloadAssembly (216ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (53ms) - RebuildCommonClasses (31ms) - RebuildNativeTypeToScriptingClass (10ms) - initialDomainReloadingComplete (52ms) - LoadAllAssembliesAndSetupDomain (449ms) - LoadAssemblies (533ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (31ms) - TypeCache.Refresh (19ms) - TypeCache.ScanAssembly (0ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (9ms) - FinalizeReload (1197ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (384ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (27ms) - SetLoadedEditorAssemblies (4ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (70ms) - ProcessInitializeOnLoadAttributes (245ms) - ProcessInitializeOnLoadMethodAttributes (26ms) - AfterProcessingInitializeOnLoad (12ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (9ms) -Refreshing native plugins compatible for Editor in 12.04 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (343.3 KB). Loaded Objects now: 6465. -Memory consumption went from 241.8 MB to 241.4 MB. -Total: 3.335900 ms (FindLiveObjects: 0.447600 ms CreateObjectMapping: 0.380000 ms MarkObjects: 2.289200 ms DeleteObjects: 0.217900 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.048 seconds -Refreshing native plugins compatible for Editor in 31.12 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.241 seconds -Domain Reload Profiling: 2278ms - BeginReloadAssembly (311ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (11ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (87ms) - RebuildCommonClasses (47ms) - RebuildNativeTypeToScriptingClass (10ms) - initialDomainReloadingComplete (56ms) - LoadAllAssembliesAndSetupDomain (611ms) - LoadAssemblies (686ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (86ms) - TypeCache.Refresh (46ms) - TypeCache.ScanAssembly (20ms) - ScanForSourceGeneratedMonoScriptInfo (21ms) - ResolveRequiredComponents (14ms) - FinalizeReload (1242ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (514ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (29ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (92ms) - ProcessInitializeOnLoadAttributes (332ms) - ProcessInitializeOnLoadMethodAttributes (36ms) - AfterProcessingInitializeOnLoad (22ms) - EditorAssembliesLoaded (1ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (17ms) -Refreshing native plugins compatible for Editor in 11.20 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (343.7 KB). Loaded Objects now: 6468. -Memory consumption went from 243.7 MB to 243.4 MB. -Total: 3.841100 ms (FindLiveObjects: 0.685900 ms CreateObjectMapping: 0.286600 ms MarkObjects: 2.545800 ms DeleteObjects: 0.320300 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.704 seconds -Refreshing native plugins compatible for Editor in 12.72 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.136 seconds -Domain Reload Profiling: 1832ms - BeginReloadAssembly (182ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (46ms) - RebuildCommonClasses (33ms) - RebuildNativeTypeToScriptingClass (11ms) - initialDomainReloadingComplete (41ms) - LoadAllAssembliesAndSetupDomain (427ms) - LoadAssemblies (481ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (34ms) - TypeCache.Refresh (24ms) - TypeCache.ScanAssembly (0ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (8ms) - FinalizeReload (1137ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (453ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (29ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (84ms) - ProcessInitializeOnLoadAttributes (277ms) - ProcessInitializeOnLoadMethodAttributes (40ms) - AfterProcessingInitializeOnLoad (18ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (11ms) -Refreshing native plugins compatible for Editor in 15.26 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (344.6 KB). Loaded Objects now: 6471. -Memory consumption went from 245.5 MB to 245.2 MB. -Total: 3.613600 ms (FindLiveObjects: 0.497400 ms CreateObjectMapping: 0.316600 ms MarkObjects: 2.416600 ms DeleteObjects: 0.381800 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.954 seconds -Refreshing native plugins compatible for Editor in 11.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.979 seconds -Domain Reload Profiling: 1920ms - BeginReloadAssembly (274ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (7ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (80ms) - RebuildCommonClasses (37ms) - RebuildNativeTypeToScriptingClass (12ms) - initialDomainReloadingComplete (46ms) - LoadAllAssembliesAndSetupDomain (573ms) - LoadAssemblies (638ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (64ms) - TypeCache.Refresh (40ms) - TypeCache.ScanAssembly (24ms) - ScanForSourceGeneratedMonoScriptInfo (10ms) - ResolveRequiredComponents (11ms) - FinalizeReload (979ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (376ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (27ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (78ms) - ProcessInitializeOnLoadAttributes (231ms) - ProcessInitializeOnLoadMethodAttributes (23ms) - AfterProcessingInitializeOnLoad (14ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (9ms) -Refreshing native plugins compatible for Editor in 11.44 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (343.9 KB). Loaded Objects now: 6474. -Memory consumption went from 247.4 MB to 247.1 MB. -Total: 6.132800 ms (FindLiveObjects: 1.255400 ms CreateObjectMapping: 0.683200 ms MarkObjects: 3.941000 ms DeleteObjects: 0.251800 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.694 seconds -Refreshing native plugins compatible for Editor in 14.76 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.111 seconds -Domain Reload Profiling: 1795ms - BeginReloadAssembly (167ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (42ms) - RebuildCommonClasses (28ms) - RebuildNativeTypeToScriptingClass (15ms) - initialDomainReloadingComplete (46ms) - LoadAllAssembliesAndSetupDomain (427ms) - LoadAssemblies (485ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (23ms) - TypeCache.Refresh (10ms) - TypeCache.ScanAssembly (0ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (9ms) - FinalizeReload (1112ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (445ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (25ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (89ms) - ProcessInitializeOnLoadAttributes (277ms) - ProcessInitializeOnLoadMethodAttributes (35ms) - AfterProcessingInitializeOnLoad (16ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (11ms) -Refreshing native plugins compatible for Editor in 13.01 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (343.9 KB). Loaded Objects now: 6477. -Memory consumption went from 249.4 MB to 249.0 MB. -Total: 2.922500 ms (FindLiveObjects: 0.436400 ms CreateObjectMapping: 0.226200 ms MarkObjects: 2.044700 ms DeleteObjects: 0.214200 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.673 seconds -Refreshing native plugins compatible for Editor in 13.26 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.219 seconds -Domain Reload Profiling: 1883ms - BeginReloadAssembly (171ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (36ms) - RebuildCommonClasses (39ms) - RebuildNativeTypeToScriptingClass (9ms) - initialDomainReloadingComplete (40ms) - LoadAllAssembliesAndSetupDomain (404ms) - LoadAssemblies (472ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (26ms) - TypeCache.Refresh (11ms) - TypeCache.ScanAssembly (0ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (11ms) - FinalizeReload (1220ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (584ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (23ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (88ms) - ProcessInitializeOnLoadAttributes (420ms) - ProcessInitializeOnLoadMethodAttributes (35ms) - AfterProcessingInitializeOnLoad (15ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (14ms) -Refreshing native plugins compatible for Editor in 32.90 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (344.9 KB). Loaded Objects now: 6480. -Memory consumption went from 251.3 MB to 251.0 MB. -Total: 5.420300 ms (FindLiveObjects: 0.971100 ms CreateObjectMapping: 0.538500 ms MarkObjects: 3.520400 ms DeleteObjects: 0.387400 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.889 seconds -Refreshing native plugins compatible for Editor in 18.48 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: 2570ms - BeginReloadAssembly (239ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (46ms) - RebuildCommonClasses (54ms) - RebuildNativeTypeToScriptingClass (16ms) - initialDomainReloadingComplete (50ms) - LoadAllAssembliesAndSetupDomain (523ms) - LoadAssemblies (617ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (60ms) - TypeCache.Refresh (30ms) - TypeCache.ScanAssembly (16ms) - ScanForSourceGeneratedMonoScriptInfo (13ms) - ResolveRequiredComponents (13ms) - FinalizeReload (1689ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (492ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (36ms) - SetLoadedEditorAssemblies (5ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (108ms) - ProcessInitializeOnLoadAttributes (255ms) - ProcessInitializeOnLoadMethodAttributes (32ms) - AfterProcessingInitializeOnLoad (55ms) - EditorAssembliesLoaded (1ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (18ms) -Refreshing native plugins compatible for Editor in 21.04 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (344.0 KB). Loaded Objects now: 6483. -Memory consumption went from 253.2 MB to 252.9 MB. -Total: 2.760400 ms (FindLiveObjects: 0.400100 ms CreateObjectMapping: 0.211600 ms MarkObjects: 1.910300 ms DeleteObjects: 0.237600 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.803 seconds -Refreshing native plugins compatible for Editor in 14.46 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.093 seconds -Domain Reload Profiling: 1887ms - BeginReloadAssembly (167ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (6ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (37ms) - RebuildCommonClasses (31ms) - RebuildNativeTypeToScriptingClass (10ms) - initialDomainReloadingComplete (42ms) - LoadAllAssembliesAndSetupDomain (543ms) - LoadAssemblies (570ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (54ms) - TypeCache.Refresh (35ms) - TypeCache.ScanAssembly (16ms) - ScanForSourceGeneratedMonoScriptInfo (9ms) - ResolveRequiredComponents (8ms) - FinalizeReload (1094ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (376ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (29ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (76ms) - ProcessInitializeOnLoadAttributes (233ms) - ProcessInitializeOnLoadMethodAttributes (23ms) - AfterProcessingInitializeOnLoad (13ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (11ms) -Refreshing native plugins compatible for Editor in 11.75 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (343.9 KB). Loaded Objects now: 6486. -Memory consumption went from 255.1 MB to 254.8 MB. -Total: 5.543400 ms (FindLiveObjects: 0.519700 ms CreateObjectMapping: 0.243900 ms MarkObjects: 4.510800 ms DeleteObjects: 0.267600 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.726 seconds -Refreshing native plugins compatible for Editor in 20.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.516 seconds -Domain Reload Profiling: 2235ms - BeginReloadAssembly (195ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (44ms) - RebuildCommonClasses (28ms) - RebuildNativeTypeToScriptingClass (10ms) - initialDomainReloadingComplete (44ms) - LoadAllAssembliesAndSetupDomain (441ms) - LoadAssemblies (518ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (31ms) - TypeCache.Refresh (11ms) - TypeCache.ScanAssembly (0ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (15ms) - FinalizeReload (1517ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (481ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (30ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (105ms) - ProcessInitializeOnLoadAttributes (296ms) - ProcessInitializeOnLoadMethodAttributes (32ms) - AfterProcessingInitializeOnLoad (15ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (10ms) -Refreshing native plugins compatible for Editor in 16.72 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (344.9 KB). Loaded Objects now: 6489. -Memory consumption went from 257.1 MB to 256.7 MB. -Total: 5.161200 ms (FindLiveObjects: 0.757200 ms CreateObjectMapping: 0.421200 ms MarkObjects: 3.688800 ms DeleteObjects: 0.290400 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.679 seconds -Refreshing native plugins compatible for Editor in 11.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.122 seconds -Domain Reload Profiling: 1792ms - BeginReloadAssembly (182ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (51ms) - RebuildCommonClasses (41ms) - RebuildNativeTypeToScriptingClass (9ms) - initialDomainReloadingComplete (53ms) - LoadAllAssembliesAndSetupDomain (385ms) - LoadAssemblies (453ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (18ms) - TypeCache.Refresh (7ms) - TypeCache.ScanAssembly (0ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (9ms) - FinalizeReload (1122ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (475ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (32ms) - SetLoadedEditorAssemblies (4ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (95ms) - ProcessInitializeOnLoadAttributes (299ms) - ProcessInitializeOnLoadMethodAttributes (31ms) - AfterProcessingInitializeOnLoad (13ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (13ms) -Refreshing native plugins compatible for Editor in 14.39 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (376.2 KB). Loaded Objects now: 6492. -Memory consumption went from 259.0 MB to 258.7 MB. -Total: 5.215700 ms (FindLiveObjects: 0.842200 ms CreateObjectMapping: 0.498700 ms MarkObjects: 3.434800 ms DeleteObjects: 0.437400 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.645 seconds Refreshing native plugins compatible for Editor in 12.56 ms, found 3 plugins. Native extension for WindowsStandalone target not found Native extension for Android target not found @@ -2181,1251 +201,46 @@ Native extension for Android target not found [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.109 seconds -Domain Reload Profiling: 1742ms - BeginReloadAssembly (160ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (34ms) - RebuildCommonClasses (31ms) - RebuildNativeTypeToScriptingClass (14ms) - initialDomainReloadingComplete (42ms) - LoadAllAssembliesAndSetupDomain (386ms) - LoadAssemblies (455ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (20ms) - TypeCache.Refresh (7ms) - TypeCache.ScanAssembly (0ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (9ms) - FinalizeReload (1110ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (428ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (27ms) - SetLoadedEditorAssemblies (4ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (80ms) - ProcessInitializeOnLoadAttributes (271ms) - ProcessInitializeOnLoadMethodAttributes (33ms) - AfterProcessingInitializeOnLoad (13ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (12ms) -Refreshing native plugins compatible for Editor in 15.31 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (400.0 KB). Loaded Objects now: 6495. -Memory consumption went from 261.0 MB to 260.6 MB. -Total: 3.929800 ms (FindLiveObjects: 0.575400 ms CreateObjectMapping: 0.367000 ms MarkObjects: 2.703000 ms DeleteObjects: 0.283000 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.862 seconds -Refreshing native plugins compatible for Editor in 15.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.166 seconds -Domain Reload Profiling: 2015ms - BeginReloadAssembly (181ms) +- Finished resetting the current domain, in 1.132 seconds +Domain Reload Profiling: 1814ms + BeginReloadAssembly (193ms) ExecutionOrderSort (0ms) DisableScriptedObjects (7ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (42ms) - RebuildCommonClasses (31ms) - RebuildNativeTypeToScriptingClass (9ms) - initialDomainReloadingComplete (47ms) - LoadAllAssembliesAndSetupDomain (580ms) - LoadAssemblies (594ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (76ms) - TypeCache.Refresh (43ms) - TypeCache.ScanAssembly (19ms) - ScanForSourceGeneratedMonoScriptInfo (18ms) - ResolveRequiredComponents (11ms) - FinalizeReload (1167ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (463ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (26ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (96ms) - ProcessInitializeOnLoadAttributes (295ms) - ProcessInitializeOnLoadMethodAttributes (28ms) - AfterProcessingInitializeOnLoad (15ms) - EditorAssembliesLoaded (1ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (16ms) -Refreshing native plugins compatible for Editor in 12.20 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (345.2 KB). Loaded Objects now: 6498. -Memory consumption went from 262.9 MB to 262.5 MB. -Total: 2.617000 ms (FindLiveObjects: 0.366200 ms CreateObjectMapping: 0.198300 ms MarkObjects: 1.854500 ms DeleteObjects: 0.197000 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.900 seconds -Refreshing native plugins compatible for Editor in 10.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.108 seconds -Domain Reload Profiling: 2001ms - BeginReloadAssembly (222ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (7ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (61ms) - RebuildCommonClasses (39ms) - RebuildNativeTypeToScriptingClass (12ms) - initialDomainReloadingComplete (46ms) - LoadAllAssembliesAndSetupDomain (574ms) - LoadAssemblies (628ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (45ms) - TypeCache.Refresh (26ms) - TypeCache.ScanAssembly (13ms) - ScanForSourceGeneratedMonoScriptInfo (10ms) - ResolveRequiredComponents (7ms) - FinalizeReload (1109ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (466ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (25ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (83ms) - ProcessInitializeOnLoadAttributes (308ms) - ProcessInitializeOnLoadMethodAttributes (34ms) - AfterProcessingInitializeOnLoad (12ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (9ms) -Refreshing native plugins compatible for Editor in 12.65 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (344.8 KB). Loaded Objects now: 6501. -Memory consumption went from 264.8 MB to 264.4 MB. -Total: 3.520300 ms (FindLiveObjects: 0.481000 ms CreateObjectMapping: 0.273200 ms MarkObjects: 2.449200 ms DeleteObjects: 0.315000 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.910 seconds -Refreshing native plugins compatible for Editor in 11.38 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.951 seconds -Domain Reload Profiling: 1852ms - BeginReloadAssembly (186ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (43ms) - RebuildCommonClasses (29ms) - RebuildNativeTypeToScriptingClass (10ms) - initialDomainReloadingComplete (42ms) - LoadAllAssembliesAndSetupDomain (633ms) - LoadAssemblies (694ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (41ms) - TypeCache.Refresh (23ms) - TypeCache.ScanAssembly (13ms) - ScanForSourceGeneratedMonoScriptInfo (9ms) - ResolveRequiredComponents (7ms) - FinalizeReload (952ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (373ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (24ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (74ms) - ProcessInitializeOnLoadAttributes (236ms) - ProcessInitializeOnLoadMethodAttributes (25ms) - AfterProcessingInitializeOnLoad (12ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (9ms) -Refreshing native plugins compatible for Editor in 16.14 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (375.9 KB). Loaded Objects now: 6504. -Memory consumption went from 266.7 MB to 266.4 MB. -Total: 3.927000 ms (FindLiveObjects: 0.963700 ms CreateObjectMapping: 0.258300 ms MarkObjects: 2.441400 ms DeleteObjects: 0.261400 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.682 seconds -Refreshing native plugins compatible for Editor in 26.47 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.120 seconds -Domain Reload Profiling: 1790ms - BeginReloadAssembly (170ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (35ms) - RebuildCommonClasses (34ms) - RebuildNativeTypeToScriptingClass (9ms) - initialDomainReloadingComplete (44ms) - LoadAllAssembliesAndSetupDomain (411ms) - LoadAssemblies (470ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (31ms) - TypeCache.Refresh (15ms) - TypeCache.ScanAssembly (0ms) - ScanForSourceGeneratedMonoScriptInfo (1ms) - ResolveRequiredComponents (11ms) - FinalizeReload (1121ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (456ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (35ms) - SetLoadedEditorAssemblies (4ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (89ms) - ProcessInitializeOnLoadAttributes (283ms) - ProcessInitializeOnLoadMethodAttributes (31ms) - AfterProcessingInitializeOnLoad (14ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (16ms) -Refreshing native plugins compatible for Editor in 13.83 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (343.9 KB). Loaded Objects now: 6507. -Memory consumption went from 268.6 MB to 268.3 MB. -Total: 4.297500 ms (FindLiveObjects: 0.513600 ms CreateObjectMapping: 0.567200 ms MarkObjects: 2.857500 ms DeleteObjects: 0.357800 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.800 seconds -Refreshing native plugins compatible for Editor in 13.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 0.960 seconds -Domain Reload Profiling: 1751ms - BeginReloadAssembly (230ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (8ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (66ms) - RebuildCommonClasses (30ms) - RebuildNativeTypeToScriptingClass (10ms) - initialDomainReloadingComplete (43ms) - LoadAllAssembliesAndSetupDomain (479ms) - LoadAssemblies (539ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (39ms) - TypeCache.Refresh (19ms) - TypeCache.ScanAssembly (2ms) - ScanForSourceGeneratedMonoScriptInfo (10ms) - ResolveRequiredComponents (8ms) - FinalizeReload (960ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (380ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (27ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (72ms) - ProcessInitializeOnLoadAttributes (241ms) - ProcessInitializeOnLoadMethodAttributes (24ms) - AfterProcessingInitializeOnLoad (13ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (9ms) -Refreshing native plugins compatible for Editor in 11.59 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (344.8 KB). Loaded Objects now: 6510. -Memory consumption went from 270.6 MB to 270.2 MB. -Total: 3.769700 ms (FindLiveObjects: 0.659000 ms CreateObjectMapping: 0.292500 ms MarkObjects: 2.554900 ms DeleteObjects: 0.262200 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.677 seconds -Refreshing native plugins compatible for Editor in 11.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 1.168 seconds -Domain Reload Profiling: 1836ms - BeginReloadAssembly (180ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) CreateAndSetChildDomain (48ms) - RebuildCommonClasses (29ms) - RebuildNativeTypeToScriptingClass (10ms) - initialDomainReloadingComplete (49ms) - LoadAllAssembliesAndSetupDomain (400ms) - LoadAssemblies (474ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (18ms) - TypeCache.Refresh (9ms) - TypeCache.ScanAssembly (0ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (7ms) - FinalizeReload (1169ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (500ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (29ms) - SetLoadedEditorAssemblies (4ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (89ms) - ProcessInitializeOnLoadAttributes (335ms) - ProcessInitializeOnLoadMethodAttributes (29ms) - AfterProcessingInitializeOnLoad (14ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (11ms) -Refreshing native plugins compatible for Editor in 14.89 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (343.9 KB). Loaded Objects now: 6513. -Memory consumption went from 272.5 MB to 272.1 MB. -Total: 4.275600 ms (FindLiveObjects: 0.769300 ms CreateObjectMapping: 0.363000 ms MarkObjects: 2.681300 ms DeleteObjects: 0.459900 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.916 seconds -Refreshing native plugins compatible for Editor in 15.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.957 seconds -Domain Reload Profiling: 1860ms - BeginReloadAssembly (277ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (6ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (60ms) - RebuildCommonClasses (49ms) - RebuildNativeTypeToScriptingClass (17ms) - initialDomainReloadingComplete (74ms) - LoadAllAssembliesAndSetupDomain (485ms) - LoadAssemblies (609ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (37ms) - TypeCache.Refresh (20ms) - TypeCache.ScanAssembly (10ms) - ScanForSourceGeneratedMonoScriptInfo (7ms) - ResolveRequiredComponents (8ms) - FinalizeReload (957ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (377ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (25ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (72ms) - ProcessInitializeOnLoadAttributes (234ms) - ProcessInitializeOnLoadMethodAttributes (29ms) - AfterProcessingInitializeOnLoad (13ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (11ms) -Refreshing native plugins compatible for Editor in 12.43 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (345.0 KB). Loaded Objects now: 6516. -Memory consumption went from 274.4 MB to 274.1 MB. -Total: 3.165100 ms (FindLiveObjects: 0.397100 ms CreateObjectMapping: 0.211500 ms MarkObjects: 2.353900 ms DeleteObjects: 0.201500 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.684 seconds -Refreshing native plugins compatible for Editor in 10.74 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.136 seconds -Domain Reload Profiling: 1811ms - BeginReloadAssembly (182ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (37ms) - RebuildCommonClasses (33ms) - RebuildNativeTypeToScriptingClass (9ms) - initialDomainReloadingComplete (54ms) - LoadAllAssembliesAndSetupDomain (396ms) - LoadAssemblies (472ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (26ms) - TypeCache.Refresh (14ms) - TypeCache.ScanAssembly (0ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (9ms) - FinalizeReload (1136ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (458ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (24ms) - SetLoadedEditorAssemblies (4ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (95ms) - ProcessInitializeOnLoadAttributes (289ms) - ProcessInitializeOnLoadMethodAttributes (31ms) - AfterProcessingInitializeOnLoad (14ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (11ms) -Refreshing native plugins compatible for Editor in 14.83 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (343.9 KB). Loaded Objects now: 6519. -Memory consumption went from 276.3 MB to 276.0 MB. -Total: 4.353300 ms (FindLiveObjects: 0.468500 ms CreateObjectMapping: 0.258000 ms MarkObjects: 3.358900 ms DeleteObjects: 0.266200 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.867 seconds -Refreshing native plugins compatible for Editor in 18.86 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.957 seconds -Domain Reload Profiling: 1810ms - BeginReloadAssembly (230ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (8ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (47ms) - RebuildCommonClasses (41ms) - RebuildNativeTypeToScriptingClass (15ms) - initialDomainReloadingComplete (44ms) - LoadAllAssembliesAndSetupDomain (521ms) - LoadAssemblies (614ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (41ms) - TypeCache.Refresh (19ms) - TypeCache.ScanAssembly (11ms) - ScanForSourceGeneratedMonoScriptInfo (11ms) - ResolveRequiredComponents (10ms) - FinalizeReload (958ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (376ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (26ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (75ms) - ProcessInitializeOnLoadAttributes (235ms) - ProcessInitializeOnLoadMethodAttributes (26ms) - AfterProcessingInitializeOnLoad (12ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (9ms) -Refreshing native plugins compatible for Editor in 11.43 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (344.0 KB). Loaded Objects now: 6522. -Memory consumption went from 278.3 MB to 277.9 MB. -Total: 3.933000 ms (FindLiveObjects: 0.480100 ms CreateObjectMapping: 0.226100 ms MarkObjects: 2.983200 ms DeleteObjects: 0.242500 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.867 seconds -Refreshing native plugins compatible for Editor in 14.09 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.324 seconds -Domain Reload Profiling: 2181ms - BeginReloadAssembly (225ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (45ms) - RebuildCommonClasses (47ms) - RebuildNativeTypeToScriptingClass (12ms) - initialDomainReloadingComplete (55ms) - LoadAllAssembliesAndSetupDomain (517ms) - LoadAssemblies (608ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (44ms) - TypeCache.Refresh (23ms) - TypeCache.ScanAssembly (12ms) - ScanForSourceGeneratedMonoScriptInfo (9ms) - ResolveRequiredComponents (9ms) - FinalizeReload (1325ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (445ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (29ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (76ms) - ProcessInitializeOnLoadAttributes (288ms) - ProcessInitializeOnLoadMethodAttributes (33ms) - AfterProcessingInitializeOnLoad (15ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (10ms) -Script is not up to date after domain reload: guid(44e6e0cb968b4bc0a21ed772b81d1c39) path("Assets/Game/Plugins/JNGame/Sync/Frame/JNSyncFrame.cs") state(2) -Refreshing native plugins compatible for Editor in 15.71 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5928 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (345.3 KB). Loaded Objects now: 6524. -Memory consumption went from 280.2 MB to 279.8 MB. -Total: 4.720100 ms (FindLiveObjects: 0.718800 ms CreateObjectMapping: 0.486200 ms MarkObjects: 3.273500 ms DeleteObjects: 0.238300 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.932 seconds -Refreshing native plugins compatible for Editor in 13.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 0.970 seconds -Domain Reload Profiling: 1890ms - BeginReloadAssembly (308ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (12ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (62ms) - RebuildCommonClasses (49ms) - RebuildNativeTypeToScriptingClass (14ms) - initialDomainReloadingComplete (55ms) - LoadAllAssembliesAndSetupDomain (494ms) - LoadAssemblies (584ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (52ms) - TypeCache.Refresh (30ms) - TypeCache.ScanAssembly (13ms) - ScanForSourceGeneratedMonoScriptInfo (11ms) - ResolveRequiredComponents (7ms) - FinalizeReload (971ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (389ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (25ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (80ms) - ProcessInitializeOnLoadAttributes (244ms) - ProcessInitializeOnLoadMethodAttributes (25ms) - AfterProcessingInitializeOnLoad (13ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (10ms) -Refreshing native plugins compatible for Editor in 13.74 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (344.1 KB). Loaded Objects now: 6528. -Memory consumption went from 282.1 MB to 281.8 MB. -Total: 3.559700 ms (FindLiveObjects: 0.530500 ms CreateObjectMapping: 0.335900 ms MarkObjects: 2.270400 ms DeleteObjects: 0.421600 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.651 seconds -Refreshing native plugins compatible for Editor in 15.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 1.135 seconds -Domain Reload Profiling: 1778ms - BeginReloadAssembly (175ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (38ms) - RebuildCommonClasses (30ms) - RebuildNativeTypeToScriptingClass (10ms) - initialDomainReloadingComplete (39ms) - LoadAllAssembliesAndSetupDomain (389ms) - LoadAssemblies (463ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (18ms) - TypeCache.Refresh (8ms) - TypeCache.ScanAssembly (0ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (7ms) - FinalizeReload (1135ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (444ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (29ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (89ms) - ProcessInitializeOnLoadAttributes (279ms) - ProcessInitializeOnLoadMethodAttributes (30ms) - AfterProcessingInitializeOnLoad (14ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (13ms) -Refreshing native plugins compatible for Editor in 13.81 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (344.2 KB). Loaded Objects now: 6531. -Memory consumption went from 284.0 MB to 283.7 MB. -Total: 6.233000 ms (FindLiveObjects: 1.084600 ms CreateObjectMapping: 0.779700 ms MarkObjects: 3.919100 ms DeleteObjects: 0.446700 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Import Request. - Time since last request: 8989.527941 seconds. - path: Assets/Game/Scenes/Mode/Example3_Recast_Navmesh1/WorldSync01.unity - artifactKey: Guid(3db087e06073e834f99488917ceb5e74) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Game/Scenes/Mode/Example3_Recast_Navmesh1/WorldSync01.unity using Guid(3db087e06073e834f99488917ceb5e74) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '18ba9530b8a97bc96e8e3ecf282cb48a') in 0.006554 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.850 seconds -Refreshing native plugins compatible for Editor in 14.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 0.939 seconds -Domain Reload Profiling: 1780ms - BeginReloadAssembly (231ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (46ms) - RebuildCommonClasses (52ms) - RebuildNativeTypeToScriptingClass (16ms) - initialDomainReloadingComplete (47ms) - LoadAllAssembliesAndSetupDomain (495ms) - LoadAssemblies (585ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (50ms) - TypeCache.Refresh (30ms) - TypeCache.ScanAssembly (7ms) - ScanForSourceGeneratedMonoScriptInfo (10ms) - ResolveRequiredComponents (8ms) - FinalizeReload (939ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (361ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (23ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (74ms) - ProcessInitializeOnLoadAttributes (225ms) - ProcessInitializeOnLoadMethodAttributes (24ms) - AfterProcessingInitializeOnLoad (12ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (13ms) -Refreshing native plugins compatible for Editor in 11.46 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5928 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (400.1 KB). Loaded Objects now: 6534. -Memory consumption went from 285.8 MB to 285.4 MB. -Total: 3.008400 ms (FindLiveObjects: 0.420800 ms CreateObjectMapping: 0.236500 ms MarkObjects: 2.113900 ms DeleteObjects: 0.236100 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.880 seconds -Refreshing native plugins compatible for Editor in 15.07 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.012 seconds -Domain Reload Profiling: 1882ms - BeginReloadAssembly (182ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (40ms) - RebuildCommonClasses (28ms) - RebuildNativeTypeToScriptingClass (9ms) - initialDomainReloadingComplete (59ms) - LoadAllAssembliesAndSetupDomain (592ms) - LoadAssemblies (641ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (46ms) - TypeCache.Refresh (20ms) - TypeCache.ScanAssembly (5ms) - ScanForSourceGeneratedMonoScriptInfo (14ms) - ResolveRequiredComponents (10ms) - FinalizeReload (1013ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (363ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (23ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (71ms) - ProcessInitializeOnLoadAttributes (224ms) - ProcessInitializeOnLoadMethodAttributes (29ms) - AfterProcessingInitializeOnLoad (14ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (10ms) -Refreshing native plugins compatible for Editor in 13.99 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (344.8 KB). Loaded Objects now: 6537. -Memory consumption went from 287.9 MB to 287.6 MB. -Total: 3.649300 ms (FindLiveObjects: 0.795300 ms CreateObjectMapping: 0.346000 ms MarkObjects: 2.288000 ms DeleteObjects: 0.218800 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.859 seconds -Refreshing native plugins compatible for Editor in 13.06 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.011 seconds -Domain Reload Profiling: 1861ms - BeginReloadAssembly (196ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (55ms) - RebuildCommonClasses (49ms) + RebuildCommonClasses (34ms) RebuildNativeTypeToScriptingClass (11ms) - initialDomainReloadingComplete (70ms) - LoadAllAssembliesAndSetupDomain (523ms) - LoadAssemblies (580ms) + initialDomainReloadingComplete (51ms) + LoadAllAssembliesAndSetupDomain (394ms) + LoadAssemblies (477ms) RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (43ms) - TypeCache.Refresh (25ms) - TypeCache.ScanAssembly (9ms) - ScanForSourceGeneratedMonoScriptInfo (8ms) - ResolveRequiredComponents (9ms) - FinalizeReload (1012ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (413ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (23ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (81ms) - ProcessInitializeOnLoadAttributes (272ms) - ProcessInitializeOnLoadMethodAttributes (23ms) - AfterProcessingInitializeOnLoad (12ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (10ms) -Refreshing native plugins compatible for Editor in 11.24 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (343.8 KB). Loaded Objects now: 6540. -Memory consumption went from 289.8 MB to 289.5 MB. -Total: 4.340600 ms (FindLiveObjects: 0.397500 ms CreateObjectMapping: 0.202500 ms MarkObjects: 3.389700 ms DeleteObjects: 0.349400 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.683 seconds -Refreshing native plugins compatible for Editor in 12.57 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.077 seconds -Domain Reload Profiling: 1752ms - BeginReloadAssembly (222ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (39ms) - RebuildCommonClasses (40ms) - RebuildNativeTypeToScriptingClass (10ms) - initialDomainReloadingComplete (42ms) - LoadAllAssembliesAndSetupDomain (361ms) - LoadAssemblies (481ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (23ms) - TypeCache.Refresh (10ms) + AnalyzeDomain (17ms) + TypeCache.Refresh (7ms) TypeCache.ScanAssembly (0ms) ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (11ms) - FinalizeReload (1078ms) + ResolveRequiredComponents (8ms) + FinalizeReload (1132ms) ReleaseScriptCaches (0ms) RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (457ms) + SetupLoadedEditorAssemblies (476ms) LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (36ms) + InitializePlatformSupportModulesInManaged (27ms) SetLoadedEditorAssemblies (4ms) RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (83ms) - ProcessInitializeOnLoadAttributes (279ms) - ProcessInitializeOnLoadMethodAttributes (41ms) - AfterProcessingInitializeOnLoad (14ms) + BeforeProcessingInitializeOnLoad (87ms) + ProcessInitializeOnLoadAttributes (298ms) + ProcessInitializeOnLoadMethodAttributes (40ms) + AfterProcessingInitializeOnLoad (20ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) AwakeInstancesAfterBackupRestoration (13ms) -Refreshing native plugins compatible for Editor in 11.90 ms, found 3 plugins. +Refreshing native plugins compatible for Editor in 13.70 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (343.9 KB). Loaded Objects now: 6543. -Memory consumption went from 291.8 MB to 291.4 MB. -Total: 4.364400 ms (FindLiveObjects: 0.372300 ms CreateObjectMapping: 0.709800 ms MarkObjects: 3.001200 ms DeleteObjects: 0.279700 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Import Request. - Time since last request: 278.055724 seconds. - path: Assets/Game/Scenes - artifactKey: Guid(9e21a189fdbf0f14e8006a71142ecb32) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Game/Scenes using Guid(9e21a189fdbf0f14e8006a71142ecb32) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '170cad8ccaf05789f33cb3d3628c284c') in 0.005834 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.614 seconds -Refreshing native plugins compatible for Editor in 11.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 1.188 seconds -Domain Reload Profiling: 1794ms - BeginReloadAssembly (170ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (36ms) - RebuildCommonClasses (40ms) - RebuildNativeTypeToScriptingClass (9ms) - initialDomainReloadingComplete (38ms) - LoadAllAssembliesAndSetupDomain (348ms) - LoadAssemblies (419ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (22ms) - TypeCache.Refresh (9ms) - TypeCache.ScanAssembly (0ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (10ms) - FinalizeReload (1188ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (452ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (31ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (86ms) - ProcessInitializeOnLoadAttributes (286ms) - ProcessInitializeOnLoadMethodAttributes (28ms) - AfterProcessingInitializeOnLoad (17ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (16ms) -Refreshing native plugins compatible for Editor in 15.63 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5928 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (344.8 KB). Loaded Objects now: 6546. -Memory consumption went from 293.4 MB to 293.1 MB. -Total: 5.448500 ms (FindLiveObjects: 0.742400 ms CreateObjectMapping: 0.378900 ms MarkObjects: 4.014100 ms DeleteObjects: 0.311300 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.607 seconds -Refreshing native plugins compatible for Editor in 14.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 1.143 seconds -Domain Reload Profiling: 1743ms - BeginReloadAssembly (155ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (31ms) - RebuildCommonClasses (37ms) - RebuildNativeTypeToScriptingClass (9ms) - initialDomainReloadingComplete (48ms) - LoadAllAssembliesAndSetupDomain (350ms) - LoadAssemblies (414ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (21ms) - TypeCache.Refresh (10ms) - TypeCache.ScanAssembly (0ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (9ms) - FinalizeReload (1144ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (434ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (29ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (80ms) - ProcessInitializeOnLoadAttributes (277ms) - ProcessInitializeOnLoadMethodAttributes (31ms) - AfterProcessingInitializeOnLoad (15ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (12ms) -Refreshing native plugins compatible for Editor in 15.27 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (343.6 KB). Loaded Objects now: 6549. -Memory consumption went from 295.6 MB to 295.3 MB. -Total: 3.816600 ms (FindLiveObjects: 0.713500 ms CreateObjectMapping: 0.354800 ms MarkObjects: 2.516000 ms DeleteObjects: 0.231000 ms) +Unloading 5937 Unused Serialized files (Serialized files now loaded: 0) +Unloading 44 unused Assets / (343.0 KB). Loaded Objects now: 6414. +Memory consumption went from 203.1 MB to 202.7 MB. +Total: 3.346800 ms (FindLiveObjects: 0.470400 ms CreateObjectMapping: 0.246600 ms MarkObjects: 2.339000 ms DeleteObjects: 0.289800 ms) Prepare: number of updated asset objects reloaded= 0 AssetImportParameters requested are different than current active one (requested -> active): @@ -3445,53 +260,53 @@ AssetImportParameters requested are different than current active one (requested Received Prepare Begin MonoManager ReloadAssembly - Loaded All Assemblies, in 0.732 seconds -Refreshing native plugins compatible for Editor in 11.18 ms, found 3 plugins. +Refreshing native plugins compatible for Editor in 14.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.980 seconds -Domain Reload Profiling: 1705ms - BeginReloadAssembly (201ms) +- Finished resetting the current domain, in 1.292 seconds +Domain Reload Profiling: 2011ms + BeginReloadAssembly (188ms) ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) + DisableScriptedObjects (4ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (35ms) - RebuildCommonClasses (51ms) - RebuildNativeTypeToScriptingClass (17ms) - initialDomainReloadingComplete (46ms) - LoadAllAssembliesAndSetupDomain (410ms) - LoadAssemblies (489ms) + CreateAndSetChildDomain (51ms) + RebuildCommonClasses (28ms) + RebuildNativeTypeToScriptingClass (11ms) + initialDomainReloadingComplete (44ms) + LoadAllAssembliesAndSetupDomain (448ms) + LoadAssemblies (518ms) RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (45ms) - TypeCache.Refresh (20ms) - TypeCache.ScanAssembly (5ms) - ScanForSourceGeneratedMonoScriptInfo (10ms) - ResolveRequiredComponents (12ms) - FinalizeReload (981ms) + AnalyzeDomain (28ms) + TypeCache.Refresh (16ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (10ms) + FinalizeReload (1292ms) ReleaseScriptCaches (0ms) RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (370ms) + SetupLoadedEditorAssemblies (432ms) LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (23ms) - SetLoadedEditorAssemblies (3ms) + InitializePlatformSupportModulesInManaged (27ms) + SetLoadedEditorAssemblies (4ms) RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (70ms) - ProcessInitializeOnLoadAttributes (234ms) - ProcessInitializeOnLoadMethodAttributes (26ms) - AfterProcessingInitializeOnLoad (15ms) + BeforeProcessingInitializeOnLoad (82ms) + ProcessInitializeOnLoadAttributes (278ms) + ProcessInitializeOnLoadMethodAttributes (29ms) + AfterProcessingInitializeOnLoad (14ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (12ms) -Refreshing native plugins compatible for Editor in 11.70 ms, found 3 plugins. + AwakeInstancesAfterBackupRestoration (11ms) +Refreshing native plugins compatible for Editor in 15.67 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (344.1 KB). Loaded Objects now: 6552. -Memory consumption went from 297.5 MB to 297.2 MB. -Total: 3.109900 ms (FindLiveObjects: 0.546500 ms CreateObjectMapping: 0.286400 ms MarkObjects: 2.055600 ms DeleteObjects: 0.219600 ms) +Unloading 5938 Unused Serialized files (Serialized files now loaded: 0) +Unloading 44 unused Assets / (343.1 KB). Loaded Objects now: 6417. +Memory consumption went from 205.3 MB to 204.9 MB. +Total: 3.747100 ms (FindLiveObjects: 0.529800 ms CreateObjectMapping: 0.247700 ms MarkObjects: 2.615300 ms DeleteObjects: 0.353100 ms) Prepare: number of updated asset objects reloaded= 0 AssetImportParameters requested are different than current active one (requested -> active): @@ -3508,56 +323,162 @@ AssetImportParameters requested are different than current active one (requested custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> ======================================================================== +Received Import Request. + Time since last request: 1700.973210 seconds. + path: Assets/Game/Scenes/Mode/Example3_Recast_Navmesh1/Bot.prefab + artifactKey: Guid(4fed39050c35daa41b1aed0f9723e748) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Game/Scenes/Mode/Example3_Recast_Navmesh1/Bot.prefab using Guid(4fed39050c35daa41b1aed0f9723e748) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'fbbbc895eeb1d49340e023733d1366b4') in 0.100522 seconds +Number of updated asset objects reloaded before import = 0 +Number of asset objects unloaded after import = 174 +======================================================================== +Received Import Request. + Time since last request: 0.648576 seconds. + path: Assets/Game/Scenes/Mode/Example3_Recast_Navmesh1/WorldSync01.unity + artifactKey: Guid(3db087e06073e834f99488917ceb5e74) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Game/Scenes/Mode/Example3_Recast_Navmesh1/WorldSync01.unity using Guid(3db087e06073e834f99488917ceb5e74) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'c0ea6df7f39c2e39e5a63343b0e98f15') in 0.000710 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.620 seconds -Refreshing native plugins compatible for Editor in 14.82 ms, found 3 plugins. +- Loaded All Assemblies, in 1.426 seconds +Refreshing native plugins compatible for Editor in 27.06 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.159 seconds -Domain Reload Profiling: 1770ms - BeginReloadAssembly (169ms) +- Finished resetting the current domain, in 1.545 seconds +Domain Reload Profiling: 2959ms + BeginReloadAssembly (584ms) ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) + DisableScriptedObjects (163ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (34ms) - RebuildCommonClasses (28ms) - RebuildNativeTypeToScriptingClass (9ms) - initialDomainReloadingComplete (43ms) - LoadAllAssembliesAndSetupDomain (360ms) - LoadAssemblies (432ms) + CreateAndSetChildDomain (97ms) + RebuildCommonClasses (48ms) + RebuildNativeTypeToScriptingClass (18ms) + initialDomainReloadingComplete (56ms) + LoadAllAssembliesAndSetupDomain (708ms) + LoadAssemblies (767ms) RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (25ms) - TypeCache.Refresh (11ms) - TypeCache.ScanAssembly (0ms) - ScanForSourceGeneratedMonoScriptInfo (1ms) - ResolveRequiredComponents (10ms) - FinalizeReload (1160ms) + AnalyzeDomain (209ms) + TypeCache.Refresh (172ms) + TypeCache.ScanAssembly (153ms) + ScanForSourceGeneratedMonoScriptInfo (28ms) + ResolveRequiredComponents (8ms) + FinalizeReload (1546ms) ReleaseScriptCaches (0ms) RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (433ms) + SetupLoadedEditorAssemblies (576ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (38ms) + SetLoadedEditorAssemblies (5ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (102ms) + ProcessInitializeOnLoadAttributes (387ms) + ProcessInitializeOnLoadMethodAttributes (29ms) + AfterProcessingInitializeOnLoad (16ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (13ms) +Refreshing native plugins compatible for Editor in 19.17 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5937 Unused Serialized files (Serialized files now loaded: 0) +Unloading 44 unused Assets / (344.1 KB). Loaded Objects now: 6427. +Memory consumption went from 207.1 MB to 206.8 MB. +Total: 3.922600 ms (FindLiveObjects: 0.533300 ms CreateObjectMapping: 0.266100 ms MarkObjects: 2.793100 ms DeleteObjects: 0.328500 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Import Request. + Time since last request: 614.251239 seconds. + path: Assets/Game/Plugins/AstarPathfindingProject/ExampleScenes/Example2_Terrain + artifactKey: Guid(2d3232507ad564e8c891011e5d6413bc) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Game/Plugins/AstarPathfindingProject/ExampleScenes/Example2_Terrain using Guid(2d3232507ad564e8c891011e5d6413bc) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'e10e356ba4b7f1a2ed7576262ac66f92') in 0.035949 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.946386 seconds. + path: Assets/Game/Plugins/AstarPathfindingProject/ExampleScenes/Example3_Recast_Navmesh1/Debris.prefab + artifactKey: Guid(deba0a6f7ec514207b7e850591a6f942) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Game/Plugins/AstarPathfindingProject/ExampleScenes/Example3_Recast_Navmesh1/Debris.prefab using Guid(deba0a6f7ec514207b7e850591a6f942) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'ffdbd63b10a3fdd23442c76c7aa9119d') in 0.102360 seconds +Number of updated asset objects reloaded before import = 0 +Number of asset objects unloaded after import = 12 +======================================================================== +Received Import Request. + Time since last request: 0.869566 seconds. + path: Assets/Game/Plugins/AstarPathfindingProject/ExampleScenes/Example3_Recast_Navmesh1/RecastExample.unity + artifactKey: Guid(d90ceba0148a049e3b56fcde2b55cec1) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Game/Plugins/AstarPathfindingProject/ExampleScenes/Example3_Recast_Navmesh1/RecastExample.unity using Guid(d90ceba0148a049e3b56fcde2b55cec1) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '950eb5cdaee5cfda19e0624cbce42735') in 0.000665 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.704 seconds +Refreshing native plugins compatible for Editor in 12.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 0.932 seconds +Domain Reload Profiling: 1627ms + BeginReloadAssembly (201ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (61ms) + RebuildCommonClasses (36ms) + RebuildNativeTypeToScriptingClass (11ms) + initialDomainReloadingComplete (44ms) + LoadAllAssembliesAndSetupDomain (402ms) + LoadAssemblies (449ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (48ms) + TypeCache.Refresh (24ms) + TypeCache.ScanAssembly (8ms) + ScanForSourceGeneratedMonoScriptInfo (11ms) + ResolveRequiredComponents (10ms) + FinalizeReload (933ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (366ms) LogAssemblyErrors (0ms) InitializePlatformSupportModulesInManaged (23ms) SetLoadedEditorAssemblies (3ms) RefreshPlugins (0ms) BeforeProcessingInitializeOnLoad (78ms) - ProcessInitializeOnLoadAttributes (283ms) - ProcessInitializeOnLoadMethodAttributes (30ms) - AfterProcessingInitializeOnLoad (14ms) + ProcessInitializeOnLoadAttributes (228ms) + ProcessInitializeOnLoadMethodAttributes (23ms) + AfterProcessingInitializeOnLoad (12ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (11ms) -Refreshing native plugins compatible for Editor in 14.17 ms, found 3 plugins. + AwakeInstancesAfterBackupRestoration (9ms) +Refreshing native plugins compatible for Editor in 11.90 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (345.0 KB). Loaded Objects now: 6555. -Memory consumption went from 299.5 MB to 299.1 MB. -Total: 5.993800 ms (FindLiveObjects: 1.118100 ms CreateObjectMapping: 0.665200 ms MarkObjects: 3.850800 ms DeleteObjects: 0.357900 ms) +Unloading 5937 Unused Serialized files (Serialized files now loaded: 0) +Unloading 44 unused Assets / (342.9 KB). Loaded Objects now: 6431. +Memory consumption went from 209.1 MB to 208.8 MB. +Total: 4.321700 ms (FindLiveObjects: 0.466200 ms CreateObjectMapping: 0.202200 ms MarkObjects: 3.307900 ms DeleteObjects: 0.344000 ms) Prepare: number of updated asset objects reloaded= 0 AssetImportParameters requested are different than current active one (requested -> active): @@ -3575,911 +496,71 @@ AssetImportParameters requested are different than current active one (requested custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> ======================================================================== Received Import Request. - Time since last request: 434.331181 seconds. - path: Assets/Game/Scenes/Mode/Example3_Recast_Navmesh1/Materials/Material.mat - artifactKey: Guid(57555ace1d406604e9f3346d0876488a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Game/Scenes/Mode/Example3_Recast_Navmesh1/Materials/Material.mat using Guid(57555ace1d406604e9f3346d0876488a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'c1b2d79468be4108abeb6b420d44307a') in 0.098318 seconds + Time since last request: 366.622434 seconds. + path: Assets/Game/Plugins/AstarPathfindingProject/ExampleScenes/Example2_Terrain/checkerGround.psd + artifactKey: Guid(ee2523340e7944c4297a80937a51484c) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Game/Plugins/AstarPathfindingProject/ExampleScenes/Example2_Terrain/checkerGround.psd using Guid(ee2523340e7944c4297a80937a51484c) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'ac197c060fb96bfcd2a8da4be5645e43') in 0.056184 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 = 2 ======================================================================== Received Import Request. - Time since last request: 19.794828 seconds. - path: Assets/Game/Scenes/Mode/Example3_Recast_Navmesh1/Bot.prefab - artifactKey: Guid(4fed39050c35daa41b1aed0f9723e748) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Game/Scenes/Mode/Example3_Recast_Navmesh1/Bot.prefab using Guid(4fed39050c35daa41b1aed0f9723e748) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'c32b380237f217e2d800824556ea36dc') in 0.071922 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 173 -======================================================================== -Received Import Request. - Time since last request: 15.446711 seconds. - path: Assets/Game/Script/battle/mode/GWorldSync01Mode.cs - artifactKey: Guid(5536f3a48beb4a27b08820e600cf6982) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Game/Script/battle/mode/GWorldSync01Mode.cs using Guid(5536f3a48beb4a27b08820e600cf6982) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '5e6557cf9b6dd740775706465e716c80') in 0.000802 seconds + Time since last request: 0.988294 seconds. + path: Assets/Game/Plugins/AstarPathfindingProject/ExampleScenes/Example2_Terrain/Example2.unity + artifactKey: Guid(b04e6b995408741cf8dc427c6173f5f8) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Game/Plugins/AstarPathfindingProject/ExampleScenes/Example2_Terrain/Example2.unity using Guid(b04e6b995408741cf8dc427c6173f5f8) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '42cbd719f8b15f916402f6e3919f0205') in 0.000791 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.773 seconds -Refreshing native plugins compatible for Editor in 12.81 ms, found 3 plugins. +- Loaded All Assemblies, in 0.940 seconds +Refreshing native plugins compatible for Editor in 12.04 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.074 seconds -Domain Reload Profiling: 1839ms - BeginReloadAssembly (175ms) +- Finished resetting the current domain, in 0.949 seconds +Domain Reload Profiling: 1873ms + BeginReloadAssembly (199ms) ExecutionOrderSort (0ms) DisableScriptedObjects (6ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (46ms) - RebuildCommonClasses (33ms) - RebuildNativeTypeToScriptingClass (9ms) - initialDomainReloadingComplete (47ms) - LoadAllAssembliesAndSetupDomain (499ms) - LoadAssemblies (542ms) + CreateAndSetChildDomain (59ms) + RebuildCommonClasses (37ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (56ms) + LoadAllAssembliesAndSetupDomain (620ms) + LoadAssemblies (660ms) RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (43ms) - TypeCache.Refresh (21ms) - TypeCache.ScanAssembly (2ms) + AnalyzeDomain (53ms) + TypeCache.Refresh (29ms) + TypeCache.ScanAssembly (8ms) ScanForSourceGeneratedMonoScriptInfo (13ms) ResolveRequiredComponents (8ms) - FinalizeReload (1074ms) + FinalizeReload (949ms) ReleaseScriptCaches (0ms) RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (453ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (26ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (90ms) - ProcessInitializeOnLoadAttributes (292ms) - ProcessInitializeOnLoadMethodAttributes (27ms) - AfterProcessingInitializeOnLoad (14ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (10ms) -Refreshing native plugins compatible for Editor in 12.30 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5928 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (376.3 KB). Loaded Objects now: 6598. -Memory consumption went from 301.6 MB to 301.2 MB. -Total: 4.301600 ms (FindLiveObjects: 0.707700 ms CreateObjectMapping: 0.241600 ms MarkObjects: 3.036500 ms DeleteObjects: 0.313200 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.734 seconds -Refreshing native plugins compatible for Editor in 11.94 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.067 seconds -Domain Reload Profiling: 1793ms - BeginReloadAssembly (175ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (45ms) - RebuildCommonClasses (48ms) - RebuildNativeTypeToScriptingClass (14ms) - initialDomainReloadingComplete (55ms) - LoadAllAssembliesAndSetupDomain (434ms) - LoadAssemblies (485ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (37ms) - TypeCache.Refresh (13ms) - TypeCache.ScanAssembly (1ms) - ScanForSourceGeneratedMonoScriptInfo (15ms) - ResolveRequiredComponents (7ms) - FinalizeReload (1068ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (389ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (23ms) - SetLoadedEditorAssemblies (4ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (73ms) - ProcessInitializeOnLoadAttributes (251ms) - ProcessInitializeOnLoadMethodAttributes (24ms) - AfterProcessingInitializeOnLoad (13ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (10ms) -Refreshing native plugins compatible for Editor in 16.40 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (376.3 KB). Loaded Objects now: 6601. -Memory consumption went from 303.7 MB to 303.4 MB. -Total: 3.256900 ms (FindLiveObjects: 0.458400 ms CreateObjectMapping: 0.214300 ms MarkObjects: 2.349800 ms DeleteObjects: 0.233500 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.760 seconds -Refreshing native plugins compatible for Editor in 11.31 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.963 seconds -Domain Reload Profiling: 1714ms - BeginReloadAssembly (183ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (47ms) - RebuildCommonClasses (48ms) - RebuildNativeTypeToScriptingClass (15ms) - initialDomainReloadingComplete (58ms) - LoadAllAssembliesAndSetupDomain (446ms) - LoadAssemblies (508ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (35ms) - TypeCache.Refresh (18ms) - TypeCache.ScanAssembly (1ms) - ScanForSourceGeneratedMonoScriptInfo (9ms) - ResolveRequiredComponents (7ms) - FinalizeReload (963ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (359ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (21ms) - SetLoadedEditorAssemblies (2ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (75ms) - ProcessInitializeOnLoadAttributes (222ms) - ProcessInitializeOnLoadMethodAttributes (25ms) - AfterProcessingInitializeOnLoad (12ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (8ms) -Refreshing native plugins compatible for Editor in 10.61 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (345.0 KB). Loaded Objects now: 6604. -Memory consumption went from 305.6 MB to 305.3 MB. -Total: 3.260700 ms (FindLiveObjects: 0.512700 ms CreateObjectMapping: 0.222200 ms MarkObjects: 2.323300 ms DeleteObjects: 0.201600 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.762 seconds -Refreshing native plugins compatible for Editor in 13.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.981 seconds -Domain Reload Profiling: 1734ms - BeginReloadAssembly (173ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (46ms) - RebuildCommonClasses (28ms) - RebuildNativeTypeToScriptingClass (9ms) - initialDomainReloadingComplete (52ms) - LoadAllAssembliesAndSetupDomain (490ms) - LoadAssemblies (543ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (31ms) - TypeCache.Refresh (14ms) - TypeCache.ScanAssembly (1ms) - ScanForSourceGeneratedMonoScriptInfo (8ms) - ResolveRequiredComponents (7ms) - FinalizeReload (981ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (360ms) + SetupLoadedEditorAssemblies (357ms) LogAssemblyErrors (0ms) InitializePlatformSupportModulesInManaged (22ms) SetLoadedEditorAssemblies (3ms) RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (71ms) - ProcessInitializeOnLoadAttributes (228ms) - ProcessInitializeOnLoadMethodAttributes (23ms) - AfterProcessingInitializeOnLoad (14ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (10ms) -Refreshing native plugins compatible for Editor in 11.17 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (344.0 KB). Loaded Objects now: 6607. -Memory consumption went from 307.6 MB to 307.2 MB. -Total: 3.570200 ms (FindLiveObjects: 0.518400 ms CreateObjectMapping: 0.274600 ms MarkObjects: 2.472900 ms DeleteObjects: 0.303100 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.849 seconds -Refreshing native plugins compatible for Editor in 12.86 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.010 seconds -Domain Reload Profiling: 1849ms - BeginReloadAssembly (207ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (40ms) - RebuildCommonClasses (39ms) - RebuildNativeTypeToScriptingClass (14ms) - initialDomainReloadingComplete (63ms) - LoadAllAssembliesAndSetupDomain (514ms) - LoadAssemblies (602ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (38ms) - TypeCache.Refresh (14ms) - TypeCache.ScanAssembly (1ms) - ScanForSourceGeneratedMonoScriptInfo (12ms) - ResolveRequiredComponents (10ms) - FinalizeReload (1010ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (389ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (29ms) - SetLoadedEditorAssemblies (4ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (79ms) - ProcessInitializeOnLoadAttributes (236ms) - ProcessInitializeOnLoadMethodAttributes (26ms) - AfterProcessingInitializeOnLoad (14ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (11ms) -Refreshing native plugins compatible for Editor in 12.37 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (344.0 KB). Loaded Objects now: 6610. -Memory consumption went from 309.5 MB to 309.2 MB. -Total: 4.879500 ms (FindLiveObjects: 0.619500 ms CreateObjectMapping: 0.239500 ms MarkObjects: 3.634600 ms DeleteObjects: 0.384500 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.805 seconds -Refreshing native plugins compatible for Editor in 13.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 1.051 seconds -Domain Reload Profiling: 1846ms - BeginReloadAssembly (211ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (53ms) - RebuildCommonClasses (38ms) - RebuildNativeTypeToScriptingClass (9ms) - initialDomainReloadingComplete (45ms) - LoadAllAssembliesAndSetupDomain (492ms) - LoadAssemblies (557ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (34ms) - TypeCache.Refresh (15ms) - TypeCache.ScanAssembly (1ms) - ScanForSourceGeneratedMonoScriptInfo (10ms) - ResolveRequiredComponents (7ms) - FinalizeReload (1052ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (404ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (30ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (77ms) - ProcessInitializeOnLoadAttributes (255ms) - ProcessInitializeOnLoadMethodAttributes (24ms) - AfterProcessingInitializeOnLoad (15ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (16ms) -Refreshing native plugins compatible for Editor in 15.35 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (344.2 KB). Loaded Objects now: 6613. -Memory consumption went from 311.4 MB to 311.1 MB. -Total: 2.982200 ms (FindLiveObjects: 0.420900 ms CreateObjectMapping: 0.247900 ms MarkObjects: 2.109800 ms DeleteObjects: 0.202900 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.803 seconds -Refreshing native plugins compatible for Editor in 15.38 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.926 seconds -Domain Reload Profiling: 1720ms - BeginReloadAssembly (182ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (37ms) - RebuildCommonClasses (30ms) - RebuildNativeTypeToScriptingClass (10ms) - initialDomainReloadingComplete (41ms) - LoadAllAssembliesAndSetupDomain (531ms) - LoadAssemblies (586ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (42ms) - TypeCache.Refresh (20ms) - TypeCache.ScanAssembly (2ms) - ScanForSourceGeneratedMonoScriptInfo (11ms) - ResolveRequiredComponents (9ms) - FinalizeReload (926ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (374ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (22ms) - SetLoadedEditorAssemblies (2ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (75ms) - ProcessInitializeOnLoadAttributes (238ms) - ProcessInitializeOnLoadMethodAttributes (23ms) - AfterProcessingInitializeOnLoad (14ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (10ms) -Refreshing native plugins compatible for Editor in 11.10 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (377.2 KB). Loaded Objects now: 6616. -Memory consumption went from 313.4 MB to 313.0 MB. -Total: 3.174300 ms (FindLiveObjects: 0.403700 ms CreateObjectMapping: 0.219800 ms MarkObjects: 2.325300 ms DeleteObjects: 0.224500 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.769 seconds -Refreshing native plugins compatible for Editor in 13.31 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.916 seconds -Domain Reload Profiling: 1677ms - BeginReloadAssembly (169ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (37ms) - RebuildCommonClasses (49ms) - RebuildNativeTypeToScriptingClass (11ms) - initialDomainReloadingComplete (44ms) - LoadAllAssembliesAndSetupDomain (487ms) - LoadAssemblies (549ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (32ms) - TypeCache.Refresh (12ms) - TypeCache.ScanAssembly (1ms) - ScanForSourceGeneratedMonoScriptInfo (8ms) - ResolveRequiredComponents (7ms) - FinalizeReload (916ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (373ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (26ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (73ms) - ProcessInitializeOnLoadAttributes (232ms) - ProcessInitializeOnLoadMethodAttributes (25ms) - AfterProcessingInitializeOnLoad (14ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (13ms) -Refreshing native plugins compatible for Editor in 11.37 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (344.0 KB). Loaded Objects now: 6619. -Memory consumption went from 315.3 MB to 314.9 MB. -Total: 3.077500 ms (FindLiveObjects: 0.368300 ms CreateObjectMapping: 0.193800 ms MarkObjects: 2.331000 ms DeleteObjects: 0.183400 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.825 seconds -Refreshing native plugins compatible for Editor in 15.26 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.070 seconds -Domain Reload Profiling: 1880ms - BeginReloadAssembly (196ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (7ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (49ms) - RebuildCommonClasses (29ms) - RebuildNativeTypeToScriptingClass (15ms) - initialDomainReloadingComplete (55ms) - LoadAllAssembliesAndSetupDomain (516ms) - LoadAssemblies (569ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (43ms) - TypeCache.Refresh (20ms) - TypeCache.ScanAssembly (1ms) - ScanForSourceGeneratedMonoScriptInfo (12ms) - ResolveRequiredComponents (7ms) - FinalizeReload (1070ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (417ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (30ms) - SetLoadedEditorAssemblies (4ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (81ms) - ProcessInitializeOnLoadAttributes (252ms) - ProcessInitializeOnLoadMethodAttributes (31ms) - AfterProcessingInitializeOnLoad (20ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (12ms) -Refreshing native plugins compatible for Editor in 11.33 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (344.2 KB). Loaded Objects now: 6622. -Memory consumption went from 317.2 MB to 316.9 MB. -Total: 5.133800 ms (FindLiveObjects: 0.830500 ms CreateObjectMapping: 0.403400 ms MarkObjects: 3.322900 ms DeleteObjects: 0.573700 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.776 seconds -Refreshing native plugins compatible for Editor in 14.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.000 seconds -Domain Reload Profiling: 1768ms - BeginReloadAssembly (177ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (47ms) - RebuildCommonClasses (33ms) - RebuildNativeTypeToScriptingClass (9ms) - initialDomainReloadingComplete (43ms) - LoadAllAssembliesAndSetupDomain (505ms) - LoadAssemblies (554ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (38ms) - TypeCache.Refresh (19ms) - TypeCache.ScanAssembly (1ms) - ScanForSourceGeneratedMonoScriptInfo (10ms) - ResolveRequiredComponents (7ms) - FinalizeReload (1001ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (409ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (26ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) BeforeProcessingInitializeOnLoad (74ms) - ProcessInitializeOnLoadAttributes (254ms) - ProcessInitializeOnLoadMethodAttributes (37ms) + ProcessInitializeOnLoadAttributes (220ms) + ProcessInitializeOnLoadMethodAttributes (23ms) AfterProcessingInitializeOnLoad (15ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (14ms) -Refreshing native plugins compatible for Editor in 12.80 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (345.2 KB). Loaded Objects now: 6625. -Memory consumption went from 319.1 MB to 318.8 MB. -Total: 3.425900 ms (FindLiveObjects: 0.523400 ms CreateObjectMapping: 0.243200 ms MarkObjects: 2.346400 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Import Request. - Time since last request: 377.781633 seconds. - path: Assets/Game/Script/battle/mode/GWorldSync01Mode.cs - artifactKey: Guid(5536f3a48beb4a27b08820e600cf6982) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Game/Script/battle/mode/GWorldSync01Mode.cs using Guid(5536f3a48beb4a27b08820e600cf6982) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'fd21c794f28f46a4a9a271ff96245d6e') in 0.002310 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.236708 seconds. - path: Assets/Game/Script/battle/mode - artifactKey: Guid(6b22dd710734444690a739bc582997fa) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Game/Script/battle/mode using Guid(6b22dd710734444690a739bc582997fa) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'b0872c95465e4e99444d597c82f234c5') in 0.004667 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.941076 seconds. - path: Assets/Game/Script/battle/mode/GWorldSync01Mode - artifactKey: Guid(b1cf1311852d0d34b9a93318beafc3bd) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Game/Script/battle/mode/GWorldSync01Mode using Guid(b1cf1311852d0d34b9a93318beafc3bd) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '4842658a689fc80fdea284fc5b9deb85') in 0.000674 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.167929 seconds. - path: Assets/Game/Script/battle/mode/GWorldSync01Mode/PlayerBot.cs - artifactKey: Guid(92bb9edc6770cfd47830748c4ca30c59) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Game/Script/battle/mode/GWorldSync01Mode/PlayerBot.cs using Guid(92bb9edc6770cfd47830748c4ca30c59) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '6c9fbae045beb8c582b8686390bb5c2d') in 0.000730 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.715 seconds -Refreshing native plugins compatible for Editor in 14.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.996 seconds -Domain Reload Profiling: 1699ms - BeginReloadAssembly (173ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (42ms) - RebuildCommonClasses (31ms) - RebuildNativeTypeToScriptingClass (11ms) - initialDomainReloadingComplete (48ms) - LoadAllAssembliesAndSetupDomain (440ms) - LoadAssemblies (493ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (36ms) - TypeCache.Refresh (15ms) - TypeCache.ScanAssembly (1ms) - ScanForSourceGeneratedMonoScriptInfo (11ms) - ResolveRequiredComponents (8ms) - FinalizeReload (996ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (395ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (29ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (80ms) - ProcessInitializeOnLoadAttributes (245ms) - ProcessInitializeOnLoadMethodAttributes (24ms) - AfterProcessingInitializeOnLoad (14ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (10ms) -Refreshing native plugins compatible for Editor in 15.49 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (344.2 KB). Loaded Objects now: 6629. -Memory consumption went from 320.8 MB to 320.5 MB. -Total: 3.662800 ms (FindLiveObjects: 0.458100 ms CreateObjectMapping: 0.255900 ms MarkObjects: 2.651700 ms DeleteObjects: 0.295100 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Import Request. - Time since last request: 7.592479 seconds. - path: Assets/Game/Script/battle/mode/GWorldSync01Mode/PlayerBot.cs - artifactKey: Guid(92bb9edc6770cfd47830748c4ca30c59) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Game/Script/battle/mode/GWorldSync01Mode/PlayerBot.cs using Guid(92bb9edc6770cfd47830748c4ca30c59) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '935fd60a2f0b9c873fed0f59c8cbde68') in 0.002655 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.893 seconds -Refreshing native plugins compatible for Editor in 17.74 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.277 seconds -Domain Reload Profiling: 2163ms - BeginReloadAssembly (216ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (9ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (61ms) - RebuildCommonClasses (37ms) - RebuildNativeTypeToScriptingClass (12ms) - initialDomainReloadingComplete (46ms) - LoadAllAssembliesAndSetupDomain (574ms) - LoadAssemblies (621ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (50ms) - TypeCache.Refresh (18ms) - TypeCache.ScanAssembly (2ms) - ScanForSourceGeneratedMonoScriptInfo (16ms) - ResolveRequiredComponents (13ms) - FinalizeReload (1278ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (434ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (27ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (97ms) - ProcessInitializeOnLoadAttributes (259ms) - ProcessInitializeOnLoadMethodAttributes (34ms) - AfterProcessingInitializeOnLoad (14ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (17ms) -Refreshing native plugins compatible for Editor in 17.96 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (344.9 KB). Loaded Objects now: 6632. -Memory consumption went from 322.7 MB to 322.4 MB. -Total: 5.516400 ms (FindLiveObjects: 0.955500 ms CreateObjectMapping: 0.514400 ms MarkObjects: 3.730100 ms DeleteObjects: 0.314900 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.945 seconds -Refreshing native plugins compatible for Editor in 17.69 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.158 seconds -Domain Reload Profiling: 2090ms - BeginReloadAssembly (186ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (43ms) - RebuildCommonClasses (45ms) - RebuildNativeTypeToScriptingClass (21ms) - initialDomainReloadingComplete (61ms) - LoadAllAssembliesAndSetupDomain (619ms) - LoadAssemblies (664ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (51ms) - TypeCache.Refresh (22ms) - TypeCache.ScanAssembly (2ms) - ScanForSourceGeneratedMonoScriptInfo (14ms) - ResolveRequiredComponents (11ms) - FinalizeReload (1159ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (472ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (25ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (87ms) - ProcessInitializeOnLoadAttributes (304ms) - ProcessInitializeOnLoadMethodAttributes (34ms) - AfterProcessingInitializeOnLoad (19ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) AwakeInstancesAfterBackupRestoration (12ms) -Refreshing native plugins compatible for Editor in 10.18 ms, found 3 plugins. +Refreshing native plugins compatible for Editor in 10.67 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5930 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (343.9 KB). Loaded Objects now: 6635. -Memory consumption went from 324.9 MB to 324.6 MB. -Total: 5.828000 ms (FindLiveObjects: 0.526000 ms CreateObjectMapping: 0.278700 ms MarkObjects: 4.693200 ms DeleteObjects: 0.328300 ms) +Unloading 5937 Unused Serialized files (Serialized files now loaded: 0) +Unloading 44 unused Assets / (343.3 KB). Loaded Objects now: 6436. +Memory consumption went from 211.0 MB to 210.7 MB. +Total: 3.039200 ms (FindLiveObjects: 0.451800 ms CreateObjectMapping: 0.239500 ms MarkObjects: 2.132100 ms DeleteObjects: 0.214800 ms) Prepare: number of updated asset objects reloaded= 0 AssetImportParameters requested are different than current active one (requested -> active): @@ -4498,8 +579,8 @@ AssetImportParameters requested are different than current active one (requested ======================================================================== Received Prepare Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.780 seconds -Refreshing native plugins compatible for Editor in 13.81 ms, found 3 plugins. +- Loaded All Assemblies, in 0.790 seconds +Refreshing native plugins compatible for Editor in 15.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 @@ -4507,2231 +588,45 @@ Native extension for Android target not found [Package Manager] Cannot connect to Unity Package Manager local server Mono: successfully reloaded assembly - Finished resetting the current domain, in 1.007 seconds -Domain Reload Profiling: 1777ms - BeginReloadAssembly (223ms) +Domain Reload Profiling: 1787ms + BeginReloadAssembly (251ms) ExecutionOrderSort (0ms) - DisableScriptedObjects (11ms) + DisableScriptedObjects (5ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) CreateAndSetChildDomain (70ms) - RebuildCommonClasses (42ms) - RebuildNativeTypeToScriptingClass (13ms) - initialDomainReloadingComplete (62ms) - LoadAllAssembliesAndSetupDomain (431ms) - LoadAssemblies (492ms) + RebuildCommonClasses (35ms) + RebuildNativeTypeToScriptingClass (10ms) + initialDomainReloadingComplete (44ms) + LoadAllAssembliesAndSetupDomain (441ms) + LoadAssemblies (513ms) RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (37ms) - TypeCache.Refresh (16ms) - TypeCache.ScanAssembly (1ms) - ScanForSourceGeneratedMonoScriptInfo (12ms) - ResolveRequiredComponents (8ms) - FinalizeReload (1008ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (408ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (26ms) - SetLoadedEditorAssemblies (2ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (85ms) - ProcessInitializeOnLoadAttributes (247ms) - ProcessInitializeOnLoadMethodAttributes (33ms) - AfterProcessingInitializeOnLoad (14ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (16ms) -Refreshing native plugins compatible for Editor in 10.79 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5930 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (376.1 KB). Loaded Objects now: 6638. -Memory consumption went from 326.9 MB to 326.5 MB. -Total: 3.486800 ms (FindLiveObjects: 0.673600 ms CreateObjectMapping: 0.285000 ms MarkObjects: 2.272200 ms DeleteObjects: 0.255000 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.951 seconds -Refreshing native plugins compatible for Editor in 14.07 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: 1970ms - BeginReloadAssembly (250ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (56ms) - RebuildCommonClasses (65ms) - RebuildNativeTypeToScriptingClass (13ms) - initialDomainReloadingComplete (68ms) - LoadAllAssembliesAndSetupDomain (543ms) - LoadAssemblies (649ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (37ms) - TypeCache.Refresh (14ms) - TypeCache.ScanAssembly (1ms) - ScanForSourceGeneratedMonoScriptInfo (10ms) - ResolveRequiredComponents (11ms) - FinalizeReload (1031ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (382ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (24ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (80ms) - ProcessInitializeOnLoadAttributes (236ms) - ProcessInitializeOnLoadMethodAttributes (25ms) - AfterProcessingInitializeOnLoad (13ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (10ms) -Refreshing native plugins compatible for Editor in 14.80 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5930 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (344.9 KB). Loaded Objects now: 6641. -Memory consumption went from 328.8 MB to 328.4 MB. -Total: 3.193500 ms (FindLiveObjects: 0.400900 ms CreateObjectMapping: 0.212300 ms MarkObjects: 2.370400 ms DeleteObjects: 0.209000 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.872 seconds -Refreshing native plugins compatible for Editor in 19.31 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.104 seconds -Domain Reload Profiling: 1963ms - BeginReloadAssembly (225ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (50ms) - RebuildCommonClasses (62ms) - RebuildNativeTypeToScriptingClass (11ms) - initialDomainReloadingComplete (60ms) - LoadAllAssembliesAndSetupDomain (501ms) - LoadAssemblies (578ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (48ms) - TypeCache.Refresh (21ms) - TypeCache.ScanAssembly (1ms) - ScanForSourceGeneratedMonoScriptInfo (12ms) - ResolveRequiredComponents (12ms) - FinalizeReload (1104ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (388ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (28ms) - SetLoadedEditorAssemblies (4ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (79ms) - ProcessInitializeOnLoadAttributes (239ms) - ProcessInitializeOnLoadMethodAttributes (24ms) - AfterProcessingInitializeOnLoad (13ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (8ms) -Refreshing native plugins compatible for Editor in 10.99 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5930 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (400.2 KB). Loaded Objects now: 6644. -Memory consumption went from 330.8 MB to 330.4 MB. -Total: 3.012700 ms (FindLiveObjects: 0.405600 ms CreateObjectMapping: 0.211000 ms MarkObjects: 2.149300 ms DeleteObjects: 0.245900 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.818 seconds -Refreshing native plugins compatible for Editor in 11.69 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.193 seconds -Domain Reload Profiling: 2003ms - BeginReloadAssembly (222ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (8ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (56ms) - RebuildCommonClasses (55ms) - RebuildNativeTypeToScriptingClass (12ms) - initialDomainReloadingComplete (48ms) - LoadAllAssembliesAndSetupDomain (473ms) - LoadAssemblies (562ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (31ms) - TypeCache.Refresh (11ms) - TypeCache.ScanAssembly (1ms) - ScanForSourceGeneratedMonoScriptInfo (10ms) - ResolveRequiredComponents (7ms) - FinalizeReload (1194ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (437ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (26ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (75ms) - ProcessInitializeOnLoadAttributes (285ms) - ProcessInitializeOnLoadMethodAttributes (33ms) - AfterProcessingInitializeOnLoad (15ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (12ms) -Refreshing native plugins compatible for Editor in 19.03 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5930 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (344.1 KB). Loaded Objects now: 6647. -Memory consumption went from 332.6 MB to 332.3 MB. -Total: 4.997800 ms (FindLiveObjects: 0.594400 ms CreateObjectMapping: 0.257000 ms MarkObjects: 3.893800 ms DeleteObjects: 0.250500 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.843 seconds -Refreshing native plugins compatible for Editor in 12.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.167 seconds -Domain Reload Profiling: 2001ms - BeginReloadAssembly (248ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (86ms) - RebuildCommonClasses (36ms) - RebuildNativeTypeToScriptingClass (17ms) - initialDomainReloadingComplete (62ms) - LoadAllAssembliesAndSetupDomain (471ms) - LoadAssemblies (534ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (42ms) - TypeCache.Refresh (12ms) - TypeCache.ScanAssembly (1ms) - ScanForSourceGeneratedMonoScriptInfo (14ms) - ResolveRequiredComponents (12ms) - FinalizeReload (1168ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (385ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (37ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (70ms) - ProcessInitializeOnLoadAttributes (238ms) - ProcessInitializeOnLoadMethodAttributes (23ms) - AfterProcessingInitializeOnLoad (13ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (9ms) -Refreshing native plugins compatible for Editor in 11.55 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5930 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (345.1 KB). Loaded Objects now: 6650. -Memory consumption went from 334.6 MB to 334.2 MB. -Total: 3.015200 ms (FindLiveObjects: 0.418900 ms CreateObjectMapping: 0.237500 ms MarkObjects: 2.162500 ms DeleteObjects: 0.195500 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.860 seconds -Refreshing native plugins compatible for Editor in 17.26 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.181 seconds -Domain Reload Profiling: 2034ms - BeginReloadAssembly (213ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (50ms) - RebuildCommonClasses (61ms) - RebuildNativeTypeToScriptingClass (13ms) - initialDomainReloadingComplete (56ms) - LoadAllAssembliesAndSetupDomain (509ms) - LoadAssemblies (589ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (43ms) - TypeCache.Refresh (16ms) - TypeCache.ScanAssembly (1ms) - ScanForSourceGeneratedMonoScriptInfo (11ms) - ResolveRequiredComponents (12ms) - FinalizeReload (1182ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (496ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (37ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (87ms) - ProcessInitializeOnLoadAttributes (315ms) - ProcessInitializeOnLoadMethodAttributes (37ms) - AfterProcessingInitializeOnLoad (16ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (14ms) -Refreshing native plugins compatible for Editor in 17.65 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5930 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (400.2 KB). Loaded Objects now: 6653. -Memory consumption went from 336.5 MB to 336.1 MB. -Total: 3.690400 ms (FindLiveObjects: 0.413200 ms CreateObjectMapping: 0.223500 ms MarkObjects: 2.792800 ms DeleteObjects: 0.259200 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.831 seconds -Refreshing native plugins compatible for Editor in 18.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.012 seconds -Domain Reload Profiling: 1832ms - BeginReloadAssembly (253ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (7ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (74ms) - RebuildCommonClasses (37ms) - RebuildNativeTypeToScriptingClass (11ms) - initialDomainReloadingComplete (62ms) - LoadAllAssembliesAndSetupDomain (457ms) - LoadAssemblies (544ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (33ms) - TypeCache.Refresh (14ms) - TypeCache.ScanAssembly (2ms) - ScanForSourceGeneratedMonoScriptInfo (9ms) - ResolveRequiredComponents (7ms) - FinalizeReload (1013ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (372ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (24ms) - SetLoadedEditorAssemblies (2ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (71ms) - ProcessInitializeOnLoadAttributes (236ms) - ProcessInitializeOnLoadMethodAttributes (25ms) - AfterProcessingInitializeOnLoad (12ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (9ms) -Refreshing native plugins compatible for Editor in 11.49 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5930 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (344.0 KB). Loaded Objects now: 6656. -Memory consumption went from 338.4 MB to 338.1 MB. -Total: 4.390500 ms (FindLiveObjects: 0.495600 ms CreateObjectMapping: 0.274200 ms MarkObjects: 3.211800 ms DeleteObjects: 0.407000 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.920 seconds -Refreshing native plugins compatible for Editor in 20.91 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.386 seconds -Domain Reload Profiling: 2297ms - BeginReloadAssembly (221ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (51ms) - RebuildCommonClasses (50ms) - RebuildNativeTypeToScriptingClass (16ms) - initialDomainReloadingComplete (64ms) - LoadAllAssembliesAndSetupDomain (560ms) - LoadAssemblies (610ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (71ms) - TypeCache.Refresh (40ms) - TypeCache.ScanAssembly (15ms) - ScanForSourceGeneratedMonoScriptInfo (12ms) - ResolveRequiredComponents (16ms) - FinalizeReload (1386ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (507ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (31ms) - SetLoadedEditorAssemblies (5ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (93ms) - ProcessInitializeOnLoadAttributes (321ms) - ProcessInitializeOnLoadMethodAttributes (40ms) - AfterProcessingInitializeOnLoad (16ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (13ms) -Script is not up to date after domain reload: guid(c9679e68a0f1144e79c664d9a11ca121) path("Assets/Game/Plugins/AstarPathfindingProject/Behaviors/AIDestinationSetter.cs") state(2) -Refreshing native plugins compatible for Editor in 17.04 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (345.0 KB). Loaded Objects now: 6658. -Memory consumption went from 340.3 MB to 340.0 MB. -Total: 3.281100 ms (FindLiveObjects: 0.428100 ms CreateObjectMapping: 0.248000 ms MarkObjects: 2.376800 ms DeleteObjects: 0.227000 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.785 seconds -Refreshing native plugins compatible for Editor in 14.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.113 seconds -Domain Reload Profiling: 1889ms - BeginReloadAssembly (188ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (41ms) - RebuildCommonClasses (43ms) - RebuildNativeTypeToScriptingClass (17ms) - initialDomainReloadingComplete (56ms) - LoadAllAssembliesAndSetupDomain (473ms) - LoadAssemblies (537ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (41ms) - TypeCache.Refresh (17ms) - TypeCache.ScanAssembly (5ms) - ScanForSourceGeneratedMonoScriptInfo (9ms) - ResolveRequiredComponents (11ms) - FinalizeReload (1113ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (372ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (25ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (75ms) - ProcessInitializeOnLoadAttributes (231ms) - ProcessInitializeOnLoadMethodAttributes (26ms) - AfterProcessingInitializeOnLoad (12ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (10ms) -Refreshing native plugins compatible for Editor in 12.15 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5930 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (376.1 KB). Loaded Objects now: 6662. -Memory consumption went from 342.3 MB to 341.9 MB. -Total: 4.393000 ms (FindLiveObjects: 0.770100 ms CreateObjectMapping: 0.591200 ms MarkObjects: 2.721900 ms DeleteObjects: 0.307700 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.803 seconds -Refreshing native plugins compatible for Editor in 12.38 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.263 seconds -Domain Reload Profiling: 2059ms - BeginReloadAssembly (212ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (9ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (54ms) - RebuildCommonClasses (31ms) - RebuildNativeTypeToScriptingClass (13ms) - initialDomainReloadingComplete (43ms) - LoadAllAssembliesAndSetupDomain (497ms) - LoadAssemblies (563ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (41ms) - TypeCache.Refresh (20ms) + AnalyzeDomain (49ms) + TypeCache.Refresh (27ms) TypeCache.ScanAssembly (8ms) ScanForSourceGeneratedMonoScriptInfo (11ms) - ResolveRequiredComponents (7ms) - FinalizeReload (1263ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (491ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (24ms) - SetLoadedEditorAssemblies (5ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (94ms) - ProcessInitializeOnLoadAttributes (309ms) - ProcessInitializeOnLoadMethodAttributes (35ms) - AfterProcessingInitializeOnLoad (24ms) - EditorAssembliesLoaded (1ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (17ms) -Refreshing native plugins compatible for Editor in 18.30 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5930 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (343.9 KB). Loaded Objects now: 6665. -Memory consumption went from 344.2 MB to 343.9 MB. -Total: 6.470200 ms (FindLiveObjects: 0.775600 ms CreateObjectMapping: 0.442800 ms MarkObjects: 4.856200 ms DeleteObjects: 0.392900 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.763 seconds -Refreshing native plugins compatible for Editor in 17.01 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.021 seconds -Domain Reload Profiling: 1776ms - BeginReloadAssembly (210ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (7ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (43ms) - RebuildCommonClasses (36ms) - RebuildNativeTypeToScriptingClass (12ms) - initialDomainReloadingComplete (56ms) - LoadAllAssembliesAndSetupDomain (439ms) - LoadAssemblies (526ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (35ms) - TypeCache.Refresh (16ms) - TypeCache.ScanAssembly (5ms) - ScanForSourceGeneratedMonoScriptInfo (7ms) - ResolveRequiredComponents (10ms) - FinalizeReload (1022ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (396ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (28ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (80ms) - ProcessInitializeOnLoadAttributes (248ms) - ProcessInitializeOnLoadMethodAttributes (24ms) - AfterProcessingInitializeOnLoad (13ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (8ms) -Refreshing native plugins compatible for Editor in 10.43 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5930 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (344.9 KB). Loaded Objects now: 6668. -Memory consumption went from 346.1 MB to 345.8 MB. -Total: 3.893900 ms (FindLiveObjects: 0.570600 ms CreateObjectMapping: 0.245500 ms MarkObjects: 2.838700 ms DeleteObjects: 0.238000 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.855 seconds -Refreshing native plugins compatible for Editor in 16.53 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.017 seconds -Domain Reload Profiling: 1863ms - BeginReloadAssembly (220ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (57ms) - RebuildCommonClasses (43ms) - RebuildNativeTypeToScriptingClass (10ms) - initialDomainReloadingComplete (54ms) - LoadAllAssembliesAndSetupDomain (520ms) - LoadAssemblies (597ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (43ms) - TypeCache.Refresh (21ms) - TypeCache.ScanAssembly (7ms) - ScanForSourceGeneratedMonoScriptInfo (11ms) ResolveRequiredComponents (9ms) - FinalizeReload (1017ms) + FinalizeReload (1007ms) ReleaseScriptCaches (0ms) RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (383ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (26ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (79ms) - ProcessInitializeOnLoadAttributes (236ms) - ProcessInitializeOnLoadMethodAttributes (24ms) - AfterProcessingInitializeOnLoad (14ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (11ms) -Refreshing native plugins compatible for Editor in 10.66 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5930 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (343.8 KB). Loaded Objects now: 6671. -Memory consumption went from 348.0 MB to 347.7 MB. -Total: 3.023600 ms (FindLiveObjects: 0.415700 ms CreateObjectMapping: 0.242700 ms MarkObjects: 2.144600 ms DeleteObjects: 0.219800 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.846 seconds -Refreshing native plugins compatible for Editor in 18.71 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.197 seconds -Domain Reload Profiling: 2027ms - BeginReloadAssembly (208ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (43ms) - RebuildCommonClasses (48ms) - RebuildNativeTypeToScriptingClass (10ms) - initialDomainReloadingComplete (68ms) - LoadAllAssembliesAndSetupDomain (496ms) - LoadAssemblies (575ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (41ms) - TypeCache.Refresh (17ms) - TypeCache.ScanAssembly (6ms) - ScanForSourceGeneratedMonoScriptInfo (9ms) - ResolveRequiredComponents (12ms) - FinalizeReload (1197ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (388ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (26ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (74ms) - ProcessInitializeOnLoadAttributes (247ms) - ProcessInitializeOnLoadMethodAttributes (24ms) - AfterProcessingInitializeOnLoad (14ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (10ms) -Refreshing native plugins compatible for Editor in 15.50 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5930 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (400.1 KB). Loaded Objects now: 6674. -Memory consumption went from 350.0 MB to 349.6 MB. -Total: 3.417400 ms (FindLiveObjects: 0.472100 ms CreateObjectMapping: 0.245800 ms MarkObjects: 2.407200 ms DeleteObjects: 0.291200 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.933 seconds -Refreshing native plugins compatible for Editor in 11.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.195 seconds -Domain Reload Profiling: 2117ms - BeginReloadAssembly (228ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (56ms) - RebuildCommonClasses (45ms) - RebuildNativeTypeToScriptingClass (17ms) - initialDomainReloadingComplete (69ms) - LoadAllAssembliesAndSetupDomain (563ms) - LoadAssemblies (638ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (39ms) - TypeCache.Refresh (20ms) - TypeCache.ScanAssembly (7ms) - ScanForSourceGeneratedMonoScriptInfo (10ms) - ResolveRequiredComponents (7ms) - FinalizeReload (1196ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (481ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (31ms) - SetLoadedEditorAssemblies (4ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (78ms) - ProcessInitializeOnLoadAttributes (320ms) - ProcessInitializeOnLoadMethodAttributes (34ms) - AfterProcessingInitializeOnLoad (14ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (11ms) -Refreshing native plugins compatible for Editor in 15.59 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5930 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (377.0 KB). Loaded Objects now: 6677. -Memory consumption went from 351.9 MB to 351.6 MB. -Total: 7.839600 ms (FindLiveObjects: 2.134300 ms CreateObjectMapping: 1.144100 ms MarkObjects: 4.169300 ms DeleteObjects: 0.379900 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.214 seconds -Refreshing native plugins compatible for Editor in 52.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.468 seconds -Domain Reload Profiling: 2663ms - BeginReloadAssembly (262ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (75ms) - RebuildCommonClasses (53ms) - RebuildNativeTypeToScriptingClass (10ms) - initialDomainReloadingComplete (108ms) - LoadAllAssembliesAndSetupDomain (762ms) - LoadAssemblies (809ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (88ms) - TypeCache.Refresh (47ms) - TypeCache.ScanAssembly (14ms) - ScanForSourceGeneratedMonoScriptInfo (20ms) - ResolveRequiredComponents (16ms) - FinalizeReload (1468ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (606ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (38ms) - SetLoadedEditorAssemblies (5ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (104ms) - ProcessInitializeOnLoadAttributes (395ms) - ProcessInitializeOnLoadMethodAttributes (45ms) - AfterProcessingInitializeOnLoad (17ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (12ms) -Refreshing native plugins compatible for Editor in 11.03 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5930 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (343.9 KB). Loaded Objects now: 6680. -Memory consumption went from 353.8 MB to 353.5 MB. -Total: 3.483100 ms (FindLiveObjects: 0.458800 ms CreateObjectMapping: 0.191500 ms MarkObjects: 2.548400 ms DeleteObjects: 0.283500 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.909 seconds -Refreshing native plugins compatible for Editor in 11.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 0.984 seconds -Domain Reload Profiling: 1881ms - BeginReloadAssembly (345ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (113ms) - RebuildCommonClasses (44ms) - RebuildNativeTypeToScriptingClass (12ms) - initialDomainReloadingComplete (57ms) - LoadAllAssembliesAndSetupDomain (439ms) - LoadAssemblies (572ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (39ms) - TypeCache.Refresh (19ms) - TypeCache.ScanAssembly (2ms) - ScanForSourceGeneratedMonoScriptInfo (11ms) - ResolveRequiredComponents (7ms) - FinalizeReload (985ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (373ms) + SetupLoadedEditorAssemblies (395ms) LogAssemblyErrors (0ms) InitializePlatformSupportModulesInManaged (23ms) SetLoadedEditorAssemblies (3ms) RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (71ms) - ProcessInitializeOnLoadAttributes (232ms) - ProcessInitializeOnLoadMethodAttributes (30ms) - AfterProcessingInitializeOnLoad (14ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (10ms) -Refreshing native plugins compatible for Editor in 12.39 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5930 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (344.1 KB). Loaded Objects now: 6683. -Memory consumption went from 355.7 MB to 355.4 MB. -Total: 4.102300 ms (FindLiveObjects: 0.622600 ms CreateObjectMapping: 0.244300 ms MarkObjects: 2.966300 ms DeleteObjects: 0.267800 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.801 seconds -Refreshing native plugins compatible for Editor in 11.38 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.175 seconds -Domain Reload Profiling: 1967ms - BeginReloadAssembly (198ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (52ms) - RebuildCommonClasses (44ms) - RebuildNativeTypeToScriptingClass (17ms) - initialDomainReloadingComplete (55ms) - LoadAllAssembliesAndSetupDomain (479ms) - LoadAssemblies (543ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (39ms) - TypeCache.Refresh (19ms) - TypeCache.ScanAssembly (6ms) - ScanForSourceGeneratedMonoScriptInfo (12ms) - ResolveRequiredComponents (7ms) - FinalizeReload (1175ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (488ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (29ms) - SetLoadedEditorAssemblies (5ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (91ms) - ProcessInitializeOnLoadAttributes (319ms) - ProcessInitializeOnLoadMethodAttributes (31ms) - AfterProcessingInitializeOnLoad (13ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (10ms) -Refreshing native plugins compatible for Editor in 10.69 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5930 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (344.9 KB). Loaded Objects now: 6686. -Memory consumption went from 357.7 MB to 357.3 MB. -Total: 3.353600 ms (FindLiveObjects: 0.495400 ms CreateObjectMapping: 0.269600 ms MarkObjects: 2.318700 ms DeleteObjects: 0.269000 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Import Request. - Time since last request: 1173.951415 seconds. - path: Assets/Game/Script/battle/mode/GWorldSceneMode.cs - artifactKey: Guid(e57d6502487241f9826136613eff59a2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Game/Script/battle/mode/GWorldSceneMode.cs using Guid(e57d6502487241f9826136613eff59a2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'c45bf6aa1ddb560b101fb541ad59e471') in 0.007312 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.821741 seconds. - path: Assets/Game/Script/battle/mode/GWorldSync01Mode.cs - artifactKey: Guid(5536f3a48beb4a27b08820e600cf6982) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Game/Script/battle/mode/GWorldSync01Mode.cs using Guid(5536f3a48beb4a27b08820e600cf6982) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'cbb72ebea4dfdeadd50ffb494d4c2a3b') in 0.000666 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.030440 seconds. - path: Assets/Game/Script/battle/mode/GWorldSync01ModeScript - artifactKey: Guid(b1cf1311852d0d34b9a93318beafc3bd) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Game/Script/battle/mode/GWorldSync01ModeScript using Guid(b1cf1311852d0d34b9a93318beafc3bd) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '32a719518af813bead14254dd88a76ee') in 0.000583 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.612064 seconds. - path: Assets/Game/Script/battle/mode/GWorldSync01ModeScript/GWorldSync01UI.cs - artifactKey: Guid(e61b94b311b605b4195e022f5370e558) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Game/Script/battle/mode/GWorldSync01ModeScript/GWorldSync01UI.cs using Guid(e61b94b311b605b4195e022f5370e558) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'e45383a1ddb0c435d29376be7caca53f') in 0.000637 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.674 seconds -Refreshing native plugins compatible for Editor in 15.47 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.030 seconds -Domain Reload Profiling: 1696ms - BeginReloadAssembly (164ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (39ms) - RebuildCommonClasses (31ms) - RebuildNativeTypeToScriptingClass (10ms) - initialDomainReloadingComplete (45ms) - LoadAllAssembliesAndSetupDomain (414ms) - LoadAssemblies (455ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (42ms) - TypeCache.Refresh (18ms) - TypeCache.ScanAssembly (2ms) - ScanForSourceGeneratedMonoScriptInfo (13ms) - ResolveRequiredComponents (9ms) - FinalizeReload (1030ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (426ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (28ms) - SetLoadedEditorAssemblies (4ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (86ms) - ProcessInitializeOnLoadAttributes (269ms) - ProcessInitializeOnLoadMethodAttributes (25ms) - AfterProcessingInitializeOnLoad (13ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (11ms) -Refreshing native plugins compatible for Editor in 13.82 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5930 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (343.9 KB). Loaded Objects now: 6690. -Memory consumption went from 359.4 MB to 359.0 MB. -Total: 6.539200 ms (FindLiveObjects: 1.344800 ms CreateObjectMapping: 0.948400 ms MarkObjects: 3.646600 ms DeleteObjects: 0.596800 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.827 seconds -Refreshing native plugins compatible for Editor in 14.12 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.002 seconds -Domain Reload Profiling: 1816ms - BeginReloadAssembly (208ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (48ms) - RebuildCommonClasses (43ms) - RebuildNativeTypeToScriptingClass (14ms) - initialDomainReloadingComplete (48ms) - LoadAllAssembliesAndSetupDomain (500ms) - LoadAssemblies (578ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (35ms) - TypeCache.Refresh (16ms) - TypeCache.ScanAssembly (2ms) - ScanForSourceGeneratedMonoScriptInfo (10ms) - ResolveRequiredComponents (7ms) - FinalizeReload (1003ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (399ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (29ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) BeforeProcessingInitializeOnLoad (75ms) - ProcessInitializeOnLoadAttributes (245ms) - ProcessInitializeOnLoadMethodAttributes (33ms) - AfterProcessingInitializeOnLoad (15ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (10ms) -Refreshing native plugins compatible for Editor in 11.35 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5931 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (343.8 KB). Loaded Objects now: 6693. -Memory consumption went from 361.5 MB to 361.2 MB. -Total: 3.208700 ms (FindLiveObjects: 0.481700 ms CreateObjectMapping: 0.260100 ms MarkObjects: 2.245800 ms DeleteObjects: 0.220100 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.697 seconds -Refreshing native plugins compatible for Editor in 12.94 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.165 seconds -Domain Reload Profiling: 1854ms - BeginReloadAssembly (176ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (6ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (44ms) - RebuildCommonClasses (28ms) - RebuildNativeTypeToScriptingClass (9ms) - initialDomainReloadingComplete (48ms) - LoadAllAssembliesAndSetupDomain (427ms) - LoadAssemblies (491ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (25ms) - TypeCache.Refresh (12ms) - TypeCache.ScanAssembly (0ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (10ms) - FinalizeReload (1166ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (460ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (34ms) - SetLoadedEditorAssemblies (4ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (83ms) - ProcessInitializeOnLoadAttributes (293ms) - ProcessInitializeOnLoadMethodAttributes (32ms) - AfterProcessingInitializeOnLoad (13ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (10ms) -Refreshing native plugins compatible for Editor in 14.05 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5931 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (345.1 KB). Loaded Objects now: 6696. -Memory consumption went from 363.5 MB to 363.1 MB. -Total: 3.706400 ms (FindLiveObjects: 0.779600 ms CreateObjectMapping: 0.398600 ms MarkObjects: 2.284400 ms DeleteObjects: 0.242700 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Import Request. - Time since last request: 694.427424 seconds. - path: Assets/Game/Scenes/Mode/Example3_Recast_Navmesh1/Bot.prefab - artifactKey: Guid(4fed39050c35daa41b1aed0f9723e748) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Game/Scenes/Mode/Example3_Recast_Navmesh1/Bot.prefab using Guid(4fed39050c35daa41b1aed0f9723e748) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'a012bf51e06bee539b400c9b607c356c') in 0.089345 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 173 -======================================================================== -Received Import Request. - Time since last request: 1.579903 seconds. - path: Assets/Game/Scenes/Mode/Example3_Recast_Navmesh1/WorldSync01.unity - artifactKey: Guid(3db087e06073e834f99488917ceb5e74) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Game/Scenes/Mode/Example3_Recast_Navmesh1/WorldSync01.unity using Guid(3db087e06073e834f99488917ceb5e74) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '63839770921ab5de60d1dfb0704c7bcf') in 0.000779 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.783 seconds -Refreshing native plugins compatible for Editor in 16.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.083 seconds -Domain Reload Profiling: 1857ms - BeginReloadAssembly (222ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (63ms) - RebuildCommonClasses (39ms) - RebuildNativeTypeToScriptingClass (12ms) - initialDomainReloadingComplete (47ms) - LoadAllAssembliesAndSetupDomain (454ms) - LoadAssemblies (535ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (32ms) - TypeCache.Refresh (14ms) - TypeCache.ScanAssembly (2ms) - ScanForSourceGeneratedMonoScriptInfo (8ms) - ResolveRequiredComponents (8ms) - FinalizeReload (1084ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (419ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (24ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (76ms) - ProcessInitializeOnLoadAttributes (276ms) - ProcessInitializeOnLoadMethodAttributes (27ms) - AfterProcessingInitializeOnLoad (12ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (10ms) -Refreshing native plugins compatible for Editor in 13.07 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5930 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (376.1 KB). Loaded Objects now: 6699. -Memory consumption went from 365.2 MB to 364.8 MB. -Total: 4.720200 ms (FindLiveObjects: 0.449500 ms CreateObjectMapping: 0.215600 ms MarkObjects: 3.676700 ms DeleteObjects: 0.376900 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.650 seconds -Refreshing native plugins compatible for Editor in 12.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 1.120 seconds -Domain Reload Profiling: 1762ms - BeginReloadAssembly (177ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (44ms) - RebuildCommonClasses (29ms) - RebuildNativeTypeToScriptingClass (11ms) - initialDomainReloadingComplete (45ms) - LoadAllAssembliesAndSetupDomain (377ms) - LoadAssemblies (442ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (19ms) - TypeCache.Refresh (8ms) - TypeCache.ScanAssembly (0ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (9ms) - FinalizeReload (1121ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (447ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (28ms) - SetLoadedEditorAssemblies (4ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (81ms) - ProcessInitializeOnLoadAttributes (285ms) - ProcessInitializeOnLoadMethodAttributes (35ms) - AfterProcessingInitializeOnLoad (14ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (11ms) -Refreshing native plugins compatible for Editor in 13.30 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5931 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (343.9 KB). Loaded Objects now: 6702. -Memory consumption went from 367.3 MB to 367.0 MB. -Total: 3.225800 ms (FindLiveObjects: 0.540100 ms CreateObjectMapping: 0.360200 ms MarkObjects: 2.043800 ms DeleteObjects: 0.280200 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Import Request. - Time since last request: 57.154275 seconds. - path: Assets/Game/Scenes/Mode/Example3_Recast_Navmesh1/WorldSync01.unity - artifactKey: Guid(3db087e06073e834f99488917ceb5e74) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Game/Scenes/Mode/Example3_Recast_Navmesh1/WorldSync01.unity using Guid(3db087e06073e834f99488917ceb5e74) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '277975d211525844d331fe5f24694eac') in 0.001679 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.666 seconds -Refreshing native plugins compatible for Editor in 12.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.144 seconds -Domain Reload Profiling: 1802ms - BeginReloadAssembly (191ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (35ms) - RebuildCommonClasses (47ms) - RebuildNativeTypeToScriptingClass (11ms) - initialDomainReloadingComplete (49ms) - LoadAllAssembliesAndSetupDomain (360ms) - LoadAssemblies (446ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (24ms) - TypeCache.Refresh (9ms) - TypeCache.ScanAssembly (0ms) - ScanForSourceGeneratedMonoScriptInfo (1ms) - ResolveRequiredComponents (13ms) - FinalizeReload (1144ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (462ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (34ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (93ms) - ProcessInitializeOnLoadAttributes (287ms) - ProcessInitializeOnLoadMethodAttributes (31ms) - AfterProcessingInitializeOnLoad (14ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (11ms) -Refreshing native plugins compatible for Editor in 13.54 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5930 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (345.1 KB). Loaded Objects now: 6705. -Memory consumption went from 369.0 MB to 368.7 MB. -Total: 3.906200 ms (FindLiveObjects: 0.588100 ms CreateObjectMapping: 0.268000 ms MarkObjects: 2.600300 ms DeleteObjects: 0.448100 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.759 seconds -Refreshing native plugins compatible for Editor in 22.72 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.126 seconds -Domain Reload Profiling: 1876ms - BeginReloadAssembly (226ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (47ms) - RebuildCommonClasses (51ms) - RebuildNativeTypeToScriptingClass (21ms) - initialDomainReloadingComplete (56ms) - LoadAllAssembliesAndSetupDomain (395ms) - LoadAssemblies (513ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (19ms) - TypeCache.Refresh (9ms) - TypeCache.ScanAssembly (0ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (7ms) - FinalizeReload (1126ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (442ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (26ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (82ms) - ProcessInitializeOnLoadAttributes (279ms) - ProcessInitializeOnLoadMethodAttributes (32ms) - AfterProcessingInitializeOnLoad (19ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (1ms) - AwakeInstancesAfterBackupRestoration (14ms) -Refreshing native plugins compatible for Editor in 20.83 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5931 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (376.0 KB). Loaded Objects now: 6708. -Memory consumption went from 371.2 MB to 370.9 MB. -Total: 4.086900 ms (FindLiveObjects: 0.441600 ms CreateObjectMapping: 0.253300 ms MarkObjects: 3.038000 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.665 seconds -Refreshing native plugins compatible for Editor in 18.27 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.142 seconds -Domain Reload Profiling: 1801ms - BeginReloadAssembly (172ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (48ms) - RebuildCommonClasses (30ms) - RebuildNativeTypeToScriptingClass (10ms) - initialDomainReloadingComplete (41ms) - LoadAllAssembliesAndSetupDomain (405ms) - LoadAssemblies (460ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (25ms) - TypeCache.Refresh (10ms) - TypeCache.ScanAssembly (0ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (12ms) - FinalizeReload (1143ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (426ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (27ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (75ms) - ProcessInitializeOnLoadAttributes (271ms) - ProcessInitializeOnLoadMethodAttributes (33ms) - AfterProcessingInitializeOnLoad (17ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (12ms) -Refreshing native plugins compatible for Editor in 15.02 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5931 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (343.8 KB). Loaded Objects now: 6711. -Memory consumption went from 373.1 MB to 372.8 MB. -Total: 2.813600 ms (FindLiveObjects: 0.433100 ms CreateObjectMapping: 0.209600 ms MarkObjects: 1.955800 ms DeleteObjects: 0.214000 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.826 seconds -Refreshing native plugins compatible for Editor in 13.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 1.061 seconds -Domain Reload Profiling: 1878ms - BeginReloadAssembly (192ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (54ms) - RebuildCommonClasses (30ms) - RebuildNativeTypeToScriptingClass (10ms) - initialDomainReloadingComplete (53ms) - LoadAllAssembliesAndSetupDomain (530ms) - LoadAssemblies (595ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (31ms) - TypeCache.Refresh (14ms) - TypeCache.ScanAssembly (1ms) - ScanForSourceGeneratedMonoScriptInfo (8ms) - ResolveRequiredComponents (8ms) - FinalizeReload (1062ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (405ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (25ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (75ms) - ProcessInitializeOnLoadAttributes (256ms) + ProcessInitializeOnLoadAttributes (248ms) ProcessInitializeOnLoadMethodAttributes (33ms) AfterProcessingInitializeOnLoad (13ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (11ms) -Refreshing native plugins compatible for Editor in 12.90 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5931 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (345.1 KB). Loaded Objects now: 6714. -Memory consumption went from 375.0 MB to 374.7 MB. -Total: 2.785200 ms (FindLiveObjects: 0.424500 ms CreateObjectMapping: 0.243500 ms MarkObjects: 1.914300 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.781 seconds -Refreshing native plugins compatible for Editor in 19.72 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.040 seconds -Domain Reload Profiling: 1813ms - BeginReloadAssembly (168ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (38ms) - RebuildCommonClasses (30ms) - RebuildNativeTypeToScriptingClass (11ms) - initialDomainReloadingComplete (56ms) - LoadAllAssembliesAndSetupDomain (508ms) - LoadAssemblies (543ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (53ms) - TypeCache.Refresh (22ms) - TypeCache.ScanAssembly (2ms) - ScanForSourceGeneratedMonoScriptInfo (21ms) - ResolveRequiredComponents (8ms) - FinalizeReload (1040ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (424ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (30ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (78ms) - ProcessInitializeOnLoadAttributes (274ms) - ProcessInitializeOnLoadMethodAttributes (26ms) - AfterProcessingInitializeOnLoad (13ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (10ms) -Refreshing native plugins compatible for Editor in 16.90 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5931 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (400.2 KB). Loaded Objects now: 6717. -Memory consumption went from 377.0 MB to 376.6 MB. -Total: 8.699100 ms (FindLiveObjects: 0.786300 ms CreateObjectMapping: 0.371300 ms MarkObjects: 6.792200 ms DeleteObjects: 0.746200 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.669 seconds -Refreshing native plugins compatible for Editor in 11.07 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.174 seconds -Domain Reload Profiling: 1835ms - BeginReloadAssembly (179ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (47ms) - RebuildCommonClasses (29ms) - RebuildNativeTypeToScriptingClass (9ms) - initialDomainReloadingComplete (45ms) - LoadAllAssembliesAndSetupDomain (398ms) - LoadAssemblies (464ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (20ms) - TypeCache.Refresh (11ms) - TypeCache.ScanAssembly (0ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (7ms) - FinalizeReload (1175ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (493ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (27ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (82ms) - ProcessInitializeOnLoadAttributes (304ms) - ProcessInitializeOnLoadMethodAttributes (49ms) - AfterProcessingInitializeOnLoad (28ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (16ms) -Refreshing native plugins compatible for Editor in 10.90 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5931 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (343.9 KB). Loaded Objects now: 6720. -Memory consumption went from 378.9 MB to 378.6 MB. -Total: 3.558500 ms (FindLiveObjects: 0.525100 ms CreateObjectMapping: 0.270000 ms MarkObjects: 2.271700 ms DeleteObjects: 0.489700 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Import Request. - Time since last request: 178.924596 seconds. - path: Assets/Game/Scenes/Mode/Example3_Recast_Navmesh1/WorldSync01.unity - artifactKey: Guid(3db087e06073e834f99488917ceb5e74) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Game/Scenes/Mode/Example3_Recast_Navmesh1/WorldSync01.unity using Guid(3db087e06073e834f99488917ceb5e74) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '8ad336bc9924c07600dd1f216b53be9c') in 0.002570 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.685 seconds -Refreshing native plugins compatible for Editor in 15.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.101 seconds -Domain Reload Profiling: 1774ms - BeginReloadAssembly (190ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (48ms) - RebuildCommonClasses (29ms) - RebuildNativeTypeToScriptingClass (17ms) - initialDomainReloadingComplete (46ms) - LoadAllAssembliesAndSetupDomain (390ms) - LoadAssemblies (472ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (18ms) - TypeCache.Refresh (9ms) - TypeCache.ScanAssembly (0ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (7ms) - FinalizeReload (1101ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (425ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (26ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (87ms) - ProcessInitializeOnLoadAttributes (265ms) - ProcessInitializeOnLoadMethodAttributes (29ms) - AfterProcessingInitializeOnLoad (14ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (13ms) -Refreshing native plugins compatible for Editor in 12.98 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5930 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (343.7 KB). Loaded Objects now: 6723. -Memory consumption went from 380.6 MB to 380.2 MB. -Total: 3.858700 ms (FindLiveObjects: 0.443200 ms CreateObjectMapping: 0.296400 ms MarkObjects: 2.885500 ms DeleteObjects: 0.232400 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.650 seconds -Refreshing native plugins compatible for Editor in 12.64 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.275 seconds -Domain Reload Profiling: 1914ms - BeginReloadAssembly (171ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (43ms) - RebuildCommonClasses (33ms) - RebuildNativeTypeToScriptingClass (10ms) - initialDomainReloadingComplete (47ms) - LoadAllAssembliesAndSetupDomain (378ms) - LoadAssemblies (442ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (23ms) - TypeCache.Refresh (10ms) - TypeCache.ScanAssembly (0ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (9ms) - FinalizeReload (1275ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (537ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (27ms) - SetLoadedEditorAssemblies (6ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (85ms) - ProcessInitializeOnLoadAttributes (363ms) - ProcessInitializeOnLoadMethodAttributes (38ms) - AfterProcessingInitializeOnLoad (18ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (15ms) -Refreshing native plugins compatible for Editor in 11.93 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5931 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (345.0 KB). Loaded Objects now: 6726. -Memory consumption went from 382.7 MB to 382.4 MB. -Total: 2.774500 ms (FindLiveObjects: 0.404600 ms CreateObjectMapping: 0.196000 ms MarkObjects: 1.973100 ms DeleteObjects: 0.199800 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Import Request. - Time since last request: 103.757474 seconds. - path: Assets/Game/Scenes/Mode/Example3_Recast_Navmesh1/Bot.prefab - artifactKey: Guid(4fed39050c35daa41b1aed0f9723e748) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Game/Scenes/Mode/Example3_Recast_Navmesh1/Bot.prefab using Guid(4fed39050c35daa41b1aed0f9723e748) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '9a99bb7e93ea91293a98cef528609af9') in 0.082975 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 174 -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.668 seconds -Refreshing native plugins compatible for Editor in 13.47 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.077 seconds -Domain Reload Profiling: 1735ms - BeginReloadAssembly (174ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (6ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (40ms) - RebuildCommonClasses (40ms) - RebuildNativeTypeToScriptingClass (12ms) - initialDomainReloadingComplete (46ms) - LoadAllAssembliesAndSetupDomain (386ms) - LoadAssemblies (458ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (22ms) - TypeCache.Refresh (12ms) - TypeCache.ScanAssembly (0ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (8ms) - FinalizeReload (1077ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (428ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (26ms) - SetLoadedEditorAssemblies (5ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (77ms) - ProcessInitializeOnLoadAttributes (278ms) - ProcessInitializeOnLoadMethodAttributes (27ms) - AfterProcessingInitializeOnLoad (15ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (10ms) -Refreshing native plugins compatible for Editor in 11.75 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5930 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (343.7 KB). Loaded Objects now: 6729. -Memory consumption went from 384.4 MB to 384.1 MB. -Total: 2.888100 ms (FindLiveObjects: 0.418000 ms CreateObjectMapping: 0.246300 ms MarkObjects: 1.966500 ms DeleteObjects: 0.256100 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.908 seconds -Refreshing native plugins compatible for Editor in 19.12 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.458 seconds -Domain Reload Profiling: 2361ms - BeginReloadAssembly (269ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (7ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (62ms) - RebuildCommonClasses (44ms) - RebuildNativeTypeToScriptingClass (14ms) - initialDomainReloadingComplete (59ms) - LoadAllAssembliesAndSetupDomain (517ms) - LoadAssemblies (560ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (104ms) - TypeCache.Refresh (43ms) - TypeCache.ScanAssembly (20ms) - ScanForSourceGeneratedMonoScriptInfo (10ms) - ResolveRequiredComponents (34ms) - FinalizeReload (1459ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (516ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (31ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (90ms) - ProcessInitializeOnLoadAttributes (340ms) - ProcessInitializeOnLoadMethodAttributes (34ms) - AfterProcessingInitializeOnLoad (17ms) - EditorAssembliesLoaded (1ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (14ms) -Script is not up to date after domain reload: guid(44e6e0cb968b4bc0a21ed772b81d1c39) path("Assets/Game/Plugins/JNGame/Sync/Frame/JNSyncFrame.cs") state(2) -Refreshing native plugins compatible for Editor in 10.75 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5930 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (343.8 KB). Loaded Objects now: 6731. -Memory consumption went from 386.6 MB to 386.2 MB. -Total: 3.323000 ms (FindLiveObjects: 0.530400 ms CreateObjectMapping: 0.239100 ms MarkObjects: 2.318500 ms DeleteObjects: 0.233800 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.723 seconds -Refreshing native plugins compatible for Editor in 15.12 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.020 seconds -Domain Reload Profiling: 1735ms - BeginReloadAssembly (184ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (49ms) - RebuildCommonClasses (34ms) - RebuildNativeTypeToScriptingClass (15ms) - initialDomainReloadingComplete (41ms) - LoadAllAssembliesAndSetupDomain (441ms) - LoadAssemblies (482ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (53ms) - TypeCache.Refresh (30ms) - TypeCache.ScanAssembly (15ms) - ScanForSourceGeneratedMonoScriptInfo (10ms) - ResolveRequiredComponents (9ms) - FinalizeReload (1021ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (402ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (26ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (79ms) - ProcessInitializeOnLoadAttributes (258ms) - ProcessInitializeOnLoadMethodAttributes (25ms) - AfterProcessingInitializeOnLoad (12ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) AwakeInstancesAfterBackupRestoration (9ms) -Refreshing native plugins compatible for Editor in 11.37 ms, found 3 plugins. +Refreshing native plugins compatible for Editor in 11.06 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5931 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (344.8 KB). Loaded Objects now: 6735. -Memory consumption went from 388.5 MB to 388.2 MB. -Total: 4.842700 ms (FindLiveObjects: 0.953700 ms CreateObjectMapping: 0.663500 ms MarkObjects: 2.875000 ms DeleteObjects: 0.349100 ms) +Unloading 5938 Unused Serialized files (Serialized files now loaded: 0) +Unloading 44 unused Assets / (344.5 KB). Loaded Objects now: 6439. +Memory consumption went from 213.2 MB to 212.9 MB. +Total: 4.761800 ms (FindLiveObjects: 0.608100 ms CreateObjectMapping: 0.772400 ms MarkObjects: 3.062500 ms DeleteObjects: 0.316300 ms) Prepare: number of updated asset objects reloaded= 0 AssetImportParameters requested are different than current active one (requested -> active): @@ -6748,475 +643,64 @@ AssetImportParameters requested are different than current active one (requested custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> ======================================================================== +Received Import Request. + Time since last request: 100.837218 seconds. + path: Assets/Game/Scenes/Mode/Example3_Recast_Navmesh1/WorldSync01.unity + artifactKey: Guid(3db087e06073e834f99488917ceb5e74) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Game/Scenes/Mode/Example3_Recast_Navmesh1/WorldSync01.unity using Guid(3db087e06073e834f99488917ceb5e74) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '6a8bdae2ee89798a10908a07ecc1b4a2') in 0.001994 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.741 seconds -Refreshing native plugins compatible for Editor in 13.97 ms, found 3 plugins. +- Loaded All Assemblies, in 0.728 seconds +Refreshing native plugins compatible for Editor in 14.48 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.139 seconds -Domain Reload Profiling: 1870ms - BeginReloadAssembly (187ms) +- Finished resetting the current domain, in 0.978 seconds +Domain Reload Profiling: 1698ms + BeginReloadAssembly (208ms) ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) + DisableScriptedObjects (6ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (51ms) - RebuildCommonClasses (33ms) - RebuildNativeTypeToScriptingClass (9ms) - initialDomainReloadingComplete (45ms) - LoadAllAssembliesAndSetupDomain (456ms) - LoadAssemblies (522ms) + CreateAndSetChildDomain (66ms) + RebuildCommonClasses (28ms) + RebuildNativeTypeToScriptingClass (18ms) + initialDomainReloadingComplete (43ms) + LoadAllAssembliesAndSetupDomain (423ms) + LoadAssemblies (481ms) RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (29ms) + AnalyzeDomain (38ms) TypeCache.Refresh (17ms) - TypeCache.ScanAssembly (0ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (10ms) - FinalizeReload (1140ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (441ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (28ms) - SetLoadedEditorAssemblies (6ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (86ms) - ProcessInitializeOnLoadAttributes (269ms) - ProcessInitializeOnLoadMethodAttributes (38ms) - AfterProcessingInitializeOnLoad (15ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (12ms) -Refreshing native plugins compatible for Editor in 13.13 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5931 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (400.3 KB). Loaded Objects now: 6738. -Memory consumption went from 390.5 MB to 390.1 MB. -Total: 3.490600 ms (FindLiveObjects: 0.677600 ms CreateObjectMapping: 0.301700 ms MarkObjects: 2.237300 ms DeleteObjects: 0.272300 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.817 seconds -Refreshing native plugins compatible for Editor in 15.96 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.229 seconds -Domain Reload Profiling: 2039ms - BeginReloadAssembly (207ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (6ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (39ms) - RebuildCommonClasses (43ms) - RebuildNativeTypeToScriptingClass (15ms) - initialDomainReloadingComplete (58ms) - LoadAllAssembliesAndSetupDomain (486ms) - LoadAssemblies (559ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (50ms) - TypeCache.Refresh (28ms) - TypeCache.ScanAssembly (4ms) - ScanForSourceGeneratedMonoScriptInfo (13ms) - ResolveRequiredComponents (7ms) - FinalizeReload (1230ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (473ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (30ms) - SetLoadedEditorAssemblies (4ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (96ms) - ProcessInitializeOnLoadAttributes (287ms) - ProcessInitializeOnLoadMethodAttributes (40ms) - AfterProcessingInitializeOnLoad (16ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (16ms) -Refreshing native plugins compatible for Editor in 12.73 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5931 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (344.3 KB). Loaded Objects now: 6741. -Memory consumption went from 392.4 MB to 392.0 MB. -Total: 4.340500 ms (FindLiveObjects: 0.570300 ms CreateObjectMapping: 0.415500 ms MarkObjects: 2.741600 ms DeleteObjects: 0.612100 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.009 seconds -Refreshing native plugins compatible for Editor in 14.59 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.414 seconds -Domain Reload Profiling: 2415ms - BeginReloadAssembly (215ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (6ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (59ms) - RebuildCommonClasses (41ms) - RebuildNativeTypeToScriptingClass (11ms) - initialDomainReloadingComplete (55ms) - LoadAllAssembliesAndSetupDomain (677ms) - LoadAssemblies (761ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (26ms) - TypeCache.Refresh (14ms) - TypeCache.ScanAssembly (0ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (10ms) - FinalizeReload (1415ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (520ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (28ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (80ms) - ProcessInitializeOnLoadAttributes (342ms) - ProcessInitializeOnLoadMethodAttributes (47ms) - AfterProcessingInitializeOnLoad (19ms) - EditorAssembliesLoaded (2ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (16ms) -Refreshing native plugins compatible for Editor in 16.66 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5931 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (345.2 KB). Loaded Objects now: 6744. -Memory consumption went from 394.3 MB to 394.0 MB. -Total: 3.650200 ms (FindLiveObjects: 0.760800 ms CreateObjectMapping: 0.284100 ms MarkObjects: 2.340300 ms DeleteObjects: 0.263300 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.974 seconds -Refreshing native plugins compatible for Editor in 12.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.148 seconds -Domain Reload Profiling: 2110ms - BeginReloadAssembly (265ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (7ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (59ms) - RebuildCommonClasses (44ms) - RebuildNativeTypeToScriptingClass (17ms) - initialDomainReloadingComplete (60ms) - LoadAllAssembliesAndSetupDomain (574ms) - LoadAssemblies (660ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (52ms) - TypeCache.Refresh (27ms) - TypeCache.ScanAssembly (2ms) - ScanForSourceGeneratedMonoScriptInfo (15ms) + TypeCache.ScanAssembly (5ms) + ScanForSourceGeneratedMonoScriptInfo (11ms) ResolveRequiredComponents (8ms) - FinalizeReload (1148ms) + FinalizeReload (979ms) ReleaseScriptCaches (0ms) RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (446ms) + SetupLoadedEditorAssemblies (382ms) LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (29ms) + InitializePlatformSupportModulesInManaged (23ms) SetLoadedEditorAssemblies (3ms) RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (77ms) - ProcessInitializeOnLoadAttributes (292ms) - ProcessInitializeOnLoadMethodAttributes (28ms) - AfterProcessingInitializeOnLoad (16ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (14ms) -Refreshing native plugins compatible for Editor in 13.86 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5931 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (344.0 KB). Loaded Objects now: 6747. -Memory consumption went from 396.2 MB to 395.9 MB. -Total: 3.473300 ms (FindLiveObjects: 0.503000 ms CreateObjectMapping: 0.264400 ms MarkObjects: 2.354400 ms DeleteObjects: 0.350300 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.721 seconds -Refreshing native plugins compatible for Editor in 13.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.215 seconds -Domain Reload Profiling: 1928ms - BeginReloadAssembly (181ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (6ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (43ms) - RebuildCommonClasses (29ms) - RebuildNativeTypeToScriptingClass (9ms) - initialDomainReloadingComplete (53ms) - LoadAllAssembliesAndSetupDomain (440ms) - LoadAssemblies (511ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (23ms) - TypeCache.Refresh (10ms) - TypeCache.ScanAssembly (0ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (9ms) - FinalizeReload (1216ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (509ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (30ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (79ms) - ProcessInitializeOnLoadAttributes (302ms) - ProcessInitializeOnLoadMethodAttributes (79ms) + BeforeProcessingInitializeOnLoad (75ms) + ProcessInitializeOnLoadAttributes (239ms) + ProcessInitializeOnLoadMethodAttributes (26ms) AfterProcessingInitializeOnLoad (15ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (18ms) -Refreshing native plugins compatible for Editor in 14.06 ms, found 3 plugins. + AwakeInstancesAfterBackupRestoration (11ms) +Refreshing native plugins compatible for Editor in 11.67 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5931 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (343.7 KB). Loaded Objects now: 6750. -Memory consumption went from 398.1 MB to 397.8 MB. -Total: 3.872600 ms (FindLiveObjects: 0.477400 ms CreateObjectMapping: 0.266300 ms MarkObjects: 2.747500 ms DeleteObjects: 0.378700 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Refreshing native plugins compatible for Editor in 18.19 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 4 Unused Serialized files (Serialized files now loaded: 0) -Unloading 4 unused Assets / (314.4 KB). Loaded Objects now: 6750. -Memory consumption went from 306.5 MB to 306.2 MB. -Total: 8.149700 ms (FindLiveObjects: 1.236700 ms CreateObjectMapping: 0.814800 ms MarkObjects: 5.734400 ms DeleteObjects: 0.361600 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.701 seconds -Refreshing native plugins compatible for Editor in 13.27 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.194 seconds -Domain Reload Profiling: 1887ms - BeginReloadAssembly (179ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (43ms) - RebuildCommonClasses (29ms) - RebuildNativeTypeToScriptingClass (9ms) - initialDomainReloadingComplete (44ms) - LoadAllAssembliesAndSetupDomain (432ms) - LoadAssemblies (501ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (25ms) - TypeCache.Refresh (11ms) - TypeCache.ScanAssembly (0ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (12ms) - FinalizeReload (1194ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (476ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (29ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (97ms) - ProcessInitializeOnLoadAttributes (300ms) - ProcessInitializeOnLoadMethodAttributes (33ms) - AfterProcessingInitializeOnLoad (15ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (12ms) -Refreshing native plugins compatible for Editor in 15.58 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5931 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (343.8 KB). Loaded Objects now: 6753. -Memory consumption went from 400.1 MB to 399.7 MB. -Total: 5.561600 ms (FindLiveObjects: 1.012300 ms CreateObjectMapping: 0.528400 ms MarkObjects: 3.547400 ms DeleteObjects: 0.470100 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.690 seconds -Refreshing native plugins compatible for Editor in 12.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 1.077 seconds -Domain Reload Profiling: 1758ms - BeginReloadAssembly (164ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (41ms) - RebuildCommonClasses (35ms) - RebuildNativeTypeToScriptingClass (12ms) - initialDomainReloadingComplete (56ms) - LoadAllAssembliesAndSetupDomain (414ms) - LoadAssemblies (477ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (20ms) - TypeCache.Refresh (9ms) - TypeCache.ScanAssembly (0ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (8ms) - FinalizeReload (1077ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (443ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (22ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (79ms) - ProcessInitializeOnLoadAttributes (293ms) - ProcessInitializeOnLoadMethodAttributes (32ms) - AfterProcessingInitializeOnLoad (13ms) - EditorAssembliesLoaded (1ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (12ms) -Refreshing native plugins compatible for Editor in 12.70 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5931 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (344.8 KB). Loaded Objects now: 6756. -Memory consumption went from 402.0 MB to 401.7 MB. -Total: 3.325800 ms (FindLiveObjects: 0.630500 ms CreateObjectMapping: 0.281500 ms MarkObjects: 2.168700 ms DeleteObjects: 0.244000 ms) +Unloading 5937 Unused Serialized files (Serialized files now loaded: 0) +Unloading 44 unused Assets / (343.2 KB). Loaded Objects now: 6442. +Memory consumption went from 214.9 MB to 214.5 MB. +Total: 5.930300 ms (FindLiveObjects: 0.869200 ms CreateObjectMapping: 0.643600 ms MarkObjects: 4.063700 ms DeleteObjects: 0.350200 ms) Prepare: number of updated asset objects reloaded= 0 AssetImportParameters requested are different than current active one (requested -> active): diff --git a/JNFrame/Logs/AssetImportWorker0.log b/JNFrame/Logs/AssetImportWorker0.log new file mode 100644 index 00000000..45b0d4af --- /dev/null +++ b/JNFrame/Logs/AssetImportWorker0.log @@ -0,0 +1,73 @@ +Using pre-set license +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.22621) 64bit Professional' Language: 'zh' Physical Memory: 32651 MB +BatchMode: 1, IsHumanControllingUs: 0, StartBugReporterOnCrash: 0, Is64bit: 1, IsPro: 1 + +COMMAND LINE ARGUMENTS: +D:\Unity\2022.3.16f1c1\Editor\Unity.exe +-adb2 +-batchMode +-noUpm +-name +AssetImportWorker0 +-projectPath +D:/myproject/JisolGame/JNFrame +-logFile +Logs/AssetImportWorker0.log +-srvPort +58814 +Successfully changed project path to: D:/myproject/JisolGame/JNFrame +D:/myproject/JisolGame/JNFrame +[UnityMemory] Configuration Parameters - Can be set up in boot.config + "memorysetup-bucket-allocator-granularity=16" + "memorysetup-bucket-allocator-bucket-count=8" + "memorysetup-bucket-allocator-block-size=33554432" + "memorysetup-bucket-allocator-block-count=8" + "memorysetup-main-allocator-block-size=16777216" + "memorysetup-thread-allocator-block-size=16777216" + "memorysetup-gfx-main-allocator-block-size=16777216" + "memorysetup-gfx-thread-allocator-block-size=16777216" + "memorysetup-cache-allocator-block-size=4194304" + "memorysetup-typetree-allocator-block-size=2097152" + "memorysetup-profiler-bucket-allocator-granularity=16" + "memorysetup-profiler-bucket-allocator-bucket-count=8" + "memorysetup-profiler-bucket-allocator-block-size=33554432" + "memorysetup-profiler-bucket-allocator-block-count=8" + "memorysetup-profiler-allocator-block-size=16777216" + "memorysetup-profiler-editor-allocator-block-size=1048576" + "memorysetup-temp-allocator-size-main=16777216" + "memorysetup-job-temp-allocator-block-size=2097152" + "memorysetup-job-temp-allocator-block-size-background=1048576" + "memorysetup-job-temp-allocator-reduction-small-platforms=262144" + "memorysetup-allocator-temp-initial-block-size-main=262144" + "memorysetup-allocator-temp-initial-block-size-worker=262144" + "memorysetup-temp-allocator-size-background-worker=32768" + "memorysetup-temp-allocator-size-job-worker=262144" + "memorysetup-temp-allocator-size-preload-manager=33554432" + "memorysetup-temp-allocator-size-nav-mesh-worker=65536" + "memorysetup-temp-allocator-size-audio-worker=65536" + "memorysetup-temp-allocator-size-cloud-worker=32768" + "memorysetup-temp-allocator-size-gi-baking-worker=262144" + "memorysetup-temp-allocator-size-gfx=262144" +Player connection [36360] Host "[IP] 192.168.0.118 [Port] 0 [Flags] 2 [Guid] 384383265 [EditorId] 384383265 [Version] 1048832 [Id] WindowsEditor(7,PC-20230316NUNE) [Debug] 1 [PackageName] WindowsEditor [ProjectName] Editor" joined multi-casting on [225.0.0.222:54997]... + +Player connection [36360] Host "[IP] 192.168.0.118 [Port] 0 [Flags] 2 [Guid] 384383265 [EditorId] 384383265 [Version] 1048832 [Id] WindowsEditor(7,PC-20230316NUNE) [Debug] 1 [PackageName] WindowsEditor [ProjectName] Editor" joined alternative multi-casting on [225.0.0.222:34997]... + +[Physics::Module] Initialized MultithreadedJobDispatcher with 11 workers. +Refreshing native plugins compatible for Editor in 30.49 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Initialize engine version: 2022.3.16f1c1 (2f3f1b3bde89) +[Subsystems] Discovering subsystems at path D:/Unity/2022.3.16f1c1/Editor/Data/Resources/UnitySubsystems +[Subsystems] Discovering subsystems at path D:/myproject/JisolGame/JNFrame/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) + Vendor: NVIDIA + VRAM: 5980 MB + Driver: 31.0.15.3623 +Initialize mono +Mono path[0] = 'D:/Unity/2022.3.16f1c1/Editor/Data/Managed' +Mono path[1] = 'D:/Unity/2022.3.16f1c1/Editor/Data/MonoBleedingEdge/lib/mono/unityjit-win32' +Mono config path = 'D:/Unity/2022.3.16f1c1/Editor/Data/MonoBleedingEdge/etc' +Using monoOptions --debugger-agent=transport=dt_socket,address=127.0.0.1:56484,server=n,suspend=y diff --git a/JNFrame/Logs/AssetImportWorker1-prev.log b/JNFrame/Logs/AssetImportWorker1-prev.log index 827a8256..3bfc775a 100644 --- a/JNFrame/Logs/AssetImportWorker1-prev.log +++ b/JNFrame/Logs/AssetImportWorker1-prev.log @@ -15,7 +15,7 @@ D:/myproject/JisolGame/JNFrame -logFile Logs/AssetImportWorker1.log -srvPort -53355 +54515 Successfully changed project path to: D:/myproject/JisolGame/JNFrame D:/myproject/JisolGame/JNFrame [UnityMemory] Configuration Parameters - Can be set up in boot.config @@ -49,12 +49,12 @@ D:/myproject/JisolGame/JNFrame "memorysetup-temp-allocator-size-cloud-worker=32768" "memorysetup-temp-allocator-size-gi-baking-worker=262144" "memorysetup-temp-allocator-size-gfx=262144" -Player connection [37148] Host "[IP] 192.168.0.118 [Port] 0 [Flags] 2 [Guid] 3636302354 [EditorId] 3636302354 [Version] 1048832 [Id] WindowsEditor(7,PC-20230316NUNE) [Debug] 1 [PackageName] WindowsEditor [ProjectName] Editor" joined multi-casting on [225.0.0.222:54997]... +Player connection [36972] Host "[IP] 192.168.0.118 [Port] 0 [Flags] 2 [Guid] 4282446386 [EditorId] 4282446386 [Version] 1048832 [Id] WindowsEditor(7,PC-20230316NUNE) [Debug] 1 [PackageName] WindowsEditor [ProjectName] Editor" joined multi-casting on [225.0.0.222:54997]... -Player connection [37148] Host "[IP] 192.168.0.118 [Port] 0 [Flags] 2 [Guid] 3636302354 [EditorId] 3636302354 [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 [36972] Host "[IP] 192.168.0.118 [Port] 0 [Flags] 2 [Guid] 4282446386 [EditorId] 4282446386 [Version] 1048832 [Id] WindowsEditor(7,PC-20230316NUNE) [Debug] 1 [PackageName] WindowsEditor [ProjectName] Editor" joined alternative multi-casting on [225.0.0.222:34997]... [Physics::Module] Initialized MultithreadedJobDispatcher with 11 workers. -Refreshing native plugins compatible for Editor in 50.80 ms, found 3 plugins. +Refreshing native plugins compatible for Editor in 40.61 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Initialize engine version: 2022.3.16f1c1 (2f3f1b3bde89) [Subsystems] Discovering subsystems at path D:/Unity/2022.3.16f1c1/Editor/Data/Resources/UnitySubsystems @@ -70,47 +70,47 @@ Initialize mono Mono path[0] = 'D:/Unity/2022.3.16f1c1/Editor/Data/Managed' Mono path[1] = 'D:/Unity/2022.3.16f1c1/Editor/Data/MonoBleedingEdge/lib/mono/unityjit-win32' Mono config path = 'D:/Unity/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:56176 +Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56816 Begin MonoManager ReloadAssembly Registering precompiled unity dll's ... Register platform support module: D:/Unity/2022.3.16f1c1/Editor/Data/PlaybackEngines/AndroidPlayer/UnityEditor.Android.Extensions.dll Register platform support module: D:/Unity/2022.3.16f1c1/Editor/Data/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll -Registered in 0.012579 seconds. -- Loaded All Assemblies, in 0.429 seconds +Registered in 0.010198 seconds. +- Loaded All Assemblies, in 0.387 seconds Native extension for WindowsStandalone target not found Native extension for Android target not found -Android Extension - Scanning For ADB Devices 505 ms +Android Extension - Scanning For ADB Devices 349 ms Mono: successfully reloaded assembly -- Finished resetting the current domain, in 0.876 seconds -Domain Reload Profiling: 1301ms - BeginReloadAssembly (130ms) +- Finished resetting the current domain, in 0.664 seconds +Domain Reload Profiling: 1047ms + BeginReloadAssembly (116ms) ExecutionOrderSort (0ms) DisableScriptedObjects (0ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) CreateAndSetChildDomain (1ms) - RebuildCommonClasses (35ms) - RebuildNativeTypeToScriptingClass (14ms) - initialDomainReloadingComplete (77ms) - LoadAllAssembliesAndSetupDomain (168ms) - LoadAssemblies (123ms) + RebuildCommonClasses (37ms) + RebuildNativeTypeToScriptingClass (11ms) + initialDomainReloadingComplete (69ms) + LoadAllAssembliesAndSetupDomain (149ms) + LoadAssemblies (112ms) RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (164ms) - TypeCache.Refresh (163ms) - TypeCache.ScanAssembly (147ms) + AnalyzeDomain (147ms) + TypeCache.Refresh (146ms) + TypeCache.ScanAssembly (134ms) ScanForSourceGeneratedMonoScriptInfo (0ms) ResolveRequiredComponents (0ms) - FinalizeReload (877ms) + FinalizeReload (664ms) ReleaseScriptCaches (0ms) RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (814ms) + SetupLoadedEditorAssemblies (609ms) LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (631ms) + InitializePlatformSupportModulesInManaged (457ms) SetLoadedEditorAssemblies (4ms) RefreshPlugins (0ms) BeforeProcessingInitializeOnLoad (2ms) - ProcessInitializeOnLoadAttributes (124ms) - ProcessInitializeOnLoadMethodAttributes (53ms) + ProcessInitializeOnLoadAttributes (103ms) + ProcessInitializeOnLoadMethodAttributes (44ms) AfterProcessingInitializeOnLoad (0ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) @@ -118,8 +118,8 @@ Domain Reload Profiling: 1301ms ======================================================================== Worker process is ready to serve import requests Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.185 seconds -Refreshing native plugins compatible for Editor in 14.51 ms, found 3 plugins. +- Loaded All Assemblies, in 1.100 seconds +Refreshing native plugins compatible for Editor in 14.26 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] @@ -127,5289 +127,48 @@ Package Manager log level set to [2] [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.608 seconds -Domain Reload Profiling: 1784ms - BeginReloadAssembly (201ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (6ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (32ms) - RebuildCommonClasses (37ms) - RebuildNativeTypeToScriptingClass (11ms) - initialDomainReloadingComplete (63ms) - LoadAllAssembliesAndSetupDomain (864ms) - LoadAssemblies (698ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (285ms) - TypeCache.Refresh (253ms) - TypeCache.ScanAssembly (229ms) - ScanForSourceGeneratedMonoScriptInfo (24ms) - ResolveRequiredComponents (6ms) - FinalizeReload (608ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (458ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (26ms) - SetLoadedEditorAssemblies (4ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (76ms) - ProcessInitializeOnLoadAttributes (316ms) - ProcessInitializeOnLoadMethodAttributes (23ms) - AfterProcessingInitializeOnLoad (12ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (8ms) -Launched and connected shader compiler UnityShaderCompiler.exe after 0.10 seconds -Refreshing native plugins compatible for Editor in 17.86 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5939 Unused Serialized files (Serialized files now loaded: 0) -Unloading 61 unused Assets / (370.7 KB). Loaded Objects now: 6402. -Memory consumption went from 203.4 MB to 203.1 MB. -Total: 3.342600 ms (FindLiveObjects: 0.482900 ms CreateObjectMapping: 0.276800 ms MarkObjects: 2.380900 ms DeleteObjects: 0.200100 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Import Request. - Time since last request: 152132.830130 seconds. - path: Assets/Game/Scenes/Mode/Example3_Recast_Navmesh1/Debris.prefab - artifactKey: Guid(d567323cfec0342498408fae5b4863e0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Game/Scenes/Mode/Example3_Recast_Navmesh1/Debris.prefab using Guid(d567323cfec0342498408fae5b4863e0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'b624c1d0d969fa03c4ab94d843dd71e3') in 0.062392 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 12 -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.663 seconds -Refreshing native plugins compatible for Editor in 12.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 1.072 seconds -Domain Reload Profiling: 1723ms - BeginReloadAssembly (208ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (50ms) - RebuildCommonClasses (36ms) - RebuildNativeTypeToScriptingClass (10ms) - initialDomainReloadingComplete (41ms) - LoadAllAssembliesAndSetupDomain (355ms) - LoadAssemblies (453ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (21ms) - TypeCache.Refresh (8ms) - TypeCache.ScanAssembly (0ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (12ms) - FinalizeReload (1073ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (423ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (27ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (82ms) - ProcessInitializeOnLoadAttributes (268ms) - ProcessInitializeOnLoadMethodAttributes (29ms) - AfterProcessingInitializeOnLoad (15ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (11ms) -Refreshing native plugins compatible for Editor in 14.14 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5928 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (343.0 KB). Loaded Objects now: 6413. -Memory consumption went from 203.1 MB to 202.8 MB. -Total: 4.987600 ms (FindLiveObjects: 0.494100 ms CreateObjectMapping: 0.331200 ms MarkObjects: 3.920300 ms DeleteObjects: 0.240300 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.961 seconds -Refreshing native plugins compatible for Editor in 11.64 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.245 seconds -Domain Reload Profiling: 3191ms - BeginReloadAssembly (806ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (14ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (175ms) - RebuildCommonClasses (88ms) - RebuildNativeTypeToScriptingClass (35ms) - initialDomainReloadingComplete (99ms) - LoadAllAssembliesAndSetupDomain (917ms) - LoadAssemblies (1091ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (272ms) - TypeCache.Refresh (245ms) - TypeCache.ScanAssembly (219ms) - ScanForSourceGeneratedMonoScriptInfo (18ms) - ResolveRequiredComponents (7ms) - FinalizeReload (1246ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (538ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (32ms) - SetLoadedEditorAssemblies (4ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (104ms) - ProcessInitializeOnLoadAttributes (330ms) - ProcessInitializeOnLoadMethodAttributes (47ms) - AfterProcessingInitializeOnLoad (20ms) - EditorAssembliesLoaded (1ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (36ms) -Refreshing native plugins compatible for Editor in 29.92 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (343.9 KB). Loaded Objects now: 6416. -Memory consumption went from 205.3 MB to 205.0 MB. -Total: 26.172900 ms (FindLiveObjects: 1.905800 ms CreateObjectMapping: 7.295600 ms MarkObjects: 15.694800 ms DeleteObjects: 1.272500 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.981 seconds -Refreshing native plugins compatible for Editor in 24.31 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.977 seconds -Domain Reload Profiling: 2943ms - BeginReloadAssembly (245ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (11ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (59ms) - RebuildCommonClasses (38ms) - RebuildNativeTypeToScriptingClass (12ms) - initialDomainReloadingComplete (58ms) - LoadAllAssembliesAndSetupDomain (613ms) - LoadAssemblies (695ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (26ms) - TypeCache.Refresh (11ms) - TypeCache.ScanAssembly (0ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (12ms) - FinalizeReload (1977ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (762ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (51ms) - SetLoadedEditorAssemblies (5ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (120ms) - ProcessInitializeOnLoadAttributes (508ms) - ProcessInitializeOnLoadMethodAttributes (56ms) - AfterProcessingInitializeOnLoad (21ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (24ms) -Refreshing native plugins compatible for Editor in 17.44 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (343.0 KB). Loaded Objects now: 6419. -Memory consumption went from 207.3 MB to 206.9 MB. -Total: 3.778300 ms (FindLiveObjects: 0.677900 ms CreateObjectMapping: 0.483000 ms MarkObjects: 2.383800 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.937 seconds -Refreshing native plugins compatible for Editor in 18.70 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.969 seconds -Domain Reload Profiling: 2893ms - BeginReloadAssembly (246ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (6ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (69ms) - RebuildCommonClasses (38ms) - RebuildNativeTypeToScriptingClass (24ms) - initialDomainReloadingComplete (59ms) - LoadAllAssembliesAndSetupDomain (556ms) - LoadAssemblies (657ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (25ms) - TypeCache.Refresh (15ms) - TypeCache.ScanAssembly (0ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (9ms) - FinalizeReload (1969ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (766ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (63ms) - SetLoadedEditorAssemblies (4ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (120ms) - ProcessInitializeOnLoadAttributes (515ms) - ProcessInitializeOnLoadMethodAttributes (46ms) - AfterProcessingInitializeOnLoad (17ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (13ms) -Refreshing native plugins compatible for Editor in 20.52 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (342.8 KB). Loaded Objects now: 6422. -Memory consumption went from 209.2 MB to 208.9 MB. -Total: 7.800300 ms (FindLiveObjects: 0.960200 ms CreateObjectMapping: 1.000100 ms MarkObjects: 5.373700 ms DeleteObjects: 0.463400 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.096 seconds -Refreshing native plugins compatible for Editor in 98.09 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.413 seconds -Domain Reload Profiling: 2499ms - BeginReloadAssembly (248ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (7ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (60ms) - RebuildCommonClasses (56ms) - RebuildNativeTypeToScriptingClass (14ms) - initialDomainReloadingComplete (51ms) - LoadAllAssembliesAndSetupDomain (717ms) - LoadAssemblies (669ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (181ms) - TypeCache.Refresh (72ms) - TypeCache.ScanAssembly (4ms) - ScanForSourceGeneratedMonoScriptInfo (85ms) - ResolveRequiredComponents (21ms) - FinalizeReload (1413ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (483ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (50ms) - SetLoadedEditorAssemblies (6ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (103ms) - ProcessInitializeOnLoadAttributes (277ms) - ProcessInitializeOnLoadMethodAttributes (30ms) - AfterProcessingInitializeOnLoad (17ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (15ms) -Refreshing native plugins compatible for Editor in 15.11 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (344.0 KB). Loaded Objects now: 6425. -Memory consumption went from 211.1 MB to 210.8 MB. -Total: 4.156600 ms (FindLiveObjects: 0.508200 ms CreateObjectMapping: 0.274900 ms MarkObjects: 3.076700 ms DeleteObjects: 0.294800 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.942 seconds -Refreshing native plugins compatible for Editor in 21.09 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.674 seconds -Domain Reload Profiling: 2604ms - BeginReloadAssembly (271ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (8ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (96ms) - RebuildCommonClasses (61ms) - RebuildNativeTypeToScriptingClass (23ms) - initialDomainReloadingComplete (75ms) - LoadAllAssembliesAndSetupDomain (501ms) - LoadAssemblies (597ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (29ms) - TypeCache.Refresh (13ms) - TypeCache.ScanAssembly (0ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (13ms) - FinalizeReload (1674ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (684ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (45ms) - SetLoadedEditorAssemblies (6ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (118ms) - ProcessInitializeOnLoadAttributes (428ms) - ProcessInitializeOnLoadMethodAttributes (61ms) - AfterProcessingInitializeOnLoad (25ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (21ms) -Refreshing native plugins compatible for Editor in 17.13 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (343.0 KB). Loaded Objects now: 6428. -Memory consumption went from 213.1 MB to 212.7 MB. -Total: 6.870000 ms (FindLiveObjects: 1.513800 ms CreateObjectMapping: 0.769500 ms MarkObjects: 4.277100 ms DeleteObjects: 0.304200 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.333 seconds -Refreshing native plugins compatible for Editor in 26.47 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.237 seconds -Domain Reload Profiling: 3553ms - BeginReloadAssembly (288ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (7ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (69ms) - RebuildCommonClasses (51ms) - RebuildNativeTypeToScriptingClass (33ms) - initialDomainReloadingComplete (172ms) - LoadAllAssembliesAndSetupDomain (766ms) - LoadAssemblies (893ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (40ms) - TypeCache.Refresh (15ms) - TypeCache.ScanAssembly (0ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (22ms) - FinalizeReload (2242ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (777ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (76ms) - SetLoadedEditorAssemblies (11ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (152ms) - ProcessInitializeOnLoadAttributes (477ms) - ProcessInitializeOnLoadMethodAttributes (46ms) - AfterProcessingInitializeOnLoad (15ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (48ms) -Refreshing native plugins compatible for Editor in 22.69 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (343.3 KB). Loaded Objects now: 6431. -Memory consumption went from 215.0 MB to 214.7 MB. -Total: 4.520500 ms (FindLiveObjects: 0.495200 ms CreateObjectMapping: 0.255800 ms MarkObjects: 3.329500 ms DeleteObjects: 0.438100 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.092 seconds -Refreshing native plugins compatible for Editor in 17.27 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.937 seconds -Domain Reload Profiling: 2015ms - BeginReloadAssembly (370ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (6ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (80ms) - RebuildCommonClasses (94ms) - RebuildNativeTypeToScriptingClass (12ms) - initialDomainReloadingComplete (81ms) - LoadAllAssembliesAndSetupDomain (521ms) - LoadAssemblies (724ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (38ms) - TypeCache.Refresh (17ms) - TypeCache.ScanAssembly (2ms) - ScanForSourceGeneratedMonoScriptInfo (11ms) - ResolveRequiredComponents (7ms) - FinalizeReload (938ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (397ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (27ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (73ms) - ProcessInitializeOnLoadAttributes (238ms) - ProcessInitializeOnLoadMethodAttributes (39ms) - AfterProcessingInitializeOnLoad (17ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (11ms) -Refreshing native plugins compatible for Editor in 12.61 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (343.2 KB). Loaded Objects now: 6434. -Memory consumption went from 216.9 MB to 216.6 MB. -Total: 3.793900 ms (FindLiveObjects: 0.873400 ms CreateObjectMapping: 0.416800 ms MarkObjects: 2.253100 ms DeleteObjects: 0.248200 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.700 seconds -Refreshing native plugins compatible for Editor in 16.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.164 seconds -Domain Reload Profiling: 1855ms - BeginReloadAssembly (168ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (6ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (44ms) - RebuildCommonClasses (36ms) - RebuildNativeTypeToScriptingClass (9ms) - initialDomainReloadingComplete (47ms) - LoadAllAssembliesAndSetupDomain (431ms) - LoadAssemblies (483ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (28ms) - TypeCache.Refresh (16ms) - TypeCache.ScanAssembly (0ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (9ms) - FinalizeReload (1164ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (468ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (32ms) - SetLoadedEditorAssemblies (4ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (96ms) - ProcessInitializeOnLoadAttributes (292ms) - ProcessInitializeOnLoadMethodAttributes (31ms) - AfterProcessingInitializeOnLoad (14ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (10ms) -Refreshing native plugins compatible for Editor in 18.52 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (343.0 KB). Loaded Objects now: 6437. -Memory consumption went from 218.8 MB to 218.5 MB. -Total: 3.252200 ms (FindLiveObjects: 0.486000 ms CreateObjectMapping: 0.244100 ms MarkObjects: 2.247700 ms DeleteObjects: 0.272200 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.067 seconds -Refreshing native plugins compatible for Editor in 12.44 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.991 seconds -Domain Reload Profiling: 2047ms - BeginReloadAssembly (394ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (7ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (85ms) - RebuildCommonClasses (51ms) - RebuildNativeTypeToScriptingClass (17ms) - initialDomainReloadingComplete (74ms) - LoadAllAssembliesAndSetupDomain (520ms) - LoadAssemblies (622ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (28ms) - TypeCache.Refresh (13ms) - TypeCache.ScanAssembly (1ms) - ScanForSourceGeneratedMonoScriptInfo (8ms) - ResolveRequiredComponents (7ms) - FinalizeReload (992ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (376ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (28ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (74ms) - ProcessInitializeOnLoadAttributes (235ms) - ProcessInitializeOnLoadMethodAttributes (23ms) - AfterProcessingInitializeOnLoad (13ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (11ms) -Refreshing native plugins compatible for Editor in 10.35 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (344.3 KB). Loaded Objects now: 6440. -Memory consumption went from 220.8 MB to 220.4 MB. -Total: 3.412800 ms (FindLiveObjects: 0.664700 ms CreateObjectMapping: 0.261900 ms MarkObjects: 2.267900 ms DeleteObjects: 0.217200 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.910 seconds -Refreshing native plugins compatible for Editor in 15.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 0.961 seconds -Domain Reload Profiling: 1836ms - BeginReloadAssembly (192ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (46ms) - RebuildCommonClasses (37ms) - RebuildNativeTypeToScriptingClass (10ms) - initialDomainReloadingComplete (56ms) - LoadAllAssembliesAndSetupDomain (578ms) - LoadAssemblies (631ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (50ms) - TypeCache.Refresh (21ms) - TypeCache.ScanAssembly (3ms) - ScanForSourceGeneratedMonoScriptInfo (17ms) - ResolveRequiredComponents (11ms) - FinalizeReload (962ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (394ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (23ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (71ms) - ProcessInitializeOnLoadAttributes (252ms) - ProcessInitializeOnLoadMethodAttributes (30ms) - AfterProcessingInitializeOnLoad (15ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (9ms) -Refreshing native plugins compatible for Editor in 14.87 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (343.4 KB). Loaded Objects now: 6443. -Memory consumption went from 222.7 MB to 222.4 MB. -Total: 4.052800 ms (FindLiveObjects: 0.417900 ms CreateObjectMapping: 0.239300 ms MarkObjects: 3.005800 ms DeleteObjects: 0.388500 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.669 seconds -Refreshing native plugins compatible for Editor in 16.04 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.139 seconds -Domain Reload Profiling: 1799ms +- Finished resetting the current domain, in 0.777 seconds +Domain Reload Profiling: 1866ms BeginReloadAssembly (184ms) ExecutionOrderSort (0ms) DisableScriptedObjects (5ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (48ms) - RebuildCommonClasses (32ms) - RebuildNativeTypeToScriptingClass (16ms) - initialDomainReloadingComplete (41ms) - LoadAllAssembliesAndSetupDomain (387ms) - LoadAssemblies (452ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (24ms) - TypeCache.Refresh (12ms) - TypeCache.ScanAssembly (0ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (9ms) - FinalizeReload (1139ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (479ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (32ms) - SetLoadedEditorAssemblies (5ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (88ms) - ProcessInitializeOnLoadAttributes (304ms) - ProcessInitializeOnLoadMethodAttributes (37ms) - AfterProcessingInitializeOnLoad (14ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (10ms) -Refreshing native plugins compatible for Editor in 14.83 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (343.3 KB). Loaded Objects now: 6446. -Memory consumption went from 224.6 MB to 224.3 MB. -Total: 3.472000 ms (FindLiveObjects: 0.544600 ms CreateObjectMapping: 0.338900 ms MarkObjects: 2.273900 ms DeleteObjects: 0.312000 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.950 seconds -Refreshing native plugins compatible for Editor in 18.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 1.060 seconds -Domain Reload Profiling: 2002ms - BeginReloadAssembly (301ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (8ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (48ms) - RebuildCommonClasses (43ms) - RebuildNativeTypeToScriptingClass (11ms) - initialDomainReloadingComplete (50ms) - LoadAllAssembliesAndSetupDomain (536ms) - LoadAssemblies (683ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (45ms) - TypeCache.Refresh (25ms) - TypeCache.ScanAssembly (12ms) - ScanForSourceGeneratedMonoScriptInfo (11ms) - ResolveRequiredComponents (7ms) - FinalizeReload (1060ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (455ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (30ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (88ms) - ProcessInitializeOnLoadAttributes (285ms) - ProcessInitializeOnLoadMethodAttributes (32ms) - AfterProcessingInitializeOnLoad (16ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (9ms) -Refreshing native plugins compatible for Editor in 11.22 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (343.4 KB). Loaded Objects now: 6449. -Memory consumption went from 226.6 MB to 226.2 MB. -Total: 3.513600 ms (FindLiveObjects: 0.432700 ms CreateObjectMapping: 0.333200 ms MarkObjects: 2.205900 ms DeleteObjects: 0.540700 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.694 seconds -Refreshing native plugins compatible for Editor in 16.43 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.174 seconds -Domain Reload Profiling: 1860ms - BeginReloadAssembly (179ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (45ms) - RebuildCommonClasses (40ms) - RebuildNativeTypeToScriptingClass (14ms) - initialDomainReloadingComplete (38ms) - LoadAllAssembliesAndSetupDomain (413ms) - LoadAssemblies (484ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (23ms) - TypeCache.Refresh (10ms) - TypeCache.ScanAssembly (0ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (10ms) - FinalizeReload (1175ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (496ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (35ms) - SetLoadedEditorAssemblies (4ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (90ms) - ProcessInitializeOnLoadAttributes (306ms) - ProcessInitializeOnLoadMethodAttributes (44ms) - AfterProcessingInitializeOnLoad (17ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (12ms) -Refreshing native plugins compatible for Editor in 14.05 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (344.2 KB). Loaded Objects now: 6452. -Memory consumption went from 228.5 MB to 228.1 MB. -Total: 6.581600 ms (FindLiveObjects: 0.832000 ms CreateObjectMapping: 0.914500 ms MarkObjects: 4.442500 ms DeleteObjects: 0.388700 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.790 seconds -Refreshing native plugins compatible for Editor in 12.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 0.957 seconds -Domain Reload Profiling: 1738ms - BeginReloadAssembly (196ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (7ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (57ms) - RebuildCommonClasses (61ms) - RebuildNativeTypeToScriptingClass (14ms) - initialDomainReloadingComplete (47ms) - LoadAllAssembliesAndSetupDomain (462ms) - LoadAssemblies (498ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (53ms) - TypeCache.Refresh (27ms) - TypeCache.ScanAssembly (14ms) - ScanForSourceGeneratedMonoScriptInfo (10ms) - ResolveRequiredComponents (13ms) - FinalizeReload (957ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (401ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (23ms) - SetLoadedEditorAssemblies (4ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (75ms) - ProcessInitializeOnLoadAttributes (255ms) - ProcessInitializeOnLoadMethodAttributes (25ms) - AfterProcessingInitializeOnLoad (17ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (14ms) -Refreshing native plugins compatible for Editor in 14.95 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (343.2 KB). Loaded Objects now: 6455. -Memory consumption went from 230.4 MB to 230.1 MB. -Total: 10.418700 ms (FindLiveObjects: 1.194900 ms CreateObjectMapping: 0.783700 ms MarkObjects: 7.728600 ms DeleteObjects: 0.707100 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.759 seconds -Refreshing native plugins compatible for Editor in 18.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.347 seconds -Domain Reload Profiling: 2099ms - BeginReloadAssembly (167ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (34ms) - RebuildCommonClasses (28ms) - RebuildNativeTypeToScriptingClass (10ms) - initialDomainReloadingComplete (51ms) - LoadAllAssembliesAndSetupDomain (494ms) - LoadAssemblies (549ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (39ms) - TypeCache.Refresh (16ms) - TypeCache.ScanAssembly (0ms) - ScanForSourceGeneratedMonoScriptInfo (1ms) - ResolveRequiredComponents (14ms) - FinalizeReload (1348ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (488ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (33ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (108ms) - ProcessInitializeOnLoadAttributes (299ms) - ProcessInitializeOnLoadMethodAttributes (29ms) - AfterProcessingInitializeOnLoad (16ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (12ms) -Refreshing native plugins compatible for Editor in 13.14 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (376.8 KB). Loaded Objects now: 6458. -Memory consumption went from 232.3 MB to 231.9 MB. -Total: 4.070200 ms (FindLiveObjects: 0.593500 ms CreateObjectMapping: 0.308200 ms MarkObjects: 2.711700 ms DeleteObjects: 0.454500 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.863 seconds -Refreshing native plugins compatible for Editor in 13.68 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.323 seconds -Domain Reload Profiling: 2174ms - BeginReloadAssembly (215ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (7ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (48ms) - RebuildCommonClasses (52ms) - RebuildNativeTypeToScriptingClass (18ms) - initialDomainReloadingComplete (58ms) - LoadAllAssembliesAndSetupDomain (508ms) - LoadAssemblies (598ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (27ms) - TypeCache.Refresh (15ms) - TypeCache.ScanAssembly (0ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (10ms) - FinalizeReload (1323ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (529ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (26ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (90ms) - ProcessInitializeOnLoadAttributes (362ms) - ProcessInitializeOnLoadMethodAttributes (32ms) - AfterProcessingInitializeOnLoad (16ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (15ms) -Refreshing native plugins compatible for Editor in 12.10 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (344.7 KB). Loaded Objects now: 6461. -Memory consumption went from 234.2 MB to 233.8 MB. -Total: 5.111600 ms (FindLiveObjects: 0.684400 ms CreateObjectMapping: 0.344600 ms MarkObjects: 3.715400 ms DeleteObjects: 0.364100 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 4.546 seconds -Refreshing native plugins compatible for Editor in 19.01 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 9.338 seconds -Domain Reload Profiling: 13876ms - BeginReloadAssembly (185ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (44ms) - RebuildCommonClasses (31ms) - RebuildNativeTypeToScriptingClass (10ms) - initialDomainReloadingComplete (40ms) - LoadAllAssembliesAndSetupDomain (4272ms) - LoadAssemblies (4331ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (30ms) - TypeCache.Refresh (14ms) - TypeCache.ScanAssembly (0ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (13ms) - FinalizeReload (9338ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (403ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (26ms) - SetLoadedEditorAssemblies (4ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (78ms) - ProcessInitializeOnLoadAttributes (254ms) - ProcessInitializeOnLoadMethodAttributes (27ms) - AfterProcessingInitializeOnLoad (13ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (9ms) -Refreshing native plugins compatible for Editor in 12.35 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (375.8 KB). Loaded Objects now: 6464. -Memory consumption went from 236.1 MB to 235.8 MB. -Total: 4.355000 ms (FindLiveObjects: 0.450500 ms CreateObjectMapping: 0.555500 ms MarkObjects: 3.046200 ms DeleteObjects: 0.301400 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.688 seconds -Refreshing native plugins compatible for Editor in 12.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 0.964 seconds -Domain Reload Profiling: 1643ms - BeginReloadAssembly (214ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (7ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (59ms) - RebuildCommonClasses (27ms) - RebuildNativeTypeToScriptingClass (9ms) - initialDomainReloadingComplete (44ms) - LoadAllAssembliesAndSetupDomain (385ms) - LoadAssemblies (462ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (17ms) - TypeCache.Refresh (9ms) - TypeCache.ScanAssembly (0ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (7ms) - FinalizeReload (964ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (400ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (29ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (86ms) - ProcessInitializeOnLoadAttributes (242ms) - ProcessInitializeOnLoadMethodAttributes (28ms) - AfterProcessingInitializeOnLoad (12ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (9ms) -Refreshing native plugins compatible for Editor in 10.64 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (343.8 KB). Loaded Objects now: 6467. -Memory consumption went from 238.0 MB to 237.7 MB. -Total: 3.074800 ms (FindLiveObjects: 0.363000 ms CreateObjectMapping: 0.201800 ms MarkObjects: 2.328300 ms DeleteObjects: 0.180900 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.860 seconds -Refreshing native plugins compatible for Editor in 11.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.137 seconds -Domain Reload Profiling: 1987ms - BeginReloadAssembly (235ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (9ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (59ms) - RebuildCommonClasses (34ms) - RebuildNativeTypeToScriptingClass (10ms) - initialDomainReloadingComplete (51ms) - LoadAllAssembliesAndSetupDomain (520ms) - LoadAssemblies (592ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (50ms) - TypeCache.Refresh (25ms) - TypeCache.ScanAssembly (10ms) - ScanForSourceGeneratedMonoScriptInfo (12ms) - ResolveRequiredComponents (11ms) - FinalizeReload (1138ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (520ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (27ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (96ms) - ProcessInitializeOnLoadAttributes (336ms) - ProcessInitializeOnLoadMethodAttributes (42ms) - AfterProcessingInitializeOnLoad (16ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (12ms) -Refreshing native plugins compatible for Editor in 15.51 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (375.9 KB). Loaded Objects now: 6470. -Memory consumption went from 240.0 MB to 239.6 MB. -Total: 3.393400 ms (FindLiveObjects: 0.475100 ms CreateObjectMapping: 0.232500 ms MarkObjects: 2.424800 ms DeleteObjects: 0.259500 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.779 seconds -Refreshing native plugins compatible for Editor in 12.70 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.205 seconds -Domain Reload Profiling: 1973ms - BeginReloadAssembly (214ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (6ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (53ms) - RebuildCommonClasses (37ms) - RebuildNativeTypeToScriptingClass (11ms) - initialDomainReloadingComplete (52ms) - LoadAllAssembliesAndSetupDomain (454ms) - LoadAssemblies (541ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (22ms) - TypeCache.Refresh (10ms) - TypeCache.ScanAssembly (0ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (9ms) - FinalizeReload (1206ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (397ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (29ms) - SetLoadedEditorAssemblies (4ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (74ms) - ProcessInitializeOnLoadAttributes (252ms) - ProcessInitializeOnLoadMethodAttributes (26ms) - AfterProcessingInitializeOnLoad (12ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (12ms) -Refreshing native plugins compatible for Editor in 10.96 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (376.0 KB). Loaded Objects now: 6473. -Memory consumption went from 241.9 MB to 241.6 MB. -Total: 3.680400 ms (FindLiveObjects: 0.570900 ms CreateObjectMapping: 0.392800 ms MarkObjects: 2.440200 ms DeleteObjects: 0.275000 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.038 seconds -Refreshing native plugins compatible for Editor in 34.12 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.240 seconds -Domain Reload Profiling: 2269ms - BeginReloadAssembly (302ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (14ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (76ms) - RebuildCommonClasses (47ms) - RebuildNativeTypeToScriptingClass (10ms) - initialDomainReloadingComplete (51ms) - LoadAllAssembliesAndSetupDomain (618ms) - LoadAssemblies (673ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (89ms) - TypeCache.Refresh (49ms) - TypeCache.ScanAssembly (23ms) - ScanForSourceGeneratedMonoScriptInfo (21ms) - ResolveRequiredComponents (13ms) - FinalizeReload (1240ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (515ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (26ms) - SetLoadedEditorAssemblies (4ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (90ms) - ProcessInitializeOnLoadAttributes (338ms) - ProcessInitializeOnLoadMethodAttributes (35ms) - AfterProcessingInitializeOnLoad (22ms) - EditorAssembliesLoaded (1ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (12ms) -Refreshing native plugins compatible for Editor in 11.72 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (377.1 KB). Loaded Objects now: 6476. -Memory consumption went from 243.8 MB to 243.5 MB. -Total: 2.913400 ms (FindLiveObjects: 0.493300 ms CreateObjectMapping: 0.270100 ms MarkObjects: 1.927100 ms DeleteObjects: 0.221700 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.707 seconds -Refreshing native plugins compatible for Editor in 13.53 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.120 seconds -Domain Reload Profiling: 1818ms - BeginReloadAssembly (182ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (46ms) - RebuildCommonClasses (33ms) - RebuildNativeTypeToScriptingClass (13ms) - initialDomainReloadingComplete (45ms) - LoadAllAssembliesAndSetupDomain (426ms) - LoadAssemblies (470ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (44ms) - TypeCache.Refresh (33ms) - TypeCache.ScanAssembly (0ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (9ms) - FinalizeReload (1121ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (440ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (28ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (84ms) - ProcessInitializeOnLoadAttributes (273ms) - ProcessInitializeOnLoadMethodAttributes (32ms) - AfterProcessingInitializeOnLoad (19ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (14ms) -Refreshing native plugins compatible for Editor in 13.13 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (376.1 KB). Loaded Objects now: 6479. -Memory consumption went from 245.8 MB to 245.4 MB. -Total: 4.798700 ms (FindLiveObjects: 0.427700 ms CreateObjectMapping: 0.265500 ms MarkObjects: 3.751000 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.960 seconds -Refreshing native plugins compatible for Editor in 12.07 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.982 seconds -Domain Reload Profiling: 1930ms - BeginReloadAssembly (262ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (7ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (68ms) - RebuildCommonClasses (38ms) - RebuildNativeTypeToScriptingClass (11ms) - initialDomainReloadingComplete (48ms) - LoadAllAssembliesAndSetupDomain (589ms) - LoadAssemblies (653ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (69ms) - TypeCache.Refresh (43ms) - TypeCache.ScanAssembly (22ms) - ScanForSourceGeneratedMonoScriptInfo (14ms) - ResolveRequiredComponents (10ms) - FinalizeReload (982ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (373ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (27ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (76ms) - ProcessInitializeOnLoadAttributes (232ms) - ProcessInitializeOnLoadMethodAttributes (22ms) - AfterProcessingInitializeOnLoad (13ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (9ms) -Refreshing native plugins compatible for Editor in 11.76 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (376.0 KB). Loaded Objects now: 6482. -Memory consumption went from 247.7 MB to 247.3 MB. -Total: 4.491700 ms (FindLiveObjects: 0.698600 ms CreateObjectMapping: 0.402400 ms MarkObjects: 2.841800 ms DeleteObjects: 0.546900 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.708 seconds -Refreshing native plugins compatible for Editor in 18.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.109 seconds -Domain Reload Profiling: 1809ms - BeginReloadAssembly (169ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (37ms) - RebuildCommonClasses (39ms) - RebuildNativeTypeToScriptingClass (14ms) - initialDomainReloadingComplete (46ms) - LoadAllAssembliesAndSetupDomain (432ms) - LoadAssemblies (496ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (20ms) - TypeCache.Refresh (7ms) - TypeCache.ScanAssembly (0ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (11ms) - FinalizeReload (1110ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (446ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (28ms) - SetLoadedEditorAssemblies (4ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (86ms) - ProcessInitializeOnLoadAttributes (282ms) - ProcessInitializeOnLoadMethodAttributes (33ms) - AfterProcessingInitializeOnLoad (14ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (10ms) -Refreshing native plugins compatible for Editor in 13.12 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (344.8 KB). Loaded Objects now: 6485. -Memory consumption went from 249.6 MB to 249.2 MB. -Total: 4.574000 ms (FindLiveObjects: 0.761300 ms CreateObjectMapping: 0.412100 ms MarkObjects: 3.007600 ms DeleteObjects: 0.391200 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.667 seconds -Refreshing native plugins compatible for Editor in 13.78 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: 1904ms - BeginReloadAssembly (172ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (39ms) - RebuildCommonClasses (29ms) - RebuildNativeTypeToScriptingClass (9ms) - initialDomainReloadingComplete (39ms) - LoadAllAssembliesAndSetupDomain (405ms) - LoadAssemblies (478ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (21ms) - TypeCache.Refresh (9ms) - TypeCache.ScanAssembly (0ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (11ms) - FinalizeReload (1250ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (588ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (29ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (106ms) - ProcessInitializeOnLoadAttributes (401ms) - ProcessInitializeOnLoadMethodAttributes (33ms) - AfterProcessingInitializeOnLoad (15ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (12ms) -Script is not up to date after domain reload: guid(1a802748c1744ea886c648699b51245f) path("Assets/Game/Plugins/JNGame/Sync/Frame/Game/JNSyncFrameComponent.cs") state(2) -Refreshing native plugins compatible for Editor in 17.67 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (376.1 KB). Loaded Objects now: 6488. -Memory consumption went from 251.5 MB to 251.2 MB. -Total: 4.520300 ms (FindLiveObjects: 0.740200 ms CreateObjectMapping: 0.362600 ms MarkObjects: 3.083000 ms DeleteObjects: 0.332600 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.857 seconds -Refreshing native plugins compatible for Editor in 15.07 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.625 seconds -Domain Reload Profiling: 2468ms - BeginReloadAssembly (229ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (42ms) - RebuildCommonClasses (41ms) - RebuildNativeTypeToScriptingClass (12ms) - initialDomainReloadingComplete (46ms) - LoadAllAssembliesAndSetupDomain (515ms) - LoadAssemblies (581ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (80ms) - TypeCache.Refresh (50ms) - TypeCache.ScanAssembly (29ms) - ScanForSourceGeneratedMonoScriptInfo (16ms) - ResolveRequiredComponents (10ms) - FinalizeReload (1626ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (491ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (38ms) - SetLoadedEditorAssemblies (5ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (122ms) - ProcessInitializeOnLoadAttributes (275ms) - ProcessInitializeOnLoadMethodAttributes (36ms) - AfterProcessingInitializeOnLoad (14ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (9ms) -Refreshing native plugins compatible for Editor in 24.07 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (344.0 KB). Loaded Objects now: 6491. -Memory consumption went from 253.4 MB to 253.1 MB. -Total: 4.296000 ms (FindLiveObjects: 0.626000 ms CreateObjectMapping: 0.474400 ms MarkObjects: 2.684700 ms DeleteObjects: 0.508600 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.795 seconds -Refreshing native plugins compatible for Editor in 16.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 1.097 seconds -Domain Reload Profiling: 1883ms - BeginReloadAssembly (163ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (6ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) CreateAndSetChildDomain (38ms) - RebuildCommonClasses (37ms) - RebuildNativeTypeToScriptingClass (10ms) - initialDomainReloadingComplete (40ms) - LoadAllAssembliesAndSetupDomain (535ms) - LoadAssemblies (556ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (61ms) - TypeCache.Refresh (42ms) - TypeCache.ScanAssembly (21ms) - ScanForSourceGeneratedMonoScriptInfo (9ms) - ResolveRequiredComponents (7ms) - FinalizeReload (1098ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (377ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (29ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (77ms) - ProcessInitializeOnLoadAttributes (232ms) - ProcessInitializeOnLoadMethodAttributes (22ms) - AfterProcessingInitializeOnLoad (13ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (10ms) -Refreshing native plugins compatible for Editor in 14.83 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (344.0 KB). Loaded Objects now: 6494. -Memory consumption went from 255.3 MB to 255.0 MB. -Total: 4.401400 ms (FindLiveObjects: 0.391900 ms CreateObjectMapping: 0.220200 ms MarkObjects: 3.475900 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.715 seconds -Refreshing native plugins compatible for Editor in 17.12 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.576 seconds -Domain Reload Profiling: 2283ms - BeginReloadAssembly (192ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (7ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (46ms) - RebuildCommonClasses (29ms) - RebuildNativeTypeToScriptingClass (10ms) - initialDomainReloadingComplete (45ms) - LoadAllAssembliesAndSetupDomain (431ms) - LoadAssemblies (495ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (33ms) - TypeCache.Refresh (16ms) - TypeCache.ScanAssembly (0ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (13ms) - FinalizeReload (1576ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (515ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (36ms) - SetLoadedEditorAssemblies (4ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (112ms) - ProcessInitializeOnLoadAttributes (316ms) - ProcessInitializeOnLoadMethodAttributes (30ms) - AfterProcessingInitializeOnLoad (16ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (12ms) -Refreshing native plugins compatible for Editor in 20.57 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (343.7 KB). Loaded Objects now: 6497. -Memory consumption went from 257.3 MB to 256.9 MB. -Total: 4.799500 ms (FindLiveObjects: 0.479800 ms CreateObjectMapping: 0.801500 ms MarkObjects: 3.188600 ms DeleteObjects: 0.327600 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.672 seconds -Refreshing native plugins compatible for Editor in 10.93 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.138 seconds -Domain Reload Profiling: 1798ms - BeginReloadAssembly (179ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (55ms) - RebuildCommonClasses (28ms) - RebuildNativeTypeToScriptingClass (9ms) - initialDomainReloadingComplete (47ms) - LoadAllAssembliesAndSetupDomain (398ms) - LoadAssemblies (458ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (25ms) - TypeCache.Refresh (10ms) - TypeCache.ScanAssembly (0ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (12ms) - FinalizeReload (1139ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (483ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (33ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (105ms) - ProcessInitializeOnLoadAttributes (296ms) - ProcessInitializeOnLoadMethodAttributes (28ms) - AfterProcessingInitializeOnLoad (17ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (12ms) -Refreshing native plugins compatible for Editor in 14.38 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (345.1 KB). Loaded Objects now: 6500. -Memory consumption went from 259.2 MB to 258.9 MB. -Total: 3.500700 ms (FindLiveObjects: 0.517800 ms CreateObjectMapping: 0.490700 ms MarkObjects: 2.225200 ms DeleteObjects: 0.265400 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.635 seconds -Refreshing native plugins compatible for Editor in 14.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.132 seconds -Domain Reload Profiling: 1757ms - BeginReloadAssembly (167ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (41ms) - RebuildCommonClasses (28ms) - RebuildNativeTypeToScriptingClass (10ms) - initialDomainReloadingComplete (41ms) - LoadAllAssembliesAndSetupDomain (379ms) - LoadAssemblies (448ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (15ms) - TypeCache.Refresh (7ms) - TypeCache.ScanAssembly (0ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (7ms) - FinalizeReload (1132ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (436ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (26ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (88ms) - ProcessInitializeOnLoadAttributes (276ms) - ProcessInitializeOnLoadMethodAttributes (30ms) - AfterProcessingInitializeOnLoad (14ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (10ms) -Refreshing native plugins compatible for Editor in 12.66 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (376.0 KB). Loaded Objects now: 6503. -Memory consumption went from 261.1 MB to 260.8 MB. -Total: 2.907200 ms (FindLiveObjects: 0.398200 ms CreateObjectMapping: 0.234100 ms MarkObjects: 1.962300 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.817 seconds -Refreshing native plugins compatible for Editor in 22.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.152 seconds -Domain Reload Profiling: 1961ms - BeginReloadAssembly (183ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (6ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (45ms) - RebuildCommonClasses (29ms) - RebuildNativeTypeToScriptingClass (9ms) - initialDomainReloadingComplete (44ms) - LoadAllAssembliesAndSetupDomain (543ms) - LoadAssemblies (552ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (80ms) - TypeCache.Refresh (47ms) - TypeCache.ScanAssembly (26ms) - ScanForSourceGeneratedMonoScriptInfo (18ms) - ResolveRequiredComponents (12ms) - FinalizeReload (1153ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (452ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (23ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (77ms) - ProcessInitializeOnLoadAttributes (314ms) - ProcessInitializeOnLoadMethodAttributes (24ms) - AfterProcessingInitializeOnLoad (11ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (11ms) -Refreshing native plugins compatible for Editor in 18.43 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (344.0 KB). Loaded Objects now: 6506. -Memory consumption went from 263.0 MB to 262.7 MB. -Total: 2.805000 ms (FindLiveObjects: 0.409900 ms CreateObjectMapping: 0.226400 ms MarkObjects: 1.949600 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.910 seconds -Refreshing native plugins compatible for Editor in 11.09 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.119 seconds -Domain Reload Profiling: 2016ms - BeginReloadAssembly (226ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (10ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (66ms) - RebuildCommonClasses (41ms) - RebuildNativeTypeToScriptingClass (14ms) - initialDomainReloadingComplete (47ms) - LoadAllAssembliesAndSetupDomain (568ms) - LoadAssemblies (617ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (38ms) - TypeCache.Refresh (22ms) - TypeCache.ScanAssembly (13ms) - ScanForSourceGeneratedMonoScriptInfo (8ms) - ResolveRequiredComponents (7ms) - FinalizeReload (1120ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (484ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (26ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (89ms) - ProcessInitializeOnLoadAttributes (328ms) - ProcessInitializeOnLoadMethodAttributes (25ms) - AfterProcessingInitializeOnLoad (13ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (12ms) -Refreshing native plugins compatible for Editor in 10.17 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (377.2 KB). Loaded Objects now: 6509. -Memory consumption went from 265.0 MB to 264.6 MB. -Total: 3.675000 ms (FindLiveObjects: 0.581500 ms CreateObjectMapping: 0.364100 ms MarkObjects: 2.394400 ms DeleteObjects: 0.333000 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.920 seconds -Refreshing native plugins compatible for Editor in 11.05 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.949 seconds -Domain Reload Profiling: 1860ms - BeginReloadAssembly (180ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (39ms) RebuildCommonClasses (35ms) - RebuildNativeTypeToScriptingClass (9ms) - initialDomainReloadingComplete (51ms) - LoadAllAssembliesAndSetupDomain (635ms) - LoadAssemblies (694ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (38ms) - TypeCache.Refresh (20ms) - TypeCache.ScanAssembly (11ms) - ScanForSourceGeneratedMonoScriptInfo (7ms) - ResolveRequiredComponents (7ms) - FinalizeReload (949ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (368ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (25ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (75ms) - ProcessInitializeOnLoadAttributes (229ms) - ProcessInitializeOnLoadMethodAttributes (23ms) - AfterProcessingInitializeOnLoad (12ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (8ms) -Refreshing native plugins compatible for Editor in 14.14 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (343.9 KB). Loaded Objects now: 6512. -Memory consumption went from 266.9 MB to 266.5 MB. -Total: 2.711700 ms (FindLiveObjects: 0.367500 ms CreateObjectMapping: 0.191200 ms MarkObjects: 1.964900 ms DeleteObjects: 0.187200 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.702 seconds -Refreshing native plugins compatible for Editor in 15.96 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.152 seconds -Domain Reload Profiling: 1842ms - BeginReloadAssembly (167ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (47ms) - RebuildCommonClasses (34ms) - RebuildNativeTypeToScriptingClass (9ms) - initialDomainReloadingComplete (44ms) - LoadAllAssembliesAndSetupDomain (434ms) - LoadAssemblies (478ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (34ms) - TypeCache.Refresh (11ms) - TypeCache.ScanAssembly (0ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (18ms) - FinalizeReload (1153ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (463ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (30ms) - SetLoadedEditorAssemblies (4ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (87ms) - ProcessInitializeOnLoadAttributes (287ms) - ProcessInitializeOnLoadMethodAttributes (38ms) - AfterProcessingInitializeOnLoad (17ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (15ms) -Refreshing native plugins compatible for Editor in 11.76 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (375.9 KB). Loaded Objects now: 6515. -Memory consumption went from 268.8 MB to 268.5 MB. -Total: 4.984600 ms (FindLiveObjects: 0.627600 ms CreateObjectMapping: 0.409900 ms MarkObjects: 3.394600 ms DeleteObjects: 0.550500 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.818 seconds -Refreshing native plugins compatible for Editor in 12.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.946 seconds -Domain Reload Profiling: 1751ms - BeginReloadAssembly (245ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (10ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (70ms) - RebuildCommonClasses (31ms) - RebuildNativeTypeToScriptingClass (12ms) - initialDomainReloadingComplete (46ms) - LoadAllAssembliesAndSetupDomain (472ms) - LoadAssemblies (547ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (32ms) - TypeCache.Refresh (10ms) - TypeCache.ScanAssembly (1ms) - ScanForSourceGeneratedMonoScriptInfo (9ms) - ResolveRequiredComponents (10ms) - FinalizeReload (947ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (373ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (24ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (68ms) - ProcessInitializeOnLoadAttributes (242ms) - ProcessInitializeOnLoadMethodAttributes (24ms) - AfterProcessingInitializeOnLoad (12ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (8ms) -Refreshing native plugins compatible for Editor in 15.94 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (377.4 KB). Loaded Objects now: 6518. -Memory consumption went from 270.8 MB to 270.4 MB. -Total: 3.146100 ms (FindLiveObjects: 0.423900 ms CreateObjectMapping: 0.226400 ms MarkObjects: 2.218100 ms DeleteObjects: 0.276500 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.676 seconds -Refreshing native plugins compatible for Editor in 12.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.166 seconds -Domain Reload Profiling: 1832ms - BeginReloadAssembly (174ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (43ms) - RebuildCommonClasses (31ms) - RebuildNativeTypeToScriptingClass (9ms) - initialDomainReloadingComplete (51ms) - LoadAllAssembliesAndSetupDomain (400ms) - LoadAssemblies (471ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (19ms) - TypeCache.Refresh (10ms) - TypeCache.ScanAssembly (0ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (7ms) - FinalizeReload (1166ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (501ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (30ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (91ms) - ProcessInitializeOnLoadAttributes (333ms) - ProcessInitializeOnLoadMethodAttributes (28ms) - AfterProcessingInitializeOnLoad (15ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (11ms) -Refreshing native plugins compatible for Editor in 14.20 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (376.1 KB). Loaded Objects now: 6521. -Memory consumption went from 272.7 MB to 272.3 MB. -Total: 3.910300 ms (FindLiveObjects: 0.529200 ms CreateObjectMapping: 0.310200 ms MarkObjects: 2.678200 ms DeleteObjects: 0.390500 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.916 seconds -Refreshing native plugins compatible for Editor in 15.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 0.958 seconds -Domain Reload Profiling: 1862ms - BeginReloadAssembly (271ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (6ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (56ms) - RebuildCommonClasses (45ms) - RebuildNativeTypeToScriptingClass (16ms) - initialDomainReloadingComplete (73ms) - LoadAllAssembliesAndSetupDomain (499ms) - LoadAssemblies (620ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (37ms) - TypeCache.Refresh (21ms) - TypeCache.ScanAssembly (11ms) - ScanForSourceGeneratedMonoScriptInfo (7ms) - ResolveRequiredComponents (8ms) - FinalizeReload (958ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (373ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (24ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (71ms) - ProcessInitializeOnLoadAttributes (234ms) - ProcessInitializeOnLoadMethodAttributes (29ms) - AfterProcessingInitializeOnLoad (13ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (11ms) -Refreshing native plugins compatible for Editor in 11.05 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (376.0 KB). Loaded Objects now: 6524. -Memory consumption went from 274.6 MB to 274.2 MB. -Total: 3.851200 ms (FindLiveObjects: 0.797700 ms CreateObjectMapping: 0.278300 ms MarkObjects: 2.551600 ms DeleteObjects: 0.221300 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.678 seconds -Refreshing native plugins compatible for Editor in 14.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.168 seconds -Domain Reload Profiling: 1837ms - BeginReloadAssembly (186ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (42ms) - RebuildCommonClasses (32ms) - RebuildNativeTypeToScriptingClass (14ms) - initialDomainReloadingComplete (49ms) - LoadAllAssembliesAndSetupDomain (387ms) - LoadAssemblies (471ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (16ms) - TypeCache.Refresh (7ms) - TypeCache.ScanAssembly (0ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (7ms) - FinalizeReload (1168ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (460ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (37ms) - SetLoadedEditorAssemblies (4ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (87ms) - ProcessInitializeOnLoadAttributes (285ms) - ProcessInitializeOnLoadMethodAttributes (33ms) - AfterProcessingInitializeOnLoad (14ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (11ms) -Refreshing native plugins compatible for Editor in 12.90 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (343.9 KB). Loaded Objects now: 6527. -Memory consumption went from 276.5 MB to 276.2 MB. -Total: 3.089800 ms (FindLiveObjects: 0.541300 ms CreateObjectMapping: 0.245200 ms MarkObjects: 1.999100 ms DeleteObjects: 0.302700 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.869 seconds -Refreshing native plugins compatible for Editor in 15.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 0.980 seconds -Domain Reload Profiling: 1839ms - BeginReloadAssembly (196ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (8ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (49ms) - RebuildCommonClasses (66ms) - RebuildNativeTypeToScriptingClass (17ms) - initialDomainReloadingComplete (51ms) - LoadAllAssembliesAndSetupDomain (530ms) - LoadAssemblies (578ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (46ms) - TypeCache.Refresh (29ms) - TypeCache.ScanAssembly (16ms) - ScanForSourceGeneratedMonoScriptInfo (8ms) - ResolveRequiredComponents (7ms) - FinalizeReload (980ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (372ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (26ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (72ms) - ProcessInitializeOnLoadAttributes (233ms) - ProcessInitializeOnLoadMethodAttributes (26ms) - AfterProcessingInitializeOnLoad (12ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (9ms) -Refreshing native plugins compatible for Editor in 11.04 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (343.8 KB). Loaded Objects now: 6530. -Memory consumption went from 278.4 MB to 278.1 MB. -Total: 4.847600 ms (FindLiveObjects: 0.750600 ms CreateObjectMapping: 0.420100 ms MarkObjects: 3.033700 ms DeleteObjects: 0.640800 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.864 seconds -Refreshing native plugins compatible for Editor in 14.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 1.333 seconds -Domain Reload Profiling: 2188ms - BeginReloadAssembly (227ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (7ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (40ms) - RebuildCommonClasses (42ms) - RebuildNativeTypeToScriptingClass (12ms) - initialDomainReloadingComplete (50ms) - LoadAllAssembliesAndSetupDomain (522ms) - LoadAssemblies (607ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (50ms) - TypeCache.Refresh (31ms) - TypeCache.ScanAssembly (12ms) - ScanForSourceGeneratedMonoScriptInfo (10ms) - ResolveRequiredComponents (7ms) - FinalizeReload (1334ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (448ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (31ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (75ms) - ProcessInitializeOnLoadAttributes (282ms) - ProcessInitializeOnLoadMethodAttributes (38ms) - AfterProcessingInitializeOnLoad (18ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (14ms) -Script is not up to date after domain reload: guid(44e6e0cb968b4bc0a21ed772b81d1c39) path("Assets/Game/Plugins/JNGame/Sync/Frame/JNSyncFrame.cs") state(2) -Refreshing native plugins compatible for Editor in 20.94 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5928 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (345.2 KB). Loaded Objects now: 6532. -Memory consumption went from 280.3 MB to 280.0 MB. -Total: 9.442100 ms (FindLiveObjects: 3.028400 ms CreateObjectMapping: 0.816200 ms MarkObjects: 5.090900 ms DeleteObjects: 0.503800 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.967 seconds -Refreshing native plugins compatible for Editor in 13.53 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.960 seconds -Domain Reload Profiling: 1915ms - BeginReloadAssembly (329ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (31ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (75ms) - RebuildCommonClasses (46ms) - RebuildNativeTypeToScriptingClass (13ms) - initialDomainReloadingComplete (58ms) - LoadAllAssembliesAndSetupDomain (509ms) - LoadAssemblies (594ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (53ms) - TypeCache.Refresh (31ms) - TypeCache.ScanAssembly (15ms) - ScanForSourceGeneratedMonoScriptInfo (12ms) - ResolveRequiredComponents (8ms) - FinalizeReload (961ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (379ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (25ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (76ms) - ProcessInitializeOnLoadAttributes (238ms) - ProcessInitializeOnLoadMethodAttributes (24ms) - AfterProcessingInitializeOnLoad (13ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (10ms) -Refreshing native plugins compatible for Editor in 12.69 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (344.0 KB). Loaded Objects now: 6536. -Memory consumption went from 282.3 MB to 281.9 MB. -Total: 4.242400 ms (FindLiveObjects: 0.699900 ms CreateObjectMapping: 0.375000 ms MarkObjects: 2.856200 ms DeleteObjects: 0.309800 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.649 seconds -Refreshing native plugins compatible for Editor in 16.50 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.135 seconds -Domain Reload Profiling: 1777ms - BeginReloadAssembly (167ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (37ms) - RebuildCommonClasses (28ms) - RebuildNativeTypeToScriptingClass (9ms) - initialDomainReloadingComplete (40ms) - LoadAllAssembliesAndSetupDomain (397ms) - LoadAssemblies (464ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (18ms) - TypeCache.Refresh (8ms) - TypeCache.ScanAssembly (0ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (7ms) - FinalizeReload (1135ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (437ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (27ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (86ms) - ProcessInitializeOnLoadAttributes (276ms) - ProcessInitializeOnLoadMethodAttributes (31ms) - AfterProcessingInitializeOnLoad (15ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (11ms) -Refreshing native plugins compatible for Editor in 16.45 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (376.2 KB). Loaded Objects now: 6539. -Memory consumption went from 284.2 MB to 283.9 MB. -Total: 6.160600 ms (FindLiveObjects: 1.042100 ms CreateObjectMapping: 0.875400 ms MarkObjects: 3.827900 ms DeleteObjects: 0.412900 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.845 seconds -Refreshing native plugins compatible for Editor in 15.79 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.942 seconds -Domain Reload Profiling: 1778ms - BeginReloadAssembly (229ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (6ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (49ms) - RebuildCommonClasses (37ms) - RebuildNativeTypeToScriptingClass (18ms) - initialDomainReloadingComplete (47ms) - LoadAllAssembliesAndSetupDomain (505ms) - LoadAssemblies (590ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (49ms) - TypeCache.Refresh (29ms) - TypeCache.ScanAssembly (7ms) - ScanForSourceGeneratedMonoScriptInfo (10ms) - ResolveRequiredComponents (8ms) - FinalizeReload (942ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (352ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (23ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (71ms) - ProcessInitializeOnLoadAttributes (219ms) - ProcessInitializeOnLoadMethodAttributes (23ms) - AfterProcessingInitializeOnLoad (13ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (12ms) -Refreshing native plugins compatible for Editor in 11.10 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (344.9 KB). Loaded Objects now: 6542. -Memory consumption went from 286.1 MB to 285.8 MB. -Total: 3.562700 ms (FindLiveObjects: 0.694100 ms CreateObjectMapping: 0.265500 ms MarkObjects: 2.333500 ms DeleteObjects: 0.259300 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.886 seconds -Refreshing native plugins compatible for Editor in 19.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.003 seconds -Domain Reload Profiling: 1875ms - BeginReloadAssembly (197ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (8ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (34ms) - RebuildCommonClasses (29ms) - RebuildNativeTypeToScriptingClass (9ms) - initialDomainReloadingComplete (45ms) - LoadAllAssembliesAndSetupDomain (591ms) - LoadAssemblies (625ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (70ms) - TypeCache.Refresh (42ms) - TypeCache.ScanAssembly (16ms) - ScanForSourceGeneratedMonoScriptInfo (16ms) - ResolveRequiredComponents (9ms) - FinalizeReload (1004ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (359ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (27ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (70ms) - ProcessInitializeOnLoadAttributes (220ms) - ProcessInitializeOnLoadMethodAttributes (24ms) - AfterProcessingInitializeOnLoad (15ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (9ms) -Refreshing native plugins compatible for Editor in 14.04 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (343.7 KB). Loaded Objects now: 6545. -Memory consumption went from 288.0 MB to 287.7 MB. -Total: 3.199100 ms (FindLiveObjects: 0.574800 ms CreateObjectMapping: 0.298600 ms MarkObjects: 2.100300 ms DeleteObjects: 0.224600 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.861 seconds -Refreshing native plugins compatible for Editor in 13.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.000 seconds -Domain Reload Profiling: 1852ms - BeginReloadAssembly (209ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (49ms) - RebuildCommonClasses (42ms) - RebuildNativeTypeToScriptingClass (23ms) - initialDomainReloadingComplete (66ms) - LoadAllAssembliesAndSetupDomain (512ms) - LoadAssemblies (591ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (32ms) - TypeCache.Refresh (15ms) - TypeCache.ScanAssembly (4ms) - ScanForSourceGeneratedMonoScriptInfo (8ms) - ResolveRequiredComponents (7ms) - FinalizeReload (1000ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (406ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (26ms) - SetLoadedEditorAssemblies (4ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (77ms) - ProcessInitializeOnLoadAttributes (264ms) - ProcessInitializeOnLoadMethodAttributes (23ms) - AfterProcessingInitializeOnLoad (12ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (8ms) -Refreshing native plugins compatible for Editor in 10.81 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (344.0 KB). Loaded Objects now: 6548. -Memory consumption went from 290.0 MB to 289.6 MB. -Total: 4.229800 ms (FindLiveObjects: 0.655400 ms CreateObjectMapping: 0.365100 ms MarkObjects: 2.936000 ms DeleteObjects: 0.271800 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.679 seconds -Refreshing native plugins compatible for Editor in 12.37 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.077 seconds -Domain Reload Profiling: 1748ms - BeginReloadAssembly (217ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (40ms) - RebuildCommonClasses (43ms) - RebuildNativeTypeToScriptingClass (12ms) - initialDomainReloadingComplete (40ms) - LoadAllAssembliesAndSetupDomain (357ms) - LoadAssemblies (471ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (22ms) - TypeCache.Refresh (10ms) - TypeCache.ScanAssembly (0ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (10ms) - FinalizeReload (1078ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (464ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (34ms) - SetLoadedEditorAssemblies (4ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (87ms) - ProcessInitializeOnLoadAttributes (280ms) - ProcessInitializeOnLoadMethodAttributes (41ms) - AfterProcessingInitializeOnLoad (18ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (17ms) -Refreshing native plugins compatible for Editor in 12.71 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (375.9 KB). Loaded Objects now: 6551. -Memory consumption went from 291.9 MB to 291.5 MB. -Total: 3.872200 ms (FindLiveObjects: 0.567100 ms CreateObjectMapping: 0.243900 ms MarkObjects: 2.677500 ms DeleteObjects: 0.382200 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.621 seconds -Refreshing native plugins compatible for Editor in 11.48 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.145 seconds -Domain Reload Profiling: 1757ms - BeginReloadAssembly (174ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (40ms) - RebuildCommonClasses (32ms) RebuildNativeTypeToScriptingClass (10ms) - initialDomainReloadingComplete (39ms) - LoadAllAssembliesAndSetupDomain (358ms) - LoadAssemblies (433ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (16ms) - TypeCache.Refresh (6ms) - TypeCache.ScanAssembly (0ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (7ms) - FinalizeReload (1145ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (441ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (31ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (85ms) - ProcessInitializeOnLoadAttributes (276ms) - ProcessInitializeOnLoadMethodAttributes (30ms) - AfterProcessingInitializeOnLoad (17ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (14ms) -Refreshing native plugins compatible for Editor in 15.68 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (376.9 KB). Loaded Objects now: 6554. -Memory consumption went from 293.8 MB to 293.5 MB. -Total: 4.010400 ms (FindLiveObjects: 0.749100 ms CreateObjectMapping: 0.386200 ms MarkObjects: 2.333600 ms DeleteObjects: 0.539400 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.657 seconds -Refreshing native plugins compatible for Editor in 16.48 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.158 seconds -Domain Reload Profiling: 1807ms - BeginReloadAssembly (181ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (39ms) - RebuildCommonClasses (34ms) - RebuildNativeTypeToScriptingClass (10ms) - initialDomainReloadingComplete (40ms) - LoadAllAssembliesAndSetupDomain (383ms) - LoadAssemblies (459ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (21ms) - TypeCache.Refresh (9ms) - TypeCache.ScanAssembly (0ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (8ms) - FinalizeReload (1159ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (456ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (29ms) - SetLoadedEditorAssemblies (4ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (92ms) - ProcessInitializeOnLoadAttributes (286ms) - ProcessInitializeOnLoadMethodAttributes (30ms) - AfterProcessingInitializeOnLoad (14ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (10ms) -Refreshing native plugins compatible for Editor in 11.12 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (344.9 KB). Loaded Objects now: 6557. -Memory consumption went from 295.7 MB to 295.4 MB. -Total: 3.242900 ms (FindLiveObjects: 0.499700 ms CreateObjectMapping: 0.251300 ms MarkObjects: 2.233600 ms DeleteObjects: 0.257300 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.733 seconds -Refreshing native plugins compatible for Editor in 11.91 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.971 seconds -Domain Reload Profiling: 1695ms - BeginReloadAssembly (216ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (6ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (63ms) - RebuildCommonClasses (47ms) - RebuildNativeTypeToScriptingClass (15ms) - initialDomainReloadingComplete (48ms) - LoadAllAssembliesAndSetupDomain (398ms) - LoadAssemblies (471ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (28ms) - TypeCache.Refresh (13ms) - TypeCache.ScanAssembly (4ms) - ScanForSourceGeneratedMonoScriptInfo (7ms) - ResolveRequiredComponents (7ms) - FinalizeReload (971ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (382ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (23ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (71ms) - ProcessInitializeOnLoadAttributes (238ms) - ProcessInitializeOnLoadMethodAttributes (29ms) - AfterProcessingInitializeOnLoad (19ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (11ms) -Refreshing native plugins compatible for Editor in 12.96 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (343.9 KB). Loaded Objects now: 6560. -Memory consumption went from 297.6 MB to 297.3 MB. -Total: 3.208900 ms (FindLiveObjects: 0.426400 ms CreateObjectMapping: 0.212600 ms MarkObjects: 2.377600 ms DeleteObjects: 0.191500 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.632 seconds -Refreshing native plugins compatible for Editor in 13.56 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.195 seconds -Domain Reload Profiling: 1819ms - BeginReloadAssembly (163ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (6ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (44ms) - RebuildCommonClasses (33ms) - RebuildNativeTypeToScriptingClass (12ms) - initialDomainReloadingComplete (45ms) - LoadAllAssembliesAndSetupDomain (370ms) - LoadAssemblies (428ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (18ms) - TypeCache.Refresh (6ms) - TypeCache.ScanAssembly (0ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (9ms) - FinalizeReload (1196ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (448ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (24ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (89ms) - ProcessInitializeOnLoadAttributes (285ms) - ProcessInitializeOnLoadMethodAttributes (33ms) - AfterProcessingInitializeOnLoad (13ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (11ms) -Refreshing native plugins compatible for Editor in 14.56 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (343.9 KB). Loaded Objects now: 6563. -Memory consumption went from 299.6 MB to 299.2 MB. -Total: 2.984800 ms (FindLiveObjects: 0.463000 ms CreateObjectMapping: 0.243500 ms MarkObjects: 2.020300 ms DeleteObjects: 0.257100 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Import Request. - Time since last request: 10178.883640 seconds. - path: Assets/Game/Scenes/Mode/Example3_Recast_Navmesh1/Materials/structure2-Material.mat - artifactKey: Guid(ed01868045f9bc34fa8883a7001272a2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Game/Scenes/Mode/Example3_Recast_Navmesh1/Materials/structure2-Material.mat using Guid(ed01868045f9bc34fa8883a7001272a2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '7284e2ec35c7343d3c0356ac65941bc6') in 0.095603 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.778 seconds -Refreshing native plugins compatible for Editor in 14.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.074 seconds -Domain Reload Profiling: 1838ms - BeginReloadAssembly (177ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (6ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (44ms) - RebuildCommonClasses (33ms) - RebuildNativeTypeToScriptingClass (11ms) - initialDomainReloadingComplete (47ms) - LoadAllAssembliesAndSetupDomain (495ms) - LoadAssemblies (542ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (41ms) - TypeCache.Refresh (18ms) - TypeCache.ScanAssembly (2ms) - ScanForSourceGeneratedMonoScriptInfo (11ms) - ResolveRequiredComponents (10ms) - FinalizeReload (1074ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (452ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (25ms) - SetLoadedEditorAssemblies (5ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (87ms) - ProcessInitializeOnLoadAttributes (291ms) - ProcessInitializeOnLoadMethodAttributes (28ms) - AfterProcessingInitializeOnLoad (16ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (10ms) -Refreshing native plugins compatible for Editor in 12.39 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5928 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (345.0 KB). Loaded Objects now: 6599. -Memory consumption went from 301.5 MB to 301.1 MB. -Total: 3.829800 ms (FindLiveObjects: 0.448600 ms CreateObjectMapping: 0.257700 ms MarkObjects: 2.870500 ms DeleteObjects: 0.251700 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Import Request. - Time since last request: 70.110488 seconds. - path: Assets/Game/Script/battle/mode/GWorldSync01Mode.cs - artifactKey: Guid(5536f3a48beb4a27b08820e600cf6982) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Game/Script/battle/mode/GWorldSync01Mode.cs using Guid(5536f3a48beb4a27b08820e600cf6982) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '7c2194c86e96f21daad9c4bb77887358') in 0.002325 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.729 seconds -Refreshing native plugins compatible for Editor in 11.19 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.062 seconds -Domain Reload Profiling: 1777ms - BeginReloadAssembly (188ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (53ms) - RebuildCommonClasses (53ms) - RebuildNativeTypeToScriptingClass (14ms) - initialDomainReloadingComplete (45ms) - LoadAllAssembliesAndSetupDomain (415ms) - LoadAssemblies (475ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (32ms) - TypeCache.Refresh (14ms) - TypeCache.ScanAssembly (2ms) - ScanForSourceGeneratedMonoScriptInfo (9ms) - ResolveRequiredComponents (7ms) - FinalizeReload (1062ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (390ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (23ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (74ms) - ProcessInitializeOnLoadAttributes (250ms) - ProcessInitializeOnLoadMethodAttributes (27ms) - AfterProcessingInitializeOnLoad (13ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (10ms) -Refreshing native plugins compatible for Editor in 13.25 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5928 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (375.8 KB). Loaded Objects now: 6602. -Memory consumption went from 303.4 MB to 303.1 MB. -Total: 3.430900 ms (FindLiveObjects: 0.622400 ms CreateObjectMapping: 0.235900 ms MarkObjects: 2.334600 ms DeleteObjects: 0.236800 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.773 seconds -Refreshing native plugins compatible for Editor in 12.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 0.980 seconds -Domain Reload Profiling: 1739ms - BeginReloadAssembly (188ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (7ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (46ms) - RebuildCommonClasses (56ms) - RebuildNativeTypeToScriptingClass (14ms) - initialDomainReloadingComplete (59ms) - LoadAllAssembliesAndSetupDomain (442ms) - LoadAssemblies (500ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (41ms) - TypeCache.Refresh (17ms) - TypeCache.ScanAssembly (1ms) - ScanForSourceGeneratedMonoScriptInfo (12ms) - ResolveRequiredComponents (10ms) - FinalizeReload (980ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (356ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (25ms) - SetLoadedEditorAssemblies (4ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (73ms) - ProcessInitializeOnLoadAttributes (219ms) - ProcessInitializeOnLoadMethodAttributes (23ms) - AfterProcessingInitializeOnLoad (11ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (10ms) -Refreshing native plugins compatible for Editor in 11.33 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (343.7 KB). Loaded Objects now: 6605. -Memory consumption went from 305.6 MB to 305.2 MB. -Total: 5.497400 ms (FindLiveObjects: 1.104500 ms CreateObjectMapping: 0.563200 ms MarkObjects: 3.539900 ms DeleteObjects: 0.287600 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.755 seconds -Refreshing native plugins compatible for Editor in 13.93 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.005 seconds -Domain Reload Profiling: 1750ms - BeginReloadAssembly (177ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (45ms) - RebuildCommonClasses (33ms) - RebuildNativeTypeToScriptingClass (10ms) - initialDomainReloadingComplete (40ms) - LoadAllAssembliesAndSetupDomain (485ms) - LoadAssemblies (541ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (27ms) - TypeCache.Refresh (11ms) - TypeCache.ScanAssembly (1ms) - ScanForSourceGeneratedMonoScriptInfo (8ms) - ResolveRequiredComponents (7ms) - FinalizeReload (1005ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (365ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (23ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (70ms) - ProcessInitializeOnLoadAttributes (231ms) - ProcessInitializeOnLoadMethodAttributes (25ms) - AfterProcessingInitializeOnLoad (13ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (10ms) -Refreshing native plugins compatible for Editor in 10.58 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (376.9 KB). Loaded Objects now: 6608. -Memory consumption went from 307.5 MB to 307.1 MB. -Total: 4.199800 ms (FindLiveObjects: 0.516000 ms CreateObjectMapping: 0.257400 ms MarkObjects: 3.060000 ms DeleteObjects: 0.364700 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.860 seconds -Refreshing native plugins compatible for Editor in 13.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 1.002 seconds -Domain Reload Profiling: 1853ms - BeginReloadAssembly (215ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (41ms) - RebuildCommonClasses (47ms) - RebuildNativeTypeToScriptingClass (16ms) - initialDomainReloadingComplete (63ms) - LoadAllAssembliesAndSetupDomain (510ms) - LoadAssemblies (610ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (33ms) - TypeCache.Refresh (12ms) - TypeCache.ScanAssembly (2ms) - ScanForSourceGeneratedMonoScriptInfo (12ms) - ResolveRequiredComponents (7ms) - FinalizeReload (1003ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (386ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (27ms) - SetLoadedEditorAssemblies (4ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (79ms) - ProcessInitializeOnLoadAttributes (237ms) - ProcessInitializeOnLoadMethodAttributes (24ms) - AfterProcessingInitializeOnLoad (15ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (10ms) -Refreshing native plugins compatible for Editor in 12.39 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (375.9 KB). Loaded Objects now: 6611. -Memory consumption went from 309.4 MB to 309.1 MB. -Total: 5.353200 ms (FindLiveObjects: 0.743200 ms CreateObjectMapping: 0.353400 ms MarkObjects: 3.364100 ms DeleteObjects: 0.889800 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.804 seconds -Refreshing native plugins compatible for Editor in 15.46 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.057 seconds -Domain Reload Profiling: 1853ms - BeginReloadAssembly (213ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (54ms) - RebuildCommonClasses (35ms) - RebuildNativeTypeToScriptingClass (15ms) - initialDomainReloadingComplete (49ms) - LoadAllAssembliesAndSetupDomain (481ms) - LoadAssemblies (545ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (37ms) - TypeCache.Refresh (17ms) - TypeCache.ScanAssembly (2ms) - ScanForSourceGeneratedMonoScriptInfo (11ms) - ResolveRequiredComponents (7ms) - FinalizeReload (1058ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (403ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (29ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (77ms) - ProcessInitializeOnLoadAttributes (254ms) - ProcessInitializeOnLoadMethodAttributes (24ms) - AfterProcessingInitializeOnLoad (16ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (16ms) -Refreshing native plugins compatible for Editor in 11.52 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (376.0 KB). Loaded Objects now: 6614. -Memory consumption went from 311.3 MB to 311.0 MB. -Total: 3.151500 ms (FindLiveObjects: 0.453600 ms CreateObjectMapping: 0.252400 ms MarkObjects: 2.231400 ms DeleteObjects: 0.213100 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.779 seconds -Refreshing native plugins compatible for Editor in 15.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.912 seconds -Domain Reload Profiling: 1683ms - BeginReloadAssembly (162ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (40ms) - RebuildCommonClasses (29ms) - RebuildNativeTypeToScriptingClass (10ms) - initialDomainReloadingComplete (41ms) - LoadAllAssembliesAndSetupDomain (529ms) - LoadAssemblies (561ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (48ms) - TypeCache.Refresh (20ms) - TypeCache.ScanAssembly (2ms) - ScanForSourceGeneratedMonoScriptInfo (16ms) - ResolveRequiredComponents (10ms) - FinalizeReload (912ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (369ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (23ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (71ms) - ProcessInitializeOnLoadAttributes (235ms) - ProcessInitializeOnLoadMethodAttributes (24ms) - AfterProcessingInitializeOnLoad (12ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (10ms) -Refreshing native plugins compatible for Editor in 11.98 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (345.1 KB). Loaded Objects now: 6617. -Memory consumption went from 313.2 MB to 312.9 MB. -Total: 4.848900 ms (FindLiveObjects: 0.810300 ms CreateObjectMapping: 0.313600 ms MarkObjects: 3.358100 ms DeleteObjects: 0.365000 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.760 seconds -Refreshing native plugins compatible for Editor in 15.74 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.924 seconds -Domain Reload Profiling: 1674ms - BeginReloadAssembly (165ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (37ms) - RebuildCommonClasses (29ms) - RebuildNativeTypeToScriptingClass (12ms) - initialDomainReloadingComplete (49ms) - LoadAllAssembliesAndSetupDomain (494ms) - LoadAssemblies (541ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (41ms) - TypeCache.Refresh (20ms) - TypeCache.ScanAssembly (2ms) - ScanForSourceGeneratedMonoScriptInfo (11ms) - ResolveRequiredComponents (9ms) - FinalizeReload (925ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (374ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (27ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (73ms) - ProcessInitializeOnLoadAttributes (232ms) - ProcessInitializeOnLoadMethodAttributes (24ms) - AfterProcessingInitializeOnLoad (14ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (12ms) -Refreshing native plugins compatible for Editor in 11.36 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (376.1 KB). Loaded Objects now: 6620. -Memory consumption went from 315.2 MB to 314.8 MB. -Total: 4.412700 ms (FindLiveObjects: 0.456500 ms CreateObjectMapping: 0.235700 ms MarkObjects: 3.443900 ms DeleteObjects: 0.275200 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.835 seconds -Refreshing native plugins compatible for Editor in 12.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.072 seconds -Domain Reload Profiling: 1892ms - BeginReloadAssembly (200ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (52ms) - RebuildCommonClasses (44ms) - RebuildNativeTypeToScriptingClass (9ms) - initialDomainReloadingComplete (55ms) - LoadAllAssembliesAndSetupDomain (511ms) - LoadAssemblies (566ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (44ms) - TypeCache.Refresh (21ms) - TypeCache.ScanAssembly (2ms) - ScanForSourceGeneratedMonoScriptInfo (12ms) - ResolveRequiredComponents (8ms) - FinalizeReload (1072ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (413ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (30ms) - SetLoadedEditorAssemblies (6ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (77ms) - ProcessInitializeOnLoadAttributes (250ms) - ProcessInitializeOnLoadMethodAttributes (34ms) - AfterProcessingInitializeOnLoad (16ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (11ms) -Refreshing native plugins compatible for Editor in 13.01 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (376.7 KB). Loaded Objects now: 6623. -Memory consumption went from 317.1 MB to 316.8 MB. -Total: 4.237300 ms (FindLiveObjects: 0.562500 ms CreateObjectMapping: 0.339700 ms MarkObjects: 2.911000 ms DeleteObjects: 0.420600 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.769 seconds -Refreshing native plugins compatible for Editor in 13.69 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: 1752ms - BeginReloadAssembly (169ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (43ms) - RebuildCommonClasses (29ms) - RebuildNativeTypeToScriptingClass (10ms) - initialDomainReloadingComplete (43ms) - LoadAllAssembliesAndSetupDomain (507ms) - LoadAssemblies (557ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (32ms) - TypeCache.Refresh (13ms) - TypeCache.ScanAssembly (1ms) - ScanForSourceGeneratedMonoScriptInfo (8ms) - ResolveRequiredComponents (8ms) - FinalizeReload (994ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (410ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (26ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (74ms) - ProcessInitializeOnLoadAttributes (254ms) - ProcessInitializeOnLoadMethodAttributes (38ms) - AfterProcessingInitializeOnLoad (15ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (12ms) -Refreshing native plugins compatible for Editor in 10.79 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (343.8 KB). Loaded Objects now: 6626. -Memory consumption went from 319.0 MB to 318.7 MB. -Total: 3.018100 ms (FindLiveObjects: 0.405400 ms CreateObjectMapping: 0.224800 ms MarkObjects: 2.163400 ms DeleteObjects: 0.223700 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.716 seconds -Refreshing native plugins compatible for Editor in 14.81 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.998 seconds -Domain Reload Profiling: 1706ms - BeginReloadAssembly (178ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (37ms) - RebuildCommonClasses (31ms) - RebuildNativeTypeToScriptingClass (11ms) - initialDomainReloadingComplete (45ms) - LoadAllAssembliesAndSetupDomain (443ms) - LoadAssemblies (502ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (39ms) - TypeCache.Refresh (17ms) - TypeCache.ScanAssembly (2ms) - ScanForSourceGeneratedMonoScriptInfo (11ms) - ResolveRequiredComponents (9ms) - FinalizeReload (998ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (396ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (30ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (80ms) - ProcessInitializeOnLoadAttributes (244ms) - ProcessInitializeOnLoadMethodAttributes (24ms) - AfterProcessingInitializeOnLoad (15ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (10ms) -Refreshing native plugins compatible for Editor in 10.90 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5930 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (345.0 KB). Loaded Objects now: 6630. -Memory consumption went from 321.0 MB to 320.6 MB. -Total: 4.672100 ms (FindLiveObjects: 0.618600 ms CreateObjectMapping: 0.378700 ms MarkObjects: 3.329900 ms DeleteObjects: 0.342600 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.909 seconds -Refreshing native plugins compatible for Editor in 21.53 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.328 seconds -Domain Reload Profiling: 2228ms - BeginReloadAssembly (221ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (64ms) - RebuildCommonClasses (36ms) - RebuildNativeTypeToScriptingClass (13ms) - initialDomainReloadingComplete (48ms) - LoadAllAssembliesAndSetupDomain (580ms) - LoadAssemblies (632ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (52ms) - TypeCache.Refresh (19ms) - TypeCache.ScanAssembly (1ms) - ScanForSourceGeneratedMonoScriptInfo (17ms) - ResolveRequiredComponents (12ms) - FinalizeReload (1329ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (471ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (37ms) - SetLoadedEditorAssemblies (4ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (90ms) - ProcessInitializeOnLoadAttributes (273ms) - ProcessInitializeOnLoadMethodAttributes (48ms) - AfterProcessingInitializeOnLoad (18ms) - EditorAssembliesLoaded (1ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (16ms) -Refreshing native plugins compatible for Editor in 14.38 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5930 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (345.0 KB). Loaded Objects now: 6633. -Memory consumption went from 322.9 MB to 322.5 MB. -Total: 3.231900 ms (FindLiveObjects: 0.445600 ms CreateObjectMapping: 0.204700 ms MarkObjects: 2.364800 ms DeleteObjects: 0.215900 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.934 seconds -Refreshing native plugins compatible for Editor in 12.44 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.150 seconds -Domain Reload Profiling: 2071ms - BeginReloadAssembly (177ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (50ms) - RebuildCommonClasses (59ms) - RebuildNativeTypeToScriptingClass (11ms) - initialDomainReloadingComplete (56ms) - LoadAllAssembliesAndSetupDomain (617ms) - LoadAssemblies (660ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (43ms) - TypeCache.Refresh (19ms) - TypeCache.ScanAssembly (2ms) - ScanForSourceGeneratedMonoScriptInfo (13ms) - ResolveRequiredComponents (8ms) - FinalizeReload (1150ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (478ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (26ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (90ms) - ProcessInitializeOnLoadAttributes (315ms) - ProcessInitializeOnLoadMethodAttributes (30ms) - AfterProcessingInitializeOnLoad (14ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (10ms) -Refreshing native plugins compatible for Editor in 10.75 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5930 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (344.1 KB). Loaded Objects now: 6636. -Memory consumption went from 324.8 MB to 324.5 MB. -Total: 2.938300 ms (FindLiveObjects: 0.415800 ms CreateObjectMapping: 0.213100 ms MarkObjects: 2.097200 ms DeleteObjects: 0.211200 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.786 seconds -Refreshing native plugins compatible for Editor in 16.19 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.003 seconds -Domain Reload Profiling: 1776ms - BeginReloadAssembly (231ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (11ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (69ms) - RebuildCommonClasses (49ms) - RebuildNativeTypeToScriptingClass (15ms) - initialDomainReloadingComplete (53ms) - LoadAllAssembliesAndSetupDomain (425ms) - LoadAssemblies (493ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (33ms) - TypeCache.Refresh (15ms) - TypeCache.ScanAssembly (1ms) - ScanForSourceGeneratedMonoScriptInfo (10ms) - ResolveRequiredComponents (7ms) - FinalizeReload (1003ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (409ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (26ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (86ms) - ProcessInitializeOnLoadAttributes (247ms) - ProcessInitializeOnLoadMethodAttributes (33ms) - AfterProcessingInitializeOnLoad (14ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (16ms) -Refreshing native plugins compatible for Editor in 11.11 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5930 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (344.9 KB). Loaded Objects now: 6639. -Memory consumption went from 326.7 MB to 326.4 MB. -Total: 3.378800 ms (FindLiveObjects: 0.674500 ms CreateObjectMapping: 0.293600 ms MarkObjects: 2.159700 ms DeleteObjects: 0.249600 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.959 seconds -Refreshing native plugins compatible for Editor in 14.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.033 seconds -Domain Reload Profiling: 1979ms - BeginReloadAssembly (255ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (6ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (54ms) - RebuildCommonClasses (67ms) - RebuildNativeTypeToScriptingClass (13ms) - initialDomainReloadingComplete (71ms) - LoadAllAssembliesAndSetupDomain (540ms) - LoadAssemblies (660ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (35ms) - TypeCache.Refresh (12ms) - TypeCache.ScanAssembly (1ms) - ScanForSourceGeneratedMonoScriptInfo (11ms) - ResolveRequiredComponents (10ms) - FinalizeReload (1033ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (379ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (25ms) - SetLoadedEditorAssemblies (4ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (79ms) - ProcessInitializeOnLoadAttributes (234ms) - ProcessInitializeOnLoadMethodAttributes (24ms) - AfterProcessingInitializeOnLoad (13ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (13ms) -Refreshing native plugins compatible for Editor in 13.93 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5930 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (343.6 KB). Loaded Objects now: 6642. -Memory consumption went from 328.6 MB to 328.3 MB. -Total: 3.631000 ms (FindLiveObjects: 0.516100 ms CreateObjectMapping: 0.263000 ms MarkObjects: 2.636100 ms DeleteObjects: 0.214400 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.890 seconds -Refreshing native plugins compatible for Editor in 17.11 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.101 seconds -Domain Reload Profiling: 1980ms - BeginReloadAssembly (251ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (66ms) - RebuildCommonClasses (43ms) - RebuildNativeTypeToScriptingClass (15ms) - initialDomainReloadingComplete (51ms) - LoadAllAssembliesAndSetupDomain (519ms) - LoadAssemblies (601ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (44ms) - TypeCache.Refresh (15ms) - TypeCache.ScanAssembly (1ms) - ScanForSourceGeneratedMonoScriptInfo (14ms) - ResolveRequiredComponents (12ms) - FinalizeReload (1102ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (382ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (25ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (73ms) - ProcessInitializeOnLoadAttributes (244ms) - ProcessInitializeOnLoadMethodAttributes (24ms) - AfterProcessingInitializeOnLoad (12ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (11ms) -Refreshing native plugins compatible for Editor in 10.28 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5930 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (377.1 KB). Loaded Objects now: 6645. -Memory consumption went from 330.6 MB to 330.2 MB. -Total: 5.077300 ms (FindLiveObjects: 0.368400 ms CreateObjectMapping: 0.196500 ms MarkObjects: 3.989200 ms DeleteObjects: 0.519900 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.824 seconds -Refreshing native plugins compatible for Editor in 12.65 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.198 seconds -Domain Reload Profiling: 2013ms - BeginReloadAssembly (221ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (6ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (45ms) - RebuildCommonClasses (35ms) - RebuildNativeTypeToScriptingClass (20ms) - initialDomainReloadingComplete (56ms) - LoadAllAssembliesAndSetupDomain (484ms) - LoadAssemblies (558ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (46ms) - TypeCache.Refresh (24ms) - TypeCache.ScanAssembly (2ms) - ScanForSourceGeneratedMonoScriptInfo (12ms) - ResolveRequiredComponents (8ms) - FinalizeReload (1198ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (443ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (29ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (77ms) - ProcessInitializeOnLoadAttributes (285ms) - ProcessInitializeOnLoadMethodAttributes (30ms) - AfterProcessingInitializeOnLoad (19ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (11ms) -Refreshing native plugins compatible for Editor in 15.19 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5930 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (343.9 KB). Loaded Objects now: 6648. -Memory consumption went from 332.5 MB to 332.2 MB. -Total: 3.248400 ms (FindLiveObjects: 0.560000 ms CreateObjectMapping: 0.272400 ms MarkObjects: 2.205000 ms DeleteObjects: 0.209800 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.856 seconds -Refreshing native plugins compatible for Editor in 10.64 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.177 seconds -Domain Reload Profiling: 2018ms - BeginReloadAssembly (250ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (12ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (71ms) - RebuildCommonClasses (45ms) - RebuildNativeTypeToScriptingClass (13ms) - initialDomainReloadingComplete (62ms) - LoadAllAssembliesAndSetupDomain (469ms) - LoadAssemblies (544ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (33ms) - TypeCache.Refresh (15ms) - TypeCache.ScanAssembly (1ms) - ScanForSourceGeneratedMonoScriptInfo (8ms) - ResolveRequiredComponents (8ms) - FinalizeReload (1178ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (379ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (23ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (72ms) - ProcessInitializeOnLoadAttributes (239ms) - ProcessInitializeOnLoadMethodAttributes (24ms) - AfterProcessingInitializeOnLoad (18ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (10ms) -Refreshing native plugins compatible for Editor in 11.47 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5930 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (376.3 KB). Loaded Objects now: 6651. -Memory consumption went from 334.5 MB to 334.1 MB. -Total: 4.139400 ms (FindLiveObjects: 0.613300 ms CreateObjectMapping: 0.375700 ms MarkObjects: 2.838800 ms DeleteObjects: 0.310300 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.852 seconds -Refreshing native plugins compatible for Editor in 17.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.192 seconds -Domain Reload Profiling: 2036ms - BeginReloadAssembly (213ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (52ms) - RebuildCommonClasses (63ms) - RebuildNativeTypeToScriptingClass (11ms) - initialDomainReloadingComplete (54ms) - LoadAllAssembliesAndSetupDomain (504ms) - LoadAssemblies (567ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (35ms) - TypeCache.Refresh (15ms) - TypeCache.ScanAssembly (1ms) - ScanForSourceGeneratedMonoScriptInfo (11ms) - ResolveRequiredComponents (8ms) - FinalizeReload (1192ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (492ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (31ms) - SetLoadedEditorAssemblies (6ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (75ms) - ProcessInitializeOnLoadAttributes (323ms) - ProcessInitializeOnLoadMethodAttributes (38ms) - AfterProcessingInitializeOnLoad (18ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (27ms) -Refreshing native plugins compatible for Editor in 14.46 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5930 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (377.1 KB). Loaded Objects now: 6654. -Memory consumption went from 336.4 MB to 336.0 MB. -Total: 2.679100 ms (FindLiveObjects: 0.414900 ms CreateObjectMapping: 0.225900 ms MarkObjects: 1.835000 ms DeleteObjects: 0.202300 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.834 seconds -Refreshing native plugins compatible for Editor in 17.74 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.011 seconds -Domain Reload Profiling: 1837ms - BeginReloadAssembly (266ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (6ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (73ms) - RebuildCommonClasses (43ms) - RebuildNativeTypeToScriptingClass (13ms) - initialDomainReloadingComplete (61ms) - LoadAllAssembliesAndSetupDomain (442ms) - LoadAssemblies (551ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (28ms) - TypeCache.Refresh (11ms) - TypeCache.ScanAssembly (1ms) - ScanForSourceGeneratedMonoScriptInfo (8ms) - ResolveRequiredComponents (7ms) - FinalizeReload (1012ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (371ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (26ms) - SetLoadedEditorAssemblies (2ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (72ms) - ProcessInitializeOnLoadAttributes (233ms) - ProcessInitializeOnLoadMethodAttributes (25ms) - AfterProcessingInitializeOnLoad (12ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (10ms) -Refreshing native plugins compatible for Editor in 12.48 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5930 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (344.0 KB). Loaded Objects now: 6657. -Memory consumption went from 338.3 MB to 337.9 MB. -Total: 3.441800 ms (FindLiveObjects: 0.749700 ms CreateObjectMapping: 0.276000 ms MarkObjects: 2.197100 ms DeleteObjects: 0.218100 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.939 seconds -Refreshing native plugins compatible for Editor in 22.02 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.355 seconds -Domain Reload Profiling: 2281ms - BeginReloadAssembly (230ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (6ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (44ms) - RebuildCommonClasses (52ms) - RebuildNativeTypeToScriptingClass (15ms) - initialDomainReloadingComplete (56ms) - LoadAllAssembliesAndSetupDomain (573ms) - LoadAssemblies (641ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (59ms) - TypeCache.Refresh (32ms) - TypeCache.ScanAssembly (11ms) - ScanForSourceGeneratedMonoScriptInfo (13ms) - ResolveRequiredComponents (10ms) - FinalizeReload (1355ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (502ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (35ms) - SetLoadedEditorAssemblies (4ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (91ms) - ProcessInitializeOnLoadAttributes (324ms) - ProcessInitializeOnLoadMethodAttributes (34ms) - AfterProcessingInitializeOnLoad (14ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (11ms) -Script is not up to date after domain reload: guid(c9679e68a0f1144e79c664d9a11ca121) path("Assets/Game/Plugins/AstarPathfindingProject/Behaviors/AIDestinationSetter.cs") state(2) -Refreshing native plugins compatible for Editor in 19.65 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5929 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (375.9 KB). Loaded Objects now: 6659. -Memory consumption went from 340.2 MB to 339.8 MB. -Total: 5.013800 ms (FindLiveObjects: 0.646100 ms CreateObjectMapping: 0.321900 ms MarkObjects: 3.247000 ms DeleteObjects: 0.797100 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.784 seconds -Refreshing native plugins compatible for Editor in 13.94 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.124 seconds -Domain Reload Profiling: 1900ms - BeginReloadAssembly (188ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (38ms) - RebuildCommonClasses (40ms) - RebuildNativeTypeToScriptingClass (19ms) - initialDomainReloadingComplete (63ms) - LoadAllAssembliesAndSetupDomain (466ms) - LoadAssemblies (540ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (33ms) - TypeCache.Refresh (17ms) - TypeCache.ScanAssembly (5ms) - ScanForSourceGeneratedMonoScriptInfo (8ms) - ResolveRequiredComponents (7ms) - FinalizeReload (1124ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (383ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (27ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (76ms) - ProcessInitializeOnLoadAttributes (240ms) - ProcessInitializeOnLoadMethodAttributes (25ms) - AfterProcessingInitializeOnLoad (12ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (9ms) -Refreshing native plugins compatible for Editor in 14.52 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5930 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (345.0 KB). Loaded Objects now: 6663. -Memory consumption went from 342.1 MB to 341.8 MB. -Total: 5.692700 ms (FindLiveObjects: 1.385300 ms CreateObjectMapping: 0.843600 ms MarkObjects: 3.070800 ms DeleteObjects: 0.390800 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.794 seconds -Refreshing native plugins compatible for Editor in 14.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.276 seconds -Domain Reload Profiling: 2062ms - BeginReloadAssembly (207ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (6ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (47ms) - RebuildCommonClasses (31ms) - RebuildNativeTypeToScriptingClass (9ms) - initialDomainReloadingComplete (44ms) - LoadAllAssembliesAndSetupDomain (494ms) - LoadAssemblies (570ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (33ms) - TypeCache.Refresh (17ms) - TypeCache.ScanAssembly (6ms) - ScanForSourceGeneratedMonoScriptInfo (6ms) - ResolveRequiredComponents (8ms) - FinalizeReload (1277ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (481ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (28ms) - SetLoadedEditorAssemblies (4ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (91ms) - ProcessInitializeOnLoadAttributes (299ms) - ProcessInitializeOnLoadMethodAttributes (36ms) - AfterProcessingInitializeOnLoad (23ms) - EditorAssembliesLoaded (1ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (19ms) -Refreshing native plugins compatible for Editor in 17.67 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5930 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (343.5 KB). Loaded Objects now: 6666. -Memory consumption went from 344.0 MB to 343.7 MB. -Total: 3.253400 ms (FindLiveObjects: 0.531700 ms CreateObjectMapping: 0.248000 ms MarkObjects: 2.230000 ms DeleteObjects: 0.242600 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.752 seconds -Refreshing native plugins compatible for Editor in 16.68 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.013 seconds -Domain Reload Profiling: 1757ms - BeginReloadAssembly (204ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (46ms) - RebuildCommonClasses (38ms) - RebuildNativeTypeToScriptingClass (10ms) - initialDomainReloadingComplete (50ms) - LoadAllAssembliesAndSetupDomain (441ms) - LoadAssemblies (520ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (34ms) - TypeCache.Refresh (15ms) - TypeCache.ScanAssembly (5ms) - ScanForSourceGeneratedMonoScriptInfo (7ms) - ResolveRequiredComponents (10ms) - FinalizeReload (1014ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (398ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (27ms) - SetLoadedEditorAssemblies (4ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (75ms) - ProcessInitializeOnLoadAttributes (256ms) - ProcessInitializeOnLoadMethodAttributes (23ms) - AfterProcessingInitializeOnLoad (12ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (9ms) -Refreshing native plugins compatible for Editor in 10.79 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5930 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (376.2 KB). Loaded Objects now: 6669. -Memory consumption went from 346.0 MB to 345.6 MB. -Total: 3.488200 ms (FindLiveObjects: 0.409000 ms CreateObjectMapping: 0.198600 ms MarkObjects: 2.644000 ms DeleteObjects: 0.235500 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.858 seconds -Refreshing native plugins compatible for Editor in 14.03 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.014 seconds -Domain Reload Profiling: 1858ms - BeginReloadAssembly (223ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (63ms) - RebuildCommonClasses (44ms) - RebuildNativeTypeToScriptingClass (16ms) - initialDomainReloadingComplete (53ms) - LoadAllAssembliesAndSetupDomain (507ms) - LoadAssemblies (590ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (33ms) - TypeCache.Refresh (15ms) - TypeCache.ScanAssembly (5ms) - ScanForSourceGeneratedMonoScriptInfo (7ms) - ResolveRequiredComponents (8ms) - FinalizeReload (1015ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (385ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (24ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (79ms) - ProcessInitializeOnLoadAttributes (240ms) - ProcessInitializeOnLoadMethodAttributes (25ms) - AfterProcessingInitializeOnLoad (14ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (11ms) -Refreshing native plugins compatible for Editor in 10.44 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5930 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (376.9 KB). Loaded Objects now: 6672. -Memory consumption went from 347.9 MB to 347.5 MB. -Total: 3.310000 ms (FindLiveObjects: 0.521100 ms CreateObjectMapping: 0.269400 ms MarkObjects: 2.283200 ms DeleteObjects: 0.235600 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.844 seconds -Refreshing native plugins compatible for Editor in 18.60 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.205 seconds -Domain Reload Profiling: 2035ms - BeginReloadAssembly (207ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (39ms) - RebuildCommonClasses (44ms) - RebuildNativeTypeToScriptingClass (10ms) - initialDomainReloadingComplete (59ms) - LoadAllAssembliesAndSetupDomain (509ms) - LoadAssemblies (589ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (45ms) - TypeCache.Refresh (19ms) - TypeCache.ScanAssembly (5ms) - ScanForSourceGeneratedMonoScriptInfo (10ms) - ResolveRequiredComponents (11ms) - FinalizeReload (1206ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (389ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (25ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (76ms) - ProcessInitializeOnLoadAttributes (246ms) - ProcessInitializeOnLoadMethodAttributes (27ms) - AfterProcessingInitializeOnLoad (13ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (10ms) -Refreshing native plugins compatible for Editor in 12.11 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5930 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (375.9 KB). Loaded Objects now: 6675. -Memory consumption went from 349.8 MB to 349.5 MB. -Total: 6.104700 ms (FindLiveObjects: 0.873200 ms CreateObjectMapping: 0.910100 ms MarkObjects: 3.935500 ms DeleteObjects: 0.384000 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.954 seconds -Refreshing native plugins compatible for Editor in 11.69 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.216 seconds -Domain Reload Profiling: 2162ms - BeginReloadAssembly (225ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (10ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (48ms) - RebuildCommonClasses (53ms) - RebuildNativeTypeToScriptingClass (14ms) initialDomainReloadingComplete (70ms) - LoadAllAssembliesAndSetupDomain (584ms) - LoadAssemblies (655ms) + LoadAllAssembliesAndSetupDomain (790ms) + LoadAssemblies (587ms) RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (45ms) - TypeCache.Refresh (28ms) - TypeCache.ScanAssembly (7ms) - ScanForSourceGeneratedMonoScriptInfo (9ms) + AnalyzeDomain (308ms) + TypeCache.Refresh (267ms) + TypeCache.ScanAssembly (241ms) + ScanForSourceGeneratedMonoScriptInfo (31ms) ResolveRequiredComponents (7ms) - FinalizeReload (1217ms) + FinalizeReload (778ms) ReleaseScriptCaches (0ms) RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (483ms) + SetupLoadedEditorAssemblies (570ms) LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (29ms) - SetLoadedEditorAssemblies (4ms) + InitializePlatformSupportModulesInManaged (32ms) + SetLoadedEditorAssemblies (5ms) RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (83ms) - ProcessInitializeOnLoadAttributes (318ms) - ProcessInitializeOnLoadMethodAttributes (36ms) - AfterProcessingInitializeOnLoad (13ms) + BeforeProcessingInitializeOnLoad (101ms) + ProcessInitializeOnLoadAttributes (379ms) + ProcessInitializeOnLoadMethodAttributes (37ms) + AfterProcessingInitializeOnLoad (16ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (11ms) -Refreshing native plugins compatible for Editor in 15.09 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5930 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (345.0 KB). Loaded Objects now: 6678. -Memory consumption went from 351.7 MB to 351.4 MB. -Total: 7.007700 ms (FindLiveObjects: 1.307300 ms CreateObjectMapping: 0.485600 ms MarkObjects: 4.561100 ms DeleteObjects: 0.650000 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.233 seconds -Refreshing native plugins compatible for Editor in 44.02 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.428 seconds -Domain Reload Profiling: 2651ms - BeginReloadAssembly (277ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (7ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (81ms) - RebuildCommonClasses (44ms) - RebuildNativeTypeToScriptingClass (23ms) - initialDomainReloadingComplete (109ms) - LoadAllAssembliesAndSetupDomain (768ms) - LoadAssemblies (830ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (76ms) - TypeCache.Refresh (36ms) - TypeCache.ScanAssembly (9ms) - ScanForSourceGeneratedMonoScriptInfo (17ms) - ResolveRequiredComponents (17ms) - FinalizeReload (1429ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (598ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (40ms) - SetLoadedEditorAssemblies (4ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (102ms) - ProcessInitializeOnLoadAttributes (396ms) - ProcessInitializeOnLoadMethodAttributes (38ms) - AfterProcessingInitializeOnLoad (18ms) - EditorAssembliesLoaded (1ms) - ExecutionOrderSort2 (0ms) AwakeInstancesAfterBackupRestoration (12ms) -Refreshing native plugins compatible for Editor in 11.29 ms, found 3 plugins. +Launched and connected shader compiler UnityShaderCompiler.exe after 0.06 seconds +Refreshing native plugins compatible for Editor in 17.14 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5930 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (343.8 KB). Loaded Objects now: 6681. -Memory consumption went from 353.6 MB to 353.3 MB. -Total: 3.300300 ms (FindLiveObjects: 0.526900 ms CreateObjectMapping: 0.205400 ms MarkObjects: 2.257600 ms DeleteObjects: 0.309400 ms) +Unloading 5948 Unused Serialized files (Serialized files now loaded: 0) +Unloading 61 unused Assets / (371.3 KB). Loaded Objects now: 6411. +Memory consumption went from 203.8 MB to 203.4 MB. +Total: 5.490000 ms (FindLiveObjects: 0.628800 ms CreateObjectMapping: 0.403900 ms MarkObjects: 4.149300 ms DeleteObjects: 0.305800 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> @@ -5426,1604 +185,54 @@ AssetImportParameters requested are different than current active one (requested ======================================================================== Received Prepare Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.915 seconds -Refreshing native plugins compatible for Editor in 11.90 ms, found 3 plugins. +- Loaded All Assemblies, in 0.696 seconds +Refreshing native plugins compatible for Editor in 11.81 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.982 seconds -Domain Reload Profiling: 1883ms - BeginReloadAssembly (351ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (126ms) - RebuildCommonClasses (34ms) - RebuildNativeTypeToScriptingClass (11ms) - initialDomainReloadingComplete (60ms) - LoadAllAssembliesAndSetupDomain (445ms) - LoadAssemblies (558ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (34ms) - TypeCache.Refresh (13ms) - TypeCache.ScanAssembly (1ms) - ScanForSourceGeneratedMonoScriptInfo (10ms) - ResolveRequiredComponents (10ms) - FinalizeReload (982ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (376ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (23ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (73ms) - ProcessInitializeOnLoadAttributes (233ms) - ProcessInitializeOnLoadMethodAttributes (30ms) - AfterProcessingInitializeOnLoad (13ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (10ms) -Refreshing native plugins compatible for Editor in 12.43 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5930 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (377.1 KB). Loaded Objects now: 6684. -Memory consumption went from 355.6 MB to 355.2 MB. -Total: 4.001700 ms (FindLiveObjects: 0.479900 ms CreateObjectMapping: 0.259600 ms MarkObjects: 2.969300 ms DeleteObjects: 0.291100 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.795 seconds -Refreshing native plugins compatible for Editor in 11.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.174 seconds -Domain Reload Profiling: 1958ms - BeginReloadAssembly (191ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (52ms) - RebuildCommonClasses (38ms) - RebuildNativeTypeToScriptingClass (9ms) - initialDomainReloadingComplete (56ms) - LoadAllAssembliesAndSetupDomain (489ms) - LoadAssemblies (540ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (43ms) - TypeCache.Refresh (22ms) - TypeCache.ScanAssembly (8ms) - ScanForSourceGeneratedMonoScriptInfo (11ms) - ResolveRequiredComponents (9ms) - FinalizeReload (1174ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (476ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (30ms) - SetLoadedEditorAssemblies (5ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (91ms) - ProcessInitializeOnLoadAttributes (306ms) - ProcessInitializeOnLoadMethodAttributes (30ms) - AfterProcessingInitializeOnLoad (14ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (11ms) -Refreshing native plugins compatible for Editor in 11.22 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5930 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (343.7 KB). Loaded Objects now: 6687. -Memory consumption went from 357.5 MB to 357.1 MB. -Total: 3.858400 ms (FindLiveObjects: 0.435500 ms CreateObjectMapping: 0.214600 ms MarkObjects: 2.951800 ms DeleteObjects: 0.255000 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.676 seconds -Refreshing native plugins compatible for Editor in 15.07 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.032 seconds -Domain Reload Profiling: 1699ms - BeginReloadAssembly (167ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (38ms) - RebuildCommonClasses (31ms) - RebuildNativeTypeToScriptingClass (12ms) - initialDomainReloadingComplete (44ms) - LoadAllAssembliesAndSetupDomain (413ms) - LoadAssemblies (466ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (30ms) - TypeCache.Refresh (12ms) - TypeCache.ScanAssembly (1ms) - ScanForSourceGeneratedMonoScriptInfo (8ms) - ResolveRequiredComponents (8ms) - FinalizeReload (1032ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (424ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (32ms) - SetLoadedEditorAssemblies (4ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (88ms) - ProcessInitializeOnLoadAttributes (258ms) - ProcessInitializeOnLoadMethodAttributes (29ms) - AfterProcessingInitializeOnLoad (13ms) - EditorAssembliesLoaded (1ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (11ms) -Refreshing native plugins compatible for Editor in 15.45 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5931 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (345.1 KB). Loaded Objects now: 6691. -Memory consumption went from 359.4 MB to 359.1 MB. -Total: 4.619600 ms (FindLiveObjects: 0.980100 ms CreateObjectMapping: 0.503900 ms MarkObjects: 2.833200 ms DeleteObjects: 0.300200 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Import Request. - Time since last request: 1559.780651 seconds. - path: Assets/Game/Script/battle/mode/GWorldSync01ModeScript/GWorldSync01UI.cs - artifactKey: Guid(e61b94b311b605b4195e022f5370e558) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Game/Script/battle/mode/GWorldSync01ModeScript/GWorldSync01UI.cs using Guid(e61b94b311b605b4195e022f5370e558) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '8834d5bab0f64b3f858c1107d878a5d8') in 0.002632 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.824 seconds -Refreshing native plugins compatible for Editor in 14.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 0.995 seconds -Domain Reload Profiling: 1810ms - BeginReloadAssembly (222ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (62ms) - RebuildCommonClasses (42ms) - RebuildNativeTypeToScriptingClass (10ms) - initialDomainReloadingComplete (49ms) - LoadAllAssembliesAndSetupDomain (492ms) - LoadAssemblies (577ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (28ms) - TypeCache.Refresh (10ms) - TypeCache.ScanAssembly (2ms) - ScanForSourceGeneratedMonoScriptInfo (8ms) - ResolveRequiredComponents (8ms) - FinalizeReload (995ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (399ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (27ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (76ms) - ProcessInitializeOnLoadAttributes (252ms) - ProcessInitializeOnLoadMethodAttributes (27ms) - AfterProcessingInitializeOnLoad (14ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (10ms) -Refreshing native plugins compatible for Editor in 10.33 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5930 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (343.8 KB). Loaded Objects now: 6694. -Memory consumption went from 361.1 MB to 360.8 MB. -Total: 4.375100 ms (FindLiveObjects: 0.943200 ms CreateObjectMapping: 0.443200 ms MarkObjects: 2.673800 ms DeleteObjects: 0.312900 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.695 seconds -Refreshing native plugins compatible for Editor in 14.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.175 seconds -Domain Reload Profiling: 1862ms - BeginReloadAssembly (174ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (6ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (48ms) - RebuildCommonClasses (34ms) - RebuildNativeTypeToScriptingClass (9ms) - initialDomainReloadingComplete (49ms) - LoadAllAssembliesAndSetupDomain (420ms) - LoadAssemblies (481ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (23ms) - TypeCache.Refresh (12ms) - TypeCache.ScanAssembly (0ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (9ms) - FinalizeReload (1176ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (455ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (32ms) - SetLoadedEditorAssemblies (5ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (79ms) - ProcessInitializeOnLoadAttributes (294ms) - ProcessInitializeOnLoadMethodAttributes (31ms) - AfterProcessingInitializeOnLoad (13ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (10ms) -Refreshing native plugins compatible for Editor in 12.80 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5931 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (345.1 KB). Loaded Objects now: 6697. -Memory consumption went from 363.3 MB to 362.9 MB. -Total: 4.107700 ms (FindLiveObjects: 0.592900 ms CreateObjectMapping: 0.458800 ms MarkObjects: 2.694000 ms DeleteObjects: 0.360100 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.791 seconds -Refreshing native plugins compatible for Editor in 16.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.084 seconds -Domain Reload Profiling: 1867ms - BeginReloadAssembly (226ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (59ms) - RebuildCommonClasses (34ms) - RebuildNativeTypeToScriptingClass (10ms) - initialDomainReloadingComplete (46ms) - LoadAllAssembliesAndSetupDomain (467ms) - LoadAssemblies (546ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (34ms) - TypeCache.Refresh (14ms) - TypeCache.ScanAssembly (2ms) - ScanForSourceGeneratedMonoScriptInfo (8ms) - ResolveRequiredComponents (9ms) - FinalizeReload (1085ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (419ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (24ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (77ms) - ProcessInitializeOnLoadAttributes (278ms) - ProcessInitializeOnLoadMethodAttributes (24ms) - AfterProcessingInitializeOnLoad (13ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (10ms) -Refreshing native plugins compatible for Editor in 12.87 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5931 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (343.7 KB). Loaded Objects now: 6700. -Memory consumption went from 365.2 MB to 364.9 MB. -Total: 4.200200 ms (FindLiveObjects: 0.749200 ms CreateObjectMapping: 0.592200 ms MarkObjects: 2.556900 ms DeleteObjects: 0.300900 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.636 seconds -Refreshing native plugins compatible for Editor in 14.29 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.089 seconds -Domain Reload Profiling: 1718ms - BeginReloadAssembly (173ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (37ms) - RebuildCommonClasses (28ms) - RebuildNativeTypeToScriptingClass (10ms) - initialDomainReloadingComplete (42ms) - LoadAllAssembliesAndSetupDomain (374ms) - LoadAssemblies (448ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (22ms) - TypeCache.Refresh (10ms) - TypeCache.ScanAssembly (0ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (8ms) - FinalizeReload (1089ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (441ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (33ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (82ms) - ProcessInitializeOnLoadAttributes (270ms) - ProcessInitializeOnLoadMethodAttributes (37ms) - AfterProcessingInitializeOnLoad (17ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (11ms) -Refreshing native plugins compatible for Editor in 14.85 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5931 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (343.8 KB). Loaded Objects now: 6703. -Memory consumption went from 367.1 MB to 366.8 MB. -Total: 4.761000 ms (FindLiveObjects: 1.142000 ms CreateObjectMapping: 0.645900 ms MarkObjects: 2.663200 ms DeleteObjects: 0.307700 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.690 seconds -Refreshing native plugins compatible for Editor in 12.47 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.128 seconds -Domain Reload Profiling: 1808ms - BeginReloadAssembly (222ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (43ms) - RebuildCommonClasses (33ms) - RebuildNativeTypeToScriptingClass (10ms) - initialDomainReloadingComplete (44ms) - LoadAllAssembliesAndSetupDomain (370ms) - LoadAssemblies (493ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (17ms) - TypeCache.Refresh (7ms) - TypeCache.ScanAssembly (0ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (8ms) - FinalizeReload (1128ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (455ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (38ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (89ms) - ProcessInitializeOnLoadAttributes (280ms) - ProcessInitializeOnLoadMethodAttributes (31ms) - AfterProcessingInitializeOnLoad (14ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (10ms) -Refreshing native plugins compatible for Editor in 14.83 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5931 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (376.9 KB). Loaded Objects now: 6706. -Memory consumption went from 369.1 MB to 368.7 MB. -Total: 6.032400 ms (FindLiveObjects: 1.443700 ms CreateObjectMapping: 0.914200 ms MarkObjects: 3.410700 ms DeleteObjects: 0.262300 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.757 seconds -Refreshing native plugins compatible for Editor in 20.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.134 seconds -Domain Reload Profiling: 1883ms - BeginReloadAssembly (225ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (47ms) - RebuildCommonClasses (59ms) - RebuildNativeTypeToScriptingClass (17ms) - initialDomainReloadingComplete (58ms) - LoadAllAssembliesAndSetupDomain (390ms) - LoadAssemblies (496ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (19ms) - TypeCache.Refresh (8ms) - TypeCache.ScanAssembly (0ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (8ms) - FinalizeReload (1135ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (453ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (26ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (84ms) - ProcessInitializeOnLoadAttributes (276ms) - ProcessInitializeOnLoadMethodAttributes (45ms) - AfterProcessingInitializeOnLoad (18ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (13ms) -Refreshing native plugins compatible for Editor in 17.89 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5931 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (375.8 KB). Loaded Objects now: 6709. -Memory consumption went from 371.0 MB to 370.6 MB. -Total: 6.065400 ms (FindLiveObjects: 0.628300 ms CreateObjectMapping: 0.568100 ms MarkObjects: 4.446100 ms DeleteObjects: 0.420800 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.679 seconds -Refreshing native plugins compatible for Editor in 17.47 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.116 seconds -Domain Reload Profiling: 1787ms - BeginReloadAssembly (174ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (40ms) - RebuildCommonClasses (29ms) - RebuildNativeTypeToScriptingClass (13ms) - initialDomainReloadingComplete (41ms) - LoadAllAssembliesAndSetupDomain (413ms) - LoadAssemblies (475ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (27ms) - TypeCache.Refresh (10ms) - TypeCache.ScanAssembly (0ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (12ms) - FinalizeReload (1117ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (434ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (30ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (79ms) - ProcessInitializeOnLoadAttributes (278ms) - ProcessInitializeOnLoadMethodAttributes (30ms) - AfterProcessingInitializeOnLoad (13ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (11ms) -Refreshing native plugins compatible for Editor in 13.32 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5931 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (344.9 KB). Loaded Objects now: 6712. -Memory consumption went from 372.9 MB to 372.5 MB. -Total: 4.973100 ms (FindLiveObjects: 0.724600 ms CreateObjectMapping: 0.353200 ms MarkObjects: 3.487700 ms DeleteObjects: 0.405900 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.842 seconds -Refreshing native plugins compatible for Editor in 15.74 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.044 seconds -Domain Reload Profiling: 1878ms - BeginReloadAssembly (194ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (53ms) - RebuildCommonClasses (30ms) - RebuildNativeTypeToScriptingClass (13ms) - initialDomainReloadingComplete (50ms) - LoadAllAssembliesAndSetupDomain (545ms) - LoadAssemblies (600ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (43ms) - TypeCache.Refresh (15ms) - TypeCache.ScanAssembly (1ms) - ScanForSourceGeneratedMonoScriptInfo (13ms) - ResolveRequiredComponents (10ms) - FinalizeReload (1045ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (401ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (23ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (74ms) - ProcessInitializeOnLoadAttributes (255ms) - ProcessInitializeOnLoadMethodAttributes (31ms) - AfterProcessingInitializeOnLoad (14ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (11ms) -Refreshing native plugins compatible for Editor in 13.22 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5931 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (344.0 KB). Loaded Objects now: 6715. -Memory consumption went from 374.8 MB to 374.5 MB. -Total: 4.566400 ms (FindLiveObjects: 0.408900 ms CreateObjectMapping: 0.238300 ms MarkObjects: 3.668500 ms DeleteObjects: 0.249400 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.802 seconds -Refreshing native plugins compatible for Editor in 15.63 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.021 seconds -Domain Reload Profiling: 1815ms - BeginReloadAssembly (173ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (7ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (39ms) - RebuildCommonClasses (31ms) - RebuildNativeTypeToScriptingClass (14ms) - initialDomainReloadingComplete (48ms) - LoadAllAssembliesAndSetupDomain (527ms) - LoadAssemblies (559ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (48ms) - TypeCache.Refresh (19ms) - TypeCache.ScanAssembly (3ms) - ScanForSourceGeneratedMonoScriptInfo (12ms) - ResolveRequiredComponents (11ms) - FinalizeReload (1022ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (411ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (29ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (74ms) - ProcessInitializeOnLoadAttributes (260ms) - ProcessInitializeOnLoadMethodAttributes (31ms) - AfterProcessingInitializeOnLoad (13ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (10ms) -Refreshing native plugins compatible for Editor in 16.91 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5931 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (345.0 KB). Loaded Objects now: 6718. -Memory consumption went from 376.7 MB to 376.4 MB. -Total: 6.281500 ms (FindLiveObjects: 0.610300 ms CreateObjectMapping: 0.325100 ms MarkObjects: 3.901100 ms DeleteObjects: 1.443000 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.682 seconds -Refreshing native plugins compatible for Editor in 12.68 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.211 seconds -Domain Reload Profiling: 1886ms - BeginReloadAssembly (184ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (52ms) - RebuildCommonClasses (29ms) - RebuildNativeTypeToScriptingClass (9ms) - initialDomainReloadingComplete (46ms) - LoadAllAssembliesAndSetupDomain (405ms) - LoadAssemblies (475ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (18ms) - TypeCache.Refresh (8ms) - TypeCache.ScanAssembly (0ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (8ms) - FinalizeReload (1213ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (504ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (25ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (86ms) - ProcessInitializeOnLoadAttributes (318ms) - ProcessInitializeOnLoadMethodAttributes (53ms) - AfterProcessingInitializeOnLoad (19ms) - EditorAssembliesLoaded (1ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (18ms) -Refreshing native plugins compatible for Editor in 11.88 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5931 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (343.9 KB). Loaded Objects now: 6721. -Memory consumption went from 378.7 MB to 378.3 MB. -Total: 2.925600 ms (FindLiveObjects: 0.406800 ms CreateObjectMapping: 0.205400 ms MarkObjects: 1.887300 ms DeleteObjects: 0.425000 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.689 seconds -Refreshing native plugins compatible for Editor in 13.85 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.124 seconds -Domain Reload Profiling: 1806ms +- Finished resetting the current domain, in 1.099 seconds +Domain Reload Profiling: 1782ms BeginReloadAssembly (187ms) ExecutionOrderSort (0ms) DisableScriptedObjects (4ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (45ms) - RebuildCommonClasses (29ms) - RebuildNativeTypeToScriptingClass (15ms) - initialDomainReloadingComplete (52ms) - LoadAllAssembliesAndSetupDomain (397ms) - LoadAssemblies (471ms) + CreateAndSetChildDomain (49ms) + RebuildCommonClasses (37ms) + RebuildNativeTypeToScriptingClass (10ms) + initialDomainReloadingComplete (53ms) + LoadAllAssembliesAndSetupDomain (396ms) + LoadAssemblies (479ms) RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (20ms) - TypeCache.Refresh (9ms) + AnalyzeDomain (16ms) + TypeCache.Refresh (6ms) TypeCache.ScanAssembly (0ms) ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (7ms) - FinalizeReload (1126ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (423ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (25ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (87ms) - ProcessInitializeOnLoadAttributes (259ms) - ProcessInitializeOnLoadMethodAttributes (33ms) - AfterProcessingInitializeOnLoad (16ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (18ms) -Refreshing native plugins compatible for Editor in 11.34 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5931 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (345.0 KB). Loaded Objects now: 6724. -Memory consumption went from 380.6 MB to 380.3 MB. -Total: 3.220000 ms (FindLiveObjects: 0.610500 ms CreateObjectMapping: 0.275400 ms MarkObjects: 2.064400 ms DeleteObjects: 0.268800 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.668 seconds -Refreshing native plugins compatible for Editor in 16.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.285 seconds -Domain Reload Profiling: 1940ms - BeginReloadAssembly (171ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (39ms) - RebuildCommonClasses (28ms) - RebuildNativeTypeToScriptingClass (10ms) - initialDomainReloadingComplete (51ms) - LoadAllAssembliesAndSetupDomain (395ms) - LoadAssemblies (469ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (17ms) - TypeCache.Refresh (8ms) - TypeCache.ScanAssembly (0ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (7ms) - FinalizeReload (1285ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (558ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (31ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (79ms) - ProcessInitializeOnLoadAttributes (379ms) - ProcessInitializeOnLoadMethodAttributes (48ms) - AfterProcessingInitializeOnLoad (17ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (11ms) -Refreshing native plugins compatible for Editor in 10.50 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5931 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (344.8 KB). Loaded Objects now: 6727. -Memory consumption went from 382.5 MB to 382.2 MB. -Total: 2.740900 ms (FindLiveObjects: 0.386200 ms CreateObjectMapping: 0.200900 ms MarkObjects: 1.968500 ms DeleteObjects: 0.184500 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.684 seconds -Refreshing native plugins compatible for Editor in 11.69 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.087 seconds -Domain Reload Profiling: 1760ms - BeginReloadAssembly (177ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (38ms) - RebuildCommonClasses (35ms) - RebuildNativeTypeToScriptingClass (13ms) - initialDomainReloadingComplete (46ms) - LoadAllAssembliesAndSetupDomain (400ms) - LoadAssemblies (468ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (23ms) - TypeCache.Refresh (8ms) - TypeCache.ScanAssembly (0ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (12ms) - FinalizeReload (1088ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (433ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (25ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (79ms) - ProcessInitializeOnLoadAttributes (287ms) - ProcessInitializeOnLoadMethodAttributes (27ms) - AfterProcessingInitializeOnLoad (12ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (9ms) -Refreshing native plugins compatible for Editor in 11.69 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5931 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (343.8 KB). Loaded Objects now: 6730. -Memory consumption went from 384.4 MB to 384.1 MB. -Total: 2.970200 ms (FindLiveObjects: 0.395900 ms CreateObjectMapping: 0.197700 ms MarkObjects: 2.168900 ms DeleteObjects: 0.206900 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.899 seconds -Refreshing native plugins compatible for Editor in 23.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.503 seconds -Domain Reload Profiling: 2390ms - BeginReloadAssembly (262ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (6ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (54ms) - RebuildCommonClasses (42ms) - RebuildNativeTypeToScriptingClass (10ms) - initialDomainReloadingComplete (56ms) - LoadAllAssembliesAndSetupDomain (517ms) - LoadAssemblies (577ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (96ms) - TypeCache.Refresh (40ms) - TypeCache.ScanAssembly (19ms) - ScanForSourceGeneratedMonoScriptInfo (10ms) - ResolveRequiredComponents (42ms) - FinalizeReload (1503ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (519ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (26ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (95ms) - ProcessInitializeOnLoadAttributes (345ms) - ProcessInitializeOnLoadMethodAttributes (37ms) - AfterProcessingInitializeOnLoad (13ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (12ms) -Script is not up to date after domain reload: guid(44e6e0cb968b4bc0a21ed772b81d1c39) path("Assets/Game/Plugins/JNGame/Sync/Frame/JNSyncFrame.cs") state(2) -Refreshing native plugins compatible for Editor in 12.78 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5930 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (377.2 KB). Loaded Objects now: 6732. -Memory consumption went from 386.3 MB to 386.0 MB. -Total: 3.400600 ms (FindLiveObjects: 0.535500 ms CreateObjectMapping: 0.387600 ms MarkObjects: 2.256100 ms DeleteObjects: 0.220100 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.728 seconds -Refreshing native plugins compatible for Editor in 14.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.034 seconds -Domain Reload Profiling: 1754ms - BeginReloadAssembly (177ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (44ms) - RebuildCommonClasses (29ms) - RebuildNativeTypeToScriptingClass (9ms) - initialDomainReloadingComplete (47ms) - LoadAllAssembliesAndSetupDomain (457ms) - LoadAssemblies (490ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (56ms) - TypeCache.Refresh (31ms) - TypeCache.ScanAssembly (15ms) - ScanForSourceGeneratedMonoScriptInfo (12ms) - ResolveRequiredComponents (10ms) - FinalizeReload (1035ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (415ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (26ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (79ms) - ProcessInitializeOnLoadAttributes (272ms) - ProcessInitializeOnLoadMethodAttributes (24ms) - AfterProcessingInitializeOnLoad (12ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (8ms) -Refreshing native plugins compatible for Editor in 11.86 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5931 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (376.0 KB). Loaded Objects now: 6736. -Memory consumption went from 388.3 MB to 387.9 MB. -Total: 4.285900 ms (FindLiveObjects: 0.808600 ms CreateObjectMapping: 0.298600 ms MarkObjects: 2.874800 ms DeleteObjects: 0.301500 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.740 seconds -Refreshing native plugins compatible for Editor in 14.69 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.133 seconds -Domain Reload Profiling: 1864ms - BeginReloadAssembly (182ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (46ms) - RebuildCommonClasses (29ms) - RebuildNativeTypeToScriptingClass (10ms) - initialDomainReloadingComplete (42ms) - LoadAllAssembliesAndSetupDomain (468ms) - LoadAssemblies (525ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (34ms) - TypeCache.Refresh (14ms) - TypeCache.ScanAssembly (0ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (16ms) - FinalizeReload (1134ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (442ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (23ms) - SetLoadedEditorAssemblies (4ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (88ms) - ProcessInitializeOnLoadAttributes (278ms) - ProcessInitializeOnLoadMethodAttributes (32ms) - AfterProcessingInitializeOnLoad (16ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (12ms) -Refreshing native plugins compatible for Editor in 12.17 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5931 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (344.6 KB). Loaded Objects now: 6739. -Memory consumption went from 390.2 MB to 389.8 MB. -Total: 4.753600 ms (FindLiveObjects: 0.527600 ms CreateObjectMapping: 0.246000 ms MarkObjects: 3.149700 ms DeleteObjects: 0.825900 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.831 seconds -Refreshing native plugins compatible for Editor in 15.85 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.226 seconds -Domain Reload Profiling: 2048ms - BeginReloadAssembly (218ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (47ms) - RebuildCommonClasses (42ms) - RebuildNativeTypeToScriptingClass (10ms) - initialDomainReloadingComplete (55ms) - LoadAllAssembliesAndSetupDomain (496ms) - LoadAssemblies (565ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (53ms) - TypeCache.Refresh (30ms) - TypeCache.ScanAssembly (6ms) - ScanForSourceGeneratedMonoScriptInfo (12ms) ResolveRequiredComponents (8ms) - FinalizeReload (1227ms) + FinalizeReload (1099ms) ReleaseScriptCaches (0ms) RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (473ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (29ms) - SetLoadedEditorAssemblies (4ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (94ms) - ProcessInitializeOnLoadAttributes (289ms) - ProcessInitializeOnLoadMethodAttributes (40ms) - AfterProcessingInitializeOnLoad (17ms) - EditorAssembliesLoaded (1ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (15ms) -Refreshing native plugins compatible for Editor in 12.64 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5931 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (376.1 KB). Loaded Objects now: 6742. -Memory consumption went from 392.1 MB to 391.8 MB. -Total: 5.120300 ms (FindLiveObjects: 0.958600 ms CreateObjectMapping: 0.659800 ms MarkObjects: 2.754100 ms DeleteObjects: 0.745200 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.010 seconds -Refreshing native plugins compatible for Editor in 23.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.424 seconds -Domain Reload Profiling: 2426ms - BeginReloadAssembly (218ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (8ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (55ms) - RebuildCommonClasses (38ms) - RebuildNativeTypeToScriptingClass (16ms) - initialDomainReloadingComplete (51ms) - LoadAllAssembliesAndSetupDomain (678ms) - LoadAssemblies (763ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (23ms) - TypeCache.Refresh (9ms) - TypeCache.ScanAssembly (0ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (11ms) - FinalizeReload (1425ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (537ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (28ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (84ms) - ProcessInitializeOnLoadAttributes (359ms) - ProcessInitializeOnLoadMethodAttributes (43ms) - AfterProcessingInitializeOnLoad (19ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (17ms) -Refreshing native plugins compatible for Editor in 14.56 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5931 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (376.3 KB). Loaded Objects now: 6745. -Memory consumption went from 394.1 MB to 393.7 MB. -Total: 3.561100 ms (FindLiveObjects: 0.576800 ms CreateObjectMapping: 0.231800 ms MarkObjects: 2.446400 ms DeleteObjects: 0.304900 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.972 seconds -Refreshing native plugins compatible for Editor in 13.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 1.136 seconds -Domain Reload Profiling: 2097ms - BeginReloadAssembly (261ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (6ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (76ms) - RebuildCommonClasses (51ms) - RebuildNativeTypeToScriptingClass (17ms) - initialDomainReloadingComplete (61ms) - LoadAllAssembliesAndSetupDomain (572ms) - LoadAssemblies (659ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (42ms) - TypeCache.Refresh (21ms) - TypeCache.ScanAssembly (2ms) - ScanForSourceGeneratedMonoScriptInfo (9ms) - ResolveRequiredComponents (9ms) - FinalizeReload (1136ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (429ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (31ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (77ms) - ProcessInitializeOnLoadAttributes (276ms) - ProcessInitializeOnLoadMethodAttributes (28ms) - AfterProcessingInitializeOnLoad (14ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (17ms) -Refreshing native plugins compatible for Editor in 11.24 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5931 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (376.9 KB). Loaded Objects now: 6748. -Memory consumption went from 396.0 MB to 395.6 MB. -Total: 4.076900 ms (FindLiveObjects: 0.450100 ms CreateObjectMapping: 0.268500 ms MarkObjects: 2.369200 ms DeleteObjects: 0.988000 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.707 seconds -Refreshing native plugins compatible for Editor in 15.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.231 seconds -Domain Reload Profiling: 1930ms - BeginReloadAssembly (175ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (42ms) - RebuildCommonClasses (29ms) - RebuildNativeTypeToScriptingClass (10ms) - initialDomainReloadingComplete (45ms) - LoadAllAssembliesAndSetupDomain (440ms) - LoadAssemblies (491ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (38ms) - TypeCache.Refresh (20ms) - TypeCache.ScanAssembly (0ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (14ms) - FinalizeReload (1231ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (505ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (26ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (86ms) - ProcessInitializeOnLoadAttributes (307ms) - ProcessInitializeOnLoadMethodAttributes (66ms) - AfterProcessingInitializeOnLoad (16ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (18ms) -Refreshing native plugins compatible for Editor in 12.75 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5931 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (343.9 KB). Loaded Objects now: 6751. -Memory consumption went from 397.9 MB to 397.5 MB. -Total: 5.435000 ms (FindLiveObjects: 0.757000 ms CreateObjectMapping: 0.814500 ms MarkObjects: 3.505600 ms DeleteObjects: 0.356200 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Refreshing native plugins compatible for Editor in 16.48 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 4 Unused Serialized files (Serialized files now loaded: 0) -Unloading 4 unused Assets / (346.4 KB). Loaded Objects now: 6751. -Memory consumption went from 306.3 MB to 306.0 MB. -Total: 5.558800 ms (FindLiveObjects: 0.591700 ms CreateObjectMapping: 0.292900 ms MarkObjects: 4.235000 ms DeleteObjects: 0.436800 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.690 seconds -Refreshing native plugins compatible for Editor in 16.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.190 seconds -Domain Reload Profiling: 1872ms - BeginReloadAssembly (180ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (39ms) - RebuildCommonClasses (29ms) - RebuildNativeTypeToScriptingClass (15ms) - initialDomainReloadingComplete (44ms) - LoadAllAssembliesAndSetupDomain (412ms) - LoadAssemblies (484ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (24ms) - TypeCache.Refresh (12ms) - TypeCache.ScanAssembly (0ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (9ms) - FinalizeReload (1191ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (471ms) + SetupLoadedEditorAssemblies (461ms) LogAssemblyErrors (0ms) InitializePlatformSupportModulesInManaged (24ms) SetLoadedEditorAssemblies (3ms) RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (90ms) - ProcessInitializeOnLoadAttributes (308ms) - ProcessInitializeOnLoadMethodAttributes (31ms) - AfterProcessingInitializeOnLoad (15ms) + BeforeProcessingInitializeOnLoad (84ms) + ProcessInitializeOnLoadAttributes (296ms) + ProcessInitializeOnLoadMethodAttributes (35ms) + AfterProcessingInitializeOnLoad (19ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (11ms) -Refreshing native plugins compatible for Editor in 15.19 ms, found 3 plugins. + AwakeInstancesAfterBackupRestoration (15ms) +Refreshing native plugins compatible for Editor in 14.41 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5931 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (344.0 KB). Loaded Objects now: 6754. -Memory consumption went from 399.8 MB to 399.4 MB. -Total: 5.709400 ms (FindLiveObjects: 1.100800 ms CreateObjectMapping: 0.525300 ms MarkObjects: 3.616700 ms DeleteObjects: 0.462800 ms) +Unloading 5938 Unused Serialized files (Serialized files now loaded: 0) +Unloading 44 unused Assets / (344.5 KB). Loaded Objects now: 6414. +Memory consumption went from 203.5 MB to 203.2 MB. +Total: 3.685700 ms (FindLiveObjects: 0.578500 ms CreateObjectMapping: 0.290600 ms MarkObjects: 2.540800 ms DeleteObjects: 0.273700 ms) Prepare: number of updated asset objects reloaded= 0 AssetImportParameters requested are different than current active one (requested -> active): @@ -7042,54 +251,384 @@ AssetImportParameters requested are different than current active one (requested ======================================================================== Received Prepare Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.717 seconds -Refreshing native plugins compatible for Editor in 13.39 ms, found 3 plugins. +- Loaded All Assemblies, in 0.749 seconds +Refreshing native plugins compatible for Editor in 13.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.104 seconds -Domain Reload Profiling: 1808ms - BeginReloadAssembly (176ms) +- Finished resetting the current domain, in 1.292 seconds +Domain Reload Profiling: 2029ms + BeginReloadAssembly (196ms) ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) + DisableScriptedObjects (5ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (43ms) - RebuildCommonClasses (36ms) - RebuildNativeTypeToScriptingClass (12ms) - initialDomainReloadingComplete (54ms) - LoadAllAssembliesAndSetupDomain (426ms) - LoadAssemblies (502ms) + CreateAndSetChildDomain (55ms) + RebuildCommonClasses (32ms) + RebuildNativeTypeToScriptingClass (11ms) + initialDomainReloadingComplete (43ms) + LoadAllAssembliesAndSetupDomain (455ms) + LoadAssemblies (528ms) RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (16ms) - TypeCache.Refresh (7ms) + AnalyzeDomain (23ms) + TypeCache.Refresh (10ms) TypeCache.ScanAssembly (0ms) ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (7ms) - FinalizeReload (1104ms) + ResolveRequiredComponents (12ms) + FinalizeReload (1293ms) ReleaseScriptCaches (0ms) RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (458ms) + SetupLoadedEditorAssemblies (428ms) LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (23ms) + InitializePlatformSupportModulesInManaged (27ms) SetLoadedEditorAssemblies (3ms) RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (99ms) - ProcessInitializeOnLoadAttributes (287ms) - ProcessInitializeOnLoadMethodAttributes (33ms) - AfterProcessingInitializeOnLoad (14ms) + BeforeProcessingInitializeOnLoad (82ms) + ProcessInitializeOnLoadAttributes (273ms) + ProcessInitializeOnLoadMethodAttributes (28ms) + AfterProcessingInitializeOnLoad (15ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (12ms) -Refreshing native plugins compatible for Editor in 16.54 ms, found 3 plugins. + AwakeInstancesAfterBackupRestoration (9ms) +Refreshing native plugins compatible for Editor in 18.51 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5931 Unused Serialized files (Serialized files now loaded: 0) -Unloading 44 unused Assets / (344.9 KB). Loaded Objects now: 6757. -Memory consumption went from 401.7 MB to 401.4 MB. -Total: 3.653500 ms (FindLiveObjects: 0.669200 ms CreateObjectMapping: 0.326300 ms MarkObjects: 2.305500 ms DeleteObjects: 0.350500 ms) +Unloading 5938 Unused Serialized files (Serialized files now loaded: 0) +Unloading 44 unused Assets / (344.5 KB). Loaded Objects now: 6417. +Memory consumption went from 205.4 MB to 205.1 MB. +Total: 4.869300 ms (FindLiveObjects: 0.626100 ms CreateObjectMapping: 0.500500 ms MarkObjects: 3.509300 ms DeleteObjects: 0.231100 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.446 seconds +Refreshing native plugins compatible for Editor in 17.70 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.506 seconds +Domain Reload Profiling: 2944ms + BeginReloadAssembly (587ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (31ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (103ms) + RebuildCommonClasses (48ms) + RebuildNativeTypeToScriptingClass (13ms) + initialDomainReloadingComplete (60ms) + LoadAllAssembliesAndSetupDomain (730ms) + LoadAssemblies (844ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (200ms) + TypeCache.Refresh (148ms) + TypeCache.ScanAssembly (131ms) + ScanForSourceGeneratedMonoScriptInfo (39ms) + ResolveRequiredComponents (11ms) + FinalizeReload (1507ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (564ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (35ms) + SetLoadedEditorAssemblies (5ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (99ms) + ProcessInitializeOnLoadAttributes (383ms) + ProcessInitializeOnLoadMethodAttributes (27ms) + AfterProcessingInitializeOnLoad (14ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (13ms) +Refreshing native plugins compatible for Editor in 13.71 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5938 Unused Serialized files (Serialized files now loaded: 0) +Unloading 44 unused Assets / (344.5 KB). Loaded Objects now: 6420. +Memory consumption went from 207.4 MB to 207.1 MB. +Total: 3.837500 ms (FindLiveObjects: 0.506400 ms CreateObjectMapping: 0.286400 ms MarkObjects: 2.662900 ms DeleteObjects: 0.379700 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.720 seconds +Refreshing native plugins compatible for Editor in 11.81 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.931 seconds +Domain Reload Profiling: 1641ms + BeginReloadAssembly (203ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (63ms) + RebuildCommonClasses (37ms) + RebuildNativeTypeToScriptingClass (13ms) + initialDomainReloadingComplete (43ms) + LoadAllAssembliesAndSetupDomain (414ms) + LoadAssemblies (470ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (38ms) + TypeCache.Refresh (17ms) + TypeCache.ScanAssembly (7ms) + ScanForSourceGeneratedMonoScriptInfo (9ms) + ResolveRequiredComponents (11ms) + FinalizeReload (932ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (370ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (28ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (75ms) + ProcessInitializeOnLoadAttributes (225ms) + ProcessInitializeOnLoadMethodAttributes (27ms) + AfterProcessingInitializeOnLoad (12ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (8ms) +Refreshing native plugins compatible for Editor in 15.90 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5938 Unused Serialized files (Serialized files now loaded: 0) +Unloading 44 unused Assets / (344.8 KB). Loaded Objects now: 6423. +Memory consumption went from 209.4 MB to 209.0 MB. +Total: 3.956200 ms (FindLiveObjects: 0.394100 ms CreateObjectMapping: 0.297400 ms MarkObjects: 2.870000 ms DeleteObjects: 0.393500 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.921 seconds +Refreshing native plugins compatible for Editor in 13.43 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.950 seconds +Domain Reload Profiling: 1798ms + BeginReloadAssembly (204ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (63ms) + RebuildCommonClasses (38ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (58ms) + LoadAllAssembliesAndSetupDomain (539ms) + LoadAssemblies (583ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (47ms) + TypeCache.Refresh (26ms) + TypeCache.ScanAssembly (7ms) + ScanForSourceGeneratedMonoScriptInfo (9ms) + ResolveRequiredComponents (10ms) + FinalizeReload (951ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (358ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (22ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (75ms) + ProcessInitializeOnLoadAttributes (221ms) + ProcessInitializeOnLoadMethodAttributes (23ms) + AfterProcessingInitializeOnLoad (14ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (13ms) +Refreshing native plugins compatible for Editor in 13.12 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5938 Unused Serialized files (Serialized files now loaded: 0) +Unloading 44 unused Assets / (344.7 KB). Loaded Objects now: 6426. +Memory consumption went from 211.3 MB to 210.9 MB. +Total: 3.626500 ms (FindLiveObjects: 0.539800 ms CreateObjectMapping: 0.284900 ms MarkObjects: 2.558700 ms DeleteObjects: 0.241500 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.787 seconds +Refreshing native plugins compatible for Editor in 15.11 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.001 seconds +Domain Reload Profiling: 1776ms + BeginReloadAssembly (232ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (65ms) + RebuildCommonClasses (45ms) + RebuildNativeTypeToScriptingClass (16ms) + initialDomainReloadingComplete (57ms) + LoadAllAssembliesAndSetupDomain (425ms) + LoadAssemblies (497ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (42ms) + TypeCache.Refresh (21ms) + TypeCache.ScanAssembly (7ms) + ScanForSourceGeneratedMonoScriptInfo (8ms) + ResolveRequiredComponents (10ms) + FinalizeReload (1001ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (389ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (22ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (76ms) + ProcessInitializeOnLoadAttributes (244ms) + ProcessInitializeOnLoadMethodAttributes (31ms) + AfterProcessingInitializeOnLoad (13ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (8ms) +Refreshing native plugins compatible for Editor in 13.03 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5938 Unused Serialized files (Serialized files now loaded: 0) +Unloading 44 unused Assets / (343.7 KB). Loaded Objects now: 6429. +Memory consumption went from 213.2 MB to 212.9 MB. +Total: 4.589200 ms (FindLiveObjects: 0.546200 ms CreateObjectMapping: 0.358100 ms MarkObjects: 3.336800 ms DeleteObjects: 0.345300 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:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.729 seconds +Refreshing native plugins compatible for Editor in 14.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 0.978 seconds +Domain Reload Profiling: 1697ms + BeginReloadAssembly (201ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (55ms) + RebuildCommonClasses (29ms) + RebuildNativeTypeToScriptingClass (11ms) + initialDomainReloadingComplete (47ms) + LoadAllAssembliesAndSetupDomain (430ms) + LoadAssemblies (494ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (37ms) + TypeCache.Refresh (17ms) + TypeCache.ScanAssembly (4ms) + ScanForSourceGeneratedMonoScriptInfo (10ms) + ResolveRequiredComponents (8ms) + FinalizeReload (979ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (383ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (23ms) + SetLoadedEditorAssemblies (4ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (74ms) + ProcessInitializeOnLoadAttributes (238ms) + ProcessInitializeOnLoadMethodAttributes (28ms) + AfterProcessingInitializeOnLoad (15ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (11ms) +Refreshing native plugins compatible for Editor in 14.09 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5938 Unused Serialized files (Serialized files now loaded: 0) +Unloading 44 unused Assets / (343.7 KB). Loaded Objects now: 6432. +Memory consumption went from 215.1 MB to 214.8 MB. +Total: 4.622500 ms (FindLiveObjects: 0.487100 ms CreateObjectMapping: 0.243300 ms MarkObjects: 3.515100 ms DeleteObjects: 0.375300 ms) Prepare: number of updated asset objects reloaded= 0 AssetImportParameters requested are different than current active one (requested -> active): diff --git a/JNFrame/Logs/AssetImportWorker1.log b/JNFrame/Logs/AssetImportWorker1.log new file mode 100644 index 00000000..2bcb2f90 --- /dev/null +++ b/JNFrame/Logs/AssetImportWorker1.log @@ -0,0 +1,73 @@ +Using pre-set license +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.22621) 64bit Professional' Language: 'zh' Physical Memory: 32651 MB +BatchMode: 1, IsHumanControllingUs: 0, StartBugReporterOnCrash: 0, Is64bit: 1, IsPro: 1 + +COMMAND LINE ARGUMENTS: +D:\Unity\2022.3.16f1c1\Editor\Unity.exe +-adb2 +-batchMode +-noUpm +-name +AssetImportWorker1 +-projectPath +D:/myproject/JisolGame/JNFrame +-logFile +Logs/AssetImportWorker1.log +-srvPort +58814 +Successfully changed project path to: D:/myproject/JisolGame/JNFrame +D:/myproject/JisolGame/JNFrame +[UnityMemory] Configuration Parameters - Can be set up in boot.config + "memorysetup-bucket-allocator-granularity=16" + "memorysetup-bucket-allocator-bucket-count=8" + "memorysetup-bucket-allocator-block-size=33554432" + "memorysetup-bucket-allocator-block-count=8" + "memorysetup-main-allocator-block-size=16777216" + "memorysetup-thread-allocator-block-size=16777216" + "memorysetup-gfx-main-allocator-block-size=16777216" + "memorysetup-gfx-thread-allocator-block-size=16777216" + "memorysetup-cache-allocator-block-size=4194304" + "memorysetup-typetree-allocator-block-size=2097152" + "memorysetup-profiler-bucket-allocator-granularity=16" + "memorysetup-profiler-bucket-allocator-bucket-count=8" + "memorysetup-profiler-bucket-allocator-block-size=33554432" + "memorysetup-profiler-bucket-allocator-block-count=8" + "memorysetup-profiler-allocator-block-size=16777216" + "memorysetup-profiler-editor-allocator-block-size=1048576" + "memorysetup-temp-allocator-size-main=16777216" + "memorysetup-job-temp-allocator-block-size=2097152" + "memorysetup-job-temp-allocator-block-size-background=1048576" + "memorysetup-job-temp-allocator-reduction-small-platforms=262144" + "memorysetup-allocator-temp-initial-block-size-main=262144" + "memorysetup-allocator-temp-initial-block-size-worker=262144" + "memorysetup-temp-allocator-size-background-worker=32768" + "memorysetup-temp-allocator-size-job-worker=262144" + "memorysetup-temp-allocator-size-preload-manager=33554432" + "memorysetup-temp-allocator-size-nav-mesh-worker=65536" + "memorysetup-temp-allocator-size-audio-worker=65536" + "memorysetup-temp-allocator-size-cloud-worker=32768" + "memorysetup-temp-allocator-size-gi-baking-worker=262144" + "memorysetup-temp-allocator-size-gfx=262144" +Player connection [2144] Host "[IP] 192.168.0.118 [Port] 0 [Flags] 2 [Guid] 1318428422 [EditorId] 1318428422 [Version] 1048832 [Id] WindowsEditor(7,PC-20230316NUNE) [Debug] 1 [PackageName] WindowsEditor [ProjectName] Editor" joined multi-casting on [225.0.0.222:54997]... + +Player connection [2144] Host "[IP] 192.168.0.118 [Port] 0 [Flags] 2 [Guid] 1318428422 [EditorId] 1318428422 [Version] 1048832 [Id] WindowsEditor(7,PC-20230316NUNE) [Debug] 1 [PackageName] WindowsEditor [ProjectName] Editor" joined alternative multi-casting on [225.0.0.222:34997]... + +[Physics::Module] Initialized MultithreadedJobDispatcher with 11 workers. +Refreshing native plugins compatible for Editor in 29.74 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Initialize engine version: 2022.3.16f1c1 (2f3f1b3bde89) +[Subsystems] Discovering subsystems at path D:/Unity/2022.3.16f1c1/Editor/Data/Resources/UnitySubsystems +[Subsystems] Discovering subsystems at path D:/myproject/JisolGame/JNFrame/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) + Vendor: NVIDIA + VRAM: 5980 MB + Driver: 31.0.15.3623 +Initialize mono +Mono path[0] = 'D:/Unity/2022.3.16f1c1/Editor/Data/Managed' +Mono path[1] = 'D:/Unity/2022.3.16f1c1/Editor/Data/MonoBleedingEdge/lib/mono/unityjit-win32' +Mono config path = 'D:/Unity/2022.3.16f1c1/Editor/Data/MonoBleedingEdge/etc' +Using monoOptions --debugger-agent=transport=dt_socket,address=127.0.0.1:56484,server=n,suspend=y diff --git a/JNFrame/Logs/shadercompiler-UnityShaderCompiler.exe0.log b/JNFrame/Logs/shadercompiler-UnityShaderCompiler.exe0.log index 4b5b59f1..4244bd86 100644 --- a/JNFrame/Logs/shadercompiler-UnityShaderCompiler.exe0.log +++ b/JNFrame/Logs/shadercompiler-UnityShaderCompiler.exe0.log @@ -1,3 +1,4 @@ Base path: 'D:/Unity/2022.3.16f1c1/Editor/Data', plugins path 'D:/Unity/2022.3.16f1c1/Editor/Data/PlaybackEngines' Cmd: initializeCompiler +Cmd: shutdown diff --git a/JNFrame/UserSettings/EditorUserSettings.asset b/JNFrame/UserSettings/EditorUserSettings.asset index 19ba3c35..06b0d48a 100644 --- a/JNFrame/UserSettings/EditorUserSettings.asset +++ b/JNFrame/UserSettings/EditorUserSettings.asset @@ -21,28 +21,28 @@ EditorUserSettings: value: 184c flags: 0 RecentlyUsedSceneGuid-0: - value: 01540750550408080f5e0e2115770e4144164a7c2d7171652f7c4e66b0e46d61 - flags: 0 - RecentlyUsedSceneGuid-1: - value: 56500d050656505f0f085d234972064441151c28792c246928711f31bbb66568 - flags: 0 - RecentlyUsedSceneGuid-2: value: 5409020704005a585b5a5b7545710a44434e1b782a707168297a1e67b1e1656b flags: 0 - RecentlyUsedSceneGuid-3: + RecentlyUsedSceneGuid-1: value: 0657515703035b0d58570e2044760b44174f4e7f747074642f281c66b0b6653e flags: 0 - RecentlyUsedSceneGuid-4: + RecentlyUsedSceneGuid-2: value: 07025753065650025e585f7245720a4443164a2e7a7970357f714832b7e3646e flags: 0 - RecentlyUsedSceneGuid-5: + RecentlyUsedSceneGuid-3: value: 5a03005f0301085d0f5d082043200b444e4e1c7b2d7a7f352c714532b0e6653b flags: 0 + RecentlyUsedSceneGuid-4: + value: 0650065500505e595c5b0824467b06444f16482b2e7f23652f7d4465b3e26c3b + flags: 0 + RecentlyUsedSceneGuid-5: + value: 0101000353575002585a5c7a47770e13104f1c29787a71337b784a60e4b53260 + flags: 0 RecentlyUsedSceneGuid-6: - value: 0107035e52055d59595e082744265e44131619732e2b75697c2f1b66e4b8646b + value: 070804050057080b5c5a54234077061545154d7c2a2b22357f2b4866e1e53769 flags: 0 RecentlyUsedSceneGuid-7: - value: 0650065500505e595c5b0824467b06444f16482b2e7f23652f7d4465b3e26c3b + value: 0107035e52055d59595e082744265e44131619732e2b75697c2f1b66e4b8646b flags: 0 RecentlyUsedSceneGuid-8: value: 505556565d020c0b5b5e5b71157b0c44104e417e74707f617a2a1831b7e5636c diff --git a/JNFrame/UserSettings/Layouts/default-2022.dwlt b/JNFrame/UserSettings/Layouts/default-2022.dwlt index faec4e65..c91a7a99 100644 --- a/JNFrame/UserSettings/Layouts/default-2022.dwlt +++ b/JNFrame/UserSettings/Layouts/default-2022.dwlt @@ -19,142 +19,12 @@ MonoBehaviour: width: 1920 height: 989 m_ShowMode: 4 - m_Title: "\u8D44\u6E90\u5546\u5E97" - m_RootView: {fileID: 7} + m_Title: "\u63A7\u5236\u53F0" + m_RootView: {fileID: 2} m_MinSize: {x: 875, y: 300} m_MaxSize: {x: 10000, y: 10000} m_Maximized: 1 --- !u!114 &2 -MonoBehaviour: - m_ObjectHideFlags: 52 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0} - m_Name: GameView - m_EditorClassIdentifier: - m_Children: [] - m_Position: - serializedVersion: 2 - x: 764 - y: 0 - width: 588 - height: 638 - m_MinSize: {x: 100, y: 100} - m_MaxSize: {x: 4000, y: 4000} - m_ActualView: {fileID: 13} - m_Panes: - - {fileID: 13} - m_Selected: 0 - m_LastSelected: 0 ---- !u!114 &3 -MonoBehaviour: - m_ObjectHideFlags: 52 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 1 - m_Script: {fileID: 12010, guid: 0000000000000000e000000000000000, type: 0} - m_Name: - m_EditorClassIdentifier: - m_Children: - - {fileID: 10} - - {fileID: 4} - m_Position: - serializedVersion: 2 - x: 0 - y: 30 - width: 1920 - height: 939 - m_MinSize: {x: 400, y: 100} - m_MaxSize: {x: 32384, y: 16192} - vertical: 0 - controlID: 108 ---- !u!114 &4 -MonoBehaviour: - m_ObjectHideFlags: 52 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 1 - m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0} - m_Name: - m_EditorClassIdentifier: - m_Children: [] - m_Position: - serializedVersion: 2 - x: 1352 - y: 0 - width: 568 - height: 939 - m_MinSize: {x: 276, y: 71} - m_MaxSize: {x: 4001, y: 4021} - m_ActualView: {fileID: 16} - m_Panes: - - {fileID: 16} - m_Selected: 0 - m_LastSelected: 0 ---- !u!114 &5 -MonoBehaviour: - m_ObjectHideFlags: 52 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 1 - m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0} - m_Name: - m_EditorClassIdentifier: - m_Children: [] - m_Position: - serializedVersion: 2 - x: 0 - y: 0 - width: 233 - height: 638 - m_MinSize: {x: 200, y: 200} - m_MaxSize: {x: 4000, y: 4000} - m_ActualView: {fileID: 17} - m_Panes: - - {fileID: 17} - m_Selected: 0 - m_LastSelected: 0 ---- !u!114 &6 -MonoBehaviour: - m_ObjectHideFlags: 52 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 1 - m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0} - m_Name: ConsoleWindow - m_EditorClassIdentifier: - m_Children: [] - m_Position: - serializedVersion: 2 - x: 0 - y: 638 - width: 1352 - height: 301 - m_MinSize: {x: 100, y: 100} - m_MaxSize: {x: 4000, y: 4000} - m_ActualView: {fileID: 19} - m_Panes: - - {fileID: 15} - - {fileID: 19} - m_Selected: 1 - m_LastSelected: 0 ---- !u!114 &7 MonoBehaviour: m_ObjectHideFlags: 52 m_CorrespondingSourceObject: {fileID: 0} @@ -167,9 +37,9 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: m_Children: - - {fileID: 8} - {fileID: 3} - - {fileID: 9} + - {fileID: 5} + - {fileID: 4} m_Position: serializedVersion: 2 x: 0 @@ -182,7 +52,7 @@ MonoBehaviour: m_TopViewHeight: 30 m_UseBottomView: 1 m_BottomViewHeight: 20 ---- !u!114 &8 +--- !u!114 &3 MonoBehaviour: m_ObjectHideFlags: 52 m_CorrespondingSourceObject: {fileID: 0} @@ -204,7 +74,7 @@ MonoBehaviour: m_MinSize: {x: 0, y: 0} m_MaxSize: {x: 0, y: 0} m_LastLoadedLayoutName: ---- !u!114 &9 +--- !u!114 &4 MonoBehaviour: m_ObjectHideFlags: 52 m_CorrespondingSourceObject: {fileID: 0} @@ -225,7 +95,7 @@ MonoBehaviour: height: 20 m_MinSize: {x: 0, y: 0} m_MaxSize: {x: 0, y: 0} ---- !u!114 &10 +--- !u!114 &5 MonoBehaviour: m_ObjectHideFlags: 52 m_CorrespondingSourceObject: {fileID: 0} @@ -238,8 +108,33 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: m_Children: - - {fileID: 11} - {fileID: 6} + - {fileID: 12} + m_Position: + serializedVersion: 2 + x: 0 + y: 30 + width: 1920 + height: 939 + m_MinSize: {x: 400, y: 100} + m_MaxSize: {x: 32384, y: 16192} + vertical: 0 + controlID: 143 +--- !u!114 &6 +MonoBehaviour: + m_ObjectHideFlags: 52 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 1 + m_Script: {fileID: 12010, guid: 0000000000000000e000000000000000, type: 0} + m_Name: + m_EditorClassIdentifier: + m_Children: + - {fileID: 7} + - {fileID: 11} m_Position: serializedVersion: 2 x: 0 @@ -249,8 +144,8 @@ MonoBehaviour: m_MinSize: {x: 300, y: 100} m_MaxSize: {x: 24288, y: 16192} vertical: 1 - controlID: 48 ---- !u!114 &11 + controlID: 77 +--- !u!114 &7 MonoBehaviour: m_ObjectHideFlags: 52 m_CorrespondingSourceObject: {fileID: 0} @@ -263,19 +158,125 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: m_Children: - - {fileID: 5} - - {fileID: 12} - - {fileID: 2} + - {fileID: 8} + - {fileID: 9} + - {fileID: 10} m_Position: serializedVersion: 2 x: 0 y: 0 width: 1352 - height: 638 + height: 485 m_MinSize: {x: 300, y: 50} m_MaxSize: {x: 24288, y: 8096} vertical: 0 - controlID: 49 + controlID: 44 +--- !u!114 &8 +MonoBehaviour: + m_ObjectHideFlags: 52 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 1 + m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0} + m_Name: + m_EditorClassIdentifier: + m_Children: [] + m_Position: + serializedVersion: 2 + x: 0 + y: 0 + width: 233 + height: 485 + m_MinSize: {x: 200, y: 200} + m_MaxSize: {x: 4000, y: 4000} + m_ActualView: {fileID: 14} + m_Panes: + - {fileID: 14} + m_Selected: 0 + m_LastSelected: 0 +--- !u!114 &9 +MonoBehaviour: + m_ObjectHideFlags: 52 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 1 + m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0} + m_Name: SceneView + m_EditorClassIdentifier: + m_Children: [] + m_Position: + serializedVersion: 2 + x: 233 + y: 0 + width: 443 + height: 485 + m_MinSize: {x: 200, y: 200} + m_MaxSize: {x: 4000, y: 4000} + m_ActualView: {fileID: 13} + m_Panes: + - {fileID: 13} + - {fileID: 15} + m_Selected: 0 + m_LastSelected: 1 +--- !u!114 &10 +MonoBehaviour: + m_ObjectHideFlags: 52 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0} + m_Name: GameView + m_EditorClassIdentifier: + m_Children: [] + m_Position: + serializedVersion: 2 + x: 676 + y: 0 + width: 676 + height: 485 + m_MinSize: {x: 100, y: 100} + m_MaxSize: {x: 4000, y: 4000} + m_ActualView: {fileID: 16} + m_Panes: + - {fileID: 16} + m_Selected: 0 + m_LastSelected: 0 +--- !u!114 &11 +MonoBehaviour: + m_ObjectHideFlags: 52 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 1 + m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0} + m_Name: ConsoleWindow + m_EditorClassIdentifier: + m_Children: [] + m_Position: + serializedVersion: 2 + x: 0 + y: 485 + width: 1352 + height: 454 + m_MinSize: {x: 101, y: 121} + m_MaxSize: {x: 4001, y: 4021} + m_ActualView: {fileID: 18} + m_Panes: + - {fileID: 17} + - {fileID: 18} + m_Selected: 1 + m_LastSelected: 0 --- !u!114 &12 MonoBehaviour: m_ObjectHideFlags: 52 @@ -286,414 +287,23 @@ MonoBehaviour: m_Enabled: 1 m_EditorHideFlags: 1 m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0} - m_Name: AssetStoreWindow + m_Name: m_EditorClassIdentifier: m_Children: [] m_Position: serializedVersion: 2 - x: 233 + x: 1352 y: 0 - width: 531 - height: 638 - m_MinSize: {x: 457, y: 375} - m_MaxSize: {x: 4002, y: 4021} - m_ActualView: {fileID: 14} - m_Panes: - - {fileID: 18} - - {fileID: 14} - m_Selected: 1 - m_LastSelected: 0 ---- !u!114 &13 -MonoBehaviour: - m_ObjectHideFlags: 52 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 12015, guid: 0000000000000000e000000000000000, type: 0} - m_Name: - m_EditorClassIdentifier: - m_MinSize: {x: 100, y: 100} - m_MaxSize: {x: 4000, y: 4000} - m_TitleContent: - m_Text: "\u6E38\u620F" - m_Image: {fileID: -6423792434712278376, guid: 0000000000000000d000000000000000, type: 0} - m_Tooltip: - m_Pos: - serializedVersion: 2 - x: 764 - y: 73 - width: 586 - height: 617 - m_SerializedDataModeController: - m_DataMode: 0 - m_PreferredDataMode: 0 - m_SupportedDataModes: - isAutomatic: 1 - m_ViewDataDictionary: {fileID: 0} - m_OverlayCanvas: - m_LastAppliedPresetName: Default - m_SaveData: [] - m_OverlaysVisible: 1 - m_SerializedViewNames: - - UnityEditor.DeviceSimulation.SimulatorWindow - m_SerializedViewValues: - - D:\Jisol\JisolGame\JNFrame\Library\PlayModeViewStates\8e0847e4bb946f1459608d64c6392b87 - m_PlayModeViewName: GameView - m_ShowGizmos: 0 - m_TargetDisplay: 0 - m_ClearColor: {r: 0, g: 0, b: 0, a: 0} - m_TargetSize: {x: 586, y: 596} - m_TextureFilterMode: 0 - m_TextureHideFlags: 61 - m_RenderIMGUI: 1 - m_EnterPlayModeBehavior: 2 - m_UseMipMap: 0 - m_VSyncEnabled: 0 - m_Gizmos: 0 - m_Stats: 0 - m_SelectedSizes: 00000000000000000000000000000000000000000000000000000000000000000000000000000000 - m_ZoomArea: - m_HRangeLocked: 0 - m_VRangeLocked: 0 - hZoomLockedByDefault: 0 - vZoomLockedByDefault: 0 - m_HBaseRangeMin: -293 - m_HBaseRangeMax: 293 - m_VBaseRangeMin: -298 - m_VBaseRangeMax: 298 - m_HAllowExceedBaseRangeMin: 1 - m_HAllowExceedBaseRangeMax: 1 - m_VAllowExceedBaseRangeMin: 1 - m_VAllowExceedBaseRangeMax: 1 - m_ScaleWithWindow: 0 - m_HSlider: 0 - m_VSlider: 0 - m_IgnoreScrollWheelUntilClicked: 0 - m_EnableMouseInput: 1 - m_EnableSliderZoomHorizontal: 0 - m_EnableSliderZoomVertical: 0 - m_UniformScale: 1 - m_UpDirection: 1 - m_DrawArea: - serializedVersion: 2 - x: 0 - y: 21 - width: 586 - height: 596 - m_Scale: {x: 1, y: 1} - m_Translation: {x: 293, y: 298} - m_MarginLeft: 0 - m_MarginRight: 0 - m_MarginTop: 0 - m_MarginBottom: 0 - m_LastShownAreaInsideMargins: - serializedVersion: 2 - x: -293 - y: -298 - width: 586 - height: 596 - m_MinimalGUI: 1 - m_defaultScale: 1 - m_LastWindowPixelSize: {x: 586, y: 617} - m_ClearInEditMode: 1 - m_NoCameraWarning: 1 - m_LowResolutionForAspectRatios: 01000001000000000000 - m_XRRenderMode: 0 - m_RenderTexture: {fileID: 0} ---- !u!114 &14 -MonoBehaviour: - m_ObjectHideFlags: 52 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 12111, guid: 0000000000000000e000000000000000, type: 0} - m_Name: - m_EditorClassIdentifier: - m_MinSize: {x: 455, y: 354} - m_MaxSize: {x: 4000, y: 4000} - m_TitleContent: - m_Text: "\u8D44\u6E90\u5546\u5E97" - m_Image: {fileID: -8693916549880196297, guid: 0000000000000000d000000000000000, type: 0} - m_Tooltip: - m_Pos: - serializedVersion: 2 - x: 233 - y: 73 - width: 529 - height: 617 - m_SerializedDataModeController: - m_DataMode: 0 - m_PreferredDataMode: 0 - m_SupportedDataModes: - isAutomatic: 1 - m_ViewDataDictionary: {fileID: 0} - m_OverlayCanvas: - m_LastAppliedPresetName: Default - m_SaveData: [] - m_OverlaysVisible: 1 ---- !u!114 &15 -MonoBehaviour: - m_ObjectHideFlags: 52 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 1 - m_Script: {fileID: 12014, guid: 0000000000000000e000000000000000, type: 0} - m_Name: - m_EditorClassIdentifier: - m_MinSize: {x: 230, y: 250} - m_MaxSize: {x: 10000, y: 10000} - m_TitleContent: - m_Text: "\u9879\u76EE" - m_Image: {fileID: -5467254957812901981, guid: 0000000000000000d000000000000000, type: 0} - m_Tooltip: - m_Pos: - serializedVersion: 2 - x: 0 - y: 525 - width: 1351 - height: 466 - m_SerializedDataModeController: - m_DataMode: 0 - m_PreferredDataMode: 0 - m_SupportedDataModes: - isAutomatic: 1 - m_ViewDataDictionary: {fileID: 0} - m_OverlayCanvas: - m_LastAppliedPresetName: Default - m_SaveData: [] - m_OverlaysVisible: 1 - m_SearchFilter: - m_NameFilter: - m_ClassNames: [] - m_AssetLabels: [] - m_AssetBundleNames: [] - m_ReferencingInstanceIDs: - m_SceneHandles: - m_ShowAllHits: 0 - m_SkipHidden: 0 - m_SearchArea: 1 - m_Folders: - - Assets/Game/Scenes - m_Globs: [] - m_OriginalText: - m_ImportLogFlags: 0 - m_FilterByTypeIntersection: 0 - m_ViewMode: 1 - m_StartGridSize: 96 - m_LastFolders: - - Assets/Game/Scenes - m_LastFoldersGridSize: 96 - m_LastProjectPath: D:\myproject\JisolGame\JNFrame - m_LockTracker: - m_IsLocked: 0 - m_FolderTreeState: - scrollPos: {x: 0, y: 95} - m_SelectedIDs: aa700000 - m_LastClickedID: 28842 - m_ExpandedIDs: 00000000a4700000a6700000a8700000aa700000ac700000ae700000b0700000b2700000b4700000b6700000c0790000c279000048fa010000ca9a3bffffff7f - m_RenameOverlay: - m_UserAcceptedRename: 0 - m_Name: - m_OriginalName: - m_EditFieldRect: - serializedVersion: 2 - x: 0 - y: 0 - width: 0 - height: 0 - m_UserData: 0 - m_IsWaitingForDelay: 0 - m_IsRenaming: 0 - m_OriginalEventType: 11 - m_IsRenamingFilename: 1 - m_ClientGUIView: {fileID: 6} - m_SearchString: - m_CreateAssetUtility: - m_EndAction: {fileID: 0} - m_InstanceID: 0 - m_Path: - m_Icon: {fileID: 0} - m_ResourceFile: - m_AssetTreeState: - scrollPos: {x: 0, y: 0} - m_SelectedIDs: - m_LastClickedID: 0 - m_ExpandedIDs: 00000000a4700000a6700000a8700000aa700000ac700000ae700000b0700000b2700000b4700000b6700000 - m_RenameOverlay: - m_UserAcceptedRename: 0 - m_Name: - m_OriginalName: - m_EditFieldRect: - serializedVersion: 2 - x: 0 - y: 0 - width: 0 - height: 0 - m_UserData: 0 - m_IsWaitingForDelay: 0 - m_IsRenaming: 0 - m_OriginalEventType: 11 - m_IsRenamingFilename: 1 - m_ClientGUIView: {fileID: 0} - m_SearchString: - m_CreateAssetUtility: - m_EndAction: {fileID: 0} - m_InstanceID: 0 - m_Path: - m_Icon: {fileID: 0} - m_ResourceFile: - m_ListAreaState: - m_SelectedInstanceIDs: 283c0200 - m_LastClickedInstanceID: 146472 - m_HadKeyboardFocusLastEvent: 0 - m_ExpandedInstanceIDs: c623000000000000 - m_RenameOverlay: - m_UserAcceptedRename: 0 - m_Name: - m_OriginalName: - m_EditFieldRect: - serializedVersion: 2 - x: 0 - y: 0 - width: 0 - height: 0 - m_UserData: 0 - m_IsWaitingForDelay: 0 - m_IsRenaming: 0 - m_OriginalEventType: 11 - m_IsRenamingFilename: 1 - m_ClientGUIView: {fileID: 6} - m_CreateAssetUtility: - m_EndAction: {fileID: 0} - m_InstanceID: 0 - m_Path: - m_Icon: {fileID: 0} - m_ResourceFile: - m_NewAssetIndexInList: -1 - m_ScrollPosition: {x: 0, y: 0} - m_GridSize: 96 - m_SkipHiddenPackages: 0 - m_DirectoriesAreaWidth: 412 ---- !u!114 &16 -MonoBehaviour: - m_ObjectHideFlags: 52 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 1 - m_Script: {fileID: 12019, guid: 0000000000000000e000000000000000, type: 0} - m_Name: - m_EditorClassIdentifier: + width: 568 + height: 939 m_MinSize: {x: 275, y: 50} m_MaxSize: {x: 4000, y: 4000} - m_TitleContent: - m_Text: "\u68C0\u67E5\u5668" - m_Image: {fileID: -2667387946076563598, guid: 0000000000000000d000000000000000, type: 0} - m_Tooltip: - m_Pos: - serializedVersion: 2 - x: 1352 - y: 73 - width: 567 - height: 918 - m_SerializedDataModeController: - m_DataMode: 0 - m_PreferredDataMode: 0 - m_SupportedDataModes: - isAutomatic: 1 - m_ViewDataDictionary: {fileID: 0} - m_OverlayCanvas: - m_LastAppliedPresetName: Default - m_SaveData: [] - m_OverlaysVisible: 1 - m_ObjectsLockedBeforeSerialization: [] - m_InstanceIDsLockedBeforeSerialization: - m_PreviewResizer: - m_CachedPref: 314 - m_ControlHash: -371814159 - m_PrefName: Preview_InspectorPreview - m_LastInspectedObjectInstanceID: -1 - m_LastVerticalScrollValue: 0 - m_GlobalObjectId: - m_InspectorMode: 0 - m_LockTracker: - m_IsLocked: 0 - m_PreviewWindow: {fileID: 0} ---- !u!114 &17 -MonoBehaviour: - m_ObjectHideFlags: 52 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 1 - m_Script: {fileID: 12061, guid: 0000000000000000e000000000000000, type: 0} - m_Name: - m_EditorClassIdentifier: - m_MinSize: {x: 200, y: 200} - m_MaxSize: {x: 4000, y: 4000} - m_TitleContent: - m_Text: "\u5C42\u7EA7" - m_Image: {fileID: 7966133145522015247, guid: 0000000000000000d000000000000000, type: 0} - m_Tooltip: - m_Pos: - serializedVersion: 2 - x: 0 - y: 73 - width: 232 - height: 617 - m_SerializedDataModeController: - m_DataMode: 0 - m_PreferredDataMode: 0 - m_SupportedDataModes: - isAutomatic: 1 - m_ViewDataDictionary: {fileID: 0} - m_OverlayCanvas: - m_LastAppliedPresetName: Default - m_SaveData: [] - m_OverlaysVisible: 1 - m_SceneHierarchy: - m_TreeViewState: - scrollPos: {x: 0, y: 0} - m_SelectedIDs: - m_LastClickedID: 0 - m_ExpandedIDs: fc11ffff5412ffffca14ffffd814ffffe014fffff414fffffa14ffff9620ffff0a24ffffd829ffff8c2effffce2fffffea34ffff9a3bffffee3dfffff642ffffa644fffff685ffff6296ffffb699ffff969affffe8a3ffff26abffff2ed8ffff00ddffff4cdefffffedffffff0e0ffff08e8fffff8efffff94f6ffffecf6ffff54f9ffffccf9ffffd4f9ffffe8f9ffffeef9ffff08fbfffff4ffffff14810000d0a1000044090200ce2902003a3c0200 - m_RenameOverlay: - m_UserAcceptedRename: 0 - m_Name: UI - m_OriginalName: UI - m_EditFieldRect: - serializedVersion: 2 - x: 0 - y: 0 - width: 0 - height: 0 - m_UserData: 136112 - m_IsWaitingForDelay: 0 - m_IsRenaming: 0 - m_OriginalEventType: 0 - m_IsRenamingFilename: 0 - m_ClientGUIView: {fileID: 5} - m_SearchString: - m_ExpandedScenes: [] - m_CurrenRootInstanceID: 0 - m_LockTracker: - m_IsLocked: 0 - m_CurrentSortingName: TransformSorting - m_WindowGUID: 4c969a2b90040154d917609493e03593 ---- !u!114 &18 + m_ActualView: {fileID: 19} + m_Panes: + - {fileID: 19} + m_Selected: 0 + m_LastSelected: 0 +--- !u!114 &13 MonoBehaviour: m_ObjectHideFlags: 52 m_CorrespondingSourceObject: {fileID: 0} @@ -715,8 +325,8 @@ MonoBehaviour: serializedVersion: 2 x: 233 y: 73 - width: 529 - height: 617 + width: 441 + height: 464 m_SerializedDataModeController: m_DataMode: 0 m_PreferredDataMode: 0 @@ -1040,7 +650,7 @@ MonoBehaviour: sizeOverriden: 0 m_OverlaysVisible: 1 m_WindowGUID: cc27987af1a868c49b0894db9c0f5429 - m_Gizmos: 0 + m_Gizmos: 1 m_OverrideSceneCullingMask: 6917529027641081856 m_SceneIsLit: 1 m_SceneLighting: 1 @@ -1049,9 +659,9 @@ MonoBehaviour: m_PlayAudio: 0 m_AudioPlay: 0 m_Position: - m_Target: {x: -0.3540113, y: 25.61407, z: -20.16048} + m_Target: {x: 16.278067, y: -492.84607, z: 313.05194} speed: 2 - m_Value: {x: -0.3540113, y: 25.61407, z: -20.16048} + m_Value: {x: 16.278067, y: -492.84607, z: 313.05194} m_RenderMode: 0 m_CameraMode: drawMode: 0 @@ -1097,13 +707,13 @@ MonoBehaviour: m_GridAxis: 1 m_gridOpacity: 0.5 m_Rotation: - m_Target: {x: -0.5459354, y: -0.00096003426, z: -0.0002186964, w: -0.83781517} + m_Target: {x: -0.4759187, y: -0.039173987, z: 0.020418623, w: -0.8783681} speed: 2 - m_Value: {x: -0.54594064, y: -0.0009600435, z: -0.00021869851, w: -0.8378233} + m_Value: {x: -0.47592333, y: -0.039174367, z: 0.020418823, w: -0.8783766} m_Size: - m_Target: 7.751215 + m_Target: 363.35245 speed: 2 - m_Value: 7.751215 + m_Value: 363.35245 m_Ortho: m_Target: 0 speed: 2 @@ -1128,7 +738,350 @@ MonoBehaviour: m_SceneVisActive: 1 m_LastLockedObject: {fileID: 0} m_ViewIsLockedToObject: 0 ---- !u!114 &19 +--- !u!114 &14 +MonoBehaviour: + m_ObjectHideFlags: 52 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 1 + m_Script: {fileID: 12061, guid: 0000000000000000e000000000000000, type: 0} + m_Name: + m_EditorClassIdentifier: + m_MinSize: {x: 200, y: 200} + m_MaxSize: {x: 4000, y: 4000} + m_TitleContent: + m_Text: "\u5C42\u7EA7" + m_Image: {fileID: 7966133145522015247, guid: 0000000000000000d000000000000000, type: 0} + m_Tooltip: + m_Pos: + serializedVersion: 2 + x: 0 + y: 73 + width: 232 + height: 464 + m_SerializedDataModeController: + m_DataMode: 0 + m_PreferredDataMode: 0 + m_SupportedDataModes: + isAutomatic: 1 + m_ViewDataDictionary: {fileID: 0} + m_OverlayCanvas: + m_LastAppliedPresetName: Default + m_SaveData: [] + m_OverlaysVisible: 1 + m_SceneHierarchy: + m_TreeViewState: + scrollPos: {x: 0, y: 0} + m_SelectedIDs: e6b30000 + m_LastClickedID: 46054 + m_ExpandedIDs: 3ec1ffffaac7ffff58f4ffffe2f7ffffb2f8ffff2cfbffff5a7d000054b00000 + m_RenameOverlay: + m_UserAcceptedRename: 0 + m_Name: + m_OriginalName: + m_EditFieldRect: + serializedVersion: 2 + x: 0 + y: 0 + width: 0 + height: 0 + m_UserData: 0 + m_IsWaitingForDelay: 0 + m_IsRenaming: 0 + m_OriginalEventType: 11 + m_IsRenamingFilename: 0 + m_ClientGUIView: {fileID: 8} + m_SearchString: + m_ExpandedScenes: [] + m_CurrenRootInstanceID: 0 + m_LockTracker: + m_IsLocked: 0 + m_CurrentSortingName: TransformSorting + m_WindowGUID: 4c969a2b90040154d917609493e03593 +--- !u!114 &15 +MonoBehaviour: + m_ObjectHideFlags: 52 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 12111, guid: 0000000000000000e000000000000000, type: 0} + m_Name: + m_EditorClassIdentifier: + m_MinSize: {x: 455, y: 354} + m_MaxSize: {x: 4000, y: 4000} + m_TitleContent: + m_Text: "\u8D44\u6E90\u5546\u5E97" + m_Image: {fileID: -8693916549880196297, guid: 0000000000000000d000000000000000, type: 0} + m_Tooltip: + m_Pos: + serializedVersion: 2 + x: 233 + y: 73 + width: 529 + height: 617 + m_SerializedDataModeController: + m_DataMode: 0 + m_PreferredDataMode: 0 + m_SupportedDataModes: + isAutomatic: 1 + m_ViewDataDictionary: {fileID: 0} + m_OverlayCanvas: + m_LastAppliedPresetName: Default + m_SaveData: [] + m_OverlaysVisible: 1 +--- !u!114 &16 +MonoBehaviour: + m_ObjectHideFlags: 52 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 12015, guid: 0000000000000000e000000000000000, type: 0} + m_Name: + m_EditorClassIdentifier: + m_MinSize: {x: 100, y: 100} + m_MaxSize: {x: 4000, y: 4000} + m_TitleContent: + m_Text: "\u6E38\u620F" + m_Image: {fileID: -6423792434712278376, guid: 0000000000000000d000000000000000, type: 0} + m_Tooltip: + m_Pos: + serializedVersion: 2 + x: 676 + y: 73 + width: 674 + height: 464 + m_SerializedDataModeController: + m_DataMode: 0 + m_PreferredDataMode: 0 + m_SupportedDataModes: + isAutomatic: 1 + m_ViewDataDictionary: {fileID: 0} + m_OverlayCanvas: + m_LastAppliedPresetName: Default + m_SaveData: [] + m_OverlaysVisible: 1 + m_SerializedViewNames: + - UnityEditor.DeviceSimulation.SimulatorWindow + m_SerializedViewValues: + - D:\Jisol\JisolGame\JNFrame\Library\PlayModeViewStates\8e0847e4bb946f1459608d64c6392b87 + m_PlayModeViewName: GameView + m_ShowGizmos: 0 + m_TargetDisplay: 0 + m_ClearColor: {r: 0, g: 0, b: 0, a: 0} + m_TargetSize: {x: 674, y: 443} + m_TextureFilterMode: 0 + m_TextureHideFlags: 61 + m_RenderIMGUI: 1 + m_EnterPlayModeBehavior: 2 + m_UseMipMap: 0 + m_VSyncEnabled: 0 + m_Gizmos: 0 + m_Stats: 0 + m_SelectedSizes: 00000000000000000000000000000000000000000000000000000000000000000000000000000000 + m_ZoomArea: + m_HRangeLocked: 0 + m_VRangeLocked: 0 + hZoomLockedByDefault: 0 + vZoomLockedByDefault: 0 + m_HBaseRangeMin: -337 + m_HBaseRangeMax: 337 + m_VBaseRangeMin: -221.5 + m_VBaseRangeMax: 221.5 + m_HAllowExceedBaseRangeMin: 1 + m_HAllowExceedBaseRangeMax: 1 + m_VAllowExceedBaseRangeMin: 1 + m_VAllowExceedBaseRangeMax: 1 + m_ScaleWithWindow: 0 + m_HSlider: 0 + m_VSlider: 0 + m_IgnoreScrollWheelUntilClicked: 0 + m_EnableMouseInput: 1 + m_EnableSliderZoomHorizontal: 0 + m_EnableSliderZoomVertical: 0 + m_UniformScale: 1 + m_UpDirection: 1 + m_DrawArea: + serializedVersion: 2 + x: 0 + y: 21 + width: 674 + height: 443 + m_Scale: {x: 1, y: 1} + m_Translation: {x: 337, y: 221.5} + m_MarginLeft: 0 + m_MarginRight: 0 + m_MarginTop: 0 + m_MarginBottom: 0 + m_LastShownAreaInsideMargins: + serializedVersion: 2 + x: -337 + y: -221.5 + width: 674 + height: 443 + m_MinimalGUI: 1 + m_defaultScale: 1 + m_LastWindowPixelSize: {x: 674, y: 464} + m_ClearInEditMode: 1 + m_NoCameraWarning: 1 + m_LowResolutionForAspectRatios: 01000001000000000000 + m_XRRenderMode: 0 + m_RenderTexture: {fileID: 0} +--- !u!114 &17 +MonoBehaviour: + m_ObjectHideFlags: 52 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 1 + m_Script: {fileID: 12014, guid: 0000000000000000e000000000000000, type: 0} + m_Name: + m_EditorClassIdentifier: + m_MinSize: {x: 230, y: 250} + m_MaxSize: {x: 10000, y: 10000} + m_TitleContent: + m_Text: "\u9879\u76EE" + m_Image: {fileID: -5467254957812901981, guid: 0000000000000000d000000000000000, type: 0} + m_Tooltip: + m_Pos: + serializedVersion: 2 + x: 0 + y: 558 + width: 1351 + height: 433 + m_SerializedDataModeController: + m_DataMode: 0 + m_PreferredDataMode: 0 + m_SupportedDataModes: + isAutomatic: 1 + m_ViewDataDictionary: {fileID: 0} + m_OverlayCanvas: + m_LastAppliedPresetName: Default + m_SaveData: [] + m_OverlaysVisible: 1 + m_SearchFilter: + m_NameFilter: + m_ClassNames: [] + m_AssetLabels: [] + m_AssetBundleNames: [] + m_ReferencingInstanceIDs: + m_SceneHandles: + m_ShowAllHits: 0 + m_SkipHidden: 0 + m_SearchArea: 1 + m_Folders: + - Assets/Game/Scenes + m_Globs: [] + m_OriginalText: + m_ImportLogFlags: 0 + m_FilterByTypeIntersection: 0 + m_ViewMode: 1 + m_StartGridSize: 96 + m_LastFolders: + - Assets/Game/Scenes + m_LastFoldersGridSize: 96 + m_LastProjectPath: D:\myproject\JisolGame\JNFrame + m_LockTracker: + m_IsLocked: 0 + m_FolderTreeState: + scrollPos: {x: 0, y: 840} + m_SelectedIDs: 3c750000 + m_LastClickedID: 30012 + m_ExpandedIDs: 0000000036750000387500003a7500003c7500003e75000040750000427500004475000046750000487500004a7500004c7500004e7500005075000052750000547500005675000000ca9a3bffffff7f + m_RenameOverlay: + m_UserAcceptedRename: 0 + m_Name: + m_OriginalName: + m_EditFieldRect: + serializedVersion: 2 + x: 0 + y: 0 + width: 0 + height: 0 + m_UserData: 0 + m_IsWaitingForDelay: 0 + m_IsRenaming: 0 + m_OriginalEventType: 11 + m_IsRenamingFilename: 1 + m_ClientGUIView: {fileID: 11} + m_SearchString: + m_CreateAssetUtility: + m_EndAction: {fileID: 0} + m_InstanceID: 0 + m_Path: + m_Icon: {fileID: 0} + m_ResourceFile: + m_AssetTreeState: + scrollPos: {x: 0, y: 0} + m_SelectedIDs: + m_LastClickedID: 0 + m_ExpandedIDs: 0000000036750000387500003a7500003c7500003e75000040750000427500004475000046750000487500004a7500004c7500004e75000050750000527500005475000056750000 + m_RenameOverlay: + m_UserAcceptedRename: 0 + m_Name: + m_OriginalName: + m_EditFieldRect: + serializedVersion: 2 + x: 0 + y: 0 + width: 0 + height: 0 + m_UserData: 0 + m_IsWaitingForDelay: 0 + m_IsRenaming: 0 + m_OriginalEventType: 11 + m_IsRenamingFilename: 1 + m_ClientGUIView: {fileID: 0} + m_SearchString: + m_CreateAssetUtility: + m_EndAction: {fileID: 0} + m_InstanceID: 0 + m_Path: + m_Icon: {fileID: 0} + m_ResourceFile: + m_ListAreaState: + m_SelectedInstanceIDs: e6b30000 + m_LastClickedInstanceID: 46054 + m_HadKeyboardFocusLastEvent: 1 + m_ExpandedInstanceIDs: c623000000000000 + m_RenameOverlay: + m_UserAcceptedRename: 0 + m_Name: + m_OriginalName: + m_EditFieldRect: + serializedVersion: 2 + x: 0 + y: 0 + width: 0 + height: 0 + m_UserData: 0 + m_IsWaitingForDelay: 0 + m_IsRenaming: 0 + m_OriginalEventType: 11 + m_IsRenamingFilename: 1 + m_ClientGUIView: {fileID: 11} + m_CreateAssetUtility: + m_EndAction: {fileID: 0} + m_InstanceID: 0 + m_Path: + m_Icon: {fileID: 0} + m_ResourceFile: + m_NewAssetIndexInList: -1 + m_ScrollPosition: {x: 0, y: 0} + m_GridSize: 96 + m_SkipHiddenPackages: 0 + m_DirectoriesAreaWidth: 412 +--- !u!114 &18 MonoBehaviour: m_ObjectHideFlags: 52 m_CorrespondingSourceObject: {fileID: 0} @@ -1149,9 +1102,9 @@ MonoBehaviour: m_Pos: serializedVersion: 2 x: 0 - y: 711 + y: 558 width: 1351 - height: 280 + height: 433 m_SerializedDataModeController: m_DataMode: 0 m_PreferredDataMode: 0 @@ -1162,3 +1115,50 @@ MonoBehaviour: m_LastAppliedPresetName: Default m_SaveData: [] m_OverlaysVisible: 1 +--- !u!114 &19 +MonoBehaviour: + m_ObjectHideFlags: 52 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 1 + m_Script: {fileID: 12019, guid: 0000000000000000e000000000000000, type: 0} + m_Name: + m_EditorClassIdentifier: + m_MinSize: {x: 275, y: 50} + m_MaxSize: {x: 4000, y: 4000} + m_TitleContent: + m_Text: "\u68C0\u67E5\u5668" + m_Image: {fileID: -2667387946076563598, guid: 0000000000000000d000000000000000, type: 0} + m_Tooltip: + m_Pos: + serializedVersion: 2 + x: 1352 + y: 73 + width: 567 + height: 918 + m_SerializedDataModeController: + m_DataMode: 0 + m_PreferredDataMode: 0 + m_SupportedDataModes: + isAutomatic: 1 + m_ViewDataDictionary: {fileID: 0} + m_OverlayCanvas: + m_LastAppliedPresetName: Default + m_SaveData: [] + m_OverlaysVisible: 1 + m_ObjectsLockedBeforeSerialization: [] + m_InstanceIDsLockedBeforeSerialization: + m_PreviewResizer: + m_CachedPref: 314 + m_ControlHash: -371814159 + m_PrefName: Preview_InspectorPreview + m_LastInspectedObjectInstanceID: -1 + m_LastVerticalScrollValue: 0 + m_GlobalObjectId: + m_InspectorMode: 0 + m_LockTracker: + m_IsLocked: 0 + m_PreviewWindow: {fileID: 0} diff --git a/JNFrame/obj/Debug/App.csproj.AssemblyReference.cache b/JNFrame/obj/Debug/App.csproj.AssemblyReference.cache index 3cda2cd0b457e3d49677ce55ef75e6210f8516d5..b0cc04f341341ec421b208e1da90a508f28a3db3 100644 GIT binary patch delta 35 rcmaF6js5L5_J%Et{a09D1+0)cxP8hMMh8aLpT`#h**C8;PGJQAL39yR delta 35 tcmV+;0NnrWwg>ID2Y|EzkJJS()`$3@x0KWYKmi4o{Y>|ux7pPJlm$rw5%B;3 diff --git a/JNFrame/obj/Debug/Assembly-CSharp-Editor.csproj.AssemblyReference.cache b/JNFrame/obj/Debug/Assembly-CSharp-Editor.csproj.AssemblyReference.cache index eb49e9b5a64e58d20cd434d954918ff8b6662a89..a55529fa350305cb0ba722ef2e688907c28e8c5f 100644 GIT binary patch delta 576 zcmeyilJnb2&W0AoElgiE*@|tK$Q)GO{#%nNo{^1h;X)86L7OR!k?sAhFRn+qSK%2G3{r2erzd7+ZuhQ zP)4>7^Ou1*?1oI4j67_jAP(3J<>?JhKr`fwnRvF(H)2X)BWoV0y#Iw*MGdW{(roc19kEePDw$r#reZX>JFG z9ngXeZ;`^|f&-KCc3(H9Bt{-cz=PFGPk-poB(nXyJ5wPe&lgR292idrsyEnPkO_TQRJ@r-OYZrlZN6117p7}?4mJOXjf=rENs z@<2FuI2aij#iuLkF^NxK;liXoS-z2H`W+u8>*?xxOrq1D>oM(T^G<#M(zZsQDU^}z zgf7?&c0;C2MxGqehd>#y8OqZeoPcJ?88h*0pKrvJz{qnZ1f&uyDLH+k36mtmg1ntj z3*rKq*r)F^Vd9y-)P(5(n@9rK+1aK{-i&PKqF^icm@$>1*rEusMQnP5ITOotK1(L{ z?eP{MM-}Ql2DxyTB}nfwtvetNw>6SMF*YEBYTtoO1-l4pkb*7HpmlaYgZ|qx1v0YT z3Icg(dzd{_9^BMZ4oq+0GJBkuwlnfT>;oI5Io;8PNpm|e?0^;|?1Xz+dHMwhCgttE zZcIsxJP>2S>ZPYY^k)*;e%_s_kdY^NBFNofabu8rgY7k*Og(VR_`I3w7}-?bfdgie z4^t2$8^ng~uY5tlkK_y~kg-zREB%=Q7}+4vvi*DjQ!^uv`+c|_+S5MNf+ODF`V~&=Y7uTqnbXd_3EUj z=#uWxUs5^-YWV=% z%~BRy4|(z8J{^rEYg809*ygDyc|cKUW41bg{dHWV2Ih@ewz&p>9cw7>l!8MEQjpuu z0n9w4QTQii2cFk+o4T$|{F4WYIF=t#2+bj< zDta1u3(1~BlZ3%1O0q>lxSP3}cs*oM>FJOvu=vK1FI?tQQm5xO*DppOLB)7CMn0^p zvI|-Rm)PKX6SN&Q3DS|=OAbusD~B-B%B3tzW@4;#Nln-~o}!@qu(AuSZBi} zk8%Z)S2#_!-pAdj-J1hvC&(9zr>a=kt%Oh(m2TlfJBQ_OVZ%`rUNzR`>5sPiGddz( zU*l|&EudnlgU^$i{Jt68Ytr(ftk0ljR4$Cl^GV*Ae{5LIckwCW<^F^jG?Jv_SiHwB zap?x|CQ`~ea zuePz>8+!LS&%iCExWuqWIjzc;p;*(DC$egTvPQGb(QFJ?I{yREvqwosB|flzf#neAM{pq zqshppVwg)85m6&2Z)t?kMG&MC(M^Sux=2F0iV!V2a~NHmb8+}T|MP!-e|gj*k6LCk#tJM4<~p$YJfQTs&;xiT-uWV6B1fH2;%hu5 z(MSi{X?g?@2c9;P{hKAL|D zdg`yly<}(*Hls(wKQhtdTafPyxg^T0jhSmG?>2bJG8R*3(;g3IO2(bvxq8jqLRJr2 zsGviz4Fy3YV=HFU^c@%_>o`->qiSrH@|R&fi;Whl(MC5K1+y=*C@BMH@hGsOtKayV zpKGuTuyi64O)@_Wc51L|C8ehhHv)UIK-qPHuZ!hhHmtcnghR^9HcSDQ?5~*O0NSw%q{7_Ab-1P| zEfYEWI4xee!YfY)wz5#!0CQpE)2l2&|{h)I`KQS;s$?FljnDxKm_ y6^~2oW5PRL#Se>kk4X{#zpyFM(G>ERY5xPzlOgKKZPRLK>kctqDYS~YX@3Fc-xq=a diff --git a/JNFrame/obj/Debug/AstarPathfindingProject.csproj.AssemblyReference.cache b/JNFrame/obj/Debug/AstarPathfindingProject.csproj.AssemblyReference.cache index 66f3a25d1c3c7adaf84cbb3e69ef50374f2308af..370dcb3dee01f2cb8679cb8d30db1221fc97c5ad 100644 GIT binary patch delta 35 rcmaF6js5L5_J%Et{a09D1+0)cxP8hMMh8aLpT`#h**C8;PGJQAL39yR delta 35 tcmV+;0NnrWwg>ID2Y|EzkJJS()`$3@x0KWYKmi4o{Y>|ux7pPJlm$rw5%B;3 diff --git a/JNFrame/obj/Debug/AstarPathfindingProjectEditor.csproj.AssemblyReference.cache b/JNFrame/obj/Debug/AstarPathfindingProjectEditor.csproj.AssemblyReference.cache index fdc0cda024ff4396dea434d8b36fe7abf2a97ebf..d69fd19c6213d0bef0bd88ade4002da0852ab050 100644 GIT binary patch delta 75 zcmdmRn|;G=_J%EtYhSRw3Rod?aQmhgj1G*fKaVd2vcJD%^kC#Ewp}7~Q27oABO{~O dbcNSI;@BI;yy@p(GhSt7TL@CO@(m+9BLF0+Al?7~ delta 75 zcmV-R0JQ(G+Xt}Q2Y|Ezt>^_W)`$3@x3cH~Kmi4o{Y>|uxA*A*NC6Dp#l!cYBisl9 h0Ra}5AnO4Zm&WV?ZkNyN0o4Tr#Xa|+x2fy_2LX$iBfbCt diff --git a/JNFrame/obj/Debug/BestHTTP.csproj.AssemblyReference.cache b/JNFrame/obj/Debug/BestHTTP.csproj.AssemblyReference.cache index 063fc18b26a69a0ff8f65bd49dc7dd4d1f5cabc7..ec5b5a76594a749217186773feeb2a4b82eb204b 100644 GIT binary patch delta 35 qcmaFf%>KNYy2Y|Ez3A+U^)`$3@w+_1jKmi4o{Y>|uw^O_Ulm#6452647 diff --git a/JNFrame/obj/Debug/JNGame.csproj.AssemblyReference.cache b/JNFrame/obj/Debug/JNGame.csproj.AssemblyReference.cache index 063fc18b26a69a0ff8f65bd49dc7dd4d1f5cabc7..ec5b5a76594a749217186773feeb2a4b82eb204b 100644 GIT binary patch delta 35 qcmaFf%>KNYy2Y|Ez3A+U^)`$3@w+_1jKmi4o{Y>|uw^O_Ulm#6452647 diff --git a/JNFrame/obj/Debug/PackageToolsEditor.csproj.AssemblyReference.cache b/JNFrame/obj/Debug/PackageToolsEditor.csproj.AssemblyReference.cache index a8b1d9c63d3768b3965dd10d608b1867269c08d8..10e45cd2994f5bab0b0eca46905de5bf94d56859 100644 GIT binary patch delta 70 zcmZ3rf_>Er_J%Et>gQQs1+0)cxLxNwqXQ%B&*KY$?7|C-9*nHTwo8EQeHR%M7zc@a4<45icSB22}n3xW_$$z5v?3v delta 70 zcmZ3rf_>Er_J%Et>gQSYueJYJuwCaoqXQ%Bw7)*z7i=%Q!05rqdiUsIAba0M#so$l amZP@c7bxH1U}R(zoBsb2kZ`!n_zD1VydORQ diff --git a/JNFrame/obj/Debug/UniTask.Addressables.csproj.AssemblyReference.cache b/JNFrame/obj/Debug/UniTask.Addressables.csproj.AssemblyReference.cache index 2e0ac63448b5ae1bec7228d9604c785e7e19f91b..889fa3c2578b38d6f47ff301162460dafc46803e 100644 GIT binary patch delta 63 zcmaF*PwnYHwT2eP7N!>F7M2#)Eo_fHSYHLKkU6;hg$J7hBiqm83uO)}PcJNBwrBae{1OR8J8PEU# delta 63 zcmaF*PwnYHwT2eP7N!>F7M2#)Eo_fHSoN>9|5&j7g$J7hBippUKHnE8PcJNBwrBae{1OR$J8f^do diff --git a/JNFrame/obj/Debug/UniTask.DOTween.csproj.AssemblyReference.cache b/JNFrame/obj/Debug/UniTask.DOTween.csproj.AssemblyReference.cache index 2e0ac63448b5ae1bec7228d9604c785e7e19f91b..889fa3c2578b38d6f47ff301162460dafc46803e 100644 GIT binary patch delta 63 zcmaF*PwnYHwT2eP7N!>F7M2#)Eo_fHSYHLKkU6;hg$J7hBiqm83uO)}PcJNBwrBae{1OR8J8PEU# delta 63 zcmaF*PwnYHwT2eP7N!>F7M2#)Eo_fHSoN>9|5&j7g$J7hBippUKHnE8PcJNBwrBae{1OR$J8f^do diff --git a/JNFrame/obj/Debug/UniTask.Editor.csproj.AssemblyReference.cache b/JNFrame/obj/Debug/UniTask.Editor.csproj.AssemblyReference.cache index b931e8e6bf11442b426d05362011f4f811d1b0f4..006ae492f95e68df93f4d3bb310be06593f97f4e 100644 GIT binary patch delta 117 zcmezPPUGV{jfNJ+7N!>F7M2#)Eo^Oz*m)4Z0^(dPhrlTUcH1Z zfc59`g)#@XUs%HC!N|(C5X6>U#+JayR&2Wjq(xx{v-9+Z-z+@SbCF7M2#)Eo^Oz+4Qfq|5%_r-Ej)D^>m)4Z0^(dPhrlTUcH1Z zfOXnmpYIE{Us%HC!N|&T)E3B=UB;Hc$aeSW;qO2#3Nx6Ur#Jj&;hCPhjLmww{2s>I U_O2CdK+F!r9NW8Aa6az?0IKye-2eap diff --git a/JNFrame/obj/Debug/UniTask.Linq.csproj.AssemblyReference.cache b/JNFrame/obj/Debug/UniTask.Linq.csproj.AssemblyReference.cache index 2e0ac63448b5ae1bec7228d9604c785e7e19f91b..889fa3c2578b38d6f47ff301162460dafc46803e 100644 GIT binary patch delta 63 zcmaF*PwnYHwT2eP7N!>F7M2#)Eo_fHSYHLKkU6;hg$J7hBiqm83uO)}PcJNBwrBae{1OR8J8PEU# delta 63 zcmaF*PwnYHwT2eP7N!>F7M2#)Eo_fHSoN>9|5&j7g$J7hBippUKHnE8PcJNBwrBae{1OR$J8f^do diff --git a/JNFrame/obj/Debug/UniTask.TextMeshPro.csproj.AssemblyReference.cache b/JNFrame/obj/Debug/UniTask.TextMeshPro.csproj.AssemblyReference.cache index ac1a4e6a708bda5853ead2c90397acf3e21b1466..178ac5428834f84593881718d28922715590cd1a 100644 GIT binary patch delta 75 zcmX@nrhcMLy`hD%g{g(Pg{6gc3tNRZ8=L4dnS;vH8w!~1w(s#~<6>le6|h3);P%r# dYz~a9KaVezIoK}X#|FggK+LgSz>m|S6aewz8I%A3 delta 75 zcmX@nrhcMLy`hD%g{g(Pg{6gc3tNRZ+u}=Ye-|iEZzy24+rGz}jf;_0|62Qx1=~;i dusJZYPW$WgeL=f`9~%&}12M;T0Y6TQQUGTF94i0- diff --git a/JNFrame/obj/Debug/UniTask.csproj.AssemblyReference.cache b/JNFrame/obj/Debug/UniTask.csproj.AssemblyReference.cache index 2e0ac63448b5ae1bec7228d9604c785e7e19f91b..889fa3c2578b38d6f47ff301162460dafc46803e 100644 GIT binary patch delta 63 zcmaF*PwnYHwT2eP7N!>F7M2#)Eo_fHSYHLKkU6;hg$J7hBiqm83uO)}PcJNBwrBae{1OR8J8PEU# delta 63 zcmaF*PwnYHwT2eP7N!>F7M2#)Eo_fHSoN>9|5&j7g$J7hBippUKHnE8PcJNBwrBae{1OR$J8f^do